Template:Dungeon Floor: Difference between revisions
Appearance
GlifterPad (talk | contribs) No edit summary |
GlifterPad (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table = dungeon_floors | _table = dungeon_floors | ||
| DungeonFloorID = Integer | | DungeonFloorID = Integer | ||
| Dungeon = String | | Dungeon = String | ||
| Name = String | | Name = String | ||
| StaminaCost = Integer | | StaminaCost = Integer | ||
| Type = String | | Type = String | ||
| Battles = Integer | | Battles = Integer | ||
| Drops = List (;) of String | | Drops = List (;) of String | ||
}} | }} | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{#cargo_store: | {{#cargo_store: | ||
_table = dungeon_floors | _table = dungeon_floors | ||
| DungeonFloorID = {{{id|}}} | | DungeonFloorID = {{{id|}}} | ||
| Dungeon = {{{dungeon|}}} | | Dungeon = {{{dungeon|}}} | ||
| Name = {{{name|{{PAGENAME}}}}} | | Name = {{{name|{{PAGENAME}}}}} | ||
| StaminaCost = {{{stamina|}}} | | StaminaCost = {{{stamina|}}} | ||
| Type = {{{type|}}} | | Type = {{{type|}}} | ||
| Battles = {{{battles|}}} | | Battles = {{{battles|}}} | ||
| Drops = {{{drops|}}} | | Drops = {{{drops|}}} | ||
}} | }} | ||
{{{dungeon|}}} | <!-- Optional: show values on the page --> | ||
{{{stamina|}}} | ;Dungeon: {{{dungeon|}}} | ||
{{{type|}}} | ;Stamina: {{{stamina|}}} | ||
{{{battles|}}} | ;Type: {{{type|}}} | ||
{{{drops|}}} | ;Battles: {{{battles|}}} | ||
;Drops: {{{drops|}}} | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
<nowiki>{{Dungeon Floor | <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 }}