Dead by Daylight Wiki

Los Módulos son páginas especiales que contienen data, funciones o scripts que ayudan a que la wiki sea fácil de mantener. Todas las variables de data están almacenadas en Datatable. Las Funciones están divididas en módulos separados para mantener claridad en la funcionalidad de los scripts. Hay muchos Módulos de utilidades que no tienen una categoría distintiva o la función realiza una tarea que es común a través de varios Módulos/Categorías.

Lista of Módulos[]

Data[]
Functional Modules[]
Utils / Tools[]
  • Extensions - Funciones de extensiones para prototipos existentes
  • Languages - Funciones de Idiomas. Mayormente usada para resolver páginas en otros idiomas no oficiales
  • MathOps - Operaciones matemáticas
  • Module:PerkImage - Funciones para buscar Imágenes de Perk
  • Strings - Lista de Artículo/Tabla relevante para strings snippets
  • Utils - Cualquier tipo de función de herramientas (tales como selección, conversión, búsqueda o conteo de los elementos de tablas)
Not used / Other[]

Lista de Funciones[]

Existen más funciones pero estas no son usadas fue de la wiki

WIP

{{#Invoke:Perks|resolvePerkCategory|{Category}|{solution - table/charTable}[|K/S]}}
{{#Invoke:Maps|assembleMapPageHeader}} - The invocation that renders whole header (table + brief info) of map
{{#Invoke:Maps|assembleMapsForRealms|The MacMillan Estate}} - This creates list of maps displayed in table, the parameter is Realm Name
{{#Invoke:Maps|getCountOfRealms}} - Get count of Realms
{{#Invoke:Maps|getCountOfRealmMapsByName}} - Get count of maps by Realm Name
{{#Invoke:Killers|getCountOfKillers}} - Get count of Killers
{{#Invoke:Survivors|getCountOfSurvivors}} - Get count of Survivors
{{#Invoke:Languages|resolveLanguageTable}} - As soon as the page has a translation, use this invocation to show up a banner of other languages (put it at very first line on page)
{{#Invoke:DLCs|getListOfDlcChapters}} - Get Linked list of Chapter DLCs
{{#Invoke:Utils|getIcon|Icon}} - Get Icon filename based on parameter Icon. The list of available icons can be found in Module:Datatable/Icons
{{#Invoke:Perks|getPerkDescriptionByName|{{#titleparts:{{PAGENAME}}}}}}
{{#Invoke:Survivors|resolveSurvivorCharTable}} - Get Survivor's table on their page

es:Módulos