Difference between revisions of "Help:Editing"
(added some wikipedia stuff which will need to be converted) |
|||
Line 2: | Line 2: | ||
== Wiki Markup == | == Wiki Markup == | ||
+ | === Links and URLs === | ||
+ | {| border="1" cellpadding="2" cellspacing="0" | ||
+ | |- | ||
+ | ! What it looks like | ||
+ | ! What you type | ||
+ | |- valign="top" | ||
+ | | | ||
+ | London has [[public transport]]. | ||
+ | |||
+ | * A link to another Wikipedia article. | ||
+ | * Internally, the first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link has the same effect as typing a space, but is not recommended). | ||
+ | * Thus the link above is to the [[URL]] www.wikipedia.org/wiki/Public_transport, which is the Wikipedia article with the name "Public transport". See also [[Wikipedia:Canonicalization]]. | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | London has [[public transport]]. | ||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | San Francisco also has | ||
+ | [[public transport|public transportation]]. | ||
+ | |||
+ | * Same target, different name. | ||
+ | * This is a [[piped link]]. | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | San Francisco also has | ||
+ | [[public transport|public transportation]]. | ||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | San Francisco also has | ||
+ | [[public transport]]ation. | ||
+ | |||
+ | Examples include [[bus]]es, [[taxi]]s, | ||
+ | and [[streetcar]]s. | ||
+ | |||
+ | * Endings are blended into the link. | ||
+ | * Preferred style is to use this instead of a piped link, if possible. | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | San Francisco also has | ||
+ | [[public transport]]ation. | ||
+ | |||
+ | Examples include [[bus]]es, [[taxi]]s, | ||
+ | and [[streetcar]]s. | ||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | See the [[Wikipedia:Manual of Style]]. | ||
+ | |||
+ | * A link to another [[Wikipedia:namespace|namespace]]. | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | See the [[Wikipedia:Manual of Style]]. | ||
+ | </nowiki></pre> | ||
+ | |- id="link-to-section" valign="top" | ||
+ | | | ||
+ | [[Economics#See also]] is a link | ||
+ | to a section within another page. | ||
+ | |||
+ | [[#Links and URLs]] is a link | ||
+ | to a section on the current page. | ||
+ | |||
+ | [[#example]] is a link to an | ||
+ | anchor that was created using | ||
+ | <div id="example">an id attribute</div> | ||
+ | |||
+ | * The part after the number sign (#) must match a section heading on the page. Matches must be exact in terms of spelling, case, and punctuation. Links to non-existent sections are not broken; they are treated as links to the top of the page. | ||
+ | * Identifiers may be created by attaching an <code>id="..."></code> attribute to almost any HTML element. | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | [[Economics#See also]] is a link | ||
+ | to a section within another page. | ||
+ | |||
+ | [[#Links and URLs]] is a link | ||
+ | to a section on the current page. | ||
+ | |||
+ | [[#example]] is a link to an | ||
+ | anchor that was created using | ||
+ | <div id="example">an id attribute</div> | ||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | Automatically hide stuff in parentheses: | ||
+ | [[kingdom (biology)|kingdom]]. | ||
+ | |||
+ | Automatically hide namespace: | ||
+ | [[Wikipedia:Village Pump|Village Pump]]. | ||
+ | |||
+ | Or both: | ||
+ | [[Wikipedia:Manual of Style (headings)|Manual of Style]] | ||
+ | |||
+ | But not: | ||
+ | [[Wikipedia:Manual of Style#Links|]] | ||
+ | |||
+ | * The server fills in the part after the pipe character (|) when you save the page. The next time you open the edit box you will see the expanded piped link. When [[Wikipedia:Show preview|preview]]ing your edits, you will not see the expanded form until you press '''Save''' and '''Edit''' again. The same applies to links to sections within the same page ([[#link-to-section|see previous entry]]). | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | Automatically hide stuff in parentheses: | ||
+ | [[kingdom (biology)|]]. | ||
+ | |||
+ | Automatically hide namespace: | ||
+ | [[Wikipedia:Village Pump|]]. | ||
+ | |||
+ | Or both: | ||
+ | [[Wikipedia:Manual of Style (headings)|]] | ||
+ | |||
+ | But not: | ||
+ | [[Wikipedia:Manual of Style#Links|]] | ||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | [[The weather in London]] is a page | ||
+ | that does not exist yet. | ||
+ | |||
+ | * You can create it by clicking on the link (but please do not do so with this particular link). | ||
+ | * To create a new page: | ||
+ | *# Create a link to it on some other (related) page. | ||
+ | *# Save that page. | ||
+ | *# Click on the link you just made. The new page will open for editing. | ||
+ | * For more information, see [[Wikipedia:How to start a page|How to start a page]] and check out Wikipedia's [[Wikipedia:Naming conventions|naming conventions]]. | ||
+ | * Please do not create a new article without linking to it from at least one other article. | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | [[The weather in London]] is a page | ||
+ | that does not exist yet. | ||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | [[Wikipedia:How to edit a page]] is this page. | ||
+ | |||
+ | * [[Self link]]s appear as bold text when the article is viewed. | ||
+ | * Do not use this technique to make the article name bold in the first paragraph; see the [[Wikipedia:Manual of Style#Article titles|Manual of Style]]. | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | [[Wikipedia:How to edit a page]] is this page. | ||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | When adding a comment to a Talk page, | ||
+ | you should sign it by adding | ||
+ | three tildes to add your user name: | ||
+ | : [[User:Brockert|Ben Brockert]] | ||
+ | or four to add user name plus date/time: | ||
+ | : [[User:Brockert|Ben Brockert]] 00:18, Nov 19, 2004 (UTC) | ||
+ | Five tildes gives the date/time alone: | ||
+ | : 00:18, Nov 19, 2004 (UTC) | ||
+ | |||
+ | * The first two both provide a link to your [[Wikipedia:user page|user page]]. | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | When adding a comment to a Talk page, | ||
+ | you should sign it by adding | ||
+ | three tildes to add your user name: | ||
+ | : ~~~ | ||
+ | or four for user name plus date/time: | ||
+ | : ~~~~ | ||
+ | Five tildes gives the date/time alone: | ||
+ | : ~~~~~ | ||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | * [[Wikipedia:Redirect|Redirect]] one article title to another by placing a directive like the one shown to the right on the ''first'' line of the article (such as at a page titled "[[USA]]"). | ||
+ | * Note that, while it is possible to link to a section, it is not possible to redirect to a section. For example, "<nowiki>#REDIRECT [[United States#History]]</nowiki>" will redirect to the [[United States]] page, but not to any particular section on it. This feature '''will not''' be implemented in the future, so such redirects should not be used. | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | #REDIRECT [[United States]] | ||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | * Link to a page on the same subject in another language by using a link of the form: <nowiki>[[language code:Title]]</nowiki>. | ||
+ | * It does not matter where you put these links while editing as they will always show up in the same place when you save the page, but placement at the end of the edit box is recommended. | ||
+ | * Please see [[Wikipedia:Interlanguage links]] and the [[Wikipedia:Complete list of language wikis available|list of languages and codes]]. | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | [[fr:Wikipédia:Aide]] | ||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | '''What links here''' and '''Related changes''' | ||
+ | pages can be linked as: | ||
+ | [[Special:Whatlinkshere/Wikipedia:How to edit a page]] | ||
+ | and | ||
+ | [[Special:Recentchangeslinked/Wikipedia:How to edit a page]] | ||
+ | |||
+ | | | ||
+ | <pre><nowiki> | ||
+ | '''What links here''' and '''Related changes''' | ||
+ | pages can be linked as: | ||
+ | [[Special:Whatlinkshere/Wikipedia:How to edit a page]] | ||
+ | and | ||
+ | [[Special:Recentchangeslinked/Wikipedia:How to edit a page]] | ||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | A user's '''Contributions''' page can be linked as: | ||
+ | [[Special:Contributions/UserName]] | ||
+ | or | ||
+ | [[Special:Contributions/192.0.2.0]] | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | A user's '''Contributions''' page can be linked as: | ||
+ | [[Special:Contributions/UserName]] | ||
+ | or | ||
+ | [[Special:Contributions/192.0.2.0]] | ||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | * To put an article in a [[Wikipedia:Category]], place a link like the one to the right anywhere in the article. As with interlanguage links, it does not matter where you put these links while editing as they will always show up in the same place when you save the page, but placement at the end of the edit box is recommended. | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | [[Category:Character sets]] | ||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | * To ''link'' to a [[Wikipedia:Category]] page without putting the article into the category, use an initial colon (:) in the link. | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | [[:Category:Character sets]] | ||
+ | </nowiki></pre> | ||
+ | |- id="link-external" valign="top" | ||
+ | | | ||
+ | Three ways to link to external (non-wiki) sources: | ||
+ | # Bare URL: http://www.nupedia.com/ (bad style) | ||
+ | # Unnamed link: [http://www.nupedia.com/] ('''very bad style''') | ||
+ | # Named link: [http://www.nupedia.com Nupedia] | ||
+ | |||
+ | :See [[MetaWikiPedia:Interwiki_map]] for the list of shortcuts. | ||
+ | |||
+ | * Square brackets indicate an external link. Note the use of a ''space'' (not a pipe) to separate the URL from the link text in the "named" version. | ||
+ | * In the [[URL]], all symbols must be among:<br/>'''A-Z a-z 0-9 . _ \ / ~ % - + & # ? ! = ( ) @ \x80-\xFF''' | ||
+ | * If a URL contains a character not in this list, it should be encoded by using a percent sign (%) followed by the [[hexadecimal|hex]] code of the character, which can be found in the table of [[ASCII#ASCII printable characters|ASCII printable characters]]. For example, the caret character (^) would be encoded in a URL as '''%5E'''. | ||
+ | * See [[Wikipedia:External links]] for style issues. | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | Three ways to link to external (non-wiki) sources: | ||
+ | # Bare URL: http://www.nupedia.com/ (bad style) | ||
+ | # Unnamed link: [http://www.nupedia.com/] ('''very bad style''') | ||
+ | # Named link: [http://www.nupedia.com Nupedia] | ||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | Linking to other wikis: | ||
+ | # [[Interwiki]] link: [[Wiktionary:Hello]] | ||
+ | # Named interwiki link: [[Wiktionary:Hello|Hello]] | ||
+ | # Interwiki link without prefix: [[Wiktionary:Hello|Hello]] | ||
+ | |||
+ | * All of these forms lead to the URL http://en.wiktionary.org/wiki/Hello | ||
+ | * Note that interwiki links use the ''internal'' link style. | ||
+ | * See [[MetaWikiPedia:Interwiki_map]] for the list of shortcuts; if the site you want to link to is not on the list, use an external link ([[#link-external|see above]]). | ||
+ | * See also [[Wikipedia:How to link to Wikimedia projects]]. | ||
+ | |||
+ | Linking to another language's wiktionary: | ||
+ | # [[Wiktionary:fr:bonjour]] | ||
+ | # [[Wiktionary:fr:bonjour|bonjour]] | ||
+ | # [[Wiktionary:fr:bonjour|fr:bonjour]] | ||
+ | |||
+ | * All of these forms lead to the URL http://fr.wiktionary.org/wiki/bonjour | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | Linking to other wikis: | ||
+ | # [[Interwiki]] link: [[Wiktionary:Hello]] | ||
+ | # Named interwiki link: [[Wiktionary:Hello|Hello]] | ||
+ | # Interwiki link without prefix: [[Wiktionary:Hello|]] | ||
+ | |||
+ | Linking to another language's wiktionary: | ||
+ | # [[Wiktionary:fr:bonjour]] | ||
+ | # [[Wiktionary:fr:bonjour|bonjour]] | ||
+ | # [[Wiktionary:fr:bonjour|]] | ||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | ISBN 012345678X | ||
+ | |||
+ | ISBN 0-12-345678-X | ||
+ | |||
+ | * Link to books using their [[Wikipedia:ISBN|ISBN]] numbers. This is preferred to linking to a specific online bookstore, because it gives the reader a choice of vendors. | ||
+ | * ISBN links do not need any extra markup, provided you use one of the indicated formats. | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | ISBN 012345678X | ||
+ | |||
+ | ISBN 0-12-345678-X | ||
+ | </nowiki></pre> | ||
+ | |- valign=top | ||
+ | | | ||
+ | Date formats: | ||
+ | # [[July 20]], [[1969]] | ||
+ | # [[20 July]] [[1969]] | ||
+ | # [[1969]]-[[07-20]] | ||
+ | # [[1969-07-20]] | ||
+ | |||
+ | * Link dates in one of the above formats, so that everyone can set their own display order. If [[Special:Userlogin|logged in]], you can use [[Special:Preferences]] to change your own date display setting. | ||
+ | * All of the above dates will appear as "[[20 July|20 July]] [[1969|1969]]" if you set your date display preference to "15 January 2001", but as "[[20 July|July 20]], [[1969|1969]]" if you set it to "January 15, 2001", or as "[[1969|1969]]-[[July 20|07-20]]" if you set it to "2001-01-15". | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | Date formats: | ||
+ | # [[July 20]], [[1969]] | ||
+ | # [[20 July]] [[1969]] | ||
+ | # [[1969]]-[[07-20]] | ||
+ | # [[1969-07-20]] | ||
+ | |||
+ | </nowiki></pre> | ||
+ | |- valign="top" | ||
+ | | | ||
+ | [[media:Sg_mrob.ogg|Sound]] | ||
+ | |||
+ | *To include links to non-image uploads such as sounds, use a "media" link. For images, [[#Images|see next section]]. | ||
+ | |||
+ | Some uploaded sounds are listed at [[Wikipedia:Sound]]. | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | [[media:Sg_mrob.ogg|Sound]] | ||
+ | </nowiki></pre> | ||
+ | |} | ||
=== Sections, paragraphs, lists and lines === | === Sections, paragraphs, lists and lines === | ||
{| border="1" cellpadding="2" cellspacing="0" | {| border="1" cellpadding="2" cellspacing="0" |
Revision as of 14:53, 26 May 2005
In its simplest form, editing a FreekiWiki page is just typing. Paragraphs can be created by leaving blank lines, otherwise all the text is wordwrapped. Lines that start with a blank space are rendered as preformatted text. The sections below give more detail.
Wiki Markup
Links and URLs
What it looks like | What you type |
---|---|
London has public transport.
|
London has [[public transport]]. |
San Francisco also has public transportation.
|
San Francisco also has [[public transport|public transportation]]. |
San Francisco also has public transportation. Examples include buses, taxis, and streetcars.
|
San Francisco also has [[public transport]]ation. Examples include [[bus]]es, [[taxi]]s, and [[streetcar]]s. |
See the Wikipedia:Manual of Style.
|
See the [[Wikipedia:Manual of Style]]. |
Economics#See also is a link to a section within another page. #Links and URLs is a link to a section on the current page. #example is a link to an anchor that was created using an id attribute
|
[[Economics#See also]] is a link to a section within another page. [[#Links and URLs]] is a link to a section on the current page. [[#example]] is a link to an anchor that was created using <div id="example">an id attribute</div> |
Automatically hide stuff in parentheses: kingdom. Automatically hide namespace: Village Pump. Or both: Manual of Style But not: [[Wikipedia:Manual of Style#Links|]]
|
Automatically hide stuff in parentheses: [[kingdom (biology)|]]. Automatically hide namespace: [[Wikipedia:Village Pump|]]. Or both: [[Wikipedia:Manual of Style (headings)|]] But not: [[Wikipedia:Manual of Style#Links|]] |
The weather in London is a page that does not exist yet.
|
[[The weather in London]] is a page that does not exist yet. |
Wikipedia:How to edit a page is this page.
|
[[Wikipedia:How to edit a page]] is this page. |
When adding a comment to a Talk page, you should sign it by adding three tildes to add your user name: or four to add user name plus date/time:
Five tildes gives the date/time alone:
|
When adding a comment to a Talk page, you should sign it by adding three tildes to add your user name: : ~~~ or four for user name plus date/time: : ~~~~ Five tildes gives the date/time alone: : ~~~~~ |
|
#REDIRECT [[United States]] |
|
[[fr:Wikipédia:Aide]] |
What links here and Related changes pages can be linked as: Special:Whatlinkshere/Wikipedia:How to edit a page and Special:Recentchangeslinked/Wikipedia:How to edit a page |
'''What links here''' and '''Related changes''' pages can be linked as: [[Special:Whatlinkshere/Wikipedia:How to edit a page]] and [[Special:Recentchangeslinked/Wikipedia:How to edit a page]] |
A user's Contributions page can be linked as: Special:Contributions/UserName or Special:Contributions/192.0.2.0 |
A user's '''Contributions''' page can be linked as: [[Special:Contributions/UserName]] or [[Special:Contributions/192.0.2.0]] |
|
[[Category:Character sets]] |
|
[[:Category:Character sets]] |
Three ways to link to external (non-wiki) sources:
|
Three ways to link to external (non-wiki) sources: # Bare URL: http://www.nupedia.com/ (bad style) # Unnamed link: [http://www.nupedia.com/] ('''very bad style''') # Named link: [http://www.nupedia.com Nupedia] |
Linking to other wikis:
Linking to another language's wiktionary:
|
Linking to other wikis: # [[Interwiki]] link: [[Wiktionary:Hello]] # Named interwiki link: [[Wiktionary:Hello|Hello]] # Interwiki link without prefix: [[Wiktionary:Hello|]] Linking to another language's wiktionary: # [[Wiktionary:fr:bonjour]] # [[Wiktionary:fr:bonjour|bonjour]] # [[Wiktionary:fr:bonjour|]] |
ISBN 012345678X ISBN 0-12-345678-X
|
ISBN 012345678X ISBN 0-12-345678-X |
Date formats:
|
Date formats: # [[July 20]], [[1969]] # [[20 July]] [[1969]] # [[1969]]-[[07-20]] # [[1969-07-20]] |
Some uploaded sounds are listed at Wikipedia:Sound. |
[[media:Sg_mrob.ogg|Sound]] |
Sections, paragraphs, lists and lines
What it looks like | What you type |
---|---|
Start your sections as follows: New section Subsection Sub-subsection
|
==New section== ===Subsection=== ====Sub-subsection==== |
A single newline generally has no effect on the layout. These can be used to separate sentences within a paragraph. Some editors find that this aids editing and improves the function diff (used internally to compare different versions of a page). But an empty line starts a new paragraph.
|
A single [[newline]] generally has no effect on the layout. These can be used to separate sentences within a paragraph. Some editors find that this aids editing and improves the function ''diff'' (used internally to compare different versions of a page). But an empty line starts a new paragraph. |
You can break lines
|
You can break lines<br> without starting a new paragraph. |
marks the end of a list item.
|
* Lists are easy to do: ** Start every line with a star. *** More stars means deeper levels. **** A newline in a list marks the end of a list item. * An empty line starts a new list. |
|
# Numbered lists are also good ## very organized ## easy to follow |
|
* You can even do mixed lists *# and nest them *#* like this |
|
; Definition list : list of definitions ; item : the item's definition ; another item : the other item's definition |
A manual newline starts a new paragraph.
|
: A colon indents a line or paragraph. A manual newline starts a new paragraph. |
IF a line starts with a space THEN it will be formatted exactly as typed; in a fixed-width font; lines won't wrap; ENDIF this is useful for: * pasting preformatted text; * algorithm descriptions; * program source code; * ASCII art; * chemical structures;
|
IF a line starts with a space THEN it will be formatted exactly as typed; in a fixed-width font; lines won't wrap; ENDIF this is useful for: * pasting preformatted text; * algorithm descriptions; * program source code; * [[ASCII art]]; * chemical structures; |
|
<center>Centered text.</center> |
A horizontal dividing line: this is above it and this is below it.
|
A [[horizontal dividing line]]: this is above it ---- and this is below it. |
Character formatting
What it looks like | What you type |
---|---|
Emphasize, strongly, very strongly.
|
''Emphasize'', '''strongly''', '''''very strongly'''''. |
A typewriter font for monospace text
or for computer code:
|
A typewriter font for <tt>monospace text</tt> or for computer code: <code>int main()</code> |
You can use small text for captions. |
You can use <small>small text</small> for captions. |
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 rather than visual markup. |
Diacritical marks:
À Á Â Ã Ä Å |
è é ê ë ì í À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ñ Ò Ó Ô Õ Ö Ø Ù Ú Û Ü ß à á â ã ä å æ ç è é ê ë ì í î ï ñ ò ó ô œ õ ö ø ù ú û ü ÿ |
Punctuation:
|
¿ ¡ § ¶ † ‡ • – — ‹ › « » ‘ ’ “ ” |
Commercial symbols:
|
™ © ® ¢ € ¥ £ ¤ |
Subscripts:
Superscripts:
ε0 = 8.85 × 10−12 C² / J m. |
x<sub>1</sub> x<sub>2</sub> x<sub>3</sub> <nowiki> x<sup>1</sup> x<sup>2</sup> x<sup>3</sup> or x¹ x² x³ </nowiki> ε<sub>0</sub> = 8.85 × 10<sup>−12</sup> C² / J m. 1 [[hectare]] = [[1 E4 m²]] |
Greek characters:
|
α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ σ ς τ υ φ χ ψ ω Γ Δ Θ Λ Ξ Π Σ Φ Ψ Ω |
Math characters:
|
∫ ∑ ∏ √ − ± ∞ ≈ ∝ ≡ ≠ ≤ ≥ → × · ÷ ∂ ′ ″ ∇ ‰ ° ∴ ℵ ø ∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇ ¬ ∧ ∨ ∃ ∀ ⇒ ⇔ → ↔ |
Spacing in simple math formulas:
|
Obviously, ''x''² ≥ 0 is true. |
Complicated formulas:
|
: <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math> |
Suppressing interpretation of markup:
|
<nowiki>Link → (''to'') the [[Wikipedia FAQ]]</nowiki> |
Commenting page source:
|
<!-- comment here --> |