Difference between revisions of "Help:Contents"
m |
|||
| Line 224: | Line 224: | ||
<tr> | <tr> | ||
<td></td> | <td></td> | ||
| − | <td>Internal link to the user's user | + | <td>Internal link to the user's user page</td> |
<td>[[Special:Mypage]]</td> | <td>[[Special:Mypage]]</td> | ||
<td>[[Special:Mypage]]</td> | <td>[[Special:Mypage]]</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>External link</td> | ||
| + | <td>External link</td> | ||
| + | <td>http://mediawiki.org</td> | ||
| + | <td>[[http://mediawiki.org]]</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td></td> | ||
| + | <td>External link with different label</td> | ||
| + | <td>[http://mediawiki.org MediaWiki]</td> | ||
| + | <td>[MediaWiki] </td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td></td> | ||
| + | <td>Numbered external link</td> | ||
| + | <td>[http://mediawiki.org]</td> | ||
| + | <td> [[1]] </td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td></td> | ||
| + | <td>External links with file icons</td> | ||
| + | <td>[http://en.wikipedia.org/wiki/.avi video] | ||
| + | [http://en.wikipedia.org/wiki/.ogg sound] | ||
| + | [http://en.wikipedia.org/wiki/.pdf document]</td> | ||
| + | <td> video | ||
| + | sound | ||
| + | document </td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td></td> | ||
| + | <td>External link to the same host</td> | ||
| + | <td>http://{{SERVERNAME}}/pagename </td> | ||
| + | <td> [http://www.mediawiki.org/pagename]</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td></td> | ||
| + | <td>External link to the same host</td> | ||
| + | <td>http://{{SERVERNAME}}/pagename</td> | ||
| + | <td>http://www.mediawiki.org/pagename</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td></td> | ||
| + | <td>External link to other host passing the pagename</td> | ||
| + | <td>External link to other host passing the pagename</td> | ||
| + | <td>[http://google.com/search?q=Links]</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td></td> | ||
| + | <td>Mailto link</td> | ||
| + | <td>[mailto:info@example.org email me]</td> | ||
| + | <td>email me</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td></td> | ||
| + | <td>Mailto named with subject line and body</td> | ||
| + | <td>[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info]</td> | ||
| + | <td>info</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td></td> | ||
| + | <td>External link to the current page's edit page</td> | ||
| + | <td>[http://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]</td> | ||
| + | <td>[Edit this page]</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td></td> | ||
| + | <td>External link to the current page's edit page using the fullurl parser function</td> | ||
| + | <td>[{{fullurl:{{PAGENAME}}|action=edit}} Edit this page]</td> | ||
| + | <td>[Edit this page]</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td></td> | ||
| + | <td>External link to the current page's edit page, and styled to look like an internal link</td> | ||
| + | <td><spanclass="plainlinks">[http://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]</span></td> | ||
| + | <td>[Edit this page]</td> | ||
</tr> | </tr> | ||
Revision as of 17:10, 27 July 2012
| Description | What you type | what you get | |
| formatting | italic | ''italic'' | italic |
| bold | '''bold''' | bold | |
| italic and bold | '''''italic & bold''''' | italic & bold | |
| strike text |
strike text |
||
| escape wiki markup | no "markup" | no"markup" | |
| headings | 2nd level heading | == level heading == | heading text |
| 3rd level heading | === level heading === | heading text | |
| 4th level heading | ==== level heading ==== | heading text | |
| 5th level heading | ===== level heading ===== | heading text | |
| lists | bullet lists | * list term
|
·list term
·list term ·list term ·list term ·list term ·list term |
| numbered lists | # list term
|
1.list term
2.list term 1.list term
1.list term
2.list term
3.list term 3.list term4.list term |
|
| definition lists | ; definition lists
|
definition lists
item definition semicolon plus term colon plusdefinition |
|
| indent text | : Single indent
|
Single indent
Double indent Multiple indent |
|
| internal links | internal link | Main page | Main pageLink title |
| piped link | Difficult text | Difficult text | |
| piped trick | Contents [Extension:DynamicPageList (third-party)|]] | Contents
John Doe DynamicPageList DynamicPagelist |
|
| Word-ending links | Helps Helpanylettersyoulikehere | Helps
Helping Helpers Helpanylettersyoulikehere |
|
| Avoiding word-ending links | Helpful advice GPLv3 | Help GPL | |
| Redirect | #REDIRECT Main page | →Main page | |
| Internal link to an anchor | #see also | #see also | |
| Internal link to an anchor from different text | difficult text | difficult text | |
| Internal link to an anchor at another page | Help:Images#See also | Help:Images#See also | |
| Internal link to the current page's talk page | Discussion | Discussion | |
| Internal link to a subpage | /example | /example | |
| Internal link to a subpage without the leading slash | example | example | |
| Internal link to a category page | Category:Help | Category:Help | |
| Internal link to an image or a file of other types | media:example.jpg media:example.pdf | media:example.jpg media:example.pdf | |
| Internal link to the user's user page | Special:Mypage | Special:Mypage | |
| External link | External link | http://mediawiki.org | [[1]] |
| External link with different label | MediaWiki | [MediaWiki] | |
| Numbered external link | [2] | 1 | |
| External links with file icons | video document | video
sound document |
|
| External link to the same host | http://192.168.164.12/pagename | [3] | |
| External link to the same host | http://192.168.164.12/pagename | http://www.mediawiki.org/pagename | |
| External link to other host passing the pagename | External link to other host passing the pagename | [4] | |
| Mailto link | email me | email me | |
| Mailto named with subject line and body | info | info | |
| External link to the current page's edit page | Edit this page | [Edit this page] | |
| External link to the current page's edit page using the fullurl parser function | Edit this page | [Edit this page] | |
| External link to the current page's edit page, and styled to look like an internal link | <spanclass="plainlinks">Edit this page</span> |