Printable versions for minutes of group meetings

From SemanticOrganization
Jump to: navigation, search
This page is part of semorg's documentation.

You can define additional specific content for every group to be shown on printouts. The content can be set by creating templates after the following scheme:

  • Template:Semorg-meeting-group-<group>-header: will be shown after {{semorg-header}}
  • Template:Semorg-meeting-group-<group>-intro: will be shown after the table with the details for the meeting
  • Semorg-meeting-group-<group>-footer: will be shown after the agenda/minutes

If the template for a specific group exists it will be shown in the printable version (not on the screen).

If you open a group meeting's page you will find convenient links to create or edit the templates at the places where the template's content would be shown. They look like this:

Use page attributes in your templates

You can use all the attributes that have been set for the group meeting and show them in your printouts. If, for example, you want to print the name of the chair of the meeting use the following code:

{{#show:{{FULLPAGENAME}}|?semorg-meeting-chair.semorg-person-name}}