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"> | |||
== 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 13: | Line 14: | ||
| id = {{{id}}} | | id = {{{id}}} | ||
| image = {{{image|}}} | | image = {{{image|}}} | ||
}} | }} | ||
</pre> | </pre> | ||
Line 20: | Line 20: | ||
== Template Data == | == Template Data == | ||
< | <Templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
Line 70: | Line 70: | ||
"id": { | "id": { | ||
"aliases": [ | "aliases": [ | ||
"placeatlasid", | |||
"placeatlas2id", | |||
"atlasid" | "atlasid" | ||
], | ], | ||
Line 86: | Line 88: | ||
"example": "842", | "example": "842", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true | ||
} | } | ||
Line 111: | Line 100: | ||
"id", | "id", | ||
"creator", | "creator", | ||
"image | "image" | ||
] | ] | ||
} | } | ||
</ | </Templatedata> | ||
</div> | |||