Difference between revisions of "Template:Location"

From Nottinghack Wiki
Jump to navigation Jump to search
m
(make and model for sub-locations)
Line 13: Line 13:
 
   ! Located within
 
   ! Located within
 
   | [[{{{parentlocation}}}]]
 
   | [[{{{parentlocation}}}]]
   |-
+
   |- {{#if:{{{manufacturer|}}} | | style="display: none;" <!-- Hide row if parameter doesn't exist --> }}
 +
  ! Manufacturer
 +
  | {{{manufacturer}}}
 +
  |- {{#if:{{{model|}}} | | style="display: none;" <!-- Hide row if parameter doesn't exist --> }}
 +
  ! Model
 +
  | {{{model}}}
 +
  |- {{#if:{{{obtained|}}} | | style="display: none;" <!-- Hide row if parameter doesn't exist --> }}
 
   ! Team
 
   ! Team
 
   | {{#if: {{{team|}}}|[[Team:{{{team|}}}|{{{team|}}}]]|[[Team:Infrastructure|Infrastructure]] }}
 
   | {{#if: {{{team|}}}|[[Team:{{{team|}}}|{{{team|}}}]]|[[Team:Infrastructure|Infrastructure]] }}
Line 61: Line 67:
 
;floorplanimage
 
;floorplanimage
 
:An image, in the format File:<image name>.<ext>. DO NOT include the <nowiki>[[]]</nowiki> brackets otherwise the image will display full size.
 
:An image, in the format File:<image name>.<ext>. DO NOT include the <nowiki>[[]]</nowiki> brackets otherwise the image will display full size.
 +
;manufacturer
 +
:Some sub-locations have specific manufacturers (for example, [[SlimJim]]).
 +
;model
 +
:Some sub-locations have specific models (for example, [[SlimJim]]).
 
[[Category:Templates infoboxes]]
 
[[Category:Templates infoboxes]]
 
</noinclude>
 
</noinclude>

Revision as of 02:24, 23 February 2019

Location
[[{{{image}}}|frameless|280px|center]]
Intended Use {{{use}}}
Floor {{{floor}}}
Located within [[{{{parentlocation}}}]]
Manufacturer {{{manufacturer}}}
Model {{{model}}}
Team Infrastructure
Map [[{{{floorplanimage}}}|frameless|220px|center]]
Locations:   all pages                 {{}}

Documentation

All arguments are optional, but you should have at least 1 (ideally more). Don't worry about the way it looks on this page: that's purely because no arguments are specified.

Usage

Inserting the following text at the top of the tool page will produce an information box on your page that gives an overview of the tool. Arguments can be written in any order.

Images look great with this template, include one if you can!

Abbreviated parameter list:

{{Location
|image=
|team=
|use=
|floor=
|parentlocation=
|floorplanimage=
}}

Arguments

image
An image, in the format File:<image name>.<ext>. DO NOT include the [[]] brackets otherwise the image will display full size.
team
Team responsible for looking after the area. Defaults to 'infrastructure'. Use name of team only without the 'Team:' prefix or double square brackets. For example, for Team:Laser use use 'team=Laser'. See category:Teams for Team names.
use
Use to describe the intended purpose of the area
floor
Use to note the level the location is on. Use: Upstairs or Downstairs.
parentlocation
Used for assigning a "parent" room for objects and storage locations.
floorplanimage
An image, in the format File:<image name>.<ext>. DO NOT include the [[]] brackets otherwise the image will display full size.
manufacturer
Some sub-locations have specific manufacturers (for example, SlimJim).
model
Some sub-locations have specific models (for example, SlimJim).