Editing Template:Infobox user/doc
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 12: | Line 12: | ||
| discordid = | | discordid = | ||
| redditname = | | redditname = | ||
| | | roles = | ||
| irlname = | | irlname = | ||
| age = | | age = | ||
Line 25: | Line 24: | ||
=== 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 45: | ||
<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 76: | ||
"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 103: | ||
"example": "Trollsome", | "example": "Trollsome", | ||
"type": "string", | "type": "string", | ||
" | "suggested": true | ||
}, | }, | ||
"irlname": { | "irlname": { | ||
Line 150: | Line 115: | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true | ||
}, | |||
"gender": { | "gender": { | ||
"description": "The user's gender", | |||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"residence": { | "residence": { | ||
Line 167: | Line 132: | ||
"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 138: | ||
"links": { | "links": { | ||
"description": "For example, links to their Twitter or TikTok", | "description": "For example, links to their Twitter or TikTok", | ||
"example": "[https://example.com/ Website], {{Twitter| | "example": "[https://example.com/ Website], {{Twitter|DoctorPenez}}", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 184: | Line 149: | ||
"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 159: | ||
"discordtag", | "discordtag", | ||
"discordid", | "discordid", | ||
"redditname", | "redditname", | ||
"roles", | "roles", | ||
"irlname", | "irlname", | ||
Line 229: | Line 173: | ||
} | } | ||
</templatedata> | </templatedata> | ||