Template:Infobox Player: Difference between revisions
Template page
More actions
Esportsamaze (talk | contribs) No edit summary |
Esportsamaze (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is the Infobox Player template. | |||
== Cargo Declaration == | |||
{{#cargo_declare: | {{#cargo_declare: | ||
_table = Players | _table = Players | ||
| | |id = String | ||
| | |name = String | ||
| | |team = String | ||
| | |role = String | ||
| | |nationality = String | ||
| | |status = String | ||
| | |image = File | ||
}} | }} | ||
</noinclude><includeonly> | </noinclude><includeonly>{{#cargo_store: | ||
{{#cargo_store: | |||
_table = Players | _table = Players | ||
| | |id = {{{id|{{PAGENAME}}}}} | ||
| | |name = {{{name|}}} | ||
| | |team = {{{team|}}} | ||
| | |role = {{{role|}}} | ||
| | |nationality = {{{nationality|}}} | ||
| | |status = {{{status|}}} | ||
| | |image = {{{image|}}} | ||
| | }}<div class="infobox"> | ||
}} | <div class="infobox-header">{{{id|{{PAGENAME}}}}}</div> | ||
{{#if:{{{image|}}}| | |||
<div class="infobox-image">[[File:{{{image}}}|260px]]</div> | |||
}} | |||
<div class="infobox-data-container"> | |||
{{#if:{{{name|}}}| | |||
<div class="infobox-row"> | |||
<div class="infobox-label">Real Name</div> | |||
<div class="infobox-data">{{{name}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{nationality|}}}| | |||
<div class="infobox-row"> | |||
<div class="infobox-label">Nationality</div> | |||
<div class="infobox-data">{{{nationality}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{team|}}}| | |||
<div class="infobox-row"> | |||
<div class="infobox-label">Team</div> | |||
<div class="infobox-data">[[{{{team}}}]]</div> | |||
</div> | |||
}} | |||
{{#if:{{{role|}}}| | |||
<div class="infobox-row"> | |||
<div class="infobox-label">Role</div> | |||
<div class="infobox-data">{{{role}}}</div> | |||
</div> | |||
}} | |||
<div class="infobox- | {{#if:{{{status|}}}| | ||
<div class="infobox-row"> | |||
<div class="infobox-label">Status</div> | |||
<div class="infobox-data">{{{status}}}</div> | |||
</div> | |||
}} | |||
</div> | </div> | ||
</div>[[Category:Players]]</includeonly> | |||
</includeonly> | |||
Revision as of 23:37, 2 January 2026
This is the Infobox Player template.
Cargo Declaration
This template defines the table "Players". View table.