Printable versions for minutes of group meetings: Difference between revisions
From SemanticOrganization
No edit summary |
|||
Line 7: | Line 7: | ||
=== Use page attributes in your templates === | === Use page attributes in your templates === | ||
Example: <code><nowiki>{{#show:{{FULLPAGENAME}}|?semorg-meeting-chair.Semorg-person-name}}</nowiki></code> | Example to show the name of the chair of the meeting: <code><nowiki>{{#show:{{FULLPAGENAME}}|?semorg-meeting-chair.Semorg-person-name}}</nowiki></code> |
Revision as of 09:53, 2 August 2019
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 meetingSemorg-meeting-group-<group>-footer
: will be shown after the agenda/minutes
Use page attributes in your templates
Example to show the name of the chair of the meeting: {{#show:{{FULLPAGENAME}}|?semorg-meeting-chair.Semorg-person-name}}