Difference between revisions of "Enhance Your Article"

From MormonWiki
Jump to: navigation, search
Line 4: Line 4:
  
 
==Add Bolded Words==
 
==Add Bolded Words==
 +
 +
  
 
==Underline a Word==
 
==Underline a Word==
 +
a.  <nowiki> <b> Hello!</b></nowiki> would appear as <b>Hello</b>
 +
 +
  
 
==Strike Out a Word==
 
==Strike Out a Word==
 +
 +
 +
a. <nowiki> <strike>Welcome!</strike></nowiki> would appear as <strike>Welcome!</strike>
 +
  
 
==Add Superscripts and Subscripts==
 
==Add Superscripts and Subscripts==
 +
 +
a. Superscripts should be written like this: <nowiki> Hello<sup>2</sup></nowiki> and will appear like this : Hello <sup>2</sup>
 +
 +
b. Subscripts should be written like this: <nowiki> Hello<sub> 2 </sub> </nowiki> and will appear like this : Hello <sub> 2</sub>
 +
  
 
==Add Bullets==
 
==Add Bullets==
 +
 +
a. Add bullets by placing an Asterisk before the word or phrase, <nowiki> *Hello</nowiki> would appear like :
 +
 +
*Hello
 +
 +
b. Add more bullets my repeating the same process.
 +
 +
<nowiki> *Hello</nowiki>
 +
 +
<nowiki> *Goodbye</nowiki>
 +
 +
Should appear as:
 +
 +
*Hello
 +
*Goodbye
  
 
==Add a Numbered List==
 
==Add a Numbered List==
 +
 +
a. Make a numbered list by adding the # before the word or phrase, <nowiki> #Hello</nowiki> should appear like:
 +
 +
# Hello
 +
 +
b. Add more than one number by adding repeating the same process:
 +
 +
<nowiki> # Hello </nowiki>
 +
 +
<nowiki> # Goodbye </nowiki>
 +
 +
<nowiki> # Eureka!!</nowiki>
 +
 +
Should appear as:
 +
 +
# Hello 
 +
# Goodbye
 +
# Eureka!
  
 
==Add Headings and Subsections==
 
==Add Headings and Subsections==
 +
 +
Add headings and subsections to divide your article into sections and topics. By adding these, MormonWiki will automatically add a contents box at the top of the page with the list of headings and sub
 +
sections.
 +
 +
a. A heading is added by placing two <nowiki> =</nowiki> symbols around the word, <nowiki> == First Section== </nowiki> should appear as:
 +
 +
==First Section==
 +
 +
b. Subsection are written the same way, except you place an additional <nowiki> =</nowiki> around the word. <nowiki> ===Subsection===</nowiki> should appear as:
 +
 +
===Subsection===
 +
 +
c. The more <nowiki> = </nowiki> that are placed the smaller the heading becomes. Like the following:
 +
 +
<nowiki>====Sub Subsection====</nowiki> should appear as,
 +
 +
 +
====Sub Subsection====
 +
 +
<nowiki>=====Sub Sub Subsection=====</nowiki> should appear as,
 +
 +
 +
=====Sub Sub Subsection=====

Revision as of 07:59, 9 October 2006

The following instructions will help you enhance your article in the following manner:


Add Bolded Words

Underline a Word

a. <b> Hello!</b> would appear as Hello


Strike Out a Word

a. <strike>Welcome!</strike> would appear as Welcome!


Add Superscripts and Subscripts

a. Superscripts should be written like this: Hello<sup>2</sup> and will appear like this : Hello 2

b. Subscripts should be written like this: Hello<sub> 2 </sub> and will appear like this : Hello 2


Add Bullets

a. Add bullets by placing an Asterisk before the word or phrase, *Hello would appear like :

  • Hello

b. Add more bullets my repeating the same process.

*Hello

*Goodbye

Should appear as:

  • Hello
  • Goodbye

Add a Numbered List

a. Make a numbered list by adding the # before the word or phrase, #Hello should appear like:

  1. Hello

b. Add more than one number by adding repeating the same process:

# Hello

# Goodbye

# Eureka!!

Should appear as:

  1. Hello
  2. Goodbye
  3. Eureka!

Add Headings and Subsections

Add headings and subsections to divide your article into sections and topics. By adding these, MormonWiki will automatically add a contents box at the top of the page with the list of headings and sub sections.

a. A heading is added by placing two = symbols around the word, == First Section== should appear as:

First Section

b. Subsection are written the same way, except you place an additional = around the word. ===Subsection=== should appear as:

Subsection

c. The more = that are placed the smaller the heading becomes. Like the following:

====Sub Subsection==== should appear as,


Sub Subsection

=====Sub Sub Subsection===== should appear as,


Sub Sub Subsection