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 1: | Line 1: | ||
{{Community | {{Community | ||
| | | name = r/placecommunity | ||
| | | description = A community for r/place that did things | ||
| subreddit = r/placecommunity | |||
| subreddit = | | website = http://placecommunity.org | ||
| | | twitch = placecommunity | ||
| | | twitter = @placecommunity | ||
| artwork = [[ | | artwork = [[Template:Artwork]] | ||
}} | }} | ||
== Usage == | == Usage == | ||
Line 18: | Line 14: | ||
<pre> | <pre> | ||
{{Community | {{Community | ||
| name = {{{name|{{PAGENAME}} | | name = {{{name|{{PAGENAME}}}}} | ||
| description = {{{description}}} | | description = {{{description}}} | ||
| subreddit = {{{subreddit}}} | | subreddit = {{{subreddit}}} | ||
| discord = {{{discord}}} | | discord = {{{discord}}} | ||
Line 31: | Line 25: | ||
}} | }} | ||
</pre> | </pre> | ||
== Template Data == | == Template Data == | ||
< | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
Line 62: | Line 43: | ||
"description": "Brief description of community", | "description": "Brief description of community", | ||
"example": "r/placetux was a collaboration of several subreddits in the Linux/OSE and other communities", | "example": "r/placetux was a collaboration of several subreddits in the Linux/OSE and other communities", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 88: | Line 50: | ||
], | ], | ||
"label": "Subreddit", | "label": "Subreddit", | ||
"description": "Name of subreddit | "description": "Name of subreddit (including \"r/\")", | ||
"example": "placetux | "example": "r/placetux", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 133: | Line 95: | ||
"format": "block" | "format": "block" | ||
} | } | ||
</ | </templatedata> | ||