Jump to content

Template:Dungeon Floor: Difference between revisions

From Ghost of Yotei Wiki
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{#cargo_declare:
{{#cargo_declare:
_table = dungeons
  _table = dungeon_floors
| DungeonID = Integer
  | DungeonFloorID = Integer
| Name = String
  | Dungeon        = String
| StaminaCost = Integer
  | Name           = String
| Type = String
  | StaminaCost   = Integer
  | Type           = String
  | Battles        = Integer
  | Drops          = List (;) of String
}}
}}
</noinclude>
</noinclude>
<includeonly>
<includeonly>
{{#cargo_store:
{{#cargo_store:
_table = dungeons
  _table       = dungeon_floors
| DungeonID = {{{id|}}}
  | DungeonFloorID = {{{id|}}}
| Name = {{{name|{{PAGENAME}}}}}
  | Dungeon        = {{{dungeon|}}}
| StaminaCost = {{{stamina|}}}
  | Name           = {{{name|{{PAGENAME}}}}}
| Type = {{{type|}}}
  | StaminaCost   = {{{stamina|}}}
  | Type           = {{{type|}}}
  | Battles        = {{{battles|}}}
  | Drops          = {{{drops|}}}
}}
}}
{| class="wikitable"
 
! colspan="2"
<!-- Optional: show values on the page -->
|-
;Dungeon: {{{dungeon|}}}
| Stamina Cost || {{{stamina|}}}
;Stamina: {{{stamina|}}}
|-
;Type: {{{type|}}}
| Type || {{{type|}}}
;Battles: {{{battles|}}}
|}
;Drops: {{{drops|}}}
</includeonly>
</includeonly>
<noinclude>
<noinclude>
== Usage ==
== Usage ==
<nowiki>{{Dungeon
<nowiki>{{Dungeon Floor
| id     = 1001
| id       = 1001
| name   = Beginner’s Road
| name     = Beginner’s Road
| stamina = 5
| dungeon  = Thursday_Dungeon
| type    = Normal
| 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 }}