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
- copy the contents of
Form:Semorg-meeting
toForm:MyMeeting
- change
{{{for template|semorg-meeting}}}
to{{{for template|MyMeeting}}}
- change
- copy the contents of
Template:Semorg-meeting
toTemplate:MyMeeting
- change
[[Category:Semorg-meeting]]
to[[Category:MyMeeting]]
- change
- create
Category:MyMeeting
- set its content to
{{#default_form:MyMeeting}}
- set its content to