aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/meta.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-12 17:51:32 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-12 17:51:32 +0000
commitd39717a1cb395a45bb794c8141f1ef29f9a00705 (patch)
tree5901b846401c54dd51e1347a308148c4e5e01e23 /doc/plugins/meta.mdwn
parent0fd3ec8068d866b1cb87abca5d4534da7818d413 (diff)
downloadikiwiki-d39717a1cb395a45bb794c8141f1ef29f9a00705.tar
ikiwiki-d39717a1cb395a45bb794c8141f1ef29f9a00705.tar.gz
* If the meta plugin overides the page title, set a title_overridden
variable in the template to true. This allows doing things with the templates conditional on the title being overriden.
Diffstat (limited to 'doc/plugins/meta.mdwn')
-rw-r--r--doc/plugins/meta.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins/meta.mdwn b/doc/plugins/meta.mdwn
index de04dcdd5..de16a9179 100644
--- a/doc/plugins/meta.mdwn
+++ b/doc/plugins/meta.mdwn
@@ -28,6 +28,10 @@ You can use any field names you like, but here are some predefined ones:
Overrides the title of the page, which is generally the same as the
page name.
+ Note that if the title is overrideen, a "title_overridden" variable will
+ be set to a true value in the template; this can be used to format things
+ differently in this case.
+
* license
Specifies a copyright license for the page, for example, "GPL".