Basic Principles
From SemanticOrganization
Connecting Templates, Forms, Categories
- the form defines the templates that should be created/edited with it:
{{{for template|semorg-meeting}}} … {{{end template}}}
- the template sets the corresponding category:
[[Category:semorg-meeting]]
- the category sets the form for the pages in the category:
{{#default_form:semorg-meeting}}
Customization
Your custom form
- copy the contents of
Form:Semorg-meeting
toForm:MyMeeting
- change
MediaWiki:Semorg-meeting-form
toMyMeeting
- change
Your custom template
- copy the contents of
Template:Semorg-meeting
toTemplate:MyMeeting
- change
MediaWiki:Semorg-meeting-template
toMyMeeting
- change
Your custom category
- create
Category:MyMeeting
- change
MediaWiki:Semorg-meeting-category
toMyMeeting
- change