Template:Infobox Person/doc: Difference between revisions
Appearance
AZMindroma (talk | contribs) Updated formulations a bit |
AZMindroma (talk | contribs) Removed documentation template |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<templatedata> | |||
{ | { | ||
"description": "An infobox for user profiles, including personal and Rolling Lounge information.", | |||
"params": { | |||
"embed": { | |||
"label": "Embed Mode", | |||
"description": "Set to 'yes' to remove header background. Leave empty for header backgrounds.", | |||
"type": "string" | |||
}, | |||
"name": { | |||
"label": "Title", | |||
"description": "The title of the infobox (defaults to the page name).", | |||
"type": "string", | |||
"default": "{{PAGENAMEBASE}}" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "File name of the image", | |||
"type": "string", | |||
"example": "Example.jpg", | |||
"suggested": true | |||
}, | |||
"alt": { | |||
"label": "Image Alt Text", | |||
"description": "Alternative text for the image (defaults to the 'name' parameter).", | |||
"type": "string" | |||
}, | |||
"caption": { | |||
"label": "Image Caption", | |||
"description": "Caption text for the image.", | |||
"type": "string" | |||
}, | |||
"username": { | |||
"label": "Username", | |||
"description": "The user's username on Discord. Should not include the @", | |||
"type": "string" | |||
}, | |||
"birthdate": { | |||
"label": "Birth Date", | |||
"description": "The user's birth date. The date format is recommended to be like in the example.", | |||
"type": "string", | |||
"example": "January 1, 2000" | |||
}, | |||
"homecountry": { | |||
"label": "Home Country", | |||
"description": "The user's country of origin.", | |||
"type": "string" | |||
}, | |||
"highestrole": { | |||
"label": "Highest Role", | |||
"description": "The user's highest role in Rolling Lounge.", | |||
"type": "string" | |||
}, | |||
"skillrole": { | |||
"label": "Skill Role", | |||
"description": "The user's skill role in Rolling Lounge.", | |||
"type": "string" | |||
}, | |||
"youtube": { | |||
"label": "YouTube", | |||
"description": "YouTube channel link.", | |||
"type": "string" | |||
}, | |||
"twitter": { | |||
"label": "X/Twitter", | |||
"description": "Twitter/X profile link.", | |||
"type": "string" | |||
}, | |||
"discord": { | |||
"label": "Discord Server", | |||
"description": "Discord server invite link.", | |||
"type": "string" | |||
} | |||
}, | |||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 15:32, 9 June 2025
An infobox for user profiles, including personal and Rolling Lounge information.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Embed Mode | embed | Set to 'yes' to remove header background. Leave empty for header backgrounds. | String | optional |
| Title | name | The title of the infobox (defaults to the page name).
| String | optional |
| Image | image | File name of the image
| String | suggested |
| Image Alt Text | alt | Alternative text for the image (defaults to the 'name' parameter). | String | optional |
| Image Caption | caption | Caption text for the image. | String | optional |
| Username | username | The user's username on Discord. Should not include the @ | String | optional |
| Birth Date | birthdate | The user's birth date. The date format is recommended to be like in the example.
| String | optional |
| Home Country | homecountry | The user's country of origin. | String | optional |
| Highest Role | highestrole | The user's highest role in Rolling Lounge. | String | optional |
| Skill Role | skillrole | The user's skill role in Rolling Lounge. | String | optional |
| YouTube | youtube | YouTube channel link. | String | optional |
| X/Twitter | twitter | Twitter/X profile link. | String | optional |
| Discord Server | discord | Discord server invite link. | String | optional |