Template:Infobox Item: Difference between revisions
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> | ||