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:Floors/doc: Difference between revisions

Template page
(Added the Documentation subpage template.)
(Updated formatting.)
Line 1: Line 1:
<noinclude>{{Documentation subpage}}</noinclude>
<noinclude>{{Documentation subpage}}</noinclude>
== Example ==
{{Floors
|title = The Rooms
|image = The Room.png
|rooms = 1000
|date_added = January 28th, 2023
}}

<pre>{{Floors
|title = The Rooms
|image = The Room.png
|rooms = 1000
|date_added = January 28th, 2023
}}</pre>

== Empty Template ==
== Empty Template ==
<pre>
<pre>{{Floors
{{Floors
|title =
|title =
|image =
|image =
|caption =
|rooms =
|rooms =
|date_added =
|date_added =
}}
}}</pre>
</pre>

== Usage ==
<pre>
{{Floors
|image = Hotel_Image1.png
|rooms = 100
|date_added = August 10th, 2022
}}
</pre>

== Output ==
{{Floors
|image = Hotel_Image1.png
|rooms = 100
|date_added = August 10th, 2022
}}


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

Revision as of 00:43, 17 March 2023

Edit-copy green.svg
This is a template documentation subpage for Template:Floors.
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>Floors/doc</default><format>The Rooms</format></title>

<image source="image"></image> <group layout="vertical" show="complete"> <header>Floor Information</header> <label>Rooms</label> <label>Date Added</label> <label>Sound Files</label> </group> <group layout="horizontal" collapse="open"> <header>UPDATES</header> <label>← Previous</label> <label>Next →</label> </group> </infobox>

{{Floors
|title = The Rooms
|image = The Room.png
|rooms = 1000
|date_added = January 28th, 2023
}}

Empty Template

{{Floors
|title = 
|image = 
|caption = 
|rooms = 
|date_added = 
}}