Difference between revisions of "Template:See Wikipedia"
Jump to navigation
Jump to search
imported>Kicoax |
imported>Qazaaq (Added categories.) |
||
(7 intermediate revisions by one other user not shown) | |||
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 type of page (default: current namespace if first parameter isn't specified, or blank) | |||
Examples | ==Examples== | ||
{| class="wikitable" | |||
! 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}} | |||
|} | |||
[[Category:Templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 21:55, 3 September 2019
Outputs a "See Wikipedia's ____ page for more information." link.
Parameters[edit source]
- The Wikipedia page name (default: current page)
- The type of page (default: current namespace if first parameter isn't specified, or blank)
Examples[edit source]
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. |