Difference between revisions of "Basic Principles"

From SemanticOrganization
Jump to: navigation, search
Line 13: Line 13:
  
 
* change [[MediaWiki:Semorg-form-meeting-rows]] to change the fields to be displayed in the editing form for Meetings
 
* change [[MediaWiki:Semorg-form-meeting-rows]] to change the fields to be displayed in the editing form for Meetings
* change
 
  
 
==== Your custom form ====
 
==== Your custom form ====

Revision as of 08:17, 10 August 2018

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

Use system messages to alter the appearance of forms and templates, e.g.

Your custom form

Your custom template

Your custom category