Documentation/Dashboard/Wiki Editing Policy

From Apache OpenOffice Wiki
< Documentation‎ | Dashboard
Revision as of 15:32, 10 August 2007 by Fpe (Talk | contribs)

Jump to: navigation, search

Template:Documentation/BeingEdited

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;
 }

 .DocDown { 
   text-align: right;
   color: #AAA;
   border-top: 1px solid #AAA;
   padding: 0px;
   margin-top: 15px;
 }

Templates

Documentation/FAQTOC

Documentation/hbar

Documentation/DraftPage

Documentation/NavigationTemplate

Documentation/BeingEdited

Documentation/NeedsHelp

Documentation/GettingStartedTOC

Spacer

Graphical Content

Linking

Personal tools