Template:Infobox Person/doc: Difference between revisions
AZMindroma (talk | contribs) Made TemplateData |
AZMindroma (talk | contribs) Removed documentation template |
||
| (3 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> | ||