Module:BuildingData/doc: Difference between revisions
From Corsair Cove Official Wiki
Created page with "This module provides data for all buildings in the game to be used by other modules. It provides information in a nested data structure in the lua format. You can change building data and add new buildings by copy-pasting existing buildings and modifying the data appropiately. Please note that any text should be enclosed inside "" and any numeric values should not be enclosed in "" (to match the native lua format for strings and integers). This Module is used in: Mod..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
This Module is used in: | This Module is used in: | ||
[[Module:BuildingInfoboxGenerator]] | * [[Module:BuildingTable]] | ||
[[ | * [[Module:BuildingInfoboxGenerator]] | ||
[[Template:Building]] | * [[Template:Building]] | ||
[[Template: | * [[Template:Building infobox]] | ||
* [[Template:Building icon]] | |||
Latest revision as of 16:50, 31 August 2026
This module provides data for all buildings in the game to be used by other modules.
It provides information in a nested data structure in the lua format. You can change building data and add new buildings by copy-pasting existing buildings and modifying the data appropiately. Please note that any text should be enclosed inside "" and any numeric values should not be enclosed in "" (to match the native lua format for strings and integers).
This Module is used in:


