Edit page EditingTips
authorbernie <bernie@75.147.59.54>
Sun, 13 Sep 2009 23:54:43 +0000 (01:54 +0200)
committerGeekiGeeki <webmaster@codewiz.org>
Sun, 13 Sep 2009 23:54:43 +0000 (01:54 +0200)
EditingTips

index 132aac686102f2f09903f7b833b5ec93e7fc8645..b7c53b5d2202f106f33b45c9dde062c1afd176b4 100644 (file)
@@ -36,15 +36,19 @@ Image links: [[http://www.laptopgiving.org/|GiveOneGetOne.jpg]]
 ==== Including other wiki pages ====
 {{IncludedPage}}
 
-TODO: one day this will let you pass argument as a templating engine
+You can also pass arguments to included pages!  It works like a template engine:
+
+{{IncludedPage | hello=Ciao }}
+
 
 ==== Including external resources inline ====
 {{http://www.codewiz.org/wikigit/geekigeeki.git/blob_plain/HEAD:/geekigeeki.py}}
 
 == Macros ==
 
-<<TitleSearch>>
-<<NonexistentMacro | param1 | param2 >>
+ * Your remote IP: <<CgiVar | REMOTE_ADDR>>
+ * Query string: <<CgiVar | QUERY_STRING>>
+ * <<NonexistentMacro | param1 | param2 >>
 
 == Block elements ==