Template:MediaWiki: Difference between revisions

From Citizendium
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}}}}} {{{2|{{{1|{{BASEPAGENAME}}}}}}}}]<noinclude>
[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


'''Note''': The 'Name' argument cannot have spaces in it, otherwise the template doesn't work; replace all spaces with _'s.
 
'''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 11:57, 12 March 2008

MediaWiki

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:

An introduction to templates


Shortcut: {{MW}}