Editing
Template:Infobox subreddit/doc
Jump to navigation
Jump to search
⚠️
Warning:
You are not logged in.
Your IP address will be publicly visible
if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username instead of your IP, along with other benefits.
Anti-spam check. Do
not
fill this in!
Preview
Advanced
Special characters
Help
Heading
Level 2
Level 3
Level 4
Level 5
Format
Insert
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:Subreddits|subreddits]]. == Configuration == Here is a blank instance of this template with all of the most common parameters: <pre><nowiki> {{Infobox subreddit | 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: Sillytime space.svg --> | image_size = <!-- Override the size of the image, in pixels --> | caption = | status = <!-- Usually one of the following: active, inactive, quarantined, banned, closed, archived --> | subscribers = | owner = | founded = | defunct = | founder = | discord = <!-- A link to the page about the Discord server associated with this subreddit, if any --> | link = }} </nowiki></pre> == Example == Here is an example. The configured parameters are also listed. {{Infobox subreddit | name = r/okbuddyretard | image = Okbr.png | image_size = 120 | caption = The okbuddyretard logo (though not the actual icon for the subreddit) | status = active | subscribers = 1.1 million+ | owner = [[GrantVsZombies]] | founded = December 10, 2017 | founder = [[Kirbizia]] | discord = [[OkBuddyRetard]] | link = https://www.reddit.com/r/okbuddyretard/ | nocat = yes | nocargo = yes }} <pre><nowiki> {{Infobox subreddit | name = r/okbuddyretard | image = Okbr.png | image_size = 120 | caption = The okbuddyretard logo (though not the actual icon for the subreddit) | status = active | subscribers = 1.1 million+ | owner = [[GrantVsZombies]] | founded = December 10, 2017 | founder = [[Kirbizia]] | discord = [[OkBuddyRetard]] | link = https://www.reddit.com/r/okbuddyretard/ }} </nowiki></pre> == "status" parameter == The <code>|status =</code> parameter has a special output that provides special formatting when given certain inputs. {| class="wikitable" |+ !Status !Explanation !Appearance |- |<code>active</code> |The subreddit is alive and well. |{{colored dot|#00dd00|Active}} |- |<code>inactive</code> |The subreddit is accessible, but sees very little activity. |{{colored dot|#ffc000|Inactive}} |- |<code>quarantined</code> |The subreddit has been quarantined by Reddit. The subreddit is not included in recommendations or search results, and you are prompted with a warning when visiting it. |{{colored dot|#ffc000|Quarantined}} |- |<code>banned</code> |The subreddit has been banned by Reddit and can no longer be accessed. |{{colored dot|#dc0000|Banned}} |- |<code>closed</code> |The subreddit has made itself private and is no longer accessible to the public. |{{colored dot|#dc0000|Closed}} |- |<code>archived</code> |The subreddit is read-only. No new posts can be made, but you can still view existing ones. |{{colored dot|#b9bbbe|Archived}} |- |(anything else) | |text |} == TemplateData == <templatedata> { "params": { "name": { "description": "The r/ name of the subreddit. Defaults to the page name.", "type": "string", "default": "{{PAGENAME}}", "suggested": true }, "image": { "description": "An image to represent this subreddit, such as its icon", "type": "wiki-file-name", "suggested": true }, "landscape": {}, "image size": { "aliases": [ "imagesize" ], "description": "Override the size of the image, in pixels", "type": "number" }, "image_upright": {}, "alt": { "description": "Alt text of the image, for use by screenreaders or if the image cannot be loaded.", "type": "string" }, "caption": { "aliases": [ "image caption" ], "description": "A caption for the image", "type": "string" }, "status": { "description": "The status of the subreddit. Additional info can be found on the template documentation page.", "type": "string", "suggestedvalues": [ "active", "inactive", "quarantined", "banned", "closed", "archived" ], "suggested": true }, "subscribers": { "description": "The number of subscribers the subreddit has.", "example": "50,000+", "type": "number", "suggested": true }, "owner": { "description": "The current owner of the subreddit.", "example": "[[GrantVsZombies]]", "type": "string", "suggested": true }, "founded": { "description": "The date that the subreddit was created.", "example": "December 10, 2017", "type": "date", "suggested": true }, "defunct": { "description": "The date the subreddit was banned, shut down, etc. if applicable.", "type": "date" }, "founder": { "description": "The person who originally created the subreddit.", "example": "[[Kirbizia]]", "type": "string", "suggested": true }, "discord": { "description": "A link to the page about the Discord server associated with this subreddit, if any.", "example": "[[Whenthe]]", "type": "content", "suggested": true }, "link": { "description": "The URL to this subreddit.", "example": "https://www.reddit.com/r/okbuddyretard/", "type": "url", "suggested": true }, "nocat": { "description": "Set this to \"yes\" to prevent the infobox from automatically adding the page to the Subreddits category.", "type": "boolean" }, "nocargo": { "description": "Set this to \"yes\" to prevent the infobox from adding to the Cargo database.", "type": "boolean" } }, "description": "Infobox for use on articles about subreddits. None of the parameters are required.", "format": "block" } </templatedata> <includeonly> [[Category:Infobox templates|subreddit]] [[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:Colored dot
(
edit
)
Template:Infobox
(
view source
) (protected)
Template:Infobox subreddit
(
edit
)
Template:Yesno
(
edit
)
Module:Infobox
(
edit
)
Module:InfoboxImage
(
edit
)
Module:Navbar
(
edit
)
Navigation menu
Personal tools
English
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Template
Discussion
English
Views
Read
Edit source
View history
More
Purge cache
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information
Cargo data