Difference between revisions of "Template:Player2/doc"

From QWiki
Line 16: Line 16:
 
Returns this:
 
Returns this:
  
:{{player2|NonY|race=P|flag=us}}
+
:{{player2|NonY|race=|flag=us}}
:{{player2|Ret|hs=race|race=Z|flag=nl}}
+
:{{player2|Ret|hs=race|race=|flag=nl}}
:{{player2|Ihasnowikipage|hs=race|race=Z|flag=se}}
+
:{{player2|Ihasnowikipage|hs=race|race=|flag=se}}
  
 
Adapted from [http://wiki.teamliquid.net/starcraft2/Template:Player2 Liquipedia]
 
Adapted from [http://wiki.teamliquid.net/starcraft2/Template:Player2 Liquipedia]

Revision as of 20:24, 12 January 2017

This template is similar to the {{Player}} template, however the race and flag icons are displayed on the right side of the player name. This is useful for player columns which are aligned to the right.

Usage

Variables and usage like the {{Player}} template.

Example

This code:

{{player2|NonY|race=P|flag=USA}}
{{player2|Ret|hs=race|race=Z|flag=Netherlands}}
{{player2|Ihasnowikipage|hs=race|race=Z|flag=Sweden}}

Returns this:

NonY United States
Ret Netherlands
Ihasnowikipage Sweden

Adapted from Liquipedia