Skabelon:Football squad start2
I tilfælde af at en spiller ikke har erklæret, hvilket landshold vedkommende måtte tilhøre, så er fødselsstedet afgørende for nationaliteten.
Nr. | Position | Spiller | Nation |
---|
Usage
[rediger kildetekst]This template is used to display a footballer squad in a standard format. It is derived from Skabelon:Football squad player, with additional features and changes which aim to resolve en:WP:ACCESS with that template.
Syntax
[rediger kildetekst]{{Football squad start2}} {{Football squad player2|no=#SHIRT_NUMBER|nat=#NATIONALITY|pos=#POS_OR_ROLE|name=#PLAYER_NAME}} {{Football squad player2|no=#SHIRT_NUMBER|nat=#NATIONALITY|pos=#POS_OR_ROLE|name=#PLAYER_NAME|other=#OTHER_RELATED_INFO}} ... {{Football squad player2|no=#SHIRT_NUMBER|nat=#NATIONALITY|pos=#POS_OR_ROLE|name=#PLAYER_NAME}} {{Football squad end2}}
Alternative template names
[rediger kildetekst]In order to make easier the work of writing new squads, some alternative, shorter, names has been designed. So, you may now use {{Fs start}}, {{Fs player}}, {{Fs end}} and {{Fs blank column}} as alternative templates, using the same equivalent syntax of the other ones.
Example
[rediger kildetekst]For example, the following code:
{{Football squad start2}} {{Football squad player2|no=1|nat=Germany|pos=GK|name=[[Jens Lehmann]]}} {{Football squad player2|no=3|nat=England|pos=DF|name=[[Ashley Cole]]}} {{Football squad player2|no=14|nat=France|pos=FW|name=[[Thierry Henry]]|other=captain }} {{Football squad player2|no=23|nat=England|pos=DF|name=[[Sol Campbell]]}} {{Football squad player2|no=24|nat=Spain|pos=GK|name=[[Manuel Almunia]]}} {{Football squad player2|no=26|nat=Ghana|pos=FW|name=[[Quincy Owusu-Abeyie]]|other=on loan}} {{Football squad end2}}
Produces this table:
I tilfælde af at en spiller ikke har erklæret, hvilket landshold vedkommende måtte tilhøre, så er fødselsstedet afgørende for nationaliteten.
Nr. | Position | Spiller | Nation |
---|---|---|---|
1 | Målmand | Jens Lehmann | Tyskland |
3 | Forsvarsspiller | Ashley Cole | England |
14 | Angriber | Thierry Henry (captain) | Frankrig |
23 | Forsvarsspiller | Sol Campbell | England |
24 | Målmand | Manuel Almunia | Spanien |
26 | Angriber | Quincy Owusu-Abeyie (on loan) | Ghana |
Parameters
[rediger kildetekst]In {{Football squad start2}}:
hidenote
- By default, the note at the top of the template will always display. It can be disabled with |hidenote=yes.
date
- Optional parameter; will display the date as typed.
ref
- Optional parameter; will add a reference to the end of the header.
bg
- Use this param to specify a custom background color for the table header. Use RRGGBB values without the # sign. Example: |bg=5d9731
color
- Use this param to specify a custom text color for the table header. Use RRGGBB values without the # sign. Example: |color=ffffff
In {{Football squad player2}}:
no
- The shirt number for the player, if they have one.
nat
- The player's nationality. Use the name of the country, or its 3-letter IOC country code, rather than an adjective (e.g. "Spain" instead of "Spanish"). This is usually the country of the player's birth; however, if a player has dual nationality then use the country that he represents in international football.
pos
- The position in which the player plays. You can use any of the four options below:
GK
for Målmand;DF
for Forsvarsspiller;MF
for Midtbanespiller;FW
for Angriber;
name
- Spillerens navn.
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.
icononly
- This is an optional parameter. By default, all country names are displayed alongside their flags, per the manual of style. Where this is unnecessary (flags have been identified earlier in the article) or undesirable (for instance if one or more players come from the Democratic Republic of the Congo),
|icononly=yes
will display the flag alone. When using this parameter, please ensure that the article complies with the Manual of Style on flag use.
In both {{Football squad start2}} and {{football squad player2}}:
nonumber
- Many clubs use squad numbers, but others do not. Adding
|nonumber=yes
to {{football squad start2}} will disable the number column entirely. If used, this parameter should also be added to every player's entry, as otherwise a dash will be shown. nonat
- Adding
|nonat=yes
to {{football squad start2}} will disable the nation column entirely. If used,nat
should be omitted from every player's entry.