Quelltext der Seite Modul:Foundationclass/globalconfig

This is [[MediaWiki:Tagline]]. Set to <code>display:none</code> by chameleon skin.
Wechseln zu:Navigation, Suche

Du kannst den Quelltext dieser Seite betrachten und kopieren.

--[==[ if you start off, please fill the entries and create the appropriate categories
-- formCategory (e.g. 'Project forms')
-- gardeningSuperCategory (e.g. 'Erroneous objects') (this is a global category. you can define an individual one for each class)
-- moduleCategory (e.g. 'Project modules')
-- projectSuperCategory (e.g. 'Project category')
-- propertyCategory, if you use datastore smw (e.g. 'Project properties')
-- templateCategory (e.g. 'Project templates')
-- also, remember to choose your prefered storage method. atm supported are: 'cargo', 'smw', or 'both'
-- when using datastore 'smw' uncomment all smwSpecialProperties that are active in your installation (and create the properties for smwClassProperty and uidFieldName)
-- HINT: When you use the classgenerator form and its autocreation feature, it creates all your categories defined here as well. to modify their content, please refer to [[Module:Classgenerator/class]]'s documentation page
--]==]
local superglobal = {
cargoSpecialFields = {}, -- filled further down below
cargoTypesElegibleForSize = {'text', 'string', 'wikitext', 'url'},
cargoTypesElegibleForValue = {'text', 'integer', 'string', 'url'},
classCategory = 'Lua class modules', -- this is the category, all classes based on this engine are put automatically
dataStore = 'cargo', -- supported types are 'cargo', 'smw', and 'both'
debugLevel = false, -- set this to the level you wish to display at render. false if disabled. this is a global setting, causing all children to debug. you can set this individually at any class
formCategory = 'Project forms', -- the category of the form pages
formTableClass = 'formtable',
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
000
1:0
Fehlerbereinigungskonsole
* Modulexporte sind über die Variable „p“ verfügbar. Sie enthalten auch nicht gespeicherte Änderungen. * Einer Zeile „=“ voranstellen, um sie als Ausdruck auszuwerten, oder print() nutzen. mw.logObject() für Tabellen verwenden. * Innerhalb des Modulcodes mw.log() und mw.logObject() nutzen, um Nachrichten zu dieser Konsole zu senden.

Folgende Vorlagen werden auf dieser Seite verwendet:

Zurück zur Seite Modul:Foundationclass/globalconfig.