Template:Infobox item/doc: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
Undo revision 252612 by 59.90.219.131 (talk)
BfxwexukMjY
Line 1: Line 1:
{{doc/start}}
How can I make the botutn  Check Out  generates a list of items in the cart to email?Help me
{{Item}}
This template provides a uniform design for usable item pages. When an item restores health, it is recommended to use [[Template:Food]] instead.
<!-- Remove comment tags if/when approved
|renewable=
-->
<pre width="30px">
{{Item
|title=
|image=
|image2=
|image3=
|invimage=
|invimage2=
|invimage3=
|invimage4=
|invimage5=
|invimage6=
|invimage7=
|invimage8=
|invimage9=
|invimage10=
|invimage11=
|invimage12=
|invimage13=
|invimage14=
|invimage15=
|invimage16=
|invimage17=
|invimage18=
|invimage19=
|invimage20=
|invimage21=
|invimage22=
|invimage23=
|invimage24=
|invimage25=
|type=
|otherosonly=
|durability=
|stackable=
|data=
|firstver=
}}</pre>
 
Please note that if the item has multiple data values, use <code><nowiki>|multipledata=</nowiki></code> instead. See below:
 
{| class=grid style="background-color: transparent;"
! Parameter
! Function
! Default/Example value
|-
| <code>title</code> || Optional value to use a different title instead of the page name || <code><nowiki>{{BASEPAGENAME}}</nowiki></code>
|-
| <code>image</code> || Image of the block (should be approx. 150x150px) || <code><nowiki>{{{title}}}.png</nowiki></code> if it exists, otherwise [[:File:No image.svg|No image.svg]] (linking to the page where to upload the missing image)
|-
| <code>image2</code> || Image of the block (should be approx. 150x150px) || ''None''
|-
| <code>image3</code> || Image of the block (should be approx. 150x150px) || ''None''
|-
| <code>invimage</code> || Image for object in inventory. Can use '''None''' to force no invimage.  Uses [[Template:Grid]]. || <code><nowiki>Grid {{{title}}}.png</nowiki></code> if it exists, otherwise ''None''
|-
| <code>invimage2</code> || Second image for two-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage3</code> || Third image for three-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage4</code> || Fourth image for four-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage5</code> || Fifth image for five-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage6</code> || Sixth image for six-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage7</code> || Seventh image for seven-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage8</code> || Eighth image for eight-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage9</code> || Ninth image for nine-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage10</code> || Tenth image for ten-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage11</code> || Eleventh image for eleven-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage12</code> || Twelfth image for twelve-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage13</code> || Thirteenth image for thirteen-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage14</code> || Fourteenth image for fourteen-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage15</code> || Fifteenth image for fifteen-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage16</code> || Sixteenth image for sixteen-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage17</code> || Seventeenth image for seventeen-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage18</code> || Eighteenth image for eighteen-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage19</code> || Nineteenth image for nineteen-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage20</code> || Twentieth image for twenty-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage21</code> || Twenty-First image for twenty-one-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage22</code> || Twenty-Second image for twenty-two-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage23</code> || Twenty-Third image for twenty-three-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage24</code> || Twenty-Forth image for twenty-four-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>invimage25</code> || Twenty-Fifth image for twenty-five-state objects in inventory. Uses [[Template:Grid]]. || ''None''
|-
| <code>type</code> || Type (Weapon, Ranged Weapon, Craftable Item, Tool, etc. ) || ?
|-
| <code>otherosonly</code> || For use if the item is only available in a specific version of Minecraft.  || ''None''
|-
| <code>durability</code> || How durable the item is || N/A
|-<!-- Remove comment tags if/when approved
| <code>renewable</code> || Whether the item is [[Renewable Resources|renewable]] || ?
|- -->
| <code>stackable</code> || Stackable || ?
|-
| <code>data</code> || Single decimal data value || ''None''
|-
| <code>multipledata</code> || Multiple decimal data values, use {{tl|dv}} || ''None''
|-
| <code>firstver</code> || First version that it was seen in (e.g. Alpha 1.0.17, classic 0.0.23a).  || ''None''
|}
 
== See also ==
{{Infobox see also}}
{{doc/end}}<noinclude>
[[fr:Modèle:Objet/doc]]
</noinclude>

Revision as of 07:08, 14 February 2012

How can I make the botutn Check Out generates a list of items in the cart to email?Help me