Template:Item thumbnail/doc: Difference between revisions

Template page
Content added Content deleted
No edit summary
(added better documentation)
Line 1: Line 1:
{{documentation subpage}}
{{documentation subpage}}


{{Lua|Module:Item thumbnail}} {{Cargo|Items}}
{{Lua|Module:Item thumbnail}} {{Uses TemplateStyles|Template:Item thumbnail/styles.css}} {{Cargo|Items}}


==Quick copy==
== Parameters ==
<templatedata>
{
"params": {
"item": {
"type": "string",
"suggested": true,
"label": "Item",
"description": "The name of the item.",
"example": "Crystal"
},
"count": {
"type": "number",
"required": true,
"label": "Count",
"description": "The count associated with this thumbnail. Use \"1\" to not show anything.",
"example": "1"
},
"image": {
"type": "string",
"label": "Image",
"description": "The image used for the thumbnail. Automatically set if there is a valid item.",
"example": "Crystal.png"
},
"link": {
"type": "wiki-page-name",
"label": "Page link",
"description": "The page this thumbnail links to. Automatically set if there is a valid item.",
"example": "Virtual coin"
},
"size": {
"type": "string",
"label": "Thumbnail size",
"description": "The size of the thumbnail. The default size is \"80px\".",
"example": "64px"
}
},
"format": "inline",
"description": "Displays the thumbnail of an item with the count in the bottom right hand corner."
}
</templatedata>

== Quick copy ==
<pre>
<pre>
{{Item thumbnail
{{Item thumbnail
Line 12: Line 54:
|size =
|size =
}}
}}
</pre>

== Examples ==
<div style="margin-top: 0.8rem; margin-bottom: 0.8rem; display: grid; grid-gap: 15px; grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));">
{{Item thumbnail|item=Crystal|count=100}}
{{Item thumbnail|item=Cool piece|count=1000}}
{{Item thumbnail|item=Pure crystal of feelings|count=1}}
</div>

<pre>
{{Item thumbnail|item=Crystal|count=100}}
{{Item thumbnail|item=Cool piece|count=1000}}
{{Item thumbnail|item=Pure crystal of feeling|count=1}}
</pre>
</pre>

Revision as of 02:32, 12 July 2022

Parameters

Displays the thumbnail of an item with the count in the bottom right hand corner.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Itemitem

The name of the item.

Example
Crystal
Stringsuggested
Countcount

The count associated with this thumbnail. Use "1" to not show anything.

Example
1
Numberrequired
Imageimage

The image used for the thumbnail. Automatically set if there is a valid item.

Example
Crystal.png
Stringoptional
Page linklink

The page this thumbnail links to. Automatically set if there is a valid item.

Example
Virtual coin
Page nameoptional
Thumbnail sizesize

The size of the thumbnail. The default size is "80px".

Example
64px
Stringoptional

Quick copy

{{Item thumbnail
|item  =
|count =
|image =
|link  =
|size  =
}}

Examples

Crystal
×100
Cool piece
×1000
Pure crystal of feelings
{{Item thumbnail|item=Crystal|count=100}}
{{Item thumbnail|item=Cool piece|count=1000}}
{{Item thumbnail|item=Pure crystal of feeling|count=1}}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.