Difference between revisions of "Template:Building"

From Gobblerpedia
Jump to: navigation, search
imported>Alex
(added housing and residence life link)
imported>Echarlie
 
(32 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{#if: {{{osm|}}} | * [http://www.openstreetmap.org/browse/way/{{{osm}}} {{{name}}} on OpenStreetMap]|}}
+
<includeonly>* {{Building/about|{{{name}}}|{{{uri}}}}}
{{#if: {{{hall|}}} | * [http://www.housing.vt.edu/halls/{{{hall}}}.php Housing and Residence Life page for {{{name}}}]|}}
+
<!--* {{Building/info|{{{name}}}|{{{num}}}}}-->
{{#if: {{{info|}}} | * [http://www.vt.edu/about/buildings/{{{info}}}.html University buildings directory page for {{{name}}}]|}}
+
* {{OSM/link|{{{name}}}|{{{osm}}}}}
{{#if: {{{facil|}}} | * VT [[Facilities]] [http://www.cdcd.vt.edu/Building.Info/{{{facil}}}.html information for {{{name}}}]|}}
+
[[Category:Buildings]]
 +
</includeonly><noinclude>
 +
===Usage===
 +
<code><nowiki>{{Building|name=[NAME]|uri=[URI]|num=[NUM]|osm=[OSM]}}</nowiki></code>
  
[[Category:Buildings]]
+
{| class="wikitable"
 +
|-
 +
! Parameter
 +
! Description
 +
|-
 +
| <code>name</code>
 +
| The building's proper name/title, e.g. "Burruss Hall".
 +
|-
 +
| <code>uri</code>
 +
| The file name (sans extension) in [http://www.vt.edu/about/buildings/ <nowiki>http://www.vt.edu/about/buildings/[URI].html</nowiki>]. This is usually the name in lowercase, with hyphens instead of spaces, e.g. [http://www.vt.edu/about/buildings/burruss-hall.html "burruss-hall"].
 +
|-
 +
| <code>num</code>
 +
| The official building number, used for [[Template:Building/info]]. To find the building number, consult the [[BuildingList]].
 +
|-
 +
| <code>osm</code>
 +
| The OpenStreetMap identifier (way). To find this, use the [http://nominatim.openstreetmap.org/ Nominatim].
 +
|}
 +
 
 +
See also [[Template:Residence Hall]].</noinclude>

Latest revision as of 02:53, 5 June 2017

Usage

{{Building|name=[NAME]|uri=[URI]|num=[NUM]|osm=[OSM]}}

Parameter Description
name The building's proper name/title, e.g. "Burruss Hall".
uri The file name (sans extension) in http://www.vt.edu/about/buildings/[URI].html. This is usually the name in lowercase, with hyphens instead of spaces, e.g. "burruss-hall".
num The official building number, used for Template:Building/info. To find the building number, consult the BuildingList.
osm The OpenStreetMap identifier (way). To find this, use the Nominatim.

See also Template:Residence Hall.