Property Registration: Unterschied zwischen den Versionen
Aus Klimahaupstadt Linz
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
<noinclude>{{semorg-bundle}}</noinclude> | <noinclude>{{semorg-bundle}}</noinclude>{{#semorg-nocache:}} | ||
static $properties = <nowiki>[</nowiki>{{#ask:[[Category:Semorg-generator]] | static $properties = <nowiki>[</nowiki>{{#ask:[[Category:Semorg-generator]] | ||
|mainlabel=template | |mainlabel=template | ||
Aktuelle Version vom 10. Oktober 2024, 14:30 Uhr
Diese Seite ist Teil der Semantic Organization-Extension.
static $properties = [ "action" => [ "id" => "ACT","fields" => ["out-of-date" => [ "id" => "OOD","type" => "boo" ],"difficulty" => [ "id" => "DI","type" => "txt" ],"topic" => [ "id" => "TO","type" => "wpg" ],"category" => [ "id" => "CA","type" => "txt" ],"type" => [ "id" => "TY","type" => "txt" ],"title" => [ "id" => "TI","type" => "txt" ],"ref" => [ "id" => "RE","type" => "wpg" ],"time" => [ "id" => "TM","type" => "txt" ],"website" => [ "id" => "WE","type" => "uri" ],"description" => [ "id" => "DE","type" => "txt" ],"position" => [ "id" => "PO","type" => "num" ], ] ], "action-step" => [ "id" => "ACS","fields" => ["description" => [ "id" => "DE","type" => "txt" ],"action" => [ "id" => "AC","type" => "wpg" ], ] ], "participation" => [ "id" => "PA","fields" => ["ref" => [ "id" => "RE","type" => "wpg" ],"description" => [ "id" => "DE","type" => "txt" ],"time" => [ "id" => "TM","type" => "txt" ],"type" => [ "id" => "TY","type" => "txt" ],"difficulty" => [ "id" => "DI","type" => "txt" ],"website" => [ "id" => "WE","type" => "uri" ],"title" => [ "id" => "TI","type" => "txt" ], ] ], ];