blob: 77005da4f648df9c20c66a1e9be85b382af43477 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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!
|