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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Templates)
Line 1: Line 1:
 
{{Documentation/BeingEdited|[[User:Fpe|Fpe]] 17:00, 30 July 2007 (CEST)}}  
 
{{Documentation/BeingEdited|[[User:Fpe|Fpe]] 17:00, 30 July 2007 (CEST)}}  
==Structure==
 
  
==Templates==
+
=Template Usage=
  
 
[http://www.mediawiki.org/wiki/Help:Templates Look here] if you are unfamiliar with mediawiki templates.
 
[http://www.mediawiki.org/wiki/Help: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====
+
If you create a new template to be used in the wiki documentation, name it as a subpage of Documentation
 
* wrong: '''mytemplate'''
 
* wrong: '''mytemplate'''
 
* right: '''Documentation/mytemplate'''
 
* right: '''Documentation/mytemplate'''
Line 13: Line 12:
 
since all templates live inside the Template: namespace, anyway.
 
since all templates live inside the Template: namespace, anyway.
  
===Proposed Templates and CSS Styles===
+
==Proposed Templates and CSS Styles==
  
 
===CSS Styles===
 
===CSS Styles===

Revision as of 15:32, 10 August 2007

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