Difference between revisions of "Template:w"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Undo revision 198044 by Sqrt-1 (talk))
(apply {{ucfirst:}} to link target, to make the “have I visited that page before” link style more accurate)
Line 2: Line 2:
 
-->[[wikipedia:<!--
 
-->[[wikipedia:<!--
 
  -->{{#if:{{{1|}}}<!--
 
  -->{{#if:{{{1|}}}<!--
   -->|{{{1}}}{{!}}{{{2|{{{1|}}}}}}]]<!--
+
   -->|{{ucfirst:{{{1}}}}}{{!}}{{{2|{{{1|}}}}}}]]<!--
   -->|{{PAGENAME}}{{!}}{{PAGENAME}}]] at  [[wikipedia:|Wikipedia]]<!--
+
   -->|{{ucfirst:{{PAGENAME}}}}{{!}}{{PAGENAME}}]] at  [[wikipedia:|Wikipedia]]<!--
 
  -->}}<!--
 
  -->}}<!--
 
--></includeonly><noinclude>
 
--></includeonly><noinclude>
Line 15: Line 15:
 
*<code><nowiki>{{w|Page|Display}}</nowiki></code> prints "Display" which links to the wikipedia article on "Page"
 
*<code><nowiki>{{w|Page|Display}}</nowiki></code> prints "Display" which links to the wikipedia article on "Page"
 
**{{w|Page|Display}}
 
**{{w|Page|Display}}
 +
 +
The first character of the link target is automatically capitalized, such that e.g. <code><nowiki>{{w|xkcd}}</nowiki></code> ({{w|xkcd}}) and <code><nowiki>{{w|Xkcd|xkcd}}</nowiki></code> ({{w|Xkcd|xkcd}}) both link to the same URL. (Wikipedia page titles never start with a lowercase character, though {{w|WP:DISPLAYTITLE|they can display with alternative capitalization}}.)
  
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 11:18, 17 April 2021

A template to make a link to Wikipedia.

Usage

  • {{w}} by itself links to the wikipedia page for the page you use the template on
  • {{w|Page}} links to the wikipedia article on "Page"
  • {{w|Page|Display}} prints "Display" which links to the wikipedia article on "Page"

The first character of the link target is automatically capitalized, such that e.g. {{w|xkcd}} (xkcd) and {{w|Xkcd|xkcd}} (xkcd) both link to the same URL. (Wikipedia page titles never start with a lowercase character, though they can display with alternative capitalization.)