User:Hans/Examples: Difference between revisions
(Created page with "== Unordered for now == === Application description and screenshot === {|class="vertical-centered" |thumb|center|320px|| ||'''<translate><!--T:12--> T...") |
(→Code) |
||
Line 10: | Line 10: | ||
=== Code === | === Code === | ||
{{Input|1=this | In running text <code>code is written like this</code>. | ||
{{Tab}} | |||
{{Tab3}} | |||
{{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= | {{Output|1=The user would read this in e.g. Konsole | ||
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" );