Template:Nav Documenters

From ExponentCMS Docs

Jump to: navigation, search
  • Icon_Documenters_20px.png Documenters
  • About Docs
    General guidelines for adding and editing Documentation.
  • Categories
    List of Categories in use with a brief description.
  • CSS Style Sheet
    Details of edits to the CSS style sheet.
  • Edit CSS
    Use this link to edit the Monbook CSS style sheet.
  • Images
    Category containing Images used as content on the site.
  • Images Icons
    Category containing Icon Images used in the site structure for Navigation and Menus.
  • Navigation
    Guidelines for site Navigation.
  • Namespaces
    List of Namespaces with a brief description.
  • Templates
    List of Templates which add functionality to the site.
  • Tutorial Files
    Category containing files uploaded for use in Tutorials, including PDF, Archives and Images.

Edit Menu


This is the navigation sub-menu template for the Documenters section of this website. All sub-sections of this category should be included here.

Display Menu

To display the full menu, add this code to the start of all section pages:

<div class="exp_navbox"><div class="exp_nav">{{Template:Nav_Documenters}}</div></div>

This will display a menu which floats on the right of the screen. All items in the the menu will display.

Display Menu with Main Site Menu

To display the full menu, add this code to the start of all section pages:

<div class="exp_navbox">
<div class="exp_nav">{{Template:Nav_Main}}</div>
<div class="exp_nav">{{Template:Nav_Documenters}}</div>
</div>

Display List

To display a partial menu list, add this code to the Section Category page:

<div class="exp_navlist">{{Template:Nav_Documenters}}</div>

This will display a list of links with descriptions in this category. The first item (Section Page Link) and last item (Edit Menu) link will not appear in this list.

Personal tools