Moduli
Lista dei Moduli
Dati
- Datatable - Tutti i dati/valori sono qui.
- Datatable/Achievements - Tutti i dati relativi agli Achievement
.
- Datatable/Cosmetics - Tutti i dati relativi ai Cosmetici
.
- Datatable/Icons - Tutti i dati relativi alle Icone. Vengono usati per tutte le Icone e IconLinks.
- Datatable/Loadout - Tutti i dati relativi a Equipaggiamento
(Accessori
, Oggetti
, Offerte
e Competenze
)
- Datatable/Loadout/Descriptions - Tutte le descrizioni di Equipaggiamento
(Accessori
, Oggetti
, Offerte
e Competenze
)
- Datatable/Loadout/Descriptions - Tutte le descrizioni di Equipaggiamento
- Datatable/Perks - Tutti i dati relativi alle Competenze
- Datatable/Powers - Tutti i dati su Poteri/Armi (parte della logica di loadout)
- Datatable/SoS - Tutti i dati riguardanti i Reliquiari dei Segreti
qui.
Backup Moduli
- BACKUP_Datatable
- Datatable/BACKUP_Achievements
- Datatable/BACKUP_Cosmetics
- Datatable/BACKUP_Icons
- Datatable/BACKUP_Loadout
- Datatable/BACKUP_Perks
- Datatable/BACKUP_Powers
- Datatable/Loadout/BACKUP_Descriptions
Moduli Funzionali
- Cosmetics - Funzioni collegate con i Cosmetici
- DLCs - Funzioni collegate ai DLC
- Killers - Funzioni collegate ai Killer
- Loadout - Funzioni collegate all'Equipaggiamento
- Maps - Funzioni collegate con Mappe e Regni
- Perks - Funzioni collegate con le Competenze
- SoS - Funzioni collegate con i Reliquiari dei Segreti
- Survivors - Funzioni collegate con i Sopravvissuti
- Various - Varie funzioni riguardanti tutti i tipi di automazione nell'intera Wiki
Utilità / Strumenti
- Extensions - Funzioni estese per prototipi
- Languages - Funzioni di linguaggio. Utilizzata principalmente per risolvere problemi con le pagine della wiki non ufficiale nelle altre lingue
- MathOps - Operazioni matematiche
- Modulo:PerkImage - Funzione per recuperare l'immagine della Competenza
- Strings - Lista di articoli/tabelle rilevanti e stringhe
- Utils - Ogni tipo di funzione dello strumento (come smistare, convertire, cercare o contare gli elementi di una tabella)
Non utilizzati / altri
- Modulo:List - Inutilizzato
- Modulo:TableTools - Inutilizzato
Pagine CSS & JavaScript
- MediaWiki:ImportJS
- MediaWiki:Fandomdesktop.css
- MediaWiki:FandomMobile.css
- MediaWiki:Sitenotice_id
- MediaWiki:MobileCommon.css
- MediaWiki:CosmeticsTables.css
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.