Jump to content

Template:Dungeon Floor: Difference between revisions

From Ghost of Yotei Wiki
m GlifterPad moved page Template:Dungeon to Template:Dungeon Floor
No edit summary
Line 3: Line 3:
_table = dungeon_floors
_table = dungeon_floors
| DungeonFloorID = Integer
| DungeonFloorID = Integer
| Dungeon = String
| Name = String
| Name = String
| StaminaCost = Integer
| StaminaCost = Integer
Line 13: Line 14:
_table = dungeon_floors
_table = dungeon_floors
| DungeonFloorID = {{{id|}}}
| DungeonFloorID = {{{id|}}}
| Dungeon = {{{dungeon|}}}
| Name = {{{name|{{PAGENAME}}}}}
| Name = {{{name|{{PAGENAME}}}}}
| StaminaCost = {{{stamina|}}}
| StaminaCost = {{{stamina|}}}

Revision as of 03:03, 22 August 2025

This template defines the table "dungeon_floors". View table.


Usage

{{Dungeon | id = 1001 | name = Beginner’s Road | stamina = 5 | type = Normal | floors = 3 }}