Template:Infobox user/doc: Difference between revisions
mNo edit summary |
template data |
||
| Line 58: | Line 58: | ||
| links = [https://twitter.com/DoctorPenez Twitter] | | links = [https://twitter.com/DoctorPenez Twitter] | ||
}}</nowiki></pre> | }}</nowiki></pre> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"description": "The name of the user. You don't need to enter anything unless their name is different from the name of the page.", | |||
"type": "string", | |||
"autovalue": "{{PAGENAME}}" | |||
}, | |||
"image": { | |||
"description": "An image to represent this user, such as their profile picture", | |||
"example": "Trollface.svg", | |||
"type": "wiki-file-name" | |||
}, | |||
"caption": {}, | |||
"discordtag": { | |||
"description": "The user's Discord tag (User#0000)", | |||
"example": "Doctor Penez#2914", | |||
"type": "string" | |||
}, | |||
"discordid": { | |||
"description": "The user's ID; a long string of numbers", | |||
"example": "291957859690872833", | |||
"type": "number" | |||
}, | |||
"redditname": { | |||
"description": "u/", | |||
"example": "u/NovaSF", | |||
"type": "string" | |||
}, | |||
"roles": { | |||
"description": "Mod, Trollsome, etc.", | |||
"example": "Trollsome", | |||
"type": "string" | |||
}, | |||
"irlname": { | |||
"description": "The user's real name.", | |||
"type": "string" | |||
}, | |||
"age": { | |||
"description": "The user's age.", | |||
"type": "number" | |||
}, | |||
"residence": { | |||
"description": "Where the user lives. Don't get any more specific than city", | |||
"example": "San Francisco, California, United States", | |||
"type": "string" | |||
}, | |||
"gaming": { | |||
"description": "put whatever you want i guess" | |||
}, | |||
"steam": { | |||
"description": "A link to the user's Steam", | |||
"example": "[https://steamcommunity.com/id/doctorpenez Doctor Penez]", | |||
"type": "url" | |||
}, | |||
"links": { | |||
"description": "For example, links to their Twitter or TikTok", | |||
"example": "{{Twitter|DoctorPenez}}" | |||
}, | |||
"image_size": { | |||
"description": "Override the size of the image, in pixels", | |||
"type": "number" | |||
} | |||
}, | |||
"description": "Infobox for use on articles about users. None of the parameters are required.", | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"image_size", | |||
"caption", | |||
"discordtag", | |||
"discordid", | |||
"redditname", | |||
"roles", | |||
"irlname", | |||
"age", | |||
"residence", | |||
"gaming", | |||
"steam", | |||
"links" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||