Jump to content

Template:Dungeon Floor: Difference between revisions

From Ghost of Yotei Wiki
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
{{#cargo_declare:
{{#cargo_declare:
_table = dungeons
_table = dungeon_floors
| DungeonID = Integer
| DungeonFloorID = Integer
| Name = String
| Name = String
| StaminaCost = Integer
| StaminaCost = Integer
Line 11: Line 11:
<includeonly>
<includeonly>
{{#cargo_store:
{{#cargo_store:
_table = dungeons
_table = dungeon_floors
| DungeonID = {{{id|}}}
| DungeonFloorID = {{{id|}}}
| Name = {{{name|{{PAGENAME}}}}}
| Name = {{{name|{{PAGENAME}}}}}
| StaminaCost = {{{stamina|}}}
| StaminaCost = {{{stamina|}}}

Revision as of 03:01, 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 }}