From bf20ebf88ffabdc114ca9037be348593dbdb579a Mon Sep 17 00:00:00 2001 From: Cache do Fluxo Date: Fri, 18 Mar 2016 16:28:13 -0300 Subject: Updates HTML --- templates/index.html | 11 ++++++++--- templates/note/index.html | 2 +- templates/popup/index.html | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 5a84bc9..6494ef9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -85,8 +85,10 @@ use <TMPL_IF variable>text<TMPL_ELSE>other text</TMPL_IF>

template pages

-

Template pages are regular wiki pages that are used as templates for other -pages.

+

Template pages are regular wiki pages containing a +templatebody directive, +used as templates for other pages. The parts of the template +page outside the directive can be used to document it.

The template directive allows template pages to be filled out and inserted into other pages in the wiki.

@@ -106,6 +108,9 @@ template pages to be filled out and inserted into other pages in the wiki.

+

If the template does not contain a templatebody directive, the entire +source of the page is used for the template. This is deprecated.

+

template files

Template files are unlike template pages in that they have the extension @@ -191,7 +196,7 @@ interface; do not normally need to be customised. diff --git a/templates/note/index.html b/templates/note/index.html index abb237a..61cef4f 100644 --- a/templates/note/index.html +++ b/templates/note/index.html @@ -109,7 +109,7 @@ parameter:

diff --git a/templates/popup/index.html b/templates/popup/index.html index bf0fa01..38cc4c5 100644 --- a/templates/popup/index.html +++ b/templates/popup/index.html @@ -112,7 +112,7 @@ inline in the page, inside square brackets. -- cgit v1.2.3