You are viewing an old version of this page. Return to the latest version.
m (Tag: 2017 source edit) |
m (changed meeting to appointment as it is more generic for calendar purposes) (Tag: 2017 source edit) |
This is the template "MeetingAppointment". It should be used in the following format:
{{MeetingAppointment |work= |start= |end= |reason= |description= |attendees= }}
Click "edit" to view the source code of this template.
<noinclude> This is the template "MeetingAppointment". It should be used in the following format: <pre> {{MeetingAppointment |work= |start= |end= |reason= |description= |attendees= }} </pre> Click "edit" to view the source code of this template. </noinclude><includeonly> This meeting is included in the general [[company calendar]]. =={{{start|}}} {{{description|}}}== * Start: {{{start|}}} * Ende: {{{end|}}} ===Description=== {{{description|}}} ===Work=== {{{work|}}} ===Attendees=== {{#arraymap:{{{attendees|}}}|,|x|[[Benutzer:x{{!}}x]]}} {{#subobject:{{{start|}}} {{{description|}}} |MeetingAppointment/description={{{description|}}} |MeetingAppointment/start={{{start|}}} |MeetingAppointment/end={{{end|}}} |MeetingAppointment/reason={{{reason|}}} |MeetingAppointment/attendees= {{#arraymap:{{{attendees|}}}|,|x|x|+sep=;}} |MeetingAppointment/work={{{work|}}} }} </includeonly>
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
− | This is the template " | + | This is the template "Appointment". |
It should be used in the following format: | It should be used in the following format: | ||
<pre> | <pre> | ||
− | {{ | + | {{Appointment |
|work= | |work= | ||
|start= | |start= | ||
Line 29: | Line 29: | ||
{{#subobject:{{{start|}}} {{{description|}}} | {{#subobject:{{{start|}}} {{{description|}}} | ||
− | | | + | |Appointment/description={{{description|}}} |
− | | | + | |Appointment/start={{{start|}}} |
− | | | + | |Appointment/end={{{end|}}} |
− | | | + | |Appointment/reason={{{reason|}}} |
− | | | + | |Appointment/attendees= {{#arraymap:{{{attendees|}}}|,|x|x|+sep=;}} |
− | | | + | |Appointment/work={{{work|}}} |
}} | }} | ||
</includeonly> | </includeonly> |