Difference between revisions of "Template:FacilityEventBuildingMaterialTable/doc"
Jump to navigation
Jump to search
>Boblers (updating documentation) |
>Eave (→Example: adding other test cases) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 23: | Line 23: | ||
<pre>{{FacilityEventBuildingMaterialTable|Type=ElementA|MaxLv=35|Material=Windwhistle Grass}}</pre> | <pre>{{FacilityEventBuildingMaterialTable|Type=ElementA|MaxLv=35|Material=Windwhistle Grass}}</pre> | ||
{{FacilityEventBuildingMaterialTable|Type=ElementA|MaxLv=35|Material=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}}