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