Basic Principles

From SemanticOrganization
Jump to: navigation, search

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 to Template: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 to Form:MyMeeting
    change {{{for template|semorg-meeting}}} to {{{for template|MyMeeting}}}