Template:MediaWiki: Difference between revisions
Jump to navigation
Jump to search
imported>J. Noel Chiappa (Note syntax limitation in argument) |
imported>J. Noel Chiappa (Update examle to include link to section) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[http://www.mediawiki.org/wiki | [http://www.mediawiki.org/wiki?title={{#if:{{{1|}}}|{{urlencode:{{{1}}}}}|{{BASEPAGENAMEE}}}} {{{2|{{{1|{{BASEPAGENAME}}}}}}}}]<noinclude> | ||
'''Usage''' | '''Usage''' | ||
Line 5: | Line 5: | ||
<nowiki>{{MediaWiki}}</nowiki> links to the MediaWiki article with the same name as the page name | <nowiki>{{MediaWiki}}</nowiki> links to the MediaWiki article with the same name as the page name | ||
<nowiki>{{MediaWiki|Name}}</nowiki> links to the MediaWiki article called "Name" | <nowiki>{{MediaWiki|Name}}</nowiki> links to the MediaWiki article called "Name"; one can also include an anchor if so desired | ||
<nowiki>{{MediaWiki|Name|Text}}</nowiki> links to the MediaWiki article called "Name", with the string "Text" being the hyperlink in the page here | <nowiki>{{MediaWiki|Name|Text}}</nowiki> links to the MediaWiki article called "Name", with the string "Text" being the hyperlink in the page here | ||
''' | |||
'''Example''': | |||
<nowiki>{{MediaWiki|Help:Templates#Creating a template|How to create a template}}</nowiki> | |||
gives: | |||
{{MediaWiki|Help:Templates#Creating a template|How to create a template}} | |||
''Shortcut'': <nowiki>{{MW}}</nowiki> | ''Shortcut'': <nowiki>{{MW}}</nowiki> | ||
</noinclude> | </noinclude> |
Latest revision as of 08:22, 10 May 2008
Usage
{{MediaWiki}} links to the MediaWiki article with the same name as the page name
{{MediaWiki|Name}} links to the MediaWiki article called "Name"; one can also include an anchor if so desired
{{MediaWiki|Name|Text}} links to the MediaWiki article called "Name", with the string "Text" being the hyperlink in the page here
Example:
{{MediaWiki|Help:Templates#Creating a template|How to create a template}}
gives:
Shortcut: {{MW}}