User:Hans/Examples: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Unordered for now == | == Unordered for now == | ||
=== | === Section headings === | ||
Section headings are created as follows: | |||
{{Input|1= | |||
<nowiki> | |||
== Level 2 == | == Level 2 == | ||
=== Level 3 === | === Level 3 === | ||
Line 7: | Line 12: | ||
===== Level 5 ===== | ===== Level 5 ===== | ||
====== Level 6 ====== | ====== Level 6 ====== | ||
</nowiki> | |||
}} | |||
{{Note|Level 1 is reserved for the page title and should not be used. <br /> | |||
The tables of contents is generated from the section headings.}} | |||
=== Application screenshot and description === | === Application screenshot and description === |
Revision as of 10:32, 3 June 2011
Unordered for now
Section headings
Section headings are created as follows:
== Level 2 == === Level 3 === ==== Level 4 ==== ===== Level 5 ===== ====== Level 6 ======
Application screenshot and description
The dedicated file manager focusing on usability |
Code
In running text code is written like this
.
The code in this box is inputted by the user Indented one tab Indented three tabs Note that the pipe character | has to be written as {{!}} in the markup
The user would read this in e.g. Konsole It works in a similar way as the input box above
# The input and output box also support syntax highlighting # Initialise common code $preIP = dirname( __FILE__ ); require_once( "$preIP/includes/WebStart.php" );
Lists
Bulleted lists
- One
- Two
- Two point one
- Three
Numbered lists
- One
- Two
- Two point one
- Three
Definition lists
- item 1
- definition 1
- item 2
- definition 2-1
- definition 2-2
Intending text
No indent (normal)
- First indent
- Further indents can cause problems and should not be used