|
|
WebMenu
This topic serves as the configuration of the left-hand menu.
Syntax
Please consult the WebMenuFormat topic for more help on the formatting of this topic. The below text only serve as a brief syntax reminder.
| %WEB{name="..." home="<Web>¦<Web>.<Topic>" [expand="always¦never"]}% | Entry for a Web heading |
| %ITEM{name="..." [topic="..."]}% | Define a Web topic item |
| %DEFAULTITEMS% | Default Web topic items |
Example
This sets the default items to be presented for all webs below who reference this variable. It is a comma separated list of items, with no spaces between the ITEM definitions. See the source for this page for an example.
First the Main web. We call it People because mostly it is only used for all the registered users of the TWiki.
#%WEB{name="People" home="Main"}%
#%ITEM{name="Everyone" topic="TWikiUsers"}%
#%DEFAULTITEMS%
Next is the TWiki web. It holds a lot of reference pages, as well as the preferences topic for the entire TWiki system.
#%WEB{name="TWiki System" home="TWiki"}%
#%ITEM{name="Welcome" topic="WelcomeGuest"}%
#%ITEM{name="Tutorial" topic="TWikiTutorial"}%
#%DEFAULTITEMS%
Third is the Knowledge Web, we provide the complete name so beginners also will understand what it is. Like we did for the TWiki web, above, we add the HTML special character instead of a regular space. This way we make sure there is a space and that the user agent will not break the row between these two words.
#%WEB{name="Knowledge Web" home="Know"}%
#%DEFAULTITEMS%
Last is the Test web. We call it Sandbox so that even a beginner can make a qualified guess of what it is.
#%WEB{name="Sandbox" home="Test"}%
#%DEFAULTITEMS%
%WEB{name="EUROVO FC" home="Fc"}%
%ITEM{name="SAC" topic="ScienceAdvisoryCommittee"}%
%WEB{name="AVO" home="Avo"}%
%ITEM{name="SWG" topic="ScienceWorkingGroup"}%
%ITEM{name="Management" topic="WorkAreaZero"}%
%ITEM{name="Science" topic="WorkAreaOne"}%
%ITEM{name="Standards" topic="WorkAreaTwo"}%
%ITEM{name="Technology" topic="WorkAreaThree"}%
%ITEM{name="Reports&Minutes" topic="ReportsAndMinutes"}%
%ITEM{name="Forum" topic="AvoForums"}%
%ITEM{name="Events" topic="AvoEvents"}%
%ITEM{name="Contacts" topic="ContactSheet"}%
%ITEM{name="Help" topic="NewbiesInfo"}%
%WEB{name="EGG" home="Egg"}%
%ITEM{name="Contacts" topic="ContactSheet"}%
%ITEM{name="Help" topic="NewbiesInfo"}%
%WEB{name="Main" home="Main"}%
%ITEM{name="TWikiUsers" topic="TWikiUsers"}%
%WEB{name="Know" home="Know"}%
%ITEM{name="ReadmeFirst" topic="ReadmeFirst"}%
%WEB{name="Test" home="Test"}%
%ITEM{name="TestTopic1" topic="TestTopic1"}%
%ITEM{name="TestTopic2" topic="TestTopic2"}%
%ITEM{name="TestTopic3" topic="TestTopic3"}%
%ITEM{name="TestTopic4" topic="TestTopic4"}%
%ITEM{name="TestTopic5" topic="TestTopic5"}%
%ITEM{name="TestTopic6" topic="TestTopic6"}%
%ITEM{name="TestTopic7" topic="TestTopic7"}%
%ITEM{name="TestTopic8" topic="TestTopic8"}%
%WEB{name="TWiki" home="TWiki"}%
%ITEM{name="WelcomeGuest" topic="WelcomeGuest"}%
%ITEM{name="TWikiTutorial" topic="TWikiTutorial"}%
%ITEM{name="WikiSyntax" topic="WikiSyntax"}%
%ITEM{name="GoodStyle" topic="GoodStyle"}%
%ITEM{name="TWikiDocumentation" topic="TWikiDocumentation"}%
%ITEM{name="TWikiShorthand" topic="TWikiShorthand"}%
#%DEFAULTITEMS%
|
|