Template:Termin: Unterschied zwischen den Versionen

Aus Attraktor Wiki

Wechseln zu: Navigation, Suche
(table um termine)
(tabellenbackground entfernt)
Zeile 16: Zeile 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> }}
<table>
+
<table style="background:none;">
 
{{#if: {{{date|}}}|<tr><td>Beginn:</td><td>[[Date::{{{date|}}}|{{#widget:NiceDate|timestamp={{{date}}} }}]] </td></tr> }}
 
{{#if: {{{date|}}}|<tr><td>Beginn:</td><td>[[Date::{{{date|}}}|{{#widget:NiceDate|timestamp={{{date}}} }}]] </td></tr> }}
 
{{#if: {{{enddate|}}}|<tr><td>Ende:</td><td>[[Enddate::{{{enddate|}}}|{{#widget:NiceDate|timestamp={{{enddate}}} }} ]]</td></tr>}}
 
{{#if: {{{enddate|}}}|<tr><td>Ende:</td><td>[[Enddate::{{{enddate|}}}|{{#widget:NiceDate|timestamp={{{enddate}}} }} ]]</td></tr>}}

Version vom 3. Juni 2013, 07:42 Uhr

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.