Template:Termin: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
table um termine |
||
| Line 16: | Line 16: | ||
<div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; background: #F2F2FF; float:right; min-width: 150px;"> | <div style="border: 1px solid #D8D8D8; padding:4px 8px 8px 8px; margin:10px; background: #F2F2FF; float:right; min-width: 150px;"> | ||
{{#if: {{{title|}}}|<p><b>[[Title::{{{title|}}}]]</b></p> }} | {{#if: {{{title|}}}|<p><b>[[Title::{{{title|}}}]]</b></p> }} | ||
{{#if: {{{date|}}}|< | <table> | ||
{{#if: {{{enddate|}}}|< | {{#if: {{{date|}}}|<tr><td>Beginn:</td><td>[[Date::{{{date|}}}|{{#widget:NiceDate|timestamp={{{date}}} }}]] </td></tr> }} | ||
{{#if: {{{url|}}}|< | {{#if: {{{enddate|}}}|<tr><td>Ende:</td><td>[[Enddate::{{{enddate|}}}|{{#widget:NiceDate|timestamp={{{enddate}}} }} ]]</td></tr>}} | ||
{{#if: {{{url|}}}|<tr><td>Url:</td><td>[[Url::{{{url|}}}]] </td></tr> }} | |||
</table> | |||
{{#if: {{{meetupid|}}}|<p>Zum Termin bei Meetup anmelden: <br/> {{#widget:Meetup|meetupid={{{meetupid}}} }}</p> }} | {{#if: {{{meetupid|}}}|<p>Zum Termin bei Meetup anmelden: <br/> {{#widget:Meetup|meetupid={{{meetupid}}} }}</p> }} | ||
Revision as of 08:41, 3 June 2013
This is the "Termin" template. It should be called in the following format:
{{Termin
|date=
|enddate=
|title=
|url=
|visible=
|meetupid=(optional) id of the meetup event
}}
Edit the page to see the template text.