Jump to content

Template:Dungeon Floor: Difference between revisions

From Ghost of Yotei Wiki
No edit summary
No edit summary
Line 6: Line 6:
| StaminaCost = Integer
| StaminaCost = Integer
| Type = String
| Type = String
| Floors = Integer
}}
}}
</noinclude>
</noinclude>
Line 15: Line 16:
| StaminaCost = {{{stamina|}}}
| StaminaCost = {{{stamina|}}}
| Type = {{{type|}}}
| Type = {{{type|}}}
| Floors = {{{floors|}}}
}}
}}
{| class="wikitable"
{| class="wikitable"
Line 22: Line 24:
|-
|-
| Type || {{{type|—}}}
| Type || {{{type|—}}}
|-
| Floors || {{{floors|—}}}
|}
|}
</includeonly>
</includeonly>
Line 31: Line 35:
| stamina = 5
| stamina = 5
| type    = Normal
| type    = Normal
| floors  = 3
}}</nowiki>
}}</nowiki>
</noinclude>
</noinclude>

Revision as of 01:57, 18 August 2025

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


Usage

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