Printable versions for minutes of group meetings: Difference between revisions

From SemanticOrganization
Jump to: navigation, search
(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
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{semorg-docs}}
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:
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:


Line 4: Line 5:
* <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
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:
{{semorg-printable|template=do-not-create}}
=== 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:
<code><nowiki>{{#show:{{FULLPAGENAME}}|?semorg-meeting-chair.semorg-person-name}}</nowiki></code>

Latest revision as of 22:49, 27 September 2020

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}}