Difference between revisions of "Documentation/Dashboard/Wiki Editing Policy"

From Apache OpenOffice Wiki
Jump to: navigation, search
(CSS Styles)
(Templates)
Line 51: Line 51:
 
   }
 
   }
  
====Templates====
+
===Templates===
=====Documentation/FAQTOC=====
+
====Documentation/FAQTOC====
=====Documentation/hbar=====
+
====Documentation/hbar====
=====Documentation/DraftPage=====
+
====Documentation/DraftPage====
=====Documentation/NavigationTemplate=====
+
====Documentation/NavigationTemplate====
=====Documentation/BeingEdited=====
+
====Documentation/BeingEdited====
=====Documentation/NeedsHelp=====
+
====Documentation/NeedsHelp====
=====Documentation/GettingStartedTOC=====
+
====Documentation/GettingStartedTOC====
=====Spacer=====
+
====Spacer====
  
 
==Graphical Content==
 
==Graphical Content==
  
 
==Linking==
 
==Linking==

Revision as of 15:31, 10 August 2007

Template:Documentation/BeingEdited

Structure

Templates

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