Difference between revisions of "Template:See Wikipedia"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Kicoax
imported>Qazaaq
(Added categories.)
 
(2 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 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==
{|
{| class="wikitable"
! Code || Output
! Code || Output
|-
|-
Line 18: Line 18:
| <code><nowiki>{{See Wikipedia|Special:Random|random}}</nowiki></code> || {{See Wikipedia|Special:Random|random}}
| <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]

  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[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.