Template:Artwork: Difference between revisions

Template page
No edit summary
(Added parameter information)
Line 21: Line 21:
{{documentation}}
{{documentation}}
[[Category:Templates|Artwork]]
[[Category:Templates|Artwork]]
</noinclude>
<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>

Revision as of 21:45, 6 April 2022

Artwork


Template:documentation

This template may be used to create a standard block of information about a piece of artwork,

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename title

Short name or title of the artwork

Example
Tux the penguin
Stringrequired
Descriptiondescription

Brief description of what the artwork represents or where it came from

Example
Tux the penguin is the official Linux mascot
Unknownsuggested
Locationlocation coords coordinates

X,Y coordinates of the center of the artwork on the full placeatlas2 map

Example
45, 733
Stringsuggested
Communitycommunity creator

Name of the place-wiki article about the community that created the artwork

Example
r/placetux
Stringsuggested
Imageimage

Cropped image file of the completed artwork

Example
artwork-placetux.png
Filesuggested
Cookies help us deliver our services. By using our services, you agree to our use of cookies.