Difference between revisions of "MediaWiki:Sitenotice"

From ThePlaz.com

Jump to: navigation, search
(tet notice)
Line 1: Line 1:
Test
+
<nowiki>
 +
 
 +
<!--
 +
You just need a series of <ul> lists, one nested inside another, with <a> tags in each item,
 +
and <ul> tags after <a> tags to trigger another level of submenus.
 +
The script will then automatically manage them as a multilevel popup menu.
 +
Paste your data into here to get started, and be careful to close all your </li> tags!
 +
-->
 +
 
 +
<ul class="menulist" id="listMenuRoot">
 +
<li><a href="#">Home</a></li>
 +
<li>
 +
  <a href="#">Demo Submenu</a>
 +
  <ul>
 +
 
 +
  <li><a href="#">Here's a submenu item.</a></li>
 +
  <li><a href="#">Items auto-size based on the text they contain.</a></li>
 +
  </ul>
 +
</li>
 +
<li>
 +
  <a href="#">Submenu #2</a>
 +
  <ul>
 +
 
 +
  <li>
 +
    <a href="#">Nested menu 1</a>
 +
    <ul>
 +
    <li><a href="#">As many levels as you need.</a></li>
 +
    <li><a href="#">All styled via CSS.</a></li>
 +
    </ul>
 +
  </li>
 +
 
 +
  <li>
 +
    <a href="#">Nested menu 2</a>
 +
    <ul>
 +
    <li><a href="#">Another nested menu.</a></li>
 +
    <li><a href="#">It's still built with nested lists.</a></li>
 +
    </ul>
 +
  </li>
 +
 
 +
  <li><a href="#">These menus have true 'switch' timers.</a></li>
 +
  <li><a href="#">Imprecision doesn't mean collapse!</a></li>
 +
  </ul>
 +
</li>
 +
<li><a href="#">Easy to use!</a></li>
 +
</ul>
 +
</nowiki>

Revision as of 01:13, 22 May 2006

<!-- You just need a series of <ul> lists, one nested inside another, with <a> tags in each item, and <ul> tags after <a> tags to trigger another level of submenus. The script will then automatically manage them as a multilevel popup menu. Paste your data into here to get started, and be careful to close all your </li> tags! --> <ul class="menulist" id="listMenuRoot"> <li><a href="#">Home</a></li> <li> <a href="#">Demo Submenu</a> <ul> <li><a href="#">Here's a submenu item.</a></li> <li><a href="#">Items auto-size based on the text they contain.</a></li> </ul> </li> <li> <a href="#">Submenu #2</a> <ul> <li> <a href="#">Nested menu 1</a> <ul> <li><a href="#">As many levels as you need.</a></li> <li><a href="#">All styled via CSS.</a></li> </ul> </li> <li> <a href="#">Nested menu 2</a> <ul> <li><a href="#">Another nested menu.</a></li> <li><a href="#">It's still built with nested lists.</a></li> </ul> </li> <li><a href="#">These menus have true 'switch' timers.</a></li> <li><a href="#">Imprecision doesn't mean collapse!</a></li> </ul> </li> <li><a href="#">Easy to use!</a></li> </ul>