Template:PlayerInfoBox: Difference between revisions
Appearance
Rezizdigus (talk | contribs) Created page with "<titlebox> <image> https://api.mineatar.io/body/full/{{{player-uuid}}} </image> </titlebox> <noinclude> <templatedata> { "params": { "player-uuid": { "label": "Player UUID", "type": "string", "autovalue": "058e7508-34fc-4a07-b23b-42105c39fd7a" } }, "paramOrder": [ "player-uuid" ] } </templatedata> </noinclude>" |
Rezizdigus (talk | contribs) No edit summary |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
< | <templatestyles src="Template:TLSInfoBox/styles.css" /> | ||
<image> | <infobox theme="tls"> | ||
<title source="player-nickname"> | |||
</ | |||
</ | </title> | ||
<image source="player-image" /> | |||
<data source="member_of"> | |||
<label>Member of</label> | |||
</data> | |||
</infobox> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"player- | "player-image": { | ||
"label": "Player | "label": "Player Image", | ||
"type": " | "type": "wiki-file-name", | ||
"autovalue": "058e7508-34fc-4a07-b23b-42105c39fd7a" | "autovalue": "https://api.mineatar.io/body/full/058e7508-34fc-4a07-b23b-42105c39fd7a" | ||
}, | |||
"player-nickname": { | |||
"label": "Player's IGN", | |||
"type": "string" | |||
}, | |||
"member_of": { | |||
"label": "Member of", | |||
"description": "The server''s the player was a member of", | |||
"type": "unbalanced-wikitext" | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"player- | "player-nickname", | ||
"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 |