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

