Latest revision |
Your text |
Line 1: |
Line 1: |
| This infobox is for use on articles about [[:Category:Users|users]].
| |
|
| |
|
| === Configuration ===
| |
| Here is a configuration of this template with all parameters:
| |
| <pre><nowiki>
| |
| {{Infobox user
| |
| | name = <!-- If this field is not provided, the page name will be used. -->
| |
| | image = <!-- Just enter the file name. Do not include "File:" or any brackets. For example: Trollface.svg -->
| |
| | image_size = <!-- Override the size of the image, in pixels -->
| |
| | caption =
| |
| | discordtag =
| |
| | discordid =
| |
| | redditname =
| |
| | othernames =
| |
| | subboxes = <!-- Place {{Server subbox}}es here. For more info, see Template:Server subbox -->
| |
| | irlname =
| |
| | age =
| |
| | gender =
| |
| | residence =
| |
| | gaming = <!-- gaming -->
| |
| | steam =
| |
| | links = <!-- for example, a link to their twitter or tiktok -->
| |
| | nocat = <!-- If nocat=yes , then the page will not be put into Category:Users. This parameter should not be used in most circumstances. -->
| |
| }}</nowiki></pre>
| |
|
| |
| === Example ===
| |
| Here is an example using a made-up user. The configured parameters are also listed.
| |
|
| |
| {{Infobox user
| |
| | name = Example User
| |
| | image = Discord default pfp blurple.svg
| |
| | image_size = 180px
| |
| | caption =
| |
| | discordtag = exampleusername
| |
| | discordid = 753757823535677561
| |
| | redditname = u/spez
| |
| | othernames = Example#0000 <br/>obama gaming
| |
| | subboxes = {{Server subbox
| |
| | server = Irony Hub
| |
| | status = Left server
| |
| | roles = {{role|Trollsome|#9062f8}}
| |
| | joined = September 11, 2020
| |
| | left = February 30, 2021
| |
| | nocat = yes
| |
| }}
| |
| {{Server subbox
| |
| | server = Whenthe
| |
| | status = Active
| |
| | roles = {{role|Bluename|#007ac1}}
| |
| | joined = December 25, 2020
| |
| | nocat = yes
| |
| }}
| |
| | irlname = Barack Obama
| |
| | age = 16
| |
| | gender = Male
| |
| | residence = San Francisco, California, United States
| |
| | gaming = obama gaming
| |
| | steam = [https://steamcommunity.com/id/doctorpenez Doctor Penez]
| |
| | links = [https://niggafart.com Website], {{Twitter|AndrewYang}}
| |
| | nocat = yes
| |
| }}
| |
|
| |
| <pre><nowiki>
| |
| {{Infobox user
| |
| | name = Example User
| |
| | image = Discord default pfp blurple.svg
| |
| | image_size = 180px
| |
| | caption =
| |
| | discordtag = exampleusername
| |
| | discordid = 753757823535677561
| |
| | redditname = u/spez
| |
| | othernames = Example#0000 <br/>obama gaming
| |
| | subboxes = {{Server subbox
| |
| | server = Irony Hub
| |
| | status = Left server
| |
| | roles = {{role|Trollsome|#9062f8}}
| |
| | joined = September 11, 2020
| |
| | left = February 30, 2021
| |
| }}
| |
| {{Server subbox
| |
| | server = Whenthe
| |
| | status = Active
| |
| | roles = {{role|Bluename|#007ac1}}
| |
| | joined = December 25, 2020
| |
| }}
| |
| | irlname = Barack Obama
| |
| | age = 16
| |
| | gender = Female
| |
| | residence = San Francisco, California, United States
| |
| | gaming = obama gaming
| |
| | steam = [https://steamcommunity.com/id/doctorpenez Doctor Penez]
| |
| | links = [https://niggafart.com Website], {{Twitter|AndrewYang}}
| |
| }}</nowiki></pre>
| |
|
| |
| === Parameters ===
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "name": {
| |
| "description": "The username of the user. You don't need to enter anything unless their username is different from the name of the page.",
| |
| "type": "string",
| |
| "suggested": true,
| |
| "default": "{{PAGENAME}}"
| |
| },
| |
| "image": {
| |
| "description": "An image to represent this user, such as their profile picture",
| |
| "example": "Trollface.svg",
| |
| "type": "wiki-file-name",
| |
| "suggested": true
| |
| },
| |
| "caption": {
| |
| "description": "A caption for the image",
| |
| "type": "string"
| |
| },
| |
| "discordtag": {
| |
| "description": "The user's Discord username (not their display name)",
| |
| "example": "grantvszombies",
| |
| "type": "string",
| |
| "label": "Discord tag",
| |
| "suggested": true
| |
| },
| |
| "discordid": {
| |
| "description": "The user's ID; a long string of digits",
| |
| "example": "753757823535677561",
| |
| "type": "number",
| |
| "label": "Discord ID",
| |
| "suggested": true
| |
| },
| |
| "redditname": {
| |
| "description": "u/",
| |
| "example": "u/NovaSF",
| |
| "type": "string",
| |
| "label": "Reddit name",
| |
| "suggested": true
| |
| },
| |
| "roles": {
| |
| "description": "Mod, Trollsome, etc.",
| |
| "example": "Trollsome",
| |
| "type": "string",
| |
| "deprecated": "Use {{Server subbox}} in the subboxes parameter instead."
| |
| },
| |
| "irlname": {
| |
| "description": "The user's real name.",
| |
| "type": "string",
| |
| "label": "IRL name",
| |
| "suggested": true
| |
| },
| |
| "age": {
| |
| "description": "The user's age.",
| |
| "type": "number",
| |
| "suggested": true
| |
| },
| |
| "gender": {
| |
| "description": "The user's gender",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "residence": {
| |
| "description": "Where the user lives. Don't get any more specific than city",
| |
| "example": "San Francisco, California, United States",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "gaming": {
| |
| "description": "put whatever you want i guess"
| |
| },
| |
| "steam": {
| |
| "description": "A link to the user's Steam",
| |
| "example": "[https://steamcommunity.com/id/saucylegs69420/ Saucy]",
| |
| "type": "url",
| |
| "suggested": true
| |
| },
| |
| "links": {
| |
| "description": "For example, links to their Twitter or TikTok",
| |
| "example": "[https://example.com/ Website], {{Twitter|AndrewYang}}",
| |
| "suggested": true
| |
| },
| |
| "image_size": {
| |
| "description": "Override the size of the image, in pixels",
| |
| "type": "number",
| |
| "label": "Image size"
| |
| },
| |
| "nocat": {
| |
| "description": "Set this to \"yes\" to remove the page from the Users category. This shouldn't be used in most cirumstances.",
| |
| "type": "string"
| |
| },
| |
| "servers": {
| |
| "description": "Servers that this user is, or historically has been, an active member of.",
| |
| "example": "[[Whenthe]], [[Irony Hub]] (formerly)",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "subboxes": {
| |
| "description": "Place {{Server subbox}} templates here to document the user's presence and status for each server they are a part of. Go to [[Template:Server subbox]] for more information.",
| |
| "example": "{{Server subbox | server = Irony Hub | status = Left server | roles = {{role|Trollsome|#9062f8}} | joined = September 11, 2020 | left = February 30, 2021}}",
| |
| "type": "unbalanced-wikitext",
| |
| "suggested": true
| |
| },
| |
| "othernames": {
| |
| "label": "Also known as",
| |
| "description": "Alternate or historical names that the user is also known by.",
| |
| "type": "string",
| |
| "suggested": true
| |
| }
| |
| },
| |
| "description": "Infobox for use on articles about users. None of the parameters are required.",
| |
| "paramOrder": [
| |
| "name",
| |
| "image",
| |
| "image_size",
| |
| "caption",
| |
| "discordtag",
| |
| "discordid",
| |
| "servers",
| |
| "redditname",
| |
| "othernames",
| |
| "subboxes",
| |
| "roles",
| |
| "irlname",
| |
| "age",
| |
| "gender",
| |
| "residence",
| |
| "gaming",
| |
| "steam",
| |
| "links",
| |
| "nocat"
| |
| ],
| |
| "format": "block"
| |
| }
| |
| </templatedata>
| |
| <includeonly>
| |
| [[Category:Infobox templates|user]]
| |
| [[Category:Templates that store Cargo data]]
| |
| </includeonly>
| |