Difference between revisions of "Template:Name/doc"

From Stardew Valley Wiki
Jump to navigation Jump to search
m (→‎Usage: closed pre tag)
m
Line 1: Line 1:
 
==Description==
 
==Description==
This template is used to place the picture of a named item next to the name, resizes the image to 32px wide, makes the item name a link if there's an available article of the same name, and lastly places the third parameter in parenthesis to signify quantity, relationship or any other secondary detail. To refer to [[Villagers|villagers and NPCs]], use [[Template:NPC]].
+
This template is used to place the picture of a named item next to the name, resizes the image to 24px wide, makes the item name a link if there's an available article of the same name, and lastly places the third parameter in parenthesis to signify quantity, relationship or any other secondary detail. To refer to [[Villagers|villagers and NPCs]], use [[Template:NPC]].
 +
 
 +
Image size can be adjusted by adding the parameter "size".
  
 
==Usage==
 
==Usage==
Line 16: Line 18:
 
<pre>{{name|Preserves Jar|3}}</pre>
 
<pre>{{name|Preserves Jar|3}}</pre>
 
Result: {{name|Preserves Jar|3}}
 
Result: {{name|Preserves Jar|3}}
 
+
Size can be defined by using the named parameter "size":
 +
<pre>{{name|Apple|size=48}}</pre>
 +
Result: {{name|Apple|size=48}}
 +
If the size parameter is used is should be placed after the quantity number:
 +
<pre>{{name|Melon|3|size=48}}</pre>
 +
Result: {{name|Melon|3|size=48}}
 
<includeonly>[[Category:Transclusion templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
 
<includeonly>[[Category:Transclusion templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>

Revision as of 19:41, 1 March 2016

Description

This template is used to place the picture of a named item next to the name, resizes the image to 24px wide, makes the item name a link if there's an available article of the same name, and lastly places the third parameter in parenthesis to signify quantity, relationship or any other secondary detail. To refer to villagers and NPCs, use Template:NPC.

Image size can be adjusted by adding the parameter "size".

Usage

This template can be used by entering the following onto a relevant page.

{{name|''item name''|''amount''}}

Exmaples

{{name|Complete Breakfast|30}}

When used the parameters are not identified by name, but by order. Example use of this template;

{{name|Corn|30}}

Result: Corn.png Corn (30)

{{name|Preserves Jar|3}}

Result: Preserves Jar.png Preserves Jar (3) Size can be defined by using the named parameter "size":

{{name|Apple|size=48}}

Result: Apple.png Apple If the size parameter is used is should be placed after the quantity number:

{{name|Melon|3|size=48}}

Result: Melon.png Melon (3)