diff options
author | Joachim Nilsson <joachim@gnufans.org> | 2002-05-27 08:56:00 +0000 |
---|---|---|
committer | Joachim Nilsson <joachim@gnufans.org> | 2002-05-27 08:56:00 +0000 |
commit | b7588996b08d97275aa935e842d04e63058c88bb (patch) | |
tree | 27b4638da6e8439c83786e988f0aa01040683bb3 /TWiki/WebMenuFormat.mdwn | |
parent | 23cf38f137ceea77973bf7663321bfa8c149d2f1 (diff) | |
download | web-b7588996b08d97275aa935e842d04e63058c88bb.tar.gz web-b7588996b08d97275aa935e842d04e63058c88bb.tar.bz2 web-b7588996b08d97275aa935e842d04e63058c88bb.zip |
none
Diffstat (limited to 'TWiki/WebMenuFormat.mdwn')
-rw-r--r-- | TWiki/WebMenuFormat.mdwn | 20 |
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! |