You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Page Styles

Table of Contents

  • Each page starts with a table of contents should mote than two headings be used in that page.

Headings

  • At the top of a page the styles for heading 1 or heading 2 are used

  • Headings are used in strict descending order
    • headings are not used for layout reasons but for better structure of the page content
    • a heading 3 follows heading 2, not: heading 4 follows heading 2

Ordered and unordered Lists

  • Text should be grouped in unordered lists where applicable
  • Such grouping is not intended for better layout but for a better structure of the presentation
  • Try to group your thoughts accordingly, add hierarchies

Element Styles

Markup

GroupElementStyleExampleExplanation
Generalfile nameitalicfactory.iniPaths for file names should start from an absolute directory that is usually specified by an environment variable, e.g. use $SCHEDULER_DATA/config/factory.ini instead of ./config/factory.ini.
 environment variableuppercase italic$SCHEDULER_HOMEEnvironment variables are stated with a leading $ as used for Unix systems
 command lineitalic./setup.sh 
Parametersparameter nameitaliccommand 
 parameter valuemonospaceselect sysdate from dual 
Codeanymonospacevar myNum = 25;Code should be used with the Code Macro
  • Bold should not used for markup except in headings, i.e. page headings, table headings etc.

  • Understrike should not be used.
  • Subscript should not be used.
  • Superscript is used exclusively for footnotes.
  • Strikethrough is used to invalidate specific terms or sentences.
  • Font colors are not used except for rare cases of error messages. A wiki article is targeted at structured content not at layout.

Character Styles

  • Mixed uppercase and lowercase usage
    • Mixed spelling is used as for any English sentence
  • Words in uppercase letters
    • Uppercase letters are used exclusively when technically required, e.g. for environment variables.
    • Uppercase letters sholuld not be used for emphasis, e.g. do not use "WITHOUT WARRANTY".

Spelling

  • Use of dashes
    • Dashes are rarely used in English, therefore they should not be "imported" from German.
  • Use of comma
    • Commas are rarely used in English, therefore they should not be "imported" from German.
  • Writing in one word or multiple words
    • German rules for writing in one word would not apply for English, therefore use "job chain" instead of "jobchain" 

 

 

 

  • No labels