<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://www.verzauberte-welten.de/index.php?action=history&amp;feed=atom&amp;title=Modul%3AFoundationclass%2Fglobalconfig</id>
	<title>Modul:Foundationclass/globalconfig - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://www.verzauberte-welten.de/index.php?action=history&amp;feed=atom&amp;title=Modul%3AFoundationclass%2Fglobalconfig"/>
	<link rel="alternate" type="text/html" href="https://www.verzauberte-welten.de/index.php?title=Modul:Foundationclass/globalconfig&amp;action=history"/>
	<updated>2026-04-05T23:46:54Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Verzauberte Welten e.V.</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://www.verzauberte-welten.de/index.php?title=Modul:Foundationclass/globalconfig&amp;diff=4422&amp;oldid=prev</id>
		<title>imported&gt;Oetterer am 16. Februar 2016 um 18:17 Uhr</title>
		<link rel="alternate" type="text/html" href="https://www.verzauberte-welten.de/index.php?title=Modul:Foundationclass/globalconfig&amp;diff=4422&amp;oldid=prev"/>
		<updated>2016-02-16T18:17:16Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--[==[ if you start off, please fill the entries and create the appropriate categories&lt;br /&gt;
		--  formCategory (e.g. 'Project forms')&lt;br /&gt;
		--	gardeningSuperCategory (e.g. 'Erroneous objects') (this is a global category. you can define an individual one for each class)&lt;br /&gt;
        --  moduleCategory (e.g. 'Project modules')&lt;br /&gt;
		--  projectSuperCategory (e.g. 'Project category')&lt;br /&gt;
		--	propertyCategory, if you use datastore smw (e.g. 'Project properties')&lt;br /&gt;
		--  templateCategory (e.g. 'Project templates')&lt;br /&gt;
	-- also, remember to choose your prefered storage method. atm supported are: 'cargo', 'smw',  or 'both'&lt;br /&gt;
	-- when using datastore 'smw' uncomment all smwSpecialProperties that are active in your installation (and create the properties for smwClassProperty and uidFieldName)&lt;br /&gt;
	-- 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&lt;br /&gt;
--]==]&lt;br /&gt;
local superglobal = {&lt;br /&gt;
	cargoSpecialFields = {},	-- filled further down below&lt;br /&gt;
	cargoTypesElegibleForSize = {'text', 'string', 'wikitext', 'url'},&lt;br /&gt;
	cargoTypesElegibleForValue = {'text', 'integer', 'string', 'url'},&lt;br /&gt;
	classCategory = 'Lua class modules',	-- this is the category, all classes based on this engine are put automatically&lt;br /&gt;
	dataStore = 'cargo',	-- supported types are 'cargo', 'smw', and 'both'&lt;br /&gt;
	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&lt;br /&gt;
	formCategory = 'Project forms',	-- the category of the form pages&lt;br /&gt;
	formTableClass = 'formtable',&lt;br /&gt;
	gardeningSuperCategory = 'Project entities with erroneous input',&lt;br /&gt;
	moduleCategory = 'Project modules',&lt;br /&gt;
	moduleUseRatingTemplate = true,&lt;br /&gt;
	projectSuperCategory = 'My Project',	-- The category, all the categories are placed in.'&lt;br /&gt;
	propertyCategory = 'Project properties',	-- category for all the properties pages - if data store smw is used&lt;br /&gt;
	restrictionRole = 'sysop',	-- if you wish to set fields to a default restriction role, name it here&lt;br /&gt;
	selectedCheckboxSubmitValue = 'Ja',	-- (const) this is the value, a semantic forms checkbox submits when selected. used for plausibilityTest only&lt;br /&gt;
	smwClassProperty = 'is_member_of_class',	-- the name of the property, members of the class will be identified by; you have to create the property page, though&lt;br /&gt;
	smwPropertyTypesAvailable = { 'Annotation URI', 'Boolean', 'Code', 'Date', 'Email', 'Geographic coordinate', 'Number', 'Page', 'Quantity', 'Record', 'Telephone number', 'Temperature', 'Text', 'URL' },&lt;br /&gt;
		-- if you have more types of properties (due to an extension), add them here). in fact, Foundationclass does use this, but classgenerator/parameter makes a reference&lt;br /&gt;
	smwSpecialProperties = {},	-- filled further down below&lt;br /&gt;
	templateCategory = 'Project templates',	-- the category for the templates&lt;br /&gt;
	templateUseDocumentationSubsystem = true,&lt;br /&gt;
	ucfirst = true, -- states, that your mw installation makes the first letter in any page name an uppercase letter&lt;br /&gt;
	uidFieldName = 'is_identified_by_classengine_through',	-- the name of the property/table fields, the individual object will be identified by (in cargo and smw respectively);&lt;br /&gt;
						-- if you use smw, you have to create the property page manually&lt;br /&gt;
						-- WARNING: If you reset this after beginning operation, you have to rebuild all cargo data tables, and/or create the new property and refresh all properties&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
superglobal.cargoSpecialFields = {&lt;br /&gt;
	_ID = 'Integer, &amp;lt;small&amp;gt;holds a unique ID for this row&amp;lt;/small&amp;gt;',&lt;br /&gt;
	_pageName = 'Text, &amp;lt;small&amp;gt;holds the name of the page from which this row of values was stored&amp;lt;/small&amp;gt;',&lt;br /&gt;
	_pageTitle = 'Text, &amp;lt;small&amp;gt;similar to _pageName, but leaves out the namespace, if there is one&amp;lt;/small&amp;gt;',&lt;br /&gt;
	_pageNamespace = 'Integer, &amp;lt;small&amp;gt;holds the numerical ID of the namespace of the page from which this row of values was stored&amp;lt;/small&amp;gt;',&lt;br /&gt;
	_pageID = 'Integer, &amp;lt;small&amp;gt;holds the internal MediaWiki ID for that page&amp;lt;/small&amp;gt;',&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
superglobal.smwSpecialProperties = {&lt;br /&gt;
	-- by default, only _MDAT is active. see https://www.semantic-mediawiki.org/wiki/Help:$smwgPageSpecialProperties for documentation&lt;br /&gt;
	-- please uncomment all special properties that apply to your installation&lt;br /&gt;
	Creation_date = 'Date, &amp;lt;small&amp;gt;Erstelldatum der Seite.&amp;lt;/small&amp;gt; (Alias _CDAT)',&lt;br /&gt;
	--Is_a_new_page = 'Boolean, &amp;lt;small&amp;gt;Ist die Seite neu? Gibt es nur eine einzige Revision?&amp;lt;/small&amp;gt; (Alias _NEWP)',&lt;br /&gt;
	Last_editor_is = 'Page, &amp;lt;small&amp;gt;Benutzername des letzten Bearbeiters.&amp;lt;/small&amp;gt; (Alias _LEDT)',&lt;br /&gt;
	--Media_type = 'Text, &amp;lt;small&amp;gt;Speichert den Medientyp einer hochgeladenen Datei.&amp;lt;/small&amp;gt; (Alias _MEDIA)',&lt;br /&gt;
	--MIME_type = 'Text, &amp;lt;small&amp;gt;Speichert den MIME Typ einer hochgeladenen Datei.&amp;lt;/small&amp;gt; (Alias _MIME)',&lt;br /&gt;
	Modification_date = 'Date, &amp;lt;small&amp;gt;Datum der letzten Bearbeitung der Seite.&amp;lt;/small&amp;gt; (Alias _MDAT)',&lt;br /&gt;
&lt;br /&gt;
	-- from Extension: Extra Special Properties&lt;br /&gt;
	Seitenersteller = 'Page, &amp;lt;small&amp;gt;Erstellerbenutzer&amp;lt;/small&amp;gt;',&lt;br /&gt;
	Seitenbearbeiter = 'List of Pages, &amp;lt;small&amp;gt;Liste der Benutzer, die an der Seite mitgewirkt haben.&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--EXIFDATA = 'Text, &amp;lt;small&amp;gt;Exif Daten einer Datei (Nur im Namensraum &amp;quot;Datei&amp;quot; gesetzt)&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--PAGEID = 'Number, &amp;lt;small&amp;gt;ID der Seite&amp;lt;/small&amp;gt;',&lt;br /&gt;
	Bearbeitungskennung = 'Number, &amp;lt;small&amp;gt;ID der aktuellen Revision&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--NREV = 'Number, &amp;lt;small&amp;gt;Geschätzte Anzahl der Revisionen.&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--NTREV = 'Number, &amp;lt;small&amp;gt;Geschätzte Anzahl der Revisionen der Diskussionsseite.&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--SHORTURL = 'Text, &amp;lt;small&amp;gt;KurzURL der Seite (Nur bei Verwendung der Extension:ShortUrl verfügbar)&amp;lt;/small&amp;gt;',&lt;br /&gt;
	Unterseite = 'List of Pages, &amp;lt;small&amp;gt;Liste der Unterseiten&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--USERREG = 'Date, &amp;lt;small&amp;gt;Datum der Registrierung eines Benutzers (Nur im Namensraum &amp;quot;Benutzer&amp;quot; gesetzt)&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--VIEWS = 'Number, &amp;lt;small&amp;gt;Geschätzte Anzahl der Seitenaufrufe (Achtung: Aufgrund von Caching kann die tatsächliche Zahl stark abweichen).&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--CUSER = 'Page, &amp;lt;small&amp;gt;Erstellerbenutzer&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--EUSER = 'List of Pages, &amp;lt;small&amp;gt;Liste der Benutzer, die an der Seite mitgewirkt haben.&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--EXIFDATA = 'Text, &amp;lt;small&amp;gt;Exif Daten einer Datei (Nur im Namensraum &amp;quot;Datei&amp;quot; gesetzt)&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--PAGEID = 'Number, &amp;lt;small&amp;gt;ID der Seite&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--REVID = 'Number, &amp;lt;small&amp;gt;ID der aktuellen Revision&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--NREV = 'Number, &amp;lt;small&amp;gt;Geschätzte Anzahl der Revisionen.&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--NTREV = 'Number, &amp;lt;small&amp;gt;Geschätzte Anzahl der Revisionen der Diskussionsseite.&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--SHORTURL = 'Text, &amp;lt;small&amp;gt;KurzURL der Seite (Nur bei Verwendung der Extension:ShortUrl verfügbar)&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--SUBP = 'List of Pages, &amp;lt;small&amp;gt;Liste der Unterseiten&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--USERREG = 'Date, &amp;lt;small&amp;gt;Datum der Registrierung eines Benutzers (Nur im Namensraum &amp;quot;Benutzer&amp;quot; gesetzt)&amp;lt;/small&amp;gt;',&lt;br /&gt;
	--VIEWS = 'Number, &amp;lt;small&amp;gt;Geschätzte Anzahl der Seitenaufrufe (Achtung: Aufgrund von Caching kann die tatsächliche Zahl stark abweichen).&amp;lt;/small&amp;gt;',&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
return superglobal&lt;/div&gt;</summary>
		<author><name>imported&gt;Oetterer</name></author>
	</entry>
</feed>