Template:Infobox Item: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 57: | Line 57: | ||
"description": "Name of the Update Page, if none then leave blank", | "description": "Name of the Update Page, if none then leave blank", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"buy": { | "buy": { | ||
| Line 76: | Line 71: | ||
"label": "Imports", | "label": "Imports", | ||
"description": "List of Import Locations", | "description": "List of Import Locations", | ||
"required": true | "required": true, | ||
"example": "* {{plinksized|Jupiter|pic=Jupiter Icon|txt=Jupiter|size=30}}" | |||
}, | }, | ||
"exports": { | "exports": { | ||
"label": "Exports", | "label": "Exports", | ||
"description": "List of Export Locations", | "description": "List of Export Locations", | ||
"required": true, | |||
"example": "* {{plinksized|Jupiter|pic=Jupiter Icon|txt=Jupiter|size=30}}" | |||
}, | |||
"Cargo": { | |||
"label": "Cargo", | |||
"description": "Using {{Cargo}} Template to Display Size of Item", | |||
"example": "{{Cargo|M}}", | |||
"required": true | "required": true | ||
} | } | ||
}, | }, | ||
"description": "An infobox used to display item information on the right side of the page.", | "description": "An infobox used to display item information on the right side of the page.", | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"release", | |||
"update", | |||
"Cargo", | |||
"buy", | |||
"sell", | |||
"imports", | |||
"exports" | |||
] | |||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> | ||
Latest revision as of 10:22, 14 January 2021
| Please upload an image! | |
| Infobox Item | |
|---|---|
| Release date | Unknown edit |
| Size | Unknown edit |
| No. of buy locations | Unknown edit |
| No. of sell locations | Unknown edit |
| Imports | |
| Import Locals | Unknown edit |
| Exports | |
| Export Locals | Unknown edit |
| Infobox • Talk page | |
Template documentation
This documentation is transcluded from Template:Infobox Item/doc. [edit] [purge]
Documentation
Usage
{{Infobox Item
|name = Item Name
|image = Image Name, e.g. Black Ice Shards.png
|release = Date of Release, If none then leave blank
|update = Name of the Update Page, If none then leave blank
|size = {{/Size}} This is solely for wiki hacks to get a 1 cell table to work in the infobox
|buy = # of locations you can buy the item from
|sell = # of locations you can sell the item to
|imports = List of import locations
|exports = List of export locations
}}
Example
{{Infobox Item
|name = Black Ice Shards
|image = Black Ice Shards.png
|release =
|update =
|size = {{/Size}}
|buy = 0
|sell = 1
|imports =
* None
|exports =
* {{plinksized|Eris|pic=Eris Icon|txt=Eris|size=30}}
}}An infobox used to display item information on the right side of the page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Item Name | Unknown | required |
| Image | image | Image Name
| Unknown | required |
| Release | release | Date of Release, if none then leave blank | Unknown | suggested |
| Update | update | Name of the Update Page, if none then leave blank | Unknown | suggested |
| Cargo | Cargo | Using {{Cargo}} Template to Display Size of Item
| Unknown | required |
| Buy | buy | # of Locations you can buy the item from | Unknown | required |
| Sell | sell | # of Locations you can sell the item to | Unknown | required |
| Imports | imports | List of Import Locations
| Unknown | required |
| Exports | exports | List of Export Locations
| Unknown | required |