You are viewing an old version of this page. Return to the latest version.
m (Tag: 2017 source edit) |
m (Tag: 2017 source edit) |
Creates Slide headers for training slides when the page is printed. Requires a print declaration in css to have any effect.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Training type | trainingtype |
no description
|
String | required |
<div class="slide-hd"> [[File:Training:logo-bluespice-banner.PNG|alt=BlueSpice Logo|left|link=]] <span class="slide-hd-text"> {{#switch: {{{trainingtype}}} | Maintainer = Maintainer- | Administrator = Administratoren- | User = User- | #default = User- }}Training </span> </div> <noinclude> <templatedata> { "params": { "trainingtype": { "label": "Training type", "example": "Administrator, Maintainer, User", "type": "string", "default": "User", "required": true } }, "description": "Creates Slide headers for training slides when the page is printed. Requires a print declaration in css to have any effect." } </templatedata> </noinclude>
Line 6: | Line 6: | ||
| Administrator = Administratoren- | | Administrator = Administratoren- | ||
| User = User- | | User = User- | ||
− | |#default = User- | + | | #default = User- |
}}Training | }}Training | ||
</span> | </span> | ||
</div> | </div> | ||
+ | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 24: | Line 25: | ||
} | } | ||
</templatedata> | </templatedata> | ||
+ | </noinclude> |