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" | | colspan="2" align="center" style="font-size:125%;" bgcolor=#ff4500 | {{PAGENAME}} | ||
|- | |- | ||
| | | | ||
|- | |- | ||
|- | |- style="vertical-align: top;" | ||
{{#if: {{{name| | {{#if: {{{name|}}} | {{!}} valign=top {{!}} '''Name''' {{!!}} {{{name}}} }} | ||
|- | |- style="vertical-align: top;" | ||
{{#if: {{{description|}}} | {{!}} | {{#if: {{{description|}}} | {{!}} valign=top {{!}} '''Description''' {{!!}} {{{description}}} }} | ||
|- | |- style="vertical-align: top;" | ||
{{#if: {{{location| | {{#if: {{{location|}}} | {{!}} '''Location''' {{!!}} {{{location}}} }} | ||
|- | |- style="vertical-align: top;" | ||
{{#if: {{{ | {{#if: {{{community|}}} | {{!}} '''Creating Community''' {{!!}} {{{community}}} }} | ||
|- | |- | ||
{{#if: {{{ | |- | ||
{{#if: {{{image|}}} | {{!}} align=center colspan=2 {{!}} [[Image:{{{image}}}|center|284px]] }} | |||
|} | |} | ||
< | <noinclude> | ||
[[Category:Artwork]] | <br clear="all"> | ||
</ | {{documentation}} | ||
[[Category:Templates|Artwork]] | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"aliases": [ | |||
"title" | |||
], | |||
"label": "Name", | |||
"description": "Short name or title of the artwork", | |||
"example": "Tux the penguin", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"description": { | |||
"label": "Description", | |||
"description": "Brief description of what the artwork represents or where it came from", | |||
"example": "Tux the penguin is the official Linux mascot", | |||
"type": "unknown", | |||
"suggested": true | |||
}, | |||
"location": { | |||
"aliases": [ | |||
"coords", | |||
"coordinates" | |||
], | |||
"label": "Location", | |||
"description": "X,Y coordinates of the center of the artwork on the full placeatlas2 map", | |||
"example": "45, 733", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"community": { | |||
"aliases": [ | |||
"creator" | |||
], | |||
"label": "Community", | |||
"description": "Name of the place-wiki article about the community that created the artwork", | |||
"example": "r/placetux", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Cropped image file of the completed artwork", | |||
"example": "artwork-placetux.png", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "This template may be used to create a standard block of information about a piece of artwork,", | |||
"format": "block" | |||
} | |||
</templatedata></noinclude> |