Navigation menu

Template:Room-infobox: Difference between revisions

From Metroid Wiki
mNo edit summary
m (Fix wasn't implemented, hopefully I didn't break anything)
Line 16: Line 16:
{{#if:{{{location|}}}|
{{#if:{{{location|}}}|
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Location
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Location
{{!}} style="border-top: 1px solid #{{mw color light}}" {{!}} {{{location|}}}}}
{{!}} style="border-top: 1px solid #{{mw color light}}" {{!}}  
{{{location|}}}}}
|-
|-
{{#if:{{{connected|}}}|
{{#if:{{{connected|}}}|
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Connected Rooms
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Connected Rooms
{{!}} style="border-top: 1px solid #{{mw color light}}" {{!}} {{{connected|}}}}}
{{!}} style="border-top: 1px solid #{{mw color light}}"  
{{!}} {{{connected|}}}}}
|-
|-
{{#if:{{{counterpart|}}}|
{{#if:{{{counterpart|}}}|
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Counterpart
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Counterpart
{{!}} style="border-top: 1px solid #{{mw color light}}" {{!}} {{{counterpart|}}}}}
{{!}} style="border-top: 1px solid #{{mw color light}}" {{!}}  
{{{counterpart|}}}}}
|-
|-
{{#if:{{{items|}}}|
{{#if:{{{items|}}}|
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Item(s)
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Item(s)
{{!}} style="border-top: 1px solid #{{mw color light}}" {{!}} {{{items|}}}}}
{{!}} style="border-top: 1px solid #{{mw color light}}" {{!}}  
{{{items|}}}}}
|-
|-
{{#if:{{{inhabitants|}}}|
{{#if:{{{inhabitants|}}}|
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Inhabitants
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Inhabitants
{{!}} style="border-top: 1px solid #{{mw color light}}" {{!}} {{{inhabitants|}}}}}
{{!}} style="border-top: 1px solid #{{mw color light}}" {{!}}  
{{{inhabitants|}}}}}
|-
|-
{{#if:{{{music|}}}|
{{#if:{{{music|}}}|
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Music
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Music
{{!}} style="border-top: 1px solid #{{mw color light}}" {{!}} {{{music|}}}}}
{{!}} style="border-top: 1px solid #{{mw color light}}" {{!}}  
{{{music|}}}}}
|-
|-
|}
|}

Revision as of 16:18, 25 September 2017

Room-infobox
Game

Usage

To use this template copy the following and fill in the appropriate information.

  • Image: An Image of the room, most infoboxes should have these, screenshots are preferred in most cases
  • Caption: A caption for the room, used with all images
  • Name: The name of the room, use only if their is a similarly named room in another game (e.g. Landing Site for Landing Site (Tallon IV))
  • Game: The game the room is in
  • Location: The location that the room is located (e.g. Ing Hive for Hive Temple)
  • Connected: Place any room that is connected, if it is connected via portal or elevator, place (via elevator) or (via portal) after the link
  • Counterpart: Any counterpart existing on Aether or Dark Aether (e.g. Hall of Honored Dead for Sky Temple Gateway)
  • Items: Any upgrades, keys, Artifact etc. that are found in the room
  • Music: The name and link to the soundtrack played (here's a good source)

Properly categorize the page under the location it is in (Rooms in the Sky Temple for Sanctum (Sky Temple))
Blank code (paste onto page):

{{Room-infobox
|image=
|caption=
|game=
|name=
|location=
|connected=
|counterpart=
|items=
|music=
}}