diff options
author | Joey Hess <joey@wren.kitenet.net> | 2007-11-12 09:27:56 -0500 |
---|---|---|
committer | Joey Hess <joey@wren.kitenet.net> | 2007-11-12 09:27:56 -0500 |
commit | 38df3288a72ec263f85297294649fe455bf56934 (patch) | |
tree | 3eafdc9dbd2a0bb80781ca039435058901c0eb70 | |
parent | a5e27e4c54f3236de7c768536e5e08140b6f3ddc (diff) |
web commit by tschwinge: Should perhaps explain the syntax. Done that extra-extensively now. ;-)
-rw-r--r-- | doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn b/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn index f740d75e3..30bcbd58f 100644 --- a/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn +++ b/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn @@ -9,4 +9,18 @@ How to deal with that? I can also submit a Git patch, if desired. + +*Syntax:* + +**URL** = http://some.nice/place/ (*etc.*) + +**WHITHER** = \[\[**[[wikilink]]**]] | **URL** + +**D** = natural number (*meaning seconds*) + +**OPT_DELAY** = delay=**D** | empty (*immediatelly*) + +\[[meta forward="*WHITHER*" *OPT_DELAY*]] + + --[[tschwinge]] |