Printable versions for minutes of group meetings: Difference between revisions
From SemanticOrganization
(Created page with "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: * <code>Template...") |
No edit summary |
||
Line 4: | Line 4: | ||
* <code>Template:Semorg-meeting-group-<group>-intro</code>: will be shown after the table with the details for the meeting | * <code>Template:Semorg-meeting-group-<group>-intro</code>: will be shown after the table with the details for the meeting | ||
* <code>Semorg-meeting-group-<group>-footer</code>: will be shown after the agenda/minutes | * <code>Semorg-meeting-group-<group>-footer</code>: will be shown after the agenda/minutes | ||
=== Use page attributes in your templates === | |||
Example: <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: {{#show:{{FULLPAGENAME}}|?semorg-meeting-chair.Semorg-person-name}}