User:Hans/Examples: Difference between revisions
Appearance
Line 96: | Line 96: | ||
A path is written in a similar way: <tt>~/some/path/</tt> | A path is written in a similar way: <tt>~/some/path/</tt> | ||
=== Links === | |||
This is a link to a wiki page: [[Dolphin]] | |||
[[Dolphin|A link with custom text]] | |||
[http://kde.org An external link] |
Revision as of 10:54, 3 June 2011
Unordered for now
Section headings
Section headings are created as follows:
== Level 2 == === Level 3 === ==== Level 4 ==== ===== Level 5 ===== ====== Level 6 ======
Text formatting?
Examples of italic text, bold text and bold and italic text. See Typographical Guidelines for more information about when to use what.
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
Information, Note, Tip and Warning box
Filenames and paths
This is an example of a filename: some_file.txt
A path is written in a similar way: ~/some/path/
Links
This is a link to a wiki page: Dolphin