Difference between revisions of "Template:See Wikipedia"
Jump to navigation
Jump to search
no edit summary
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= | ||
{| | |||
! Code || Output | |||
|- | |||
| <code><nowiki>{{See Wikipedia}}</nowiki></code> || {{See Wikipedia}} | |||
|- | |||
| <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> |