Difference between revisions of "Template:Infobox"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
|- | |- | ||
| '''[[Property:Collection_status|Collection Status]]''' || [[Collection status::{{{status|Unknown}}}]] | | '''[[Property:Collection_status|Collection Status]]''' || [[Collection status::{{{status|Unknown}}}]] | ||
+ | |- | ||
+ | | '''[[Property:Storage_location|Storage Location]]''' || [[Storage location::{{{location|Unknown}}}]] | ||
|} | |} | ||
Line 15: | Line 17: | ||
"status": { | "status": { | ||
"label": "Collection Status", | "label": "Collection Status", | ||
− | "type": "string" | + | "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": [ | "paramOrder": [ | ||
"id", | "id", | ||
− | "status" | + | "status", |
+ | "location" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </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 |