Basic Principles

From SemanticOrganization
Revision as of 09:07, 1 May 2018 by Admin (talk | contribs) (Created page with "=== Connecting Templates, Forms, Categories === * the template sets the corresponding category: *: <code><nowiki>Category:semorg-meeting</nowiki></code> * the category se...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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}}}