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: | ||
{{Documentation}} | {{Documentation}} | ||
<div class="template-doc"> | <div class="template-doc"> | ||
== Usage == | == Usage == | ||
[[Template:Community]] is a template, used to display a standard set of information at the top of a community page. | [[Template:Community]] is a template, used to display a standard set of information at the top of a community page. | ||
Line 21: | Line 10: | ||
| aka = {{{aka}}} | | aka = {{{aka}}} | ||
| description = {{{description}}} | | description = {{{description}}} | ||
| subreddit = {{{subreddit}}} | | subreddit = {{{subreddit}}} | ||
| discord = {{{discord}}} | | discord = {{{discord}}} | ||
Line 31: | Line 19: | ||
}} | }} | ||
</pre> | </pre> | ||
== Template Data == | == Template Data == | ||
<Templatedata> | <Templatedata> | ||
Line 68: | Line 43: | ||
"description": "Aliases or other names for the community", | "description": "Aliases or other names for the community", | ||
"example": "The Place Group" | "example": "The Place Group" | ||
}, | }, | ||
"logo": { | "logo": { | ||
Line 88: | Line 58: | ||
], | ], | ||
"label": "Subreddit", | "label": "Subreddit", | ||
"description": "Name of subreddit | "description": "Name of subreddit", | ||
"example": "placetux | "example": "placetux", | ||
"type": "string" | "type": "string" | ||
}, | }, |