Editing Template:Infobox user/doc
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 6: | Line 6: | ||
{{Infobox user | {{Infobox user | ||
| name = <!-- If this field is not provided, the page name will be used. --> | | name = <!-- If this field is not provided, the page name will be used. --> | ||
| image = | | image = | ||
| image_size = <!-- Override the size of the image, in pixels --> | | image_size = <!-- Override the size of the image, in pixels --> | ||
| caption = | | caption = | ||
Line 12: | Line 12: | ||
| discordid = | | discordid = | ||
| redditname = | | redditname = | ||
| | | roles = | ||
| irlname = | | irlname = | ||
| age = | | age = | ||
| residence = | | residence = | ||
| gaming = <!-- gaming --> | | gaming = <!-- gaming --> | ||
Line 25: | Line 23: | ||
=== Example === | === Example === | ||
Here is an example | Here is an example as used on the [[Doctor Penez]] page. The configured parameters are also listed. | ||
{{Infobox user | {{Infobox user | ||
| name = | | name = Doctor Penez | ||
| image = | | image = Doctor Penez.gif | ||
| caption = | | caption = | ||
| discordtag = | | discordtag = Doctor Penez#2914 | ||
| discordid = | | discordid = 291957859690872833 | ||
| redditname = u/ | | redditname = u/NovaSF | ||
| roles = Trollsome | |||
| irlname = Maxfield Benbow | |||
| age = 15 | |||
| irlname = | |||
| age = | |||
| residence = San Francisco, California, United States | | residence = San Francisco, California, United States | ||
| gaming = | | gaming = okbr gaming | ||
| steam = [https://steamcommunity.com/id/doctorpenez Doctor Penez] | | steam = [https://steamcommunity.com/id/doctorpenez Doctor Penez] | ||
| links = | | links = {{Twitter|DoctorPenez}} | ||
| nocat = yes | | nocat = yes | ||
}} | }} | ||
Line 63: | Line 44: | ||
<pre><nowiki> | <pre><nowiki> | ||
{{Infobox user | {{Infobox user | ||
| name = | | name = Doctor Penez | ||
| image = | | image = Doctor Penez.gif | ||
| caption = | | caption = | ||
| discordtag = | | discordtag = Doctor Penez#2914 | ||
| discordid = | | discordid = 291957859690872833 | ||
| redditname = u/ | | redditname = u/NovaSF | ||
| roles = Trollsome | |||
| irlname = Maxfield Benbow | |||
| age = 15 | |||
| irlname = | |||
| age = | |||
| residence = San Francisco, California, United States | | residence = San Francisco, California, United States | ||
| gaming = | | gaming = okbr gaming | ||
| steam = [https://steamcommunity.com/id/doctorpenez Doctor Penez] | | steam = [https://steamcommunity.com/id/doctorpenez Doctor Penez] | ||
| links = | | links = {{Twitter|DoctorPenez}} | ||
}}</nowiki></pre> | }}</nowiki></pre> | ||
Line 109: | Line 75: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"caption": { | "caption": {}, | ||
"discordtag": { | "discordtag": { | ||
"description": "The user's Discord | "description": "The user's Discord tag (User#0000)", | ||
"example": " | "example": "Doctor Penez#2914", | ||
"type": "string", | "type": "string", | ||
"label": "Discord tag", | "label": "Discord tag", | ||
"autovalue": "", | |||
"suggested": true | "suggested": true | ||
}, | }, | ||
"discordid": { | "discordid": { | ||
"description": "The user's ID; a long string of | "description": "The user's ID; a long string of numbers", | ||
"example": " | "example": "291957859690872833", | ||
"type": "number", | "type": "number", | ||
"label": "Discord ID", | "label": "Discord ID", | ||
Line 138: | Line 102: | ||
"example": "Trollsome", | "example": "Trollsome", | ||
"type": "string", | "type": "string", | ||
" | "suggested": true | ||
}, | }, | ||
"irlname": { | "irlname": { | ||
Line 149: | Line 113: | ||
"description": "The user's age.", | "description": "The user's age.", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 167: | Line 126: | ||
"steam": { | "steam": { | ||
"description": "A link to the user's Steam", | "description": "A link to the user's Steam", | ||
"example": "[https://steamcommunity.com/id/ | "example": "[https://steamcommunity.com/id/doctorpenez Doctor Penez]", | ||
"type": "url", | "type": "url", | ||
"suggested": true | "suggested": true | ||
Line 173: | Line 132: | ||
"links": { | "links": { | ||
"description": "For example, links to their Twitter or TikTok", | "description": "For example, links to their Twitter or TikTok", | ||
"example": " | "example": "{{Twitter|DoctorPenez}}", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 184: | Line 143: | ||
"description": "Set this to \"yes\" to remove the page from the Users category. This shouldn't be used in most cirumstances.", | "description": "Set this to \"yes\" to remove the page from the Users category. This shouldn't be used in most cirumstances.", | ||
"type": "string" | "type": "string" | ||
} | } | ||
}, | }, | ||
Line 212: | Line 153: | ||
"discordtag", | "discordtag", | ||
"discordid", | "discordid", | ||
"redditname", | "redditname", | ||
"roles", | "roles", | ||
"irlname", | "irlname", | ||
"age", | "age", | ||
"residence", | "residence", | ||
"gaming", | "gaming", | ||
Line 229: | Line 166: | ||
} | } | ||
</templatedata> | </templatedata> | ||