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: | ||
{| style="clear: right; border: solid #aaa 1px; margin: 0 0 1em 1em; font-size: 95%; background: #1a1a1b; color: #fff; width: 310px; padding: 10px; text-align: left; float: right;" | |||
|- | |||
| colspan="2" align="center" style="font-size:125%;" bgcolor=#ff4500 | {{PAGENAME}} | |||
{| | |||
|- | |||
| colspan="2" | |||
|- | |- | ||
| | | | ||
|- | |- | ||
|- style="vertical-align: top;" | |||
{{#if: {{{name|}}} | {{!}} valign=top {{!}} '''Name''' {{!!}} {{{name}}} }} | |||
|- style="vertical-align: top;" | |||
{{#if: {{{description|}}} | {{!}} valign=top {{!}} '''Description''' {{!!}} {{{description}}} }} | |||
|- style="vertical-align: top;" | |||
{{#if: {{{subreddit|}}} | {{!}} '''Subreddit''' {{!!}} {{{subreddit}}} }} | |||
|- style="vertical-align: top;" | |||
{{#if: {{{discord|}}} | {{!}} '''Discord''' {{!!}} {{{discord}}} }} | |||
|- style="vertical-align: top;" | |||
{{#if: {{{website|}}} | {{!}} '''Website''' {{!!}} {{{website}}} }} | |||
|- style="vertical-align: top;" | |||
{{#if: {{{twitter|}}} | {{!}} '''Twitter''' {{!!}} {{{twitter}}} }} | |||
|- style="vertical-align: top;" | |||
{{#if: {{{twitch|}}} | {{!}} '''Twitch''' {{!!}} {{{twitch}}} }} | |||
|- style="vertical-align: top;" | |||
{{#if: {{{artwork|}}} | {{!}} '''Artwork''' {{!!}} {{{artwork}}} }} | |||
|- | |- | ||
<noinclude> | |||
{{ | <br clear="all"> | ||
{{documentation}} | |||
[[Category:Templates|Artwork]] | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"aliases": [ | |||
"title" | |||
], | |||
"label": "Name", | |||
"description": "Name of the community", | |||
"example": "r/placetux", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"description": { | |||
"label": "Description", | |||
"description": "Brief description of community", | |||
"example": "r/placetux was a collaboration of several subreddits in the Linux/OSE and other communities", | |||
"suggested": true | |||
}, | |||
"subreddit": { | |||
"aliases": [ | |||
"reddit" | |||
], | |||
"label": "Subreddit", | |||
</ | "description": "Name of subreddit (including \"r/\")", | ||
"example": "r/placetux", | |||
"type": "string" | |||
}, | |||
"discord": { | |||
"label": "Discord", | |||
"description": "Link/invite to discord server", | |||
"example": "https://discord.gg/cYB7GjWNp8", | |||
"type": "url" | |||
}, | |||
"website": { | |||
"aliases": [ | |||
"site", | |||
"url" | |||
], | |||
"label": "Website", | |||
"description": "Link to website or other URL for this community", | |||
"example": "https://placetux.org", | |||
"type": "url" | |||
}, | |||
"twitter": { | |||
"label": "Twitter", | |||
"description": "Twitter handle of account for this community or artwork creator", | |||
"example": "tuxofficial", | |||
"type": "string" | |||
}, | |||
"twitch": { | |||
"label": "Twitch", | |||
"description": "Twitch username for streamer or creator represented by this community", | |||
"example": "xQc", | |||
"type": "string" | |||
}, | |||
"artwork": { | |||
"aliases": [ | |||
"art" | |||
], | |||
"label": "Artwork", | |||
"description": "Name of placeatlas2 wiki page for artwork(s) created by this community", | |||
"example": "Tux the penguind", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Use this template on a community page to provide a standardized block of information about the community and the artwork they contributed", | |||
"format": "block" | |||
} | |||
</templatedata></noinclude> |