m (Aeywoo moved page Template:Location to Template:Locations without leaving a redirect: Renamed Properly.) |
(Updated formatting, added includeonly tags to supress the auto display of the template and moved the documentation to the documentation template page.) |
||
Line 1: | Line 1: | ||
<infobox> |
<includeonly><infobox> |
||
<title source="title"> |
|||
<default><div style="text-align:center">{{PAGENAME}}</div></default> |
|||
⚫ | |||
<format><div style="text-align:center">{{{title}}}</div></format> |
|||
<caption source="caption1"/> |
|||
</title> |
|||
<image source="title"> |
|||
⚫ | |||
⚫ | |||
</image> |
|||
<group layout="vertical" show="complete"> |
|||
<data source="rooms_present:"> |
|||
<header></header> |
|||
<label>Rooms Present:</label> |
|||
⚫ | |||
</data> |
|||
<data source="rooms_present"><label>Rooms Present</label></data> |
|||
<data source="entities"><label>Entities</label></data> |
|||
</group> |
|||
</infobox> |
</infobox></includeonly> |
||
<noinclude> |
|||
Example usage: |
|||
<pre> |
|||
{{Location |
|||
| title1=Example |
|||
| image1=Example |
|||
| caption1=Example |
|||
| floors_present:=Example |
|||
| rooms_present:=Example |
|||
| entites:=Example |
|||
}} |
|||
</pre> |
|||
<templatedata> |
|||
{"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"floors_present:":{"suggested":true},"rooms_present:":{"suggested":true},"entites:":{"suggested":true}},"sets":[],"maps":{}} |
|||
</templatedata> |
|||
</noinclude> |