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> |