Template:Dungeon Floor: Difference between revisions
Appearance
GlifterPad (talk | contribs) No edit summary |
GlifterPad (talk | contribs) No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table = | _table = dungeon_floors | ||
| | | DungeonFloorID = Integer | ||
| Name = String | | Dungeon = String | ||
| StaminaCost = Integer | | Name = String | ||
| Type = String | | StaminaCost = Integer | ||
| | | Type = String | ||
| Battles = Integer | |||
| Drops = List (;) of String | |||
}} | }} | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{#cargo_store: | {{#cargo_store: | ||
_table = | _table = dungeon_floors | ||
| | | DungeonFloorID = {{{id|}}} | ||
| Name = {{{name|{{PAGENAME}}}}} | | Dungeon = {{{dungeon|}}} | ||
| StaminaCost = {{{stamina|}}} | | Name = {{{name|{{PAGENAME}}}}} | ||
| Type = {{{type|}}} | | StaminaCost = {{{stamina|}}} | ||
| | | Type = {{{type|}}} | ||
| Battles = {{{battles|}}} | |||
| Drops = {{{drops|}}} | |||
}} | }} | ||
! | <!-- Optional: show values on the page --> | ||
;Dungeon: {{{dungeon|}}} | |||
;Stamina: {{{stamina|}}} | |||
;Type: {{{type|}}} | |||
;Battles: {{{battles|}}} | |||
;Drops: {{{drops|}}} | |||
|} | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
<nowiki>{{Dungeon | <nowiki>{{Dungeon Floor | ||
| id | | id = 1001 | ||
| name | | name = Beginner’s Road | ||
| stamina = 5 | | dungeon = Thursday_Dungeon | ||
| type | | stamina = 5 | ||
| | | type = Normal | ||
| battles = 3 | |||
| drops = Something A;Something B | |||
}}</nowiki> | }}</nowiki> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 04:13, 22 August 2025
This template defines the table "dungeon_floors". View table.
Usage
{{Dungeon Floor | id = 1001 | name = Beginner’s Road | dungeon = Thursday_Dungeon | stamina = 5 | type = Normal | battles = 3 | drops = Something A;Something B }}