Template:Infobox Player: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
! colspan="2" style="background:var(--border-color-subtle,#c8ccd1); text-align:center;" | {{{ign|Steve}}} | ! colspan="2" style="background:var(--border-color-subtle,#c8ccd1); text-align:center;" | {{{ign|Steve}}} | ||
|- | |- | ||
| colspan="2" style="text-align:center;" | | | colspan="2" style="text-align:center;" | {{SkinViewer|uuid={{{uuid}}}}} | ||
|- | |- | ||
! In-Game Name | ! In-Game Name | ||
| {{{ign|The players's full in-game name. | | {{{ign|The players's full in-game name.}}} | ||
|- | |- | ||
! Joined | ! Joined | ||
| {{{joined|01/01/1970)}}} | | {{{joined|01/01/1970)}}} | ||
|- | |||
! Status | |||
| {{#ifeq: {{{status|true}}} | true | Active | Inactive }} | |||
|} | |} | ||
</includeonly> | </includeonly> | ||
| Line 22: | Line 25: | ||
"ign": {"label": "In-Game Name", "type": "string", "required": true}, | "ign": {"label": "In-Game Name", "type": "string", "required": true}, | ||
"uuid": {"label": "Minecraft UUID", "type": "string", "required": true}, | "uuid": {"label": "Minecraft UUID", "type": "string", "required": true}, | ||
"joined": {"label": "Join Date", "type": "date", "required": true} | "joined": {"label": "Join Date", "type": "date", "required": true}, | ||
"status": {"label": "Status", "type": "boolean", "required": false, "default": "true"} | |||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 21:51, 24 June 2026
| TheClashFruit | |
|---|---|
| In-Game Name | TheClashFruit |
| Joined | 18th of July, 2023 |
| Status | Active |
Infobox for CRSS Players.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| In-Game Name | ign | no description | String | required |
| Minecraft UUID | uuid | no description | String | required |
| Join Date | joined | no description | Date | required |
| Status | status | no description
| Boolean | optional |