Difference between revisions of "Template:RoomInfo"
From SpiralKnights
m (well, that was a very strange page format issue. Resolved.) |
m (test) |
||
Line 6: | Line 6: | ||
| body = | | body = | ||
{{SKWindow/NewRow}} | {{SKWindow/NewRow}} | ||
− | {{SKWindow/EmptyCell|[[Image:GuildHall-Room-{{{name}}}-Overworld.png|300px]] | + | {{SKWindow/EmptyCell|[[Image:GuildHall-Room-{{{name}}}-Overworld.png|300px|center]] |
}} | }} | ||
{{SKWindow/NewRow}} | {{SKWindow/NewRow}} | ||
− | {{SKWindow/Cell|'''Cost''' | + | {{SKWindow/Cell|1='''Cost''' |
− | {{{cost}}} | + | <div style="text-align:center">{{{cost}}}</div> |
}} | }} | ||
{{SKWindow/NewRow}} | {{SKWindow/NewRow}} | ||
− | {{SKWindow/Cell|'''Requirements''' | + | {{SKWindow/Cell|1='''Requirements''' |
− | [[Expansion (Guild Hall)|{{{requirements}}}]] <br/> Once unlocked, this room can be placed anywhere there is an [[Empty Room]]. | + | <div style="text-align:center">[[Expansion (Guild Hall)|{{{requirements}}}]] <br/> Once unlocked, this room can be placed anywhere there is an [[Empty Room]].</div> |
}} | }} | ||
{{SKWindow/NewRow}} | {{SKWindow/NewRow}} |
Revision as of 04:54, 28 November 2014
[edit] [ ] Template documentation
Contents
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
The above documentation is transcluded from Template:RoomInfo/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |