Jump to content

Template:Infobox Player: Difference between revisions

From CRSS Wiki
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="infobox" style="width:250px; border:1px solid #aaa; background:#f9f9f9; float:right; clear:right; margin:0 0 1em 1em;"
{| class="infobox" style="width:300px; border: 1px solid var(--border-color-subtle,#c8ccd1); background: var(--background-color-interactive-subtle,#f8f9fa); float:right; clear:right; margin:0 0 1em 1em;"
! colspan="2" style="background:#ccc; 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;" | [{{fullurl:PlayerModel}} https://mc-heads.net/body/{{{uuid|c06f89064c8a49119c29ea1dbd1aab82}}}/200/left.png]
| 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>
<noinclude>
<noinclude>
{{Infobox_Player|ign=TheClashFruit|uuid=942ae64d-e4e5-4dd0-a153-b6aba7817ca9|joined=18th of July, 2023}}
<templatedata>
<templatedata>
{
{
Line 19: 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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
In-Game Nameign

no description

Stringrequired
Minecraft UUIDuuid

no description

Stringrequired
Join Datejoined

no description

Daterequired
Statusstatus

no description

Default
true
Booleanoptional