aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/contrib/report
diff options
context:
space:
mode:
authorhttp://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web>2011-09-05 23:40:30 -0400
committeradmin <admin@branchable.com>2011-09-05 23:40:30 -0400
commitac42c5c8b106a0723d985888b915d955302e7446 (patch)
tree2d0d60bcd1dfc686f519986a443ad572f5fb358e /doc/plugins/contrib/report
parent4bfc25aa61c90f92ca2251c2a8238eba25759b54 (diff)
downloadikiwiki-ac42c5c8b106a0723d985888b915d955302e7446.tar
ikiwiki-ac42c5c8b106a0723d985888b915d955302e7446.tar.gz
new version of report 1.20110906
Diffstat (limited to 'doc/plugins/contrib/report')
-rw-r--r--doc/plugins/contrib/report/ikiwiki/directive/report.mdwn21
1 files changed, 12 insertions, 9 deletions
diff --git a/doc/plugins/contrib/report/ikiwiki/directive/report.mdwn b/doc/plugins/contrib/report/ikiwiki/directive/report.mdwn
index aa884c137..4a740f97f 100644
--- a/doc/plugins/contrib/report/ikiwiki/directive/report.mdwn
+++ b/doc/plugins/contrib/report/ikiwiki/directive/report.mdwn
@@ -136,8 +136,18 @@ The structured data from the current matching page. This includes
### Common values
-Values known for all pages: "page", "destpage". Also "basename" (the
-base name of the page).
+Values known for all pages:
+
+* page (the current page)
+* destpage (the destination page)
+* basename (the base name of the page)
+* recno (N if the page is the Nth page in the report)
+
+### Prev_Page And Next_Page
+
+The "prev_page" and "next_page" variables will give the value of the
+previous page in the matching pages, or the next page in the matching pages.
+This is mainly useful for a "here_only" report.
### Passed-in values
@@ -155,13 +165,6 @@ For example, one could have a "hide_mood" parameter which would hide
the "Mood" section of your template when it is true, which one could
use when the Mood is one of the headers.
-### Prev_ And Next_ Items
-
-Any of the above variables can be prefixed with "prev_" or "next_"
-and that will give the previous or next value of that variable; that is,
-the value from the previous or next page that this report is reporting on.
-This is mainly useful for a "here_only" report.
-
### Headers
See the section on Headers.