Difference between revisions of "Template:Player"

From QWiki
m
m
Line 14: Line 14:
  
 
Checking to see if name variable is set to "tbd" and if so, don't link.
 
Checking to see if name variable is set to "tbd" and if so, don't link.
-->{{#if:{{{name|}}}|{{{1|}}}<!--
+
-->{{#if:{{{name|}}}|{{{name}}}<!--
  
 
Checking if there is a link= variable. If there is use it, if not load the correct link from the player link list.
 
Checking if there is a link= variable. If there is use it, if not load the correct link from the player link list.

Revision as of 09:08, 3 January 2017

Documentation (view - edit)

Used for players and teams.

Example

This code:

{{player|Hib|flag=fi}}
{{player|}}
{{player|Kylo Ren|flag=se|link=shaka}}
{{player|Team Brazil|flag=br|link=abbr|abbr=GT, mur & lit}}
{{player|Ihasnowikipage|flag=us|link=false}}

Returns this:

Finland {{#if:|{{{name}}}Hib - default (name as link)
{{#if:|{{{name}}} - empty player with abbr To Be Decided.
Sweden {{#if:|{{{name}}}Kylo Ren - custom link
Brazil {{#if:|{{{name}}}Team Brazil - no link but abbreviation (abbr)
United States {{#if:|{{{name}}}Ihasnowikipage - link=false

Usage

|
Name of the player.
|flag=
Country flag using two letter ISO code. Leave empty for TBD.
|link=
Put a link to another page (not equal to the name), or:
false
Player's name is not linked.
abbr
Player's name gets a dashed underline, hover to read content. Requires |abbr= to be none-empty.
|abbr=
Abbreviation text that will display on hover, could be an array of players that a team consist of. Requires |link=abbr to be set.