Template:PlayerInfoBox: Difference between revisions
Appearance
Rezizdigus (talk | contribs) No edit summary |
Rezizdigus (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
</title> | </title> | ||
<image source="player-image" /> | <image source="player-image" /> | ||
<data source="member_of"> | |||
<label>Member of</label> | |||
</data> | |||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
| Line 18: | Line 21: | ||
"label": "Player's IGN", | "label": "Player's IGN", | ||
"type": "string" | "type": "string" | ||
}, | |||
"member_of": { | |||
"label": "Member of", | |||
"description": "The server''s the player was a member of", | |||
"type": "unbalanced-wikitext" | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"player-nickname", | "player-nickname", | ||
"player-image" | "player-image", | ||
"member_of" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 21:11, 6 September 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Player's IGN | player-nickname | no description | String | optional |
| Player Image | player-image | no description
| File | optional |
| Member of | member_of | The server''s the player was a member of | Unbalanced wikitext | optional |