Documentation/Dashboard/Wiki Editing Policy

From Apache OpenOffice Wiki
< Documentation‎ | Dashboard
Revision as of 14:41, 14 September 2007 by Fpe (Talk | contribs)

Jump to: navigation, search

Template:Documentation/Banner

Template Usage

Look here if you are unfamiliar with mediawiki templates.

If you create a new template to be used in the wiki documentation, name it as a subpage of Documentation

  • wrong: mytemplate
  • right: Documentation/mytemplate

We don't need to create a subhierarchy for templates under Documentation (like "Documentation/templates") since all templates live inside the Template: namespace, anyway.

Proposed Templates and CSS Styles

CSS Styles

.DocTOC

Class to allow for easy creation of TOC templates.

Example
.DocTOC { 
   float:right;
   border:1px solid #9099a8;
   padding: 0px;
   font-size: xx-small;
   background-color: #FFF;
   width: 200px;
   margin-left: 40px;
   margin-bottom: 20px;
   margin-top: -35px;
 }

.DocTOC th { 
   text-align: center;
   font-weight: bold;
   font-size: small;
   background-color: #c5d0e1;
   margin:0px;
 }

Result

The style can be used in TOC templates as follows:

Title of the Book
* Book Chapter 1
* Book Chapter 2
* Book Chapter 3

and rendered like this:

Title of the Book
  • Book Chapter 1
  • Book Chapter 2
  • Book Chapter 3

Templates

Documentation/FAQTOC

Documentation/hbar

Documentation/DraftPage

Documentation/NavigationTemplate

Documentation/BeingEdited

Documentation/NeedsHelp

Documentation/GettingStartedTOC

Spacer

Graphical Content

Linking

Personal tools