Difference between revisions of "Template:FacilityEventBuildingMaterialTable/doc"
Jump to navigation
Jump to search
imported>Elaeagnifolia (Created page with "{{doc/start}} ==Description== Material table for facility event buildings. ==Example== <pre>{{FacilityEventBuildingMaterialTable|Windwhistle Grass}}</pre> {{FacilityEventBuil...") |
>Eave (→Example: adding other test cases) |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 2: | Line 2: | ||
==Description== | ==Description== | ||
Material table for facility event buildings. | Material table for facility event buildings. | ||
| + | |||
| + | ==Usage== | ||
| + | <pre>{{FacilityEventBuildingMaterialTable | ||
| + | |Type= | ||
| + | |MaxLv= | ||
| + | |Material= | ||
| + | }}</pre> | ||
| + | |||
| + | ==Template Fields== | ||
| + | '''Type:''' can be one of: [ElementA, ElementB, Weapon]. | ||
| + | * ElementA matches most element-boosting facilities, such as the Sweet Retreat. (The Dragonata should instead use ElementB) | ||
| + | * ElementB only matches the Dragonata, due to slightly-different build times. | ||
| + | * Weapon matches weapon-type-boosting facilities, such as the Seabed Stage. | ||
| + | |||
| + | '''MaxLv''' takes in the current max level of the facility. At time of writing, this can be 30 or 35. | ||
| + | |||
| + | '''Material''' is the name of the facility's upgrade material | ||
==Example== | ==Example== | ||
| − | <pre>{{FacilityEventBuildingMaterialTable|Windwhistle Grass}}</pre> | + | <pre>{{FacilityEventBuildingMaterialTable|Type=ElementA|MaxLv=35|Material=Windwhistle Grass}}</pre> |
| − | {{FacilityEventBuildingMaterialTable|Windwhistle Grass}} | + | {{FacilityEventBuildingMaterialTable|Type=ElementA|MaxLv=35|Material=Windwhistle Grass}} |
| + | |||
| + | <pre>{{FacilityEventBuildingMaterialTable|Type=ElementA|MaxLv=30|Material=Arcane Tome}}</pre> | ||
| + | {{FacilityEventBuildingMaterialTable|Type=ElementA|MaxLv=30|Material=Arcane Tome}} | ||
| + | |||
| + | <pre>{{FacilityEventBuildingMaterialTable|Type=ElementB|MaxLv=30|Material=Papier-mâché}}</pre> | ||
| + | {{FacilityEventBuildingMaterialTable|Type=ElementB|MaxLv=30|Material=Papier-mâché}} | ||
| + | |||
| + | <pre>{{FacilityEventBuildingMaterialTable|Type=ElementB|MaxLv=35|Material=Papier-mâché}}</pre> | ||
| + | {{FacilityEventBuildingMaterialTable|Type=ElementB|MaxLv=35|Material=Papier-mâché}} | ||
| + | |||
| + | <pre>{{FacilityEventBuildingMaterialTable|Type=Weapon|MaxLv=30|Material=Chef's Special}}</pre> | ||
| + | {{FacilityEventBuildingMaterialTable|Type=Weapon|MaxLv=30|Material=Chef's Special}} | ||
{{doc/end}} | {{doc/end}} | ||
Latest revision as of 05:02, 11 July 2020
Description
Material table for facility event buildings.
Usage
{{FacilityEventBuildingMaterialTable
|Type=
|MaxLv=
|Material=
}}
Template Fields
Type: can be one of: [ElementA, ElementB, Weapon].
- ElementA matches most element-boosting facilities, such as the Sweet Retreat. (The Dragonata should instead use ElementB)
- ElementB only matches the Dragonata, due to slightly-different build times.
- Weapon matches weapon-type-boosting facilities, such as the Seabed Stage.
MaxLv takes in the current max level of the facility. At time of writing, this can be 30 or 35.
Material is the name of the facility's upgrade material
Example
{{FacilityEventBuildingMaterialTable|Type=ElementA|MaxLv=35|Material=Windwhistle Grass}}
{{FacilityEventBuildingMaterialTable|Type=ElementA|MaxLv=30|Material=Arcane Tome}}
{{FacilityEventBuildingMaterialTable|Type=ElementB|MaxLv=30|Material=Papier-mâché}}
{{FacilityEventBuildingMaterialTable|Type=ElementB|MaxLv=35|Material=Papier-mâché}}
{{FacilityEventBuildingMaterialTable|Type=Weapon|MaxLv=30|Material=Chef's Special}}