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: | ||
== Usage == | == Usage == | ||
[[Template:Artwork]] is a template, used to display a standard set of information at the top of an artwork page. | [[Template:Artwork]] is a template, used to display a standard set of information at the top of an artwork page. | ||
Line 9: | Line 8: | ||
| description = {{{description}}} | | description = {{{description}}} | ||
| location = {{{location}}} | | location = {{{location}}} | ||
| community = {{{community}}} | | community = {{{community}}} | ||
| image = {{{image|}}} | | image = {{{image|}}} | ||
}} | }} | ||
</pre> | </pre> | ||
Line 19: | Line 15: | ||
See below for detailed descriptions and examples of each of the parameters. | See below for detailed descriptions and examples of each of the parameters. | ||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 51: | Line 46: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "community": { | ||
"aliases": [ | "aliases": [ | ||
" | "creator" | ||
], | ], | ||
"label": " | "label": "Community", | ||
"description": "Name of the place-wiki article about the community that created the artwork", | "description": "Name of the place-wiki article about the community that created the artwork", | ||
"example": " | "example": "r/placetux", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "image": { | ||
"label": "Image", | |||
"description": "Cropped image file of the completed artwork", | |||
"example": "artwork-placetux.png", | |||
"label": " | "type": "wiki-file-name", | ||
"description": " | |||
"example": " | |||
"type": " | |||
"suggested": true | "suggested": true | ||
} | } | ||
}, | }, | ||
"description": "This template may be used to create a standard block of information about a piece of artwork,", | "description": "This template may be used to create a standard block of information about a piece of artwork,", | ||
"format": "block" | "format": "block" | ||
} | } | ||
</templatedata> | </templatedata> | ||