Template:Misc item page: Difference between revisions

Jump to navigation Jump to search
(sentence case header)
(add uuid)
Line 44: Line 44:
<li> {{Weight | kg = {{{weight kg}}} | lb = {{{weight lb}}} }} </li>
<li> {{Weight | kg = {{{weight kg}}} | lb = {{{weight lb}}} }} </li>
<li> {{Price | {{{price}}} }} </li>
<li> {{Price | {{{price}}} }} </li>
{{#if:{{{uid|}}}|<li>{{Uid|{{{uid|}}}}}</li>}}
{{#if:{{{uid|}}}|<li>{{Uid|{{{uid}}}}}</li>}}
{{#if:{{{uuid|}}}|<li>{{Uid|{{{uuid}}}}}</li>}}
</ul>
</ul>
{{#if: {{{effect|}}} |
{{#if: {{{effect|}}} |
Line 502: Line 503:
"icon": {
"icon": {
"description": "The image to use as an icon, usually the image used in UI elements such as inventories. If blank, will fall back to image.",
"description": "The image to use as an icon, usually the image used in UI elements such as inventories. If blank, will fall back to image.",
            "example": "Potion of Fire Resistance Unfaded Icon.png",
"example": "Potion of Fire Resistance Unfaded Icon.png",
"type": "wiki-file-name",
"type": "wiki-file-name",
            "suggested": true
"suggested": true
},
},
"seo description": {},
"seo description": {},
"uid": {
"uid": {
"description": "UID for the item. Is a string in a format similar to \"OBJ_ItemName_SomeSubName\". It is NOT a uuid, in the format \"a3859470-8d1b-40f5-9ca3-8a73fa9a592b\".",
"description": "UID for the item. Is a string in a format similar to \"OBJ_ItemName_SomeSubName\". It is NOT a uuid, in the format \"a3859470-8d1b-40f5-9ca3-8a73fa9a592b\".",
        "type": "string"
"type": "string"
},
},
"notes": {},
"notes": {},
"this is an example": {}
"this is an example": {},
"uuid": {
"description": "The uuid or Root Template for the item. In a uuid format such as \"3d99b0ae-4e96-438a-8029-cce11109f415\".",
"type": "string"
}
},
},
"description": "This template generates entire pages for individual items of the following types: Arrows, Books, Coatings, Elixirs, Food, Grenades, Drinks, Potions, Scrolls, Consumables, Alchemical Ingredients, Alchemical Extracts, Dyes, and other Miscellaneous Items. For Weapons, see Template:WeaponPage. For Equipment, see Template:EquipmentPage.",
"description": "This template generates entire pages for individual items of the following types: Arrows, Books, Coatings, Elixirs, Food, Grenades, Drinks, Potions, Scrolls, Consumables, Alchemical Ingredients, Alchemical Extracts, Dyes, and other Miscellaneous Items. For Weapons, see Template:WeaponPage. For Equipment, see Template:EquipmentPage.",
Line 532: Line 537:
"price",
"price",
"uid",
"uid",
"uuid",
"effect",
"effect",
"usage cost",
"usage cost",