Módulos são páginas especiais contendo dados, funções ou scripts que ajudam a manter o wiki fácil de manter. Todos os dados variáveis são armazenados em Datatable. As funções são divididas em módulos separados para manter a clareza básica entre as funcionalidades dos scripts. Existem vários módulos utilitários que armazenam módulos que não possuem uma categoria distinta ou a função executa uma tarefa que é comum em vários módulos/categorias.
Lista de Módulos[]
Dados[]
- Datatable - Todos os dados/valores armazenados aqui
- Datatable/Achievements - Todos os dados relacionados a Conquistas



- Datatable/Cosmetics - Tabela principal de dados relacionado a Cosméticos


- Datatable/Cosmetics/Arbiter - Eventualmente, uma solução para dividir módulos
- Datatable/Cosmetics/Pieces -Segunda parte de cosméticos (peças)
- Datatable/Icons - Todos os dados dos Ícones. Usado para todos os ícones e IconLinks
- Datatable/Loadout - Todos os dados relacionados com Inventário


(Complementos

, Itens

, Vantagens

e Habilidades

)
- Datatable/Loadout/Descriptions - Todas as descrições de Inventário


(Complementos

, Itens

, Oferendas

e Vantagens

) - Datatable/Loadout/History - Dados de carregamento do histórico
- Datatable/Loadout/Descriptions - Todas as descrições de Inventário
- Datatable/Powers - Dados de todos os Poderes/Armas (parte da lógica de carregamento)
- Datatable/SoS - Todos os dados do Santuário dos Segredos


sobre semanas são armazenados aqui
Módulos Funcionais[]
- Cosmetics - Funções relacionadas aos



- DLCs - Funções relacionadas a DLCs
- Killers - Funções relacionadas aos Assassinos



- Loadout - Funções relacionadas ao



- Maps - Funções relacionadas aos Mapas e Territórios



- Perks - Functions related to Vantagens



- SoS - Functions related to Santuário dos Segredos



- Survivors - Funções relacionadas aos Sobreviventes



- Various - Várias funções relacionadas a todos os tipos de automação em todo o wiki
Utilitários / Ferramentas[]
- Extensions - Extension functions for existing prototypes
- Languages - Language functions. Mainly used for resolving for pages in other unofficial wiki language
- MathOps - Mathematical operations
- Module:PerkImage - Function retrieving Perk Image
- Strings - List of article/table relevant string snippets
- Utils - Any sort of tool function (such as sorting, converting, searching or counting table elements)
Arquivo[]
Splitting the Archive is a premise to not load other necessary history logs
- Datatable/Archive - Arbitrator module for the other Archive sub-modules
- Datatable/Archive/Addons - Archive for Add-on


descriptions - Datatable/Archive/Items - Archive for Item


descriptions - Datatable/Archive/Offerings - Archive for Offering


descriptions - Datatable/Archive/Perks - Archive for Perk


descriptions
Not used / Other[]
- Module:Junkyard - Functions that are not used, yet can be benefitial for recyling their functionalities for other purpose(s)
- Module:List - Not used
- Module:TableTools - Not used
Cargo[]
The extension is not used currently.
Cargo is used for storing big data. Cargo works similarly to SQL, although there are certain differences. Stored data has two phases - Definition which can be found in Values sub-pages and the second phase is data stored in an actual table. This is done by adding data into the Values sub-page and then accessing the definition of the table and hitting the "Recreate Data" button. In other words the Values subpage only stores "what is supposed to be in the table" but do not actually stores it until data are not recreated.
The other perspective how to understand it is that wiki works with the cached table (that is updated by Recreate Data button) and to add new data to the table you need to add the appropriate record into Values sub-page (and then update the table).
Below can be found a list of pages/templates related to Cargo.
- Cargo/Icons - Template defining the Icons table columns.
- Cargo/Icons/Values - Template storing data used for recreation of table.

