Quelltext der Seite Modul:Classgenerator/config

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.

local superglobal = mw.loadData( 'Module:Foundationclass/globalconfig' )
local global = {
debugLevel = nil, -- 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
cargoTable = nil, -- if you use dataStore cargo, name the table here
category = 'Generated classes', -- the mediawiki category, the entity is placed into
delimiter = ',', -- see to it, that the delimiter is not a character, that will be encoded by mw.text.encode. CargoUtil.store encodes the data for security reasons
description = 'An object class used on this wiki. The object class complex encompasses a base module, a class module, a template, a category page (if desired) and a form. ' ..
'Including documentation if necessary.', -- a short description of the entity. will be displayed on the template documentation page for example
entityTitle = 'Objectclass', -- generic title for the entity
gardeningCategory = 'Classes with errors',
namespace = 'Class', -- if you put this entity on a special namespace, name it here
restrictedTo = superglobal.restrictionRole, -- so we want the class only be created by a certain role. Since we can't limit the form to a role, we have to limit all fields to a role. This is that role.
}
local form = {
enable = true,
name = 'Classgenerator', -- the name of the form
teaserText = 'With this form you can configure and eventually create a complete data pipeline on your wiki: form, template, module, category ' ..
'- including display and storage of data. State the name of your class below. If it contains spaces, the module will be placed on that page but your class name in your class file will be camelCased.',
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
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:Classgenerator/config.