Quelltext der Seite Modul:Classgenerator/config
This is [[MediaWiki:Tagline]]. Set to <code>display:none</code> by chameleon skin.
![]() | Sie sind aus den folgenden Gründen nicht berechtigt, die Seite zu bearbeiten: |
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.',
000
1:0
Folgende Vorlagen werden auf dieser Seite verwendet:
- Vorlage:Code (Quelltext anzeigen)
- Vorlage:Documentation subpage (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Vorlage:Image mapper (Quelltext anzeigen)
- Vorlage:Module other (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Vorlage:Module rating (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Vorlage:Ombox (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:Arguments (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:CargoUtil (Quelltext anzeigen)
- Modul:Category handler (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:Category handler/blacklist (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:Category handler/config (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:Category handler/data (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:Category handler/shared (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:Classgenerator (Quelltext anzeigen)
- Modul:Classgenerator/class (Quelltext anzeigen)
- Modul:Classgenerator/config (Quelltext anzeigen)
- Modul:Classgenerator/config/doc (Quelltext anzeigen)
- Modul:Debug/class (Quelltext anzeigen)
- Modul:Documentation (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:Documentation/config (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:Effective protection level (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:Foundationclass (Quelltext anzeigen)
- Modul:Foundationclass/globalconfig (Quelltext anzeigen)
- Modul:HtmlBuilder (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:Message box (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:Message box/configuration (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:Middleclass (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:Namespace detect/config (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:Namespace detect/data (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:SFfield/class (Quelltext anzeigen)
- Modul:SFfield/config (Quelltext anzeigen)
- Modul:SmwUtil (Quelltext anzeigen)
- Modul:TableTools (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
- Modul:Util (Quelltext anzeigen)
- Modul:Yesno (Quelltext anzeigen) schreibgeschützt (nur Administratoren)
Zurück zur Seite Modul:Classgenerator/config.