Template:Dungeon Floor: Difference between revisions
Appearance
GlifterPad (talk | contribs) Created page with "{{#cargo_declare: _table = dungeons | DungeonID = Integer | Name = String | Type = String }} <includeonly> {{#cargo_store: _table = dungeons | DungeonID = {{{id|}}} | Name = {{{name|{{PAGENAME}}}}} | Type = {{{type|}}} | _replace = yes }} </includeonly>" |
GlifterPad (talk | contribs) No edit summary |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | |||
{{#cargo_declare: | {{#cargo_declare: | ||
_table = | _table = dungeon_floors | ||
| | | DungeonFloorID = Integer | ||
| Name = String | | Dungeon = String | ||
| Type = String | | Name = String | ||
| StaminaCost = Integer | |||
| Type = String | |||
| Battles = Integer | |||
| Drops = List (;) of String | |||
}} | }} | ||
</noinclude> | |||
<includeonly> | <includeonly> | ||
{{#cargo_store: | {{#cargo_store: | ||
_table = | _table = dungeon_floors | ||
| | | DungeonFloorID = {{{id|}}} | ||
| Name = {{{name|{{PAGENAME}}}}} | | Dungeon = {{{dungeon|}}} | ||
| Type = {{{type|}}} | | Name = {{{name|{{PAGENAME}}}}} | ||
| | | 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> | |||
== Usage == | |||
<nowiki>{{Dungeon Floor | |||
| id = 1001 | |||
| name = Beginner’s Road | |||
| dungeon = Thursday_Dungeon | |||
| stamina = 5 | |||
| type = Normal | |||
| battles = 3 | |||
| drops = Something A;Something B | |||
}}</nowiki> | |||
</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 }}