Edit page EditingTips
[wiki.git] / EditingTips
index 132aac686102f2f09903f7b833b5ec93e7fc8645..5963c4a8fc74e96318c20d2238dee36afda3f483 100644 (file)
@@ -36,15 +36,18 @@ 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 minimal templating system:
+
+{{TemplatePage | hello=Ciao | world=mondo }}
 
 ==== 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 ==