Difference between revisions of "Template:RoomInfo/doc"

From SpiralKnights

Jump to: navigation, search
(documentation)
 
m (cleanup)
 
Line 1: Line 1:
 +
==Code==
 +
<pre>
 +
{{RoomInfo
 +
| name =
 +
| cost =
 +
| requirements =
 +
| special features =
 +
}}
 +
</pre>
 +
 
==Parameters==
 
==Parameters==
 
===Required===
 
===Required===
Line 8: Line 18:
 
:The [[Expansion (Guild Hall)|expansions]] needed before the room can be installed.
 
:The [[Expansion (Guild Hall)|expansions]] needed before the room can be installed.
 
;special features =
 
;special features =
:Any interactive features, such as vendors or machines. Link to pages for these.
+
:Any interactive features, such as vendors or machines. Link to pages for these. Say "None" if none.
 
+
===Optional===
+
It is recommended to use '''<nowiki>__NOTOC__</nowiki>''' after this template, since most of the pages this template is used on are very compressed and tidy as a result of this template, rendering a ToC less useful and more in the way.
+
  
 
==Usage==
 
==Usage==
 
For displaying information about [[Room (Guild Hall)|rooms]] in a Guild Hall.
 
For displaying information about [[Room (Guild Hall)|rooms]] in a Guild Hall.
<br/><br/><br/>
+
 
;Example
+
"Examples" can be seen on individual room pages
<br/><br/><br/>
+
<nowiki>
+
{{RoomInfo</nowiki><br/><nowiki>
+
| name = Alchemy Room</nowiki><br/><nowiki>
+
| cost = 14,500 Crowns</nowiki><br/><nowiki>
+
| requirements = Either 1F Wing</nowiki><br/><nowiki>
+
| special features = </nowiki><br/><nowiki>
+
[[Alchemy Machine]]</nowiki><br/><nowiki>
+
*[[Vatel]]</nowiki><br/><nowiki>
+
}}</nowiki>
+
<br/><br/><br/>
+
;Produces
+
<br/><br/><br/>
+
{{RoomInfo
+
| name = Alchemy Room
+
| cost = 14,500 Crowns
+
| requirements = Either 1F Wing
+
| special features =
+
[[Alchemy Machine]]
+
*[[Vatel]]
+
}}
+

Latest revision as of 07:15, 10 February 2015

Code

{{RoomInfo
| name = 
| cost = 
| requirements = 
| special features = 
}}

Parameters

Required

name =
The true name of the room as seen in-game when interacting with the room's panel, no matter how repetitive it might seem.
cost =
The installment cost of the room.
requirements =
The expansions needed before the room can be installed.
special features =
Any interactive features, such as vendors or machines. Link to pages for these. Say "None" if none.

Usage

For displaying information about rooms in a Guild Hall.

"Examples" can be seen on individual room pages

Personal tools