Template:Sq start player

>infinity cup
Jump to navigationJump to search
No. Position Player

Usage[edit source]

This template is used to display a squad in a standard format. This is a small format for a team's main page, with the full roster to be shown on a separate page. This shows the 'bare bones' information, i.e. squad number, position and player name.

Most squads are split into two vertical columns. For these, you can use the {{sq start}}, {{sq mid}} and {{sq end}} templates to help with the layouting, and then use this template repeatedly within them:

{{sq start}}
{{sq player|no=#SHIRT_NUMBER|pos=#POS_OR_ROLE|name=#PLAYER_NAME}}
{{sq player|no=#SHIRT_NUMBER|pos=#POS_OR_ROLE|name=#PLAYER_NAME|other=#OTHER_RELATED_INFO}}
...
{{sq mid}}
{{sq player|no=#SHIRT_NUMBER|pos=#POS_OR_ROLE|name=#PLAYER_NAME}}
...
{{sq end}}

Example[edit source]

For example, the following code:

{{sq start}}
{{sq player |no=1  |pos=GK |name=EVA-01 }}
{{sq player |no=2  |pos=CB |name=Mazinger Z }}
{{sq player |no=3  |pos=RWF |name=Alteisen |other=Captain  }}
{{sq mid}}
{{sq player |no=20 |pos=CMF |name=Strike Freedom }}
{{sq player |no=26 |pos=DMF |name=Megas XLR }}
{{sq player |no=31 |pos=RMF |name=Daizengar }}
{{sq end}}

Produces this table:

No. Position Player
1 Pos-GK.png EVA-01
2 Pos-CB.png Mazinger Z
3 Pos-RWF.png Alteisen (Captain)
No. Position Player
20 Pos-CMF.png Strike Freedom
26 Pos-DMF.png Megas XLR
31 Pos-RMF.png Daizengar

Parameters[edit source]

  • no: The shirt number for the player, if they have one. If the player's number is not known, or unassigned, then you can use the character instead.
  • pos: The position in which the player plays. You can use any of the options below:
    1. GK Goalkeeper;
    2. CB for Centre Back;
    3. RB for Right Back;
    4. LB for Left Back;
    5. SW for Sweeper;
    6. DMF for Defensive Midfielder;
    7. CMF for Centre Midfielder;
    8. RMF for Right Midfielder;
    9. LMF for Left Midfielder;
    10. AMF for Attacking Midfielder;
    11. RWF for Right-Wing Forward;
    12. LWF for Left-Wing Forward;
    13. SS for Second Striker;
    14. CF for Centre Forward.
  • name: The player's name. Simple enough.
  • other: This is an optional parameter. You can add any related info to this parameter, like specifying captain, vice-captain, whether the player is on loan, etc. It will show additional info in the brackets after the player name. You do not have to specify it if neither applies.

Special Players[edit source]

For gold, silver or bronze players, the tags {{sq gold player}}, {{sq silver player}} and {{sq bronze player}} can be used respectively.

For players in the starting lineup that are not bronze, silver or gold, use the tag {{sq start player}}.

Entering:

{{sq start}}
{{sq player |no=1  |pos=GK |name=EVA-01 }}
{{sq start player |no=2  |pos=DMF |name=Mazinger Z }}
{{sq gold player |no=3  |pos=RWF |name=Alteisen |other=Captain  }}
{{sq mid}}
{{sq bronze player |no=20 |pos=CMF |name=Strike Freedom }}
{{sq silver player |no=26 |pos=DMF |name=Megas XLR }}
{{sq bronze player |no=31 |pos=RMF |name=Daizengar }}
{{sq end}}

Produces:

No. Position Player
1 Pos-GK.png EVA-01
No. Position Player
3 Pos-RWF.png Alteisen (Captain)
No. Position Player
20 Pos-CMF.png Strike Freedom
26 Pos-DMF.png Megas XLR
31 Pos-RMF.png Daizengar