How-To: Difference between revisions

From SemanticOrganization
Jump to: navigation, search
(Created page with "=== How to change the name of a group? === Use the „move“ feature in the dropdown next to the edit button. If you create a redirect (which is the default), existing group...")
 
No edit summary
Line 2: Line 2:


Use the „move“ feature in the dropdown next to the edit button. If you create a redirect (which is the default), existing group meetings will still be associated to the group. However the association could get lost when editing a meeting so you should either edit them manually or use the [https://www.mediawiki.org/wiki/Extension:Replace_Text Replace Text] extension.
Use the „move“ feature in the dropdown next to the edit button. If you create a redirect (which is the default), existing group meetings will still be associated to the group. However the association could get lost when editing a meeting so you should either edit them manually or use the [https://www.mediawiki.org/wiki/Extension:Replace_Text Replace Text] extension.
=== How to add a field? ===
# Create a custom template. Copy <code>Template:Semorg-<feature></code> to a new page in the template namespace (e.g. <code>Template:Semorg-<feature>-custom</code>).
# Point <code>Mediawiki:Semorg-<feature>-template</code> to the newly created template
# If you already created calls to the old template, change them. You can use the [https://www.mediawiki.org/wiki/Extension:Replace_Text Replace Text extension] to quickly replace all appearances of <code>{{semorg-<feature></code> with <code>{{semorg-<feature>-custom</code>

Revision as of 15:13, 27 May 2019

How to change the name of a group?

Use the „move“ feature in the dropdown next to the edit button. If you create a redirect (which is the default), existing group meetings will still be associated to the group. However the association could get lost when editing a meeting so you should either edit them manually or use the Replace Text extension.

How to add a field?

  1. Create a custom template. Copy Template:Semorg-<feature> to a new page in the template namespace (e.g. Template:Semorg-<feature>-custom).
  2. Point Mediawiki:Semorg-<feature>-template to the newly created template
  3. If you already created calls to the old template, change them. You can use the Replace Text extension to quickly replace all appearances of {{semorg-<feature> with {{semorg-<feature>-custom