summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2002-05-27 08:56:00 +0000
committerJoachim Nilsson <joachim@gnufans.org>2002-05-27 08:56:00 +0000
commitb7588996b08d97275aa935e842d04e63058c88bb (patch)
tree27b4638da6e8439c83786e988f0aa01040683bb3 /TWiki
parent23cf38f137ceea77973bf7663321bfa8c149d2f1 (diff)
none
Diffstat (limited to 'TWiki')
-rw-r--r--TWiki/WebMenuFormat.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/TWiki/WebMenuFormat.mdwn b/TWiki/WebMenuFormat.mdwn
new file mode 100644
index 00000000..77005da4
--- /dev/null
+++ b/TWiki/WebMenuFormat.mdwn
@@ -0,0 +1,20 @@
+# <a name="WebMenu_format"> </a> [[WebMenu]] format
+
+<table border="1" cellpadding="1" cellspacing="0">
+ <tr>
+ <td> %<nop>WEB{name="..." home="..." [expand="always or never"]}% </nop></td>
+ <td> entry for Web </td>
+ </tr>
+ <tr>
+ <td> %<nop>ITEM{name="..." [topic="..."]}% </nop></td>
+ <td> topic in Web, any number of these after %<nop>WEB% </nop></td>
+ </tr>
+ <tr>
+ <td> %<nop>DEFAULTITEMS% </nop></td>
+ <td> default topics sefined by using SET DEFAULTITEMS </td>
+ </tr>
+</table>
+
+* One of the above items per line, see example that comes with [[TigerSkinPlugin]], or the Knowledge webs [[Know/WebMenu]].
+
+* The DEFAULTITEMS is a comma separated set of items. _No_ spaces between comma and items!