Template:Box: Difference between revisions

From Milliways
Jump to navigation Jump to search
No edit summary
m (spelling)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
{{#default_form:Box}}


Put this template box on box pages.
{| style="border: 1px solid; width:25em; float: right; font-size: 90%;"
 
|-
<pre>{{Box
|colspan="2" style="text-align: center;"| '''Box infos'''
| ID = Integer
|-
| Title = Full title of the given box
! [[Property:BoxID | ID]]
| Description = Short description
| [[BoxID::{{{BoxID}}}]]
| LastChecked = YYYY-MM-DD of the event
|-
| Location = Place
! [[Property:BoxTitle | Title]]
| Size = size in auer format (e.g. 6427)
| [[BoxTitle::{{{BoxTitle}}}]]
}}</pre>
|-
 
! [[Property:BoxDescription | Description]]
</noinclude><includeonly>
| [[BoxDescription::{{{BoxDescription}}}]]
{{infobox start
|-
|headercolor=#ccffff
! [[Property:BoxLocation | Location]]
|name={{{Title}}}
| [[BoxLocation::{{{BoxLocation}}}]]
|description={{{Description|}}}
|-
}}<!--
! [[Property:BoxSize | Size]]
| [[BoxSize::{{{BoxSize}}}]]
|-
! [[Property:BoxLastChecked | LastChecked]]
| [[BoxLastChecked::{{{BoxLastChecked}}}]]
|}


-->{{infobox row |name=ID      |value={{{ID}}}      }}<!--
The fields are described in Property: pages. If you want to create a new field, please use the [https://wiki.milliways.info/index.php?title=Special:CreateProperty| Special:CreateProperty] Page.
-->{{infobox row |name=LastChecked      |value={{{LastChecked}}}      }}<!--
-->{{infobox row |name=Location  |value={{{Location|}}} }}<!--
-->{{infobox row |name=Size      |value={{{Size}}}      }}<!--


-->
[[Category:Box]]
|}
</includeonly><!--
--><includeonly>[[Category:Box]]</includeonly>

Latest revision as of 10:17, 6 June 2024


Box infos
ID {{{BoxID}}}
Title {{{BoxTitle}}}
Description {{{BoxDescription}}}
Location {{{BoxLocation}}}
Size {{{BoxSize}}}
LastChecked {{{BoxLastChecked}}}

The fields are described in Property: pages. If you want to create a new field, please use the Special:CreateProperty Page.