]> sipb.mit.edu Git - ikiwiki.git/commitdiff
done, documented workaround
authorintrigeri <intrigeri@web>
Mon, 6 Oct 2008 09:28:53 +0000 (05:28 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 6 Oct 2008 09:28:53 +0000 (05:28 -0400)
doc/todo/else_parameter_for_map_plugin.mdwn

index 12a91b4ee21cc7e735567ba3c99e1d97271c59c6..981e50d43803959a09d9d5ec682d88ba1e8f6b73 100644 (file)
@@ -1,4 +1,4 @@
-[[!tag patch]]
+[[!tag patch done]]
 
 [[plugins/map]] (and I) could benefit from a bonus parameter:
 
@@ -45,3 +45,12 @@ documentation yet, I'm waiting for feedback first, but I'll do it for sure. -- [
 >>>> someone might want to be able to handle an "else" case where a
 >>>> pagespec expands to nothing. And adding else cases for all of them
 >>>> could be a bit much. --[[Joey]]
+
+>>>>> Agreed, and tagging as done. For the record, here is the [[plugins/template]] I use:
+
+        \[[!if test="<TMPL_VAR raw_pages>"
+        then="""<TMPL_VAR intro>
+        [[!map pages="<TMPL_VAR raw_pages>"]]"""
+        else="<TMPL_VAR else>"]]
+
+>>>>> --[[intrigeri]]