blob: d18aae134b7e3e26b55f0995636f66a103125a38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<p class="note">
{tr}Display the menu of a given package <kbd>package</kbd>. Default: <kbd>active_package</kbd> (i.e., each page shows the menu of the currently active package).{/tr}
<br />
<span class="example">{tr}Example:{/tr} <kbd>package=wiki</kbd></span>
</p>
<dl>
<dt class="param"><kbd>package</kbd></dt>
<dd><em>{tr}String{/tr}</em></dd>
<dd>{tr}Name of package to display, default is <kbd>active_package</kbd>{/tr}</dd>
</dl>
|