Template:WP: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>J. Noel Chiappa
(Note syntax limitation in argument)
imported>J. Noel Chiappa
(Bugf fix for spaces)
Line 1: Line 1:
[http://en.wikipedia.org/wiki/{{#if:{{{1|}}}|{{{1}}}|{{BASEPAGENAMEE}}}} {{#if:{{{2|}}}|{{{2}}}|{{#if:{{{1|}}}|{{{1}}}|{{BASEPAGENAME}}}}}}]<noinclude>
[http://en.wikipedia.org/wiki/{{#if:{{{1|}}}|{{urlencode:{{{1}}}}}|{{BASEPAGENAMEE}}}} {{#if:{{{2|}}}|{{{2}}}|{{#if:{{{1|}}}|{{{1}}}|{{BASEPAGENAME}}}}}}]<noinclude>


'''Usage'''
'''Usage'''

Revision as of 11:37, 12 March 2008

WP

Usage

{{WP}} links to the wikipedia article with the same name as the page name

{{WP|Name}} links to the wikipedia article called "Name"

{{WP|Name|Text}} links to the wikipedia 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.