Template:Sandbox: Difference between revisions

imported>Artturin
No edit summary
imported>Artturin
testing what hr does
Line 4: Line 4:


== Usage ==
== Usage ==
<nowiki>{{file|filename|language|contents}}</nowiki>
See documentation about <code>&lt;syntaxhighlight></code> for supported languages.
<nowiki>{{file|default.nix|nix|&lt;nowiki>
{...}
{
  # Comment
}
&lt;/nowiki>}}</nowiki>


== Example ==
== Example ==


<nowiki>{{file|main.c|c|
#include <stdio.h>


main( )
{{sandbox|bash}}
{
        printf("hello, world\n");
}
}}</nowiki>


<hr />
{{sandbox|bash}}
<hr />