Modul:Discipline/ability/config
< Modul:Discipline | ability
| This module is subject to page protection. It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is protected from editing. |
This module provides data for Module:Discipline/ability/class
Usage
local cfg = mw.loadData('Module:Discipline/ability/config')
Maintenanace notes
This page was created by Module:Classgenerator and belongs to Class:Discipline/ability.
| It is strongly advised, to not edit this page but to use the Classgenerator form instead! After that, use your new configuration to replace the contents of this page. |
-- This is the configuration for ClassDisciplineAbility. It has been autocreated by Module:Classgenerator.
-- It is strongly suggested, you use the form to make alterations and copy the new configuration an this page!
local superglobal = mw.loadData('Module:Foundationclass/globalconfig')
local global = {
debugLevel = false,
entityTitle = 'Discipline ability',
description = 'Beschreibt eine einzelne Fähigkeit einer Disziplin.',
category = nil,
gardeningCategory = 'Discipline with incorrect data',
namespace = nil,
cargoTable = nil,
smwUseStorage = true,
smwIsSubobject = true,
restrictedTo = nil,
delimiter = ',',
}
local form = {
enable = false,
name = nil,
teaserText = nil,
typeCreateLink = nil,
createInfotext = nil,
createInputPlaceholder = nil,
createInputQueryString = nil,
createLinkPageName = nil,
createLinkQueryString = nil,
createLinkType = nil,
labelCreate = nil,
labelEdit = nil,
headerText = nil,
notification = nil,
sectionList = nil,
allowsFreeText = nil,
buttons = nil,
fieldSize = nil,
textareaAttributes = { -- the defaults for your textarea fields
cols = nil,
rows = nil,
autogrow = nil,
editor = nil,
},
fieldOrder = nil,
}
local template = {
name = 'Discipline/ability',
templateDocumentationSeeAlso = { 'Discipline', },
}
local parameter = {
name = {
cardinality = 'single',
description = 'Der Name der Fähigkeit',
label = 'Name',
property_name = 'Is_titled',
property_type = 'Text',
severity = 'mandatory',
sf = {
input_type = 'text',
},
td_type = 'line',
},
}
return {
form = form,
global = global,
parameter = parameter,
template = template,
}