Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
DOORS Site Logo

Welcome to the Official DOORS Wiki!
Please read the Wiki Rules the Manual of Style and familiarise yourself with our Wiki Policies before contributing to get a better understanding of what content is allowed on our wiki and how to display it properly, if you need help don't hesitate to reach out to a DOORS Wiki Staff Member.

Template:Locations/doc: Difference between revisions

Template page
(Updated documentation.)
(Updated formatting.)
Line 1: Line 1:
<noinclude>{{Documentation subpage}}</noinclude>
<noinclude>{{Documentation subpage}}</noinclude>
== Empty Template ==
<pre>
{{Locations
|title =
|image =
|caption =
|floors_present =
|rooms_present =
|containers =
|entities =
}}
</pre>


== Usage ==
== Example ==
<pre>
{{Locations
{{Locations
|title = Elevator
|title = Elevator
|image = Lobby Elevator.png
|image = Lobbyelevator.png
|caption = The Lobby Elevator
|caption = The [[Lobby]] Elevator
|floors_present =
|floors_present =
* [[Lobby]]
* Floor 1 - [[Hotel]]
* Floor 1 - [[Hotel]]
* Floor 2
|rooms_present =
|rooms_present =
* [[Lobby]]
* Lobby
* [[The Reception]]
* Room 100
* [[The Electrical Room|Room 100]]
|containers = 0
|entities = Figure (First Floor)
|entities = * [[Figure]] (Room 100)
}}
}}
</pre>


<pre>{{Locations
== Output ==
{{Locations
|title = Elevator
|title = Elevator
|image = Lobby Elevator.png
|image = Lobbyelevator.png
|caption = The Lobby Elevator
|caption = The [[Lobby]] Elevator
|floors_present =
|floors_present =
* [[Lobby]]
* Floor 1 - [[Hotel]]
* Floor 1 - [[Hotel]]
* Floor 2
|rooms_present =
|rooms_present =
* [[Lobby]]
* Lobby
* [[The Reception]]
* Room 100
* [[The Electrical Room|Room 100]]
|containers = 0
|entities = Figure (First Floor)
|entities = * [[Figure]] (Room 100)
}}
}}</pre>

== Empty Template ==
<pre>{{Locations
|title =
|image =
|caption =
|floors_present =
|rooms_present =
|containers =
|entities =
}}</pre>


<includeonly>[[Category:Infobox templates]]</includeonly>
<includeonly>[[Category:Infobox templates]]</includeonly>

Revision as of 00:39, 17 March 2023

Edit-copy green.svg
This is a template documentation subpage for Template:Locations.
It contains usage information, categories, interlanguage links and other content that is not part of the original template page.

Example

<infobox layout="stacked"> <title source="title"><default>Locations/doc</default><format>Elevator</format></title>

<image source="image"></image> <label>Floors Present</label> <label>Rooms Present</label> <label>Containers</label> <label>Entities</label> <label>Hazards</label> <label>Sound Files</label> </infobox>

{{Locations
|title = Elevator
|image = Lobbyelevator.png 
|caption = The [[Lobby]] Elevator
|floors_present =
* [[Lobby]]
* Floor 1 - [[Hotel]]
|rooms_present =
* Lobby
* [[The Reception]]
* [[The Electrical Room|Room 100]]
|entities = * [[Figure]] (Room 100)
}}

Empty Template

{{Locations
|title = 
|image = 
|caption = 
|floors_present = 
|rooms_present = 
|containers = 
|entities = 
}}