User:Hans/Examples: Difference between revisions

From KDE UserBase Wiki
(Created page with "== Unordered for now == === Application description and screenshot === {|class="vertical-centered" |thumb|center|320px|| ||'''<translate><!--T:12--> T...")
 
Line 10: Line 10:
=== Code ===
=== Code ===


{{Input|1=this piece of code is inputted by the user
In running text <code>code is written like this</code>.
{{Tab}}indented one tab
 
{{Tab3}}indented three tabs  
 
The pipe character {{!}} has be written as <nowiki>{{!}}</nowiki> in the markup
{{Input|1=The code in this box is inputted by the user
{{Tab}}Indented one tab
{{Tab3}}Indented three tabs  
Note that the pipe character {{!}} has to be written as <nowiki>{{!}}</nowiki> in the markup
}}
}}




{{Output|1=the user would read this in e.g. Konsole
{{Output|1=The user would read this in e.g. Konsole
it works in a similar way as the input box above}}
It works in a similar way as the input box above}}





Revision as of 09:51, 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" );