Sandbox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 22: | Line 22: | ||
{{Note|Detta är en notering.}} | {{Note|Detta är en notering.}} | ||
<syntaxhighlight lang="php"> | |||
<?php | |||
$v = "string"; // sample initialization | |||
?> | |||
html text | |||
<? | |||
echo $v; // end of php code | |||
?> | |||
</syntaxhighlight> |
Revision as of 20:37, 22 February 2014
Videokoda med HandbrakeCLI:
/Applications/HandBrakeCLI -i /Volumes/B-R -t 51 -c "1-13" --angle 1 -o Movie.mkv -e x264 --x264-preset slow --x264-profile high -x level=4.1 -q 16 -a 4 -E copy -w 1280 --loose-anamorphic -f libmkv
Introducing: Sandbox
Indented text.
This is the place to experiment with the MediaWiki markup and markup, or non-markup.
Ett Gentoo emerge kommando:
A box with code or any other pre-formatted text
<?php
$v = "string"; // sample initialization
?>
html text
<?
echo $v; // end of php code
?>