diff options
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! |