Difference between revisions of "User:ErAck"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 61: Line 61:
 
=== Templates ===
 
=== Templates ===
  
<code><nowiki>{{Documentation/Caution| Do or don't.}}</nowiki></code>
+
<code><nowiki>{{Warn| Do or don't.}}</nowiki></code>
{{Documentation/Caution| Do or don't.}}
+
{{Warn| Do or don't.}}
  
 
<code><nowiki>{{Note| Note that.}}</nowiki></code>
 
<code><nowiki>{{Note| Note that.}}</nowiki></code>
 
{{Note| Note that.}}
 
{{Note| Note that.}}
  
<code><nowiki>{{Template:Documentation/Tip| Tip.}}</nowiki></code>
+
<code><nowiki>{{Tip}}</nowiki></code>
{{Template:Documentation/Tip| Tip.}}
+
{{Template:Tip| Tip.}}
  
 
{{LinkBanner}}
 
{{LinkBanner}}

Latest revision as of 16:50, 14 July 2018

ErAck 128x128.png


lately worked 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

{{Warn| Do or don't.}}

Documentation caution.png Do or don't.

{{Note| Note that.}}

Documentation note.png Note that.

{{Tip}}

Tip.png 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

Pretty Sortable Table

{| class="prettytable sortable"
|-
! Column 1 Header || Column 2 Header
|-
| some data column 1 || and some data column 2
|-
| more data column 1 || even more data column 2
|}
Column 1 Header Column 2 Header
some data column 1 and some data column 2
more data column 1 even more data column 2


new topic

Insert non-formatted text here

Personal tools