Template:Roombox: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary Tag: Manual revert |
||
(17 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
"description": "", | "description": "", | ||
"params": { | "params": { | ||
" | "Photo": { | ||
"label": " | "label": "Photo", | ||
"description": " | "description": "Photo of the room", | ||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"RoomNumber": { | |||
"label": "Room number", | |||
"description": "See [[Room_numbering]]", | |||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "PreviouslyNamed": { | ||
"label": " | "label": "Previously named", | ||
"description": " | "description": "List of names this room was called in the past", | ||
"type": " | "type": "string", | ||
"suggested": true | "suggested": true | ||
} | } | ||
Line 20: | Line 26: | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
<div style="width: 200px; float:right; padding:0.25rem; margin: | <div style="width: 200px; float:right; padding:0.25rem; margin: 0.5rem; border:black solid 0.1rem;"> | ||
<p><b>{{{ | <p style="text-align: center; font-size: 1.1rem"><b>{{PAGENAME}}</b><p> | ||
<p | {{#if: {{{Photo|}}} | <div>[[File:{{{Photo}}}|200px]]</div> |}} | ||
<p>[[Room numbering|Room number]]: <b>{{{RoomNumber|K2x-x-x}}}</b></p> | |||
{{#if: {{{PreviouslyNamed|}}} | <p>Previously named: <em>{{{PreviouslyNamed}}}</em></p> |}} | |||
</div> | </div> |
Latest revision as of 00:41, 22 October 2024
Parameter | Description | Type | Status | |
---|---|---|---|---|
Photo | Photo | Photo of the room | File | suggested |
Room number | RoomNumber | See [[Room_numbering]] | String | suggested |
Previously named | PreviouslyNamed | List of names this room was called in the past | String | suggested |