Difference between revisions of "Template:Dungeon infobox"

From Isleward Wiki
Jump to navigation Jump to search
(Created page with "<includeonly>{{Zone infobox | name = {{{name|}}} | location = {{{location|}}} | description = {{{description|}}} | description source = {{{description source|}}} }}<!-- AUTOC...")
 
 
Line 13: Line 13:
 
| <!-- do not categorize if any of the above were set --> |
 
| <!-- do not categorize if any of the above were set --> |
 
<!-- categorize -->
 
<!-- categorize -->
[[Category:Dungeons]]
+
[[Category:Dungeons]]{{#ifeq: {{{generated|n}}} | y | [[Category:Random dungeons]] }}
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
 
== Description ==
 
== Description ==
Line 25: Line 25:
 
| description =
 
| description =
 
| description source =
 
| description source =
 +
| generated =
 
}}
 
}}
 
</pre>
 
</pre>
Line 38: Line 39:
 
;description source
 
;description source
 
: Where the description comes from.
 
: Where the description comes from.
 +
;generated
 +
: Whether the dungeon is randomly generated. Either y or n, defaults to n.
  
 
</noinclude>
 
</noinclude>

Latest revision as of 18:09, 31 May 2022

Description[edit]

Outlines a dungeon page, including the title, infobox, description quote, etc. Sets SMW properties.

Usage[edit]

{{Dungeon infobox
| name =
| location =
| description =
| description source =
| generated =
}}

Parameters[edit]

All parameters are optional.

name
Dungeon name. Defaults to Dungeon infobox.
location
The parent location of this dungeon zone.
description
Dungeon description.
description source
Where the description comes from.
generated
Whether the dungeon is randomly generated. Either y or n, defaults to n.