Template:Dungeon Floor: Difference between revisions
Appearance
GlifterPad (talk | contribs) Created page with "{{#cargo_declare: _table = dungeons | DungeonID = Integer | Name = String | Type = String }} <includeonly> {{#cargo_store: _table = dungeons | DungeonID = {{{id|}}} | Name = {{{name|{{PAGENAME}}}}} | Type = {{{type|}}} | _replace = yes }} </includeonly>" |
GlifterPad (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
| DungeonID = Integer | | DungeonID = Integer | ||
| Name = String | | Name = String | ||
| StaminaCost = Integer | |||
| Type = String | | Type = String | ||
}} | }} | ||
| Line 11: | Line 12: | ||
| DungeonID = {{{id|}}} | | DungeonID = {{{id|}}} | ||
| Name = {{{name|{{PAGENAME}}}}} | | Name = {{{name|{{PAGENAME}}}}} | ||
| StaminaCost = {{{stamina|}}} | |||
| Type = {{{type|}}} | | Type = {{{type|}}} | ||
}} | }} | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
== Usage == | |||
<nowiki>{{Dungeon | |||
| id = 1001 | |||
| name = Beginner’s Road | |||
| stamina = 5 | |||
| type = Normal | |||
}}</nowiki> | |||
</noinclude> | |||
Revision as of 01:40, 18 August 2025
This template defines the table "dungeons". View table.
Usage
{{Dungeon | id = 1001 | name = Beginner’s Road | stamina = 5 | type = Normal }}