Editing
Template:Infobox user/doc
Jump to navigation
Jump to search
Warning:
You are not logged in. Once you make an edit, a temporary account will be created for you.
Learn more
.
Log in
or
create an account
to continue receiving notifications after this account expires, and to access other features.
Anti-spam check. Do
not
fill this in!
Preview
Advanced
Special characters
Help
Heading
Level 2
Level 3
Level 4
Level 5
Format
Insert
Recently used
Latin
Latin extended
IPA
Symbols
Greek
Greek extended
Cyrillic
Arabic
Arabic extended
Hebrew
Bangla
Tamil
Telugu
Sinhala
Devanagari
Gujarati
Thai
Lao
Khmer
Canadian Aboriginal
Runes
Formatting
Links
Headings
Lists
Files
Discussion
References
Description
What you type
What you get
Italic
''Italic text''
Italic text
Bold
'''Bold text'''
Bold text
Bold & italic
'''''Bold & italic text'''''
Bold & italic text
Description
What you type
What you get
Reference
Page text.<ref>[https://www.example.org/ Link text], additional text.</ref>
Page text.
[1]
Named reference
Page text.<ref name="test">[https://www.example.org/ Link text]</ref>
Page text.
[2]
Additional use of the same reference
Page text.<ref name="test" />
Page text.
[2]
Display references
<references />
β
Link text
, additional text.
β
Link text
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>
Summary:
Please note that all contributions to Irony Wiki are considered to be released under the Creative Commons Attribution-ShareAlike (see
Irony Wiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template:Infobox
(
view source
) (protected)
Template:Infobox user
(
edit
)
Template:Is Discord ID
(
edit
)
Template:Query
(
edit
)
Template:Role
(
edit
)
Template:Role/styles.css
(
edit
)
Template:Server color
(
edit
)
Template:Server subbox
(
edit
)
Template:Twitter
(
edit
)
Template:Yesno
(
edit
)
Module:Infobox
(
edit
)
Module:InfoboxImage
(
edit
)
Module:Navbar
(
edit
)
Module:Server subbox autocat
(
edit
)
Module:Yesno
(
edit
)
Navigation menu
Personal tools
English
Create account
Log in
Namespaces
Template
Discussion
English
Views
More
Read
Edit source
View history
Purge cache
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Tools
What links here
Related changes
Page information
Cargo data