Template:Building: Difference between revisions

From LinkedAUB Collab
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>{| class="wikitable"
</noinclude><includeonly>
! Name
==Name==
| [[Has name::{{{Name|}}}]]
[[Has name::{{{Name|}}}]]
|-
 
! Abbreviation
==Abbreviation==
| {{#arraymap:{{{Abbreviation|}}}|,|x|[[Has abbreviation::x]]}}
{{#arraymap:{{{Abbreviation|}}}|,|x|[[Has abbreviation::x]]}}
|-
 
! Is part of
==Is part of==
| [[Is part of::{{{Is part of|}}}]]
[[Is part of::{{{Is part of|}}}]]
|-
 
! Purpose
==Purpose==
| {{#arraymap:{{{Purpose|}}}|,|x|[[Has purpose::x]]}}
{{#arraymap:{{{Purpose|}}}|,|x|[[Has purpose::x]]}}
|-
 
! Geographic Coordinates
==Geographic Coordinates==
| [[Has geographic coordinates::{{{Geographic Coordinates|}}}]]
[[Has geographic coordinates::{{{Geographic Coordinates|}}}]]
|-
 
! Access
==Access==
| {{#arraymap:{{{Access|}}}|,|x|[[Has access::x]]}}
{{#arraymap:{{{Access|}}}|,|x|[[Has access::x]]}}
|-
 
! Smoking
==Smoking==
| [[Is smoking::{{{Smoking|}}}]]
[[Is smoking::{{{Smoking|}}}]]
|-
 
! Power Supply
==Power Supply==
| [[Has power supply::{{{Power Supply|}}}]]
[[Has power supply::{{{Power Supply|}}}]]
|}


[[Category:Buildings]]
[[Category:Buildings]]
</includeonly>
</includeonly>

Revision as of 10:25, 21 August 2013

This is the "Building" template. It should be called in the following format:

{{Building
|Name=
|Abbreviation=
|Is part of=
|Purpose=
|Geographic Coordinates=
|Access=
|Smoking=
|Power Supply=
}}

Edit the page to see the template text.