User:Hans/Examples: Difference between revisions
(→Code) |
|||
Line 30: | Line 30: | ||
require_once( "$preIP/includes/WebStart.php" ); | require_once( "$preIP/includes/WebStart.php" ); | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
=== Lists === | |||
{{Info|Bulleted lists are preferred whenever possible.}} | |||
==== Bulleted lists ==== | |||
* One | |||
* Two | |||
** Two point one | |||
* Three | |||
==== Numbered lists ==== | |||
# One | |||
# Two | |||
## Two point one | |||
# Three | |||
=== Intending text === | |||
No indent (normal) | |||
:First indent | |||
::Second indent | |||
:::Third indent |
Revision as of 10:02, 3 June 2011
Unordered for now
Application description and screenshot
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
Information
Bulleted lists are preferred whenever possible.
Bulleted lists
- One
- Two
- Two point one
- Three
Numbered lists
- One
- Two
- Two point one
- Three
Intending text
No indent (normal)
- First indent
- Second indent
- Third indent
- Second indent