Difference between revisions of "Template:Infobox"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| style="width: 22em;border: 1px solid #a2a9b1;border-spacing: 3px;background-color: #f8f9fa;color: black;margin: 0.5em 0 0.5em 1em;padding: 0.2em;float: right;clear: right;font-size: 88%;line-height: 1.5em;" | {| style="width: 22em;border: 1px solid #a2a9b1;border-spacing: 3px;background-color: #f8f9fa;color: black;margin: 0.5em 0 0.5em 1em;padding: 0.2em;float: right;clear: right;font-size: 88%;line-height: 1.5em;" | ||
− | | {{{ | + | | '''Collection ID''' || [[Collection id::{{{id|Unallocated}}}]] |
+ | |- | ||
+ | | '''[[Property:Collection_status|Collection Status]]''' || [[Collection status::{{{status|Unknown}}}]] | ||
+ | |- | ||
+ | | '''[[Property:Storage_location|Storage Location]]''' || [[Storage location::{{{location|Unknown}}}]] | ||
|} | |} | ||
+ | |||
+ | <noinclude> | ||
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "id": { | ||
+ | "label": "Collection ID", | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "status": { | ||
+ | "label": "Collection Status", | ||
+ | "type": "string", | ||
+ | "description": "Must be one of: Reserve, Operational" | ||
+ | }, | ||
+ | "location": { | ||
+ | "label": "Storage Location", | ||
+ | "description": "Where is this item located?", | ||
+ | "example": "New Norfolk Yard", | ||
+ | "type": "wiki-page-name" | ||
+ | } | ||
+ | }, | ||
+ | "paramOrder": [ | ||
+ | "id", | ||
+ | "status", | ||
+ | "location" | ||
+ | ] | ||
+ | } | ||
+ | </templatedata> | ||
+ | </noinclude> |
Latest revision as of 03:59, 30 March 2021
Collection ID | Unallocated |
Collection Status | Unknown |
Storage Location | Unknown |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Collection ID | id | no description | String | optional |
Collection Status | status | Must be one of: Reserve, Operational | String | optional |
Storage Location | location | Where is this item located?
| Page | optional |