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 149: | Line 114: | ||
"description": "The user's age.", | "description": "The user's age.", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 167: | Line 127: | ||
"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 133: | ||
"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 185: | Line 145: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "gender": {} | ||
}, | }, | ||
"description": "Infobox for use on articles about users. None of the parameters are required.", | "description": "Infobox for use on articles about users. None of the parameters are required.", | ||
Line 212: | Line 155: | ||
"discordtag", | "discordtag", | ||
"discordid", | "discordid", | ||
"redditname", | "redditname", | ||
"roles", | "roles", | ||
"irlname", | "irlname", | ||
Line 229: | Line 169: | ||
} | } | ||
</templatedata> | </templatedata> | ||