Help:Contents
From DirectFBWiki
See the MediaWiki User's Guide (http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide) for usage and configuration help.
[edit]
Templates
Template:Box Script
Usage:
{{Box Script|script name|
<pre>
script
</pre>
}}
Here's an example of it's usage:
Example:
{{Box Script|hello-directfb.sh|
<pre>
#! /bin/bash
echo "Hello to you all at DirectFB.org"
</pre>
}}
And here's the result:
| Script: hello-directfb.sh |
#! /bin/bash echo "Hello to you all at DirectFB.org" |
Template:Box Command
Usage:
{{Box Command|command and arguments|
<pre>
command output
</pre>
}}
Template:Box Info
Usage:
{{Box Info|some text|
<pre>
some information
</pre>
}}
