Difference between revisions of "User:ErAck"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
Line 65: Line 65:
  
 
=== Templates ===
 
=== Templates ===
 
See [[Documentation/Dashboard/Wiki Editing Policy]] and [[Special:Mostlinkedtemplates]] and [[:Category:Wiki_Templates_Expressing_Quality]] and [[:Category:Formatting_templates]].
 
 
  
 
<code><nowiki>{{Documentation/Caution| Do or don't.}}</nowiki></code>
 
<code><nowiki>{{Documentation/Caution| Do or don't.}}</nowiki></code>
Line 78: Line 75:
 
{{Template:Documentation/Tip| Tip.}}
 
{{Template:Documentation/Tip| Tip.}}
  
<code><nowiki>{{Documentation/Outdated}}</nowiki></code>
+
{{LinkBanner}}
{{Documentation/Outdated}}
 
  
{{LinkBanner}}
+
For many more see
 +
* [[Documentation/Dashboard/Wiki_Editing_Policy#List_of_Existing_Documentation_Templates]]
 +
* [[:Category:Wiki_Templates]]
 +
* [[Special:Mostlinkedtemplates]]
  
 
=== new topic ===
 
=== new topic ===
 
<nowiki>Insert non-formatted text here</nowiki>
 
<nowiki>Insert non-formatted text here</nowiki>

Revision as of 19:06, 7 October 2010

ErAck 128x128.png


currently working on

Work flow

My personal work flow and environment when working on code.

Wiki stuff

Edit help: Category:Help

Code syntax highlighting

Code syntax highlighting is possible with

<source lang="$LANGUAGE">
...
</source>

where $LANGUAGE is one of this list that was dynamically generated using <source lang="invalid"></source>


NOTE: the old SwinBrain CodeSyntaxHighlight does not work anymore since the wiki upgrade on 2008-02-14

<code>[language]
...
</code>

produces rubbish now!


Templates

{{Documentation/Caution| Do or don't.}}

Documentation caution.png Do or don't.

{{Documentation/Note| Note that.}} Template:Documentation/Note

{{Template:Documentation/Tip| Tip.}} Template:Documentation/Tip

Tip: On this wiki you can use {{CWS}}, {{m}}, {{Bug}} templates to easily link to child workspaces, milestones and issues.

For many more see

new topic

Insert non-formatted text here

Personal tools