Basic Principles: Difference between revisions
From SemanticOrganization
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
=== Customization === | === Customization === | ||
==== Your custom form ==== | |||
* copy the contents of <code>Form:Semorg-meeting</code> to <code>Form:MyMeeting</code> | * copy the contents of <code>Form:Semorg-meeting</code> to <code>Form:MyMeeting</code> | ||
*: change <code> | *: change <code>MediaWiki:Semorg-meeting-form</code> to <code>MyMeeting</code> | ||
==== Your custom template ==== | |||
* copy the contents of <code>Template:Semorg-meeting</code> to <code>Template:MyMeeting</code> | * copy the contents of <code>Template:Semorg-meeting</code> to <code>Template:MyMeeting</code> | ||
*: change <code> | *: change <code>MediaWiki:Semorg-meeting-template</code> to <code>MyMeeting</code> | ||
==== Your custom category ==== | |||
* create <code>Category:MyMeeting</code> | * create <code>Category:MyMeeting</code> | ||
*: | *: change <code>MediaWiki:Semorg-meeting-category</code> to <code>MyMeeting</code> |
Revision as of 08:13, 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
Your custom form
- copy the contents of
Form:Semorg-meeting
toForm:MyMeeting
- change
MediaWiki:Semorg-meeting-form
toMyMeeting
- change
Your custom template
- copy the contents of
Template:Semorg-meeting
toTemplate:MyMeeting
- change
MediaWiki:Semorg-meeting-template
toMyMeeting
- change
Your custom category
- create
Category:MyMeeting
- change
MediaWiki:Semorg-meeting-category
toMyMeeting
- change