aboutsummaryrefslogtreecommitdiff
path: root/doc/templates/popup.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2014-09-15 23:12:53 +0100
committerSimon McVittie <smcv@debian.org>2014-09-15 23:12:53 +0100
commit3ed83401540ee0bbc42d8c7065856eb6bb8b1de5 (patch)
tree14424751686cf09a90be2bc9cad892362f4d59f6 /doc/templates/popup.mdwn
parent5ff68d517165b0b24a01d4624be1ba2e4dff336f (diff)
downloadikiwiki-3ed83401540ee0bbc42d8c7065856eb6bb8b1de5.tar
ikiwiki-3ed83401540ee0bbc42d8c7065856eb6bb8b1de5.tar.gz
Revert "Use templatebody for the templates in the basewiki and docwiki"
This reverts commit 236c46a3f7e5e62296484dc47b4882f7f4327a06. We can't apply this bit until the ikiwiki on ikiwiki.info (i.e. Branchable) supports [[!templatebody]].
Diffstat (limited to 'doc/templates/popup.mdwn')
-rw-r--r--doc/templates/popup.mdwn5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/templates/popup.mdwn b/doc/templates/popup.mdwn
index b721a95f9..92455eb21 100644
--- a/doc/templates/popup.mdwn
+++ b/doc/templates/popup.mdwn
@@ -1,3 +1,4 @@
+<TMPL_UNLESS mouseover>
Use this template to create a popup window that is displayed when the mouse
is over part of the page. This template has two parameters:
<ul>
@@ -9,9 +10,7 @@ large for good usability.
</ul>
Note that browsers that do not support the CSS will display the popup
inline in the page, inside square brackets.
-
-[[templatebody <<ENDBODY
+</TMPL_UNLESS>
<span class="popup"><TMPL_VAR mouseover>
<span class="paren">[</span><span class="balloon"><TMPL_VAR popup></span><span class="paren">]</span>
</span>
-ENDBODY]]