Difference between revisions of "Help:Formatting"
m (Created page with '==Wiki markup== The '''wiki markup''' is the syntax system you can use to format a Wikipedia page; please see Editing for details on it, and [[Help:Wikitext exam...') |
Utopia wolf (talk | contribs) |
||
(24 intermediate revisions by 10 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Help}}{{verdana}} | |
− | |||
− | === | + | {| width="100%" border="0" |
+ | |- align="right" | ||
+ | | '''· [[Help:Cheatsheet|Cheatsheet]] ·''' | ||
+ | |} | ||
+ | =Headings= | ||
+ | |||
+ | ==Top Level Headers== | ||
For a top-level heading, put it on a separate line surrounded by '=='. For example: | For a top-level heading, put it on a separate line surrounded by '=='. For example: | ||
− | == Introduction == | + | = Introduction = |
+ | |||
+ | ==Subheadings== | ||
+ | Subheadings use | ||
+ | |||
+ | == Introduction == or | ||
+ | === Introduction === and so on | ||
− | |||
− | ===Character formatting | + | =Format Styles= |
+ | ==Character formatting== | ||
{| border="1" cellpadding="2" cellspacing="0" | {| border="1" cellpadding="2" cellspacing="0" | ||
|- valign="top" | |- valign="top" | ||
Line 133: | Line 144: | ||
</nowiki></pre> | </nowiki></pre> | ||
|} | |} | ||
+ | |||
+ | ==No or limited formatting : showing exactly what is being typed== | ||
+ | |||
+ | {| border="1" cellpadding="2" cellspacing="0" | ||
+ | |- | ||
+ | !What it looks like | ||
+ | !What you type | ||
+ | |- | ||
+ | |'''<nowiki> tag:'''<br/> | ||
+ | <nowiki> | ||
+ | The nowiki tag ignores <nowiki>[[Wiki]]</nowiki> ''markup''. | ||
+ | It reformats text by removing newlines and multiple spaces. | ||
+ | It still interprets special characters: → | ||
+ | </nowiki> | ||
+ | |<pre><nowiki> | ||
+ | <nowiki> | ||
+ | The nowiki tag ignores <nowiki>[[Wiki]]</nowiki> ''markup''. | ||
+ | It reformats text by removing newlines | ||
+ | and multiple spaces. | ||
+ | It still interprets special | ||
+ | characters: &rarr; | ||
+ | </nowiki> | ||
+ | </nowiki></pre> | ||
+ | |- | ||
+ | |'''<pre> tag:'''<br/> | ||
+ | <pre> | ||
+ | The pre tag ignores <nowiki>[[Wiki]]</nowiki> ''markup''. | ||
+ | It also doesn't reformat text. | ||
+ | It still interprets special characters: → | ||
+ | </pre> | ||
+ | |<pre><pre><nowiki> | ||
+ | The pre tag ignores <nowiki>[[Wiki]]</nowiki> ''markup''. | ||
+ | It also doesn't reformat text. | ||
+ | It still interprets special characters: | ||
+ | &rarr; | ||
+ | </nowiki></pre></pre> | ||
+ | |- | ||
+ | |'''Leading space:'''<br/> | ||
+ | Leading spaces are another way | ||
+ | to preserve formatting. | ||
+ | |||
+ | |||
+ | Putting a space at the beginning of each line | ||
+ | stops the text from being reformatted. | ||
+ | It still interprets <nowiki>[[Wiki]]</nowiki> ''markup'' and | ||
+ | special characters: → | ||
+ | |<pre><nowiki> | ||
+ | Leading spaces are another way | ||
+ | to preserve formatting. | ||
+ | Putting a space at the beginning of each line | ||
+ | stops the text from being reformatted. | ||
+ | It still interprets <nowiki>[[Wiki]]</nowiki> ''markup'' and | ||
+ | special characters: &rarr; | ||
+ | </nowiki></pre> | ||
+ | |} | ||
+ | |||
+ | ==Invisible text (comments)== | ||
+ | It's uncommon, but on occasion acceptable, to add a hidden comment within the text of an article. <!-- This is an example of text that won't normally be visible except in "edit" mode. --> The format is this: | ||
+ | <nowiki><!-- This is an example of text that won't normally be visible except in "edit" mode. --></nowiki> | ||
+ | |||
+ | |||
+ | =Table of contents= | ||
+ | <!-- ==== Placement of the Table of Contents (TOC) ==== --> | ||
+ | At the current status of the wiki markup language, having at least four headers on a page triggers the table of contents (TOC) to appear in front of the first header Putting <nowiki>__TOC__</nowiki> anywhere forces the TOC to appear at that point (instead of just before the first header). Putting <nowiki>__NOTOC__</nowiki> anywhere forces the TOC to disappear. | ||
+ | |||
+ | |||
+ | [[Category:Help Pages]] |
Latest revision as of 01:58, 30 May 2017
This is part of the Utopia WIKI Help Guide Series. |
|
· Cheatsheet · |
Contents
Headings
Top Level Headers
For a top-level heading, put it on a separate line surrounded by '=='. For example:
= Introduction =
Subheadings
Subheadings use
== Introduction == or === Introduction === and so on
Format Styles
Character formatting
What it looks like | What you type |
---|---|
Italicized text |
''Italicized text'' '''Bold text''' '''''Italicized & Bold text''''' |
You can use small text for captions. |
You can use <small>small text</small> for captions. |
Better stay away from big text, unless it's within small text. |
Better stay away from <big>big text</big>, unless <small> it's <big>within</big> small</small> text. |
You can You can also mark
|
You can <s>strike out deleted material</s> and <u>underline new material</u>. You can also mark <del>deleted material</del> and <ins>inserted material</ins> using logical markup. For backwards compatibility better combine this potentially ignored new <del>logical</del> with the old <s><del>physical</del></s> markup. |
Suppressing interpretation of markup:
|
<nowiki>Link → (''to'') the [[Wikipedia FAQ]]</nowiki> |
Commenting page source:
|
<!-- comment here --> |
Subscripts:
Superscripts:
|
x<sub>1</sub> x<sub>2</sub> x<sub>3</sub> or x₀ x₁ x₂ x₃ x₄ x₅ x₆ x₇ x₈ x₉ x<sup>1</sup> x<sup>2</sup> x<sup>3</sup> or x⁰ x¹ x² x³ x⁴ x⁵ x⁶ x⁷ x⁸ x⁹ |
Mathematical characters:
|
∑ √ ± ∴ ≈ ≠ ≤ ≥ → ← ↔ |
No or limited formatting : showing exactly what is being typed
What it looks like | What you type |
---|---|
<nowiki> tag: The nowiki tag ignores <nowiki>[[Wiki]] markup. It reformats text by removing newlines and multiple spaces. It still interprets special characters: → </nowiki> |
<nowiki> The nowiki tag ignores <nowiki>[[Wiki]] ''markup''. It reformats text by removing newlines and multiple spaces. It still interprets special characters: → </nowiki> </nowiki> |
<pre> tag:The pre tag ignores [[Wiki]] ''markup''. It also doesn't reformat text. It still interprets special characters: → |
<pre> The pre tag ignores <nowiki>[[Wiki]] ''markup''. It also doesn't reformat text. It still interprets special characters: → </nowiki></pre> |
Leading space: Leading spaces are another way to preserve formatting.
Putting a space at the beginning of each line stops the text from being reformatted. It still interprets [[Wiki]] markup and special characters: → |
Leading spaces are another way to preserve formatting. Putting a space at the beginning of each line stops the text from being reformatted. It still interprets <nowiki>[[Wiki]] ''markup'' and special characters: → </nowiki> |
Invisible text (comments)
It's uncommon, but on occasion acceptable, to add a hidden comment within the text of an article. The format is this:
<!-- This is an example of text that won't normally be visible except in "edit" mode. -->
Table of contents
At the current status of the wiki markup language, having at least four headers on a page triggers the table of contents (TOC) to appear in front of the first header Putting __TOC__ anywhere forces the TOC to appear at that point (instead of just before the first header). Putting __NOTOC__ anywhere forces the TOC to disappear.