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 62: | Line 37: | ||
"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 44: | ||
], | ], | ||
"label": "Subreddit", | "label": "Subreddit", | ||
"description": "Name of subreddit | "description": "Name of subreddit", | ||
"example": "placetux | "example": "placetux", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 135: | Line 91: | ||
</Templatedata> | </Templatedata> | ||
</div> | </div> | ||
<noinclude>[[Category:Template Documentation]]</noinclude> |