Template:MediaWiki: Difference between revisions
Jump to navigation
Jump to search
imported>J. Noel Chiappa (Note syntax limitation in argument) |
imported>J. Noel Chiappa (Fix, update documentation) |
||
Line 1: | Line 1: | ||
[http://www.mediawiki.org/wiki/{{{1|{{BASEPAGENAMEE | [http://www.mediawiki.org/wiki/{{#if:{{{1|}}}|{{anchorencode:{{{1}}}}}|{{BASEPAGENAMEE}}}} {{{2|{{{1|{{BASEPAGENAME}}}}}}}}]<noinclude> | ||
'''Usage''' | '''Usage''' | ||
Line 9: | Line 9: | ||
<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|An introduction to templates}}</nowiki> | |||
gives: | |||
{{MediaWiki|Help:Templates|An introduction to templates}} | |||
''Shortcut'': <nowiki>{{MW}}</nowiki> | ''Shortcut'': <nowiki>{{MW}}</nowiki> | ||
</noinclude> | </noinclude> |
Revision as of 10:57, 12 March 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"
{{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|An introduction to templates}}
gives:
Shortcut: {{MW}}