Porovnání revizí

Markup chart

Revize 6980:

Revize 6980 od uživatele AliceWyman z data

Revize 9888:

Revize 9888 od uživatele AliceWyman z data

Klíčová slova:

Souhrn výsledků vyhledávání:

This is the wiki markup available on SUMO.
This is the wiki markup available on SUMO.

Obsah:

This is the wiki markup available on SUMO. == The Markup == {| |+ !Description !What it looks like !Wiki Syntax |- |Hidden comments | |<code>&lt;!-- comment --&gt;</code> |- |Generates the table of contents, based on the headings in the article. | |<code><nowiki>__TOC__</nowiki></code> |- |Indicates a level 1 heading. | = Level 1 = |<code>= Level 1 =</code> |- |Indicates a level 2 heading. | == Level 2 == |<code>== Level 2 ==</code> |- |Indicates a level 3 heading. | === Level 3 === |<code>=== Level 3 ===</code> |- |Indicates a level 4 heading. | ==== Level 4 ==== |<code>==== Level 4 ====</code> |- |Indicates a level 5 heading. | ===== Level 5 ===== |<code>===== Level 5 =====</code> |- |Indicates a level 6 heading. | ====== Level 6 ====== |<code>====== Level 6 ======</code> |- |Note |{note}text{/note} |<code>{<!-- -->note}text{<!-- -->/note}</code> |- |Warning |{warning}text{/warning} |<code>{<!-- -->warning}text{<!-- -->/warning}</code> |- |Bold |'''text''' |<code><nowiki>'''text'''</nowiki></code> |- |Italics |''text'' |<code><nowiki>''text''</nowiki></code> |- |Bold and italic |'''''Bold''' and italic'' text |<code><nowiki>'''''Bold''' and italic'' text</nowiki></code> |- |Escape wiki parsing |<nowiki>[[Not a link]]</nowiki> |<code>&lt;nowiki&gt;<nowiki>[[Not a link]]</nowiki>&lt;/nowiki&gt;</code> |- |Link to other articles |[[Page Title]] |<code><nowiki>[[Contributor Home Page]]</nowiki></code> |- |Link specific text to other articles |[[Page Title|click here]] |<code><nowiki>[[Page Title|click here]]</nowiki></code> |- |Link specific text to anchor in other articles |[[Page Title#Heading]] |<code><nowiki>[[Page Title#Heading]]</nowiki></code> |- |External link |[http://www.mozilla.com/] |<code><nowiki>[http://www.mozilla.com/]</nowiki></code> |- |External link with text |[http://www.mozilla.com/ Mozilla] |<code><nowiki>[http://www.mozilla.com/ Mozilla]</nowiki></code> |- |Numbered list | # Item 1 # Item 2 # Item 3 |<code># Item 1<br># Item 2<br># Item 3</code> |- |Unordered list | * Item A * Item B * Item C |<code>* Item A<br>* Item B<br>* Item C</code> |- |Unordered sub-list within a numbered list | # Item 1 # Item 2 #* Item 2a #*Item 2b # Item 3 |<code>#Item 1<br>#Item 2<br>#* Item 2a<br>#*Item 2b<br>#Item 3</code> |- |Definition list | ; Term : Definition ; Term : Definition a : Definition b |<code>; Term<br>: Definition<br>; Term<br>: Definition a<br>: Definition b</code> |- |Mixed sub-lists<br> (You can mix and match <br>multiple list types) | * Item A *# Item A.1 *#* Item A.1.a *#; Term A.2 *#: Definition A.2 |<code>* Item A<br>*# Item A.1<br>*#* Item A.1.a<br>*#; Term A.2<br>*#: Definition A.2</code> |- |Preference names / values |{pref text} |<code><nowiki>{pref text}</nowiki></code> |- |Code |<code>code</code> |<code>&lt;code&gt;code&lt;/code&gt;</code> |- |File names / paths |{filepath file} |<code>{<!-- -->filepath file}</code> |- |Keyboard shortcuts |{key Ctrl+T} |<code>{<!-- -->key Ctrl+T}</code> |- |Menu paths |{menu Firefox} |<code>{<!-- -->menu Firefox}</code> |- |Buttons |{button Button} |<code>{<!-- -->button Button}</code> |- |Tables | {| |A||B |- |C||D |} |<pre><nowiki> {| |A||B |- |C||D |}</nowiki></pre> |- |Line breaks within tables, lists,etc. |line<br>break |<code>line&lt;br&gt;break</code> |- |Preformatted text | This is preformatted |<pre> This is<br> preformatted</pre> |- |Horizontal rule |text above ---- text below |<pre><nowiki>text above ---- text below</nowiki></pre> |- |Strikeout |<s>Strikeout</s> or <del>Strikeout</del> |<code>&lt;s&gt;Strikeout&lt;/s&gt; or &lt;del&gt;Strikeout&lt;/del&gt;</code> |} == <nowiki>{</nowiki>for<nowiki>}</nowiki> == <code><nowiki>{</nowiki>for<nowiki>}</nowiki></code> doesn't get any special styling. It's useful for specifying that content only applies to certain operating systems or Firefox versions. See '''[[How to use For]]''', for details. == Templates == Templates are a way of reusing small pieces of content. Instead of writing a message twice, you can create and update it in one place, and then refer to it in other pages. The other pages will stay up-to-date with changes to the Template automatically! See '''[[How to use Templates]]''' for details.
This is the wiki markup available on SUMO. == The Markup == {| |+ !Description !What it looks like !Wiki Syntax |- |Hidden comments | |<code>&lt;!-- comment --&gt;</code> |- |Table of Contents |''Table of Contents'' <br> (list of article headings) |<code><nowiki>__TOC__</nowiki></code> |- |Indicates a level 1 heading. | = Level 1 = |<code>= Level 1 =</code> |- |Indicates a level 2 heading. | == Level 2 == |<code>== Level 2 ==</code> |- |Indicates a level 3 heading. | === Level 3 === |<code>=== Level 3 ===</code> |- |Indicates a level 4 heading. | ==== Level 4 ==== |<code>==== Level 4 ====</code> |- |Indicates a level 5 heading. | ===== Level 5 ===== |<code>===== Level 5 =====</code> |- |Indicates a level 6 heading. | ====== Level 6 ====== |<code>====== Level 6 ======</code> |- |Note |{note}text{/note} |<code>{<!-- -->note}text{<!-- -->/note}</code> |- |Warning |{warning}text{/warning} |<code>{<!-- -->warning}text{<!-- -->/warning}</code> |- |Bold |'''text''' |<code><nowiki>'''text'''</nowiki></code> |- |Italics |''text'' |<code><nowiki>''text''</nowiki></code> |- |Bold and italic |'''''Bold''' and italic'' text |<code><nowiki>'''''Bold''' and italic'' text</nowiki></code> |- |Escape wiki parsing |<nowiki>[[Not a link]]</nowiki> |<code>&lt;nowiki&gt;<nowiki>[[Not a link]]</nowiki>&lt;/nowiki&gt;</code> |- |Link to other articles |[[Page Title]] |<code><nowiki>[[Contributor Home Page]]</nowiki></code> |- |Link specific text to other articles |[[Page Title|click here]] |<code><nowiki>[[Page Title|click here]]</nowiki></code> |- |Link specific text to anchor in other articles |[[Page Title#w_ anchor|click here]] |<code><nowiki>[[Page Title#w_anchor|click here]]</nowiki></code> |- |External link |[http://www.mozilla.com/] |<code><nowiki>[http://www.mozilla.com/]</nowiki></code> |- |External link with text |[http://www.mozilla.com/ Mozilla] |<code><nowiki>[http://www.mozilla.com/ Mozilla]</nowiki></code> |- |Numbered list | # Item 1 # Item 2 # Item 3 |<code># Item 1<br># Item 2<br># Item 3</code> |- |Unordered list | * Item A * Item B * Item C |<code>* Item A<br>* Item B<br>* Item C</code> |- |Unordered sub-list within a numbered list | # Item 1 # Item 2 #* Item 2a #*Item 2b # Item 3 |<code>#Item 1<br>#Item 2<br>#* Item 2a<br>#*Item 2b<br>#Item 3</code> |- |Definition list | ; Term : Definition ; Term : Definition a : Definition b |<code>; Term<br>: Definition<br>; Term<br>: Definition a<br>: Definition b</code> |- |Mixed sub-lists<br> (You can mix and match <br>multiple list types) | * Item A *# Item A.1 *#* Item A.1.a *#; Term A.2 *#: Definition A.2 |<code>* Item A<br>*# Item A.1<br>*#* Item A.1.a<br>*#; Term A.2<br>*#: Definition A.2</code> |- |Preference names / values |{pref text} |<code><nowiki>{pref text}</nowiki></code> |- |Code |<code>code</code> |<code>&lt;code&gt;code&lt;/code&gt;</code> |- |File names / paths |{filepath file} |<code>{<!-- -->filepath file}</code> |- |Keyboard shortcuts |{key Ctrl+T} |<code>{<!-- -->key Ctrl+T}</code> |- |Menu paths |{menu Firefox} |<code>{<!-- -->menu Firefox}</code> |- |Buttons |{button Button} |<code>{<!-- -->button Button}</code> |- |Tables | {| |A||B |- |C||D |} |<pre><nowiki> {| |A||B |- |C||D |}</nowiki></pre> |- |Line breaks within tables, lists,etc. |line<br>break |<code>line&lt;br&gt;break</code> |- |Preformatted text | This is preformatted |<pre> This is<br> preformatted</pre> |- |Horizontal rule |text above ---- text below |<pre><nowiki>text above ---- text below</nowiki></pre> |- |Strikeout |<s>Strikeout</s> or <del>Strikeout</del> |<code>&lt;s&gt;Strikeout&lt;/s&gt; or &lt;del&gt;Strikeout&lt;/del&gt;</code> |} == <nowiki>{</nowiki>for<nowiki>}</nowiki> == <code><nowiki>{</nowiki>for<nowiki>}</nowiki></code> doesn't get any special styling. It's useful for specifying that content only applies to certain operating systems or Firefox versions. See '''[[How to use For]]''', for details. == Templates == Templates are a way of reusing small pieces of content. Instead of writing a message twice, you can create and update it in one place, and then refer to it in other pages. The other pages will stay up-to-date with changes to the Template automatically! See '''[[How to use Templates]]''' for details.

Zpět na historii