Jump to content

Template:Infobox Player: Difference between revisions

From CRSS Wiki
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;" | [{{fullurl:Player Model}} 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>
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.

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