Template:Infobox user/doc: Difference between revisions
Create doc for Template:Infobox |
m mkwtas row added |
||
| Line 12: | Line 12: | ||
|known_for=''known_for'' | |known_for=''known_for'' | ||
|works=''works'' | |works=''works'' | ||
|mkwtas=''mkwtas_profile'' | |||
|mkwrs=mkwrs_profile | |mkwrs=mkwrs_profile | ||
|youtube=youtube_profile | |youtube=youtube_profile | ||
| Line 27: | Line 28: | ||
|known_for= | |known_for= | ||
|works= | |works= | ||
|mkwtas= | |||
|mkwrs= | |mkwrs= | ||
|youtube= | |youtube= | ||
| Line 49: | Line 51: | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"pronunciation": { | |||
"label": "Pronunciation", | "label": "Pronunciation", | ||
"description": "How to pronounce the users's name", | "description": "How to pronounce the users's name", | ||
| Line 64: | Line 66: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"works": { | |||
"label": "Works", | "label": "Works", | ||
"description": "Works done by this user", | "description": "Works done by this user", | ||
| Line 99: | Line 101: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"discord": { | |||
"label": "Discord profile", | "label": "Discord profile", | ||
"description": "Discord username", | "description": "Discord username", | ||
"type": "string" | |||
}, | |||
"mkwtas": { | |||
"label": "mkwtas profile", | |||
"description": "Profile's name as shown in mkwtas.com URL. !! Case sensitive !", | |||
"example": "Ejay_B, Lamejoin", | |||
"type": "string" | "type": "string" | ||
} | } | ||
}, | }, | ||
"description": "Template for describing a User" | "description": "Template for describing a User", | ||
"paramOrder": [ | |||
"honorific_prefix", | |||
"image", | |||
"pronunciation", | |||
"other_names", | |||
"known_for", | |||
"works", | |||
"country", | |||
"mkwtas", | |||
"mkwrs", | |||
"youtube", | |||
"twitch", | |||
"twitter", | |||
"discord" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 20:26, 8 February 2025
{{Infobox_user}} should be used to summarize info on User pages.
Usage
The infobox may be added by pasting the template as shown below into an user page and then filling in the desired fields. Any parameters left blank or omitted will not be displayed.
| Pronunciation | pronunciation | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Other names | aliases | ||||||||||||||
| Country |
|
||||||||||||||
| Known for | known_for | ||||||||||||||
| Works | works | ||||||||||||||
| |||||||||||||||
{{Infobox user
|honorific_prefix=
|image=
|pronunciation=
|other_names=
|country=
|known_for=
|works=
|mkwtas=
|mkwrs=
|youtube=
|twitch=
|twitter=
|discord=}}
Template Data
Template for describing a User
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Honorific prefix | honorific_prefix | Cool prefix to set before your name
| String | optional |
| Image | image | Image illustrating the User | File | optional |
| Pronunciation | pronunciation | How to pronounce the users's name | String | optional |
| Other names | other_names | Other names or aliases of the TASer / Player | String | optional |
| Known for | known_for | Major achievements or works done by the User | String | optional |
| Works | works | Works done by this user | String | optional |
| Country | country | ISO code of the country of the User
| String | suggested |
| mkwtas profile | mkwtas | Profile's name as shown in mkwtas.com URL. !! Case sensitive !
| String | optional |
| mkwrs profile | mkwrs | Profile's name as shown in mkwrs.com. !! Case sensitive !!
| String | optional |
| Youtube profile | youtube | Youtube login after the @ in the user's page
| String | optional |
| Twitch profile | twitch | Twitch username
| String | optional |
| X/Twitter profile | twitter | X/Twitter username | String | optional |
| Discord profile | discord | Discord username | String | optional |






