Basic Principles: Difference between revisions
From SemanticOrganization
Line 32: | Line 32: | ||
<nowiki>{{semorg-formlink|meeting}} | <nowiki>{{semorg-formlink|meeting}} | ||
=== | === {{semorg-list-meeting-current}} === | ||
{{#semorg-list:meeting | {{#semorg-list:meeting | ||
Line 38: | Line 38: | ||
}} | }} | ||
=== | === {{semorg-list-meeting-past}} === | ||
{{#semorg-list:meeting | {{#semorg-list:meeting |
Revision as of 18:19, 15 August 2018
Enabling Features
Users
To enable user pages add Users
to Mediawiki:Tweeki-navbar-left.
Click on the new link in the navigation to create the page and add the following content:
{{semorg-forminput|person-user}} {{#semorg-list:person |category=semorg-person-user |row template=person-user }}
Groups
To enable groups add Groups
to Mediawiki:Tweeki-navbar-left.
Click on the new link in the navigation to create the page and add the following content:
{{semorg-forminput|group}} {{#semorg-list:group}}
Meetings
To enable meetings add Meetings
to Mediawiki:Tweeki-navbar-left.
Click on the new link in the navigation to create the page and add the following content:
{{semorg-formlink|meeting}} === {{semorg-list-meeting-current}} === {{#semorg-list:meeting |query=[[Semorg-meeting-date::>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}}]] }} === {{semorg-list-meeting-past}} === {{#semorg-list:meeting |query=[[Semorg-meeting-date::<{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}}]] |order=desc |default=no meetings so far }}
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.
- change MediaWiki:Semorg-form-meeting-rows to change the fields to be displayed in the editing form for Meetings
Your custom form
- copy the contents of
Form:Semorg-meeting
toForm:MyMeeting
- change MediaWiki:Semorg-meeting-form to
MyMeeting
- change MediaWiki:Semorg-meeting-form to
Your custom template
- copy the contents of
Template:Semorg-meeting
toTemplate:MyMeeting
- change MediaWiki:Semorg-meeting-template to
MyMeeting
- change MediaWiki:Semorg-meeting-template to
Your custom category
- copy the contents of
Category:Semorg-meeting
toCategory:MyMeeting
- change MediaWiki:Semorg-meeting-category to
MyMeeting
- change MediaWiki:Semorg-meeting-category to