Difference between revisions of "Template:See Wikipedia"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Gawdl3y
imported>Gawdl3y
Line 2: Line 2:
Outputs a "See Wikipedia's ____ page for more information." link.
Outputs a "See Wikipedia's ____ page for more information." link.


Parameters:
=Parameters=
#The Wikipedia page name (default: current page)
#The Wikipedia page name (default: current page)
#The type of page (default: current namespace if first parameter isn't specified, or blank)
#The type of page (default: current namespace if first parameter isn't specified, or blank)


Examples:
=Examples=
*Current page:
{|
**{{See Wikipedia}}
! Code || Output
*Specified page:
|-
**{{See Wikipedia|The Hitchhiker's Guide to the Galaxy}}
| <code><nowiki>{{See Wikipedia}}</nowiki></code> || {{See Wikipedia}}
*Specified type:
|-
**{{See Wikipedia||crazy}}
| <code><nowiki>{{See Wikipedia|The Hitchhiker's Guide to the Galaxy}}</nowiki></code> || {{See Wikipedia|The Hitchhiker's Guide to the Galaxy}}
|-
| <code><nowiki>{{See Wikipedia||crazy}}</nowiki></code> || {{See Wikipedia||crazy}}
|-
| <code><nowiki>{{See Wikipedia|Special:Random|random}}</nowiki></code> || {{See Wikipedia|Special:Random|random}}
|}
</noinclude>
</noinclude>

Revision as of 17:50, 20 June 2016

Outputs a "See Wikipedia's ____ page for more information." link.

Parameters

  1. The Wikipedia page name (default: current page)
  2. The type of page (default: current namespace if first parameter isn't specified, or blank)

Examples

Code Output
{{See Wikipedia}} See Wikipedia's template page for more information.
{{See Wikipedia|The Hitchhiker's Guide to the Galaxy}} See Wikipedia's page for more information.
{{See Wikipedia||crazy}} See Wikipedia's crazy page for more information.
{{See Wikipedia|Special:Random|random}} See Wikipedia's random page for more information.