diff options
author | zweistein <zweistein@web> | 2016-03-09 00:44:41 +0100 |
---|---|---|
committer | root <root@www-static.zdl.internetputzen.com> | 2016-03-09 00:44:41 +0100 |
commit | a6463d4dc20bd75b2b3df23859bbe1a23d286b96 (patch) | |
tree | c46a62a064f0d1466a56344b60f4693e972b1a08 /Infrastruktur | |
parent | 4beb3ce5eb7a3dcc5e4593c9552ad174c4ac691b (diff) |
test if-condition
Diffstat (limited to 'Infrastruktur')
-rw-r--r-- | Infrastruktur/Tuerstatus.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Infrastruktur/Tuerstatus.mdwn b/Infrastruktur/Tuerstatus.mdwn index 7a90f53b..90e03ee4 100644 --- a/Infrastruktur/Tuerstatus.mdwn +++ b/Infrastruktur/Tuerstatus.mdwn @@ -1,6 +1,12 @@ **Anleitung:** Ikiwiki wertet aus, ob die Datei [[offen]] vorhanden ist. Falls Ja, wird die Grafik für den geöffneten Status angezeigt. Falls nein, wird die Grafik für den geschlossenen Status angezeigt. <br/> Durch Löschen der Datei kann der Status zurückgesetzt werden. +[[!if test="page(offen)" + then="""offen""" + else="""geschlossen""" +]] + + [[!if test="offen" then=""" |