diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-23 05:37:04 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-23 05:37:04 +0000 |
commit | 985dec99f84dadc5edcecded1547b9cf9d2491a8 (patch) | |
tree | 837c47f0e349e75f551c8891bfee93431fc2b487 | |
parent | 2c5fbe844b3137b2e3f84d5f1d1ea9ef37564852 (diff) | |
download | ikiwiki-985dec99f84dadc5edcecded1547b9cf9d2491a8.tar ikiwiki-985dec99f84dadc5edcecded1547b9cf9d2491a8.tar.gz |
web commit by ManojSrivastava
-rw-r--r-- | doc/plugins/conditional/discussion.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/plugins/conditional/discussion.mdwn b/doc/plugins/conditional/discussion.mdwn index ae687e3fb..abcf2f3cd 100644 --- a/doc/plugins/conditional/discussion.mdwn +++ b/doc/plugins/conditional/discussion.mdwn @@ -33,3 +33,19 @@ is supposed to have *no* blank lines between... >>>>> The conditional after 1 evaluates to "", so there's a blank line >>>>> there. The one after 3 evaluates to "hand:", so no blank line there. >>>>> --[[Joey]] + +I have a sidebar that contains +<pre> + #### Archives + + \[[calendar type="year" months_per_row="6" pages="blog/* and !*/Discussion"]] + \[[calendar type="month" pages="blog/* and !*/Discussion"]] + <h4>Indices</h4> + \[[map pages="archives/* and !*/Discussion"]] +</pre> +I am trying to make it so that the archives and index only show up if the destpage is either blog/* or / -- the top of the wiki. Unfortunately, I don't think I am getting the +conditional right -- I have a "]] left over at the end (looking at the rendered html). Ideally, I would like to be able to do todays calendar on the top level pagel and +the annual calendar on archives/200[4567].mdwn, and monthly calendars for the proper month on archives/200[4567]/[0..12].mdwn. Do I have to create separate sidebars? +I do not use the usedir directive, so all my annual archive pages live in archives/, and all my monthly archive pages live in, say, archives/2007/ --ManojSrivastava + +
\ No newline at end of file |