Revision as of 17:32, 1 March 2012 by Wildwinter (talk | contribs) (Created page with "== Adding To The Top Menu == You need to edit the Imperial:TitleBar page. It's a fairly straightforward list using the syntax for bullet-lists in Wiki markup. You can hav...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Adding To The Top Menu

You need to edit the Imperial:TitleBar page. It's a fairly straightforward list using the syntax for bullet-lists in Wiki markup. You can have up to two levels of list - the top level entries are the visible links when the menu is closed, the sublists are the pop-up menus.

For example, this text:

* [[Home]]
* My Menu
** [[Page 1]]
** [[Page 2]]

gives you two menu entries, Home and My Menu. Home will be a link to the page called Home. My Menu will be a dropdown, containing two submenu items that link to Page 1 and Page 2.

If you want the menu item names to be different from the pages you're going to, no problem - just use the standard Wiki retitling feature. A pipe character (|) separates the page you want to go to from the title of the page that's displayed in the menu. For example:

* [[Home|Go Home]]
* My Menu
** [[Page 1|Go to Page 1]]
** [[Page 2|Go to Page 2]]