User:Sbylund: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
'''Italics''' | '''Italics''' | ||
Two consecutive apostrophes will ''italicize'' text. | Two consecutive apostrophes will ''italicize'' text. | ||
'''Bold''' | '''Bold''' | ||
Three consecutive apostrophes will '''bold''' text. | Three consecutive apostrophes will '''bold''' text. | ||
'''Italics and Bold''' | '''Italics and Bold''' | ||
Five consecutive apostrophes. | Five consecutive apostrophes. | ||
'''Smallcaps''' | '''Smallcaps''' | ||
Two {{ }} surrounding smallcap | Two {{ }} surrounding smallcap | ||
Line 19: | Line 23: | ||
A single = is styled as the article title and should not be used within an article. | A single = is styled as the article title and should not be used within an article. | ||
''' | '''Table of contents''' | ||
When a page has at least four headings, a table of contents (TOC) will automatically appear after the lead and before the first heading. | When a page has at least four headings, a table of contents (TOC) will automatically appear after the lead and before the first heading. | ||
__ FORCETOC__ forces the TOC to appear at the normal location regardless of the number of headings. | __ FORCETOC__ forces the TOC to appear at the normal location regardless of the number of headings. | ||
Line 28: | Line 31: | ||
'''Line breaks''' | '''Line breaks''' | ||
A line break that is visible in the content is inserted by pressing '''Return''' twice. | A line break that is visible in the content is inserted by pressing '''Return''' twice. | ||
Pressing Return once will place a line break in the markup, but it will not show in the rendered content, except when using list markup. | Pressing Return once will place a line break in the markup, but it will not show in the rendered content, except when using list markup. | ||
Line 33: | Line 37: | ||
'''Unbulleted list''' | '''Unbulleted list''' | ||
Two {{ }} around plainlist or unbulleted list both create an unbulleted list. | Two {{ }} around plainlist or unbulleted list both create an unbulleted list. | ||
'''Unnumbered Lists''' | '''Unnumbered Lists''' | ||
Use Asterisks. | Use Asterisks. | ||
* Item1 | * Item1 | ||
Line 44: | Line 50: | ||
'''Numbered Lists''' | '''Numbered Lists''' | ||
Use the pound sign | |||
# Item1 | # Item1 | ||
# Item2 | # Item2 | ||
Line 51: | Line 59: | ||
'''Indent text''' | '''Indent text''' | ||
Colons are used to indent the text. | Colons are used to indent the text. | ||
:Each colon at the start of a line | :Each colon at the start of a line | ||
Line 56: | Line 65: | ||
'''Blockquote''' | '''Blockquote''' | ||
<> and </> around blockquote | <> and </> around blockquote | ||
'''Center text''' | '''Center text''' | ||
two {{ }} around center | two {{ }} around center |
Revision as of 16:35, 27 February 2015
Sarah Bylund
Italics
Two consecutive apostrophes will italicize text.
Bold
Three consecutive apostrophes will bold text.
Italics and Bold
Five consecutive apostrophes.
Smallcaps
Two {{ }} surrounding smallcap
Section headings
The = through ====== markup are headings for the sections with which they are associated.
A single = is styled as the article title and should not be used within an article.
Table of contents
When a page has at least four headings, a table of contents (TOC) will automatically appear after the lead and before the first heading. __ FORCETOC__ forces the TOC to appear at the normal location regardless of the number of headings. __ TOC__ forces the TOC to appear at the point where the magic word is inserted instead of the normal location. __ NOTOC__ disables the TOC entirely.
Line breaks
A line break that is visible in the content is inserted by pressing Return twice. Pressing Return once will place a line break in the markup, but it will not show in the rendered content, except when using list markup. Markup such as bold or italics will be terminated at a line break.
Unbulleted list
Two {{ }} around plainlist or unbulleted list both create an unbulleted list.
Unnumbered Lists
Use Asterisks.
- Item1
- Item2
- Item3
- Item4
- Sub-item 4 a)
Numbered Lists
Use the pound sign
- Item1
- Item2
- Item3
- Item4
- Sub-item
Indent text
Colons are used to indent the text.
- Each colon at the start of a line
- causes the line to be indented by three more character positions.
Blockquote
<> and </> around blockquote
Center text
two {{ }} around center