Help:Wiki markup
From ChinaTravelGuide
The wiki markup is the syntax system you can use to format a ChinaTravelGuide page; please see Help:Editing for details on it, and Help:Wikitext examples for a longer list of the possibilities of Wikitext.
Contents |
[edit] 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, taxicabs, and streetcars.
|
San Francisco also has [[public transport]]ation. Examples include [[bus]]es, [[taxicab]]s, and [[streetcar]]s. a micro<nowiki>second </nowiki> |
|
See the ChinaTravelGuide:Manual of Style.
|
See the [[ChinaTravelGuide:Manual of Style]]. |
|
ChinaTravelGuide:Manual of Style#Italics is a link to a section within another page. #Links and URLs is a link to another section on the current page. Italics is a piped link to a section within another page.
|
[[ChinaTravelGuide:Manual of Style#Italics]] is a link to a section within another page. [[#Links and URLs]] is a link to another section on the current page. [[ChinaTravelGuide:Manual of Style#Italics|Italics]] is a piped link to a section within another page. |
|
Automatically hide stuff in parentheses: kingdom. Automatically hide namespace: Village Pump. Or both: Manual of Style But not: [[ChinaTravelGuide:Manual of Style#Links|]]
|
Automatically hide stuff in parentheses: [[kingdom (biology)|]]. Automatically hide namespace: [[ChinaTravelGuide:Village Pump|]]. Or both: [[ChinaTravelGuide: Manual of Style (headings)|]] But not: [[ChinaTravelGuide: Manual of Style#Links|]]
|
|
National sarcasm society is a page that does not exist yet.
|
[[National sarcasm society]] is a page that does not exist yet. |
|
ChinaTravelGuide:How to edit is a link to this page.
|
[[ChinaTravelGuide:How to edit]] is a link to this page. |
|
The character tilde (~) is used when adding a comment to a Talk page. You should sign your comment by appending four tildes (~~~~) to the comment so as to add your user name plus date/time:
Adding three tildes (~~~) will add just your user name: and adding five tildes (~~~~~) gives the date/time alone:
|
The character '''tilde''' (~) is used when adding a comment to a Talk page. You should sign your comment by appending four tildes (~~~~) to the comment so as to add your user name plus date/time: : ~~~~ Adding three tildes (~~~) will add just your user name: : ~~~ and adding five tildes (~~~~~) gives the date/time alone: : ~~~~~ |
|
#REDIRECT [[United States]] #REDIRECT [[United States#History|United States History]] will redirect to the [[United States]] page, to the History section if it exists |
|
What links here and Related changes pages can be linked as: Special:Whatlinkshere/ChinaTravelGuide:How to edit a page and Special:Recentchangeslinked/ChinaTravelGuide:How to edit a page |
'''What links here''' and '''Related changes''' pages can be linked as: [[Special:Whatlinkshere/ ChinaTravelGuide:How to edit]] and [[Special:Recentchangeslinked/ ChinaTravelGuide:How to edit]] |
|
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.ChinaTravelGuide.com/ (bad style) # Unnamed link: [http://www.ChinaTravelGuide.com/] (only used within article body for footnotes) # Named link: [http://www.ChinaTravelGuide.com ChinaTravelGuide] |
|
ISBN 012345678X ISBN 0-12-345678-X |
|
Text mentioning RFC 4321 anywhere
|
Text mentioning RFC 4321 anywhere |
|
Date formats:
|
Date formats: # [[July 20]], [[1969]] # [[20 July]] [[1969]] # [[1969]]-[[07-20]] # [[1969-07-20]] |
|
Special as-of links like this year needing future maintenance |
Special [[WP:AO|as-of]] links like [[As of 2006|this year]] needing future maintenance |
Some uploaded sounds are listed at ChinaTravelGuide:Sound. |
[[media:Classical guitar scale.ogg|Sound]] |
[edit] Headings
For a top-level heading, put it on a separate line surrounded by '=='. For example:
==Introduction==
Subheadings use '===', '====', and so on.
[edit] Character formatting
| What it looks like | What you type |
|---|---|
|
Italicized text |
''Italicized text'' '''Bold text''' '''''Italicized & Bold text''''' |
|
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> |
Create codeblocks that are printed as entered
|
Use <code><pre> Block of Code </pre></code> around the block of code. * The <pre> tags within the codeblock will create formatting issues - to solve, display the tags literally with <pre> and </pre> |
|
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 [[ChinaTravelGuide FAQ]]</nowiki>
|
|
Commenting page source:
|
<!-- comment here --> |
[edit] No or limited formatting?ashowing exactly what is being typed
A few different kinds of formatting will tell the Wiki to display things as you typed them?awhat you see, is what you get!
| What it looks like | What you type | |
|---|---|---|
| <nowiki> tags |
The nowiki tag ignores Wiki ''markup''. It reformats text by removing newlines and multiple spaces. It still interprets special characters: → | <nowiki> The nowiki tag ignores Wiki ''markup''. It reformats text by removing newlines and multiple spaces. It still interprets special characters: → </nowiki> |
| <pre> tags |
The pre tag ignores Wiki ''markup''. It also doesn't reformat text. It still interprets special characters: → | <pre> The pre tag ignores Wiki ''markup''. It also doesn't reformat text. It still interprets special characters: → </pre> |
| Leading spaces |
Leading spaces are another way to preserve formatting. However, it will make the whole page fail to render properly in some browsers, such as IE7, thus making the page unreadable.
Putting a space at the beginning of each line stops the text from being reformatted. It still interprets Wiki markup and special characters: ???¨¬2 | 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: → |
[edit] 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. --->
[edit] 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 (or after introductory sections). 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.
[edit] Tables
There are two ways to build tables:
- in special Wiki-markup (see Help:Table markup)
- with the usual HTML elements: <table>, <tr>, <td> or <th>.
For the latter, and a discussion on when tables are appropriate, see ChinaTravelGuide:When to use tables.
[edit] Variables
(See also Help:Variable)
| Code | Effect |
|---|---|
| {{CURRENTWEEK}} | 47 |
| {{CURRENTDOW}} | 4 |
| {{CURRENTMONTH}} | 11 |
| {{CURRENTMONTHNAME}} | November |
| {{CURRENTMONTHNAMEGEN}} | November |
| {{CURRENTDAY}} | 20 |
| {{CURRENTDAYNAME}} | Thursday |
| {{CURRENTYEAR}} | 2008 |
| {{CURRENTTIME}} | 04:34 |
| {{NUMBEROFARTICLES}} | 1,268 |
| {{NUMBEROFUSERS}} | 443 |
| {{PAGENAME}} | Wiki markup |
| {{NAMESPACE}} | Help |
| {{REVISIONID}} | 1893 |
| {{localurl:pagename}} | /ctgwiki/Pagename |
| {{localurl:ChinaTravelGuide:Sandbox|action=edit}} | /ctgmediawiki/index.php?title=ChinaTravelGuide:Sandbox&action=edit |
| {{fullurl:pagename}} | http://www.chinatravelguide.com/ctgwiki/Pagename |
| {{fullurl:pagename|query_string}} | http://www.chinatravelguide.com/ctgmediawiki/index.php?title=Pagename&query_string |
| {{SERVER}} | http://www.chinatravelguide.com |
| {{ns:1}} | Talk |
| {{ns:2}} | User |
| {{ns:3}} | User_talk |
| {{ns:4}} | ChinaTravelGuide |
| {{ns:5}} | ChinaTravelGuide_talk |
| {{ns:6}} | Image |
| {{ns:7}} | Image_talk |
| {{ns:8}} | MediaWiki |
| {{ns:9}} | MediaWiki_talk |
| {{ns:10}} | Template |
| {{ns:11}} | Template_talk |
| {{ns:12}} | Help |
| {{ns:13}} | Help_talk |
| {{ns:14}} | Category |
| {{ns:15}} | Category_talk |
| {{SITENAME}} | ChinaTravelGuide |
NUMBEROFARTICLES is the number of pages in the main namespace which contain a link and are not a redirect, in other words number of articles, stubs containing a link, and disambiguation pages.
CURRENTMONTHNAMEGEN is the genitive (possessive) grammatical form of the month name, as used in some languages; CURRENTMONTHNAME is the nominative (subject) form, as usually seen in English.
In languages where it makes a difference, you can use constructs like {{grammar:case|word}} to convert a word from the nominative case to some other case. For example, {{grammar:genitive|{{CURRENTMONTHNAME}}}} means the same as {{CURRENTMONTHNAMEGEN}}.
[edit] Templates
The MediaWiki software used by ChinaTravelGuide has support for templates. This means standardized text chunks can be inserted into articles. For example, typing stub will appear as "This article is a stub. You can help ChinaTravelGuide by expanding it." when the page is saved. See ChinaTravelGuide:Template messages for the complete list.

