Sandbox: Difference between revisions

From Peters wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:


{| class="wikitable"
{| class="wikitable"
! Name !! E-mail !! Homepage
! Name !! Homepage
|-
|-
{{#example: SELECT user_login,user_email,user_url FROM wp_users limit 5}}
{{#example: SELECT user_login,user_url FROM wp_users limit 5}}
|}
|}


{| class="wikitable"
{| class="wikitable"
! Name !! E-mail
! Name
|-
|-
{{#example: SELECT user_login,user_email FROM wp_users}}
{{#example: SELECT user_login FROM wp_users}}
|}
|}



Revision as of 14:31, 24 May 2015

Introducing: Sandbox

This is the place to experiment with the MediaWiki markup and markup, or non-markup.

{{#example: SELECT user_login,user_url FROM wp_users limit 5}}
Name Homepage
{{#example: SELECT user_login FROM wp_users}}
Name

Videokoda med HandbrakeCLI:

HandBrakeCLI -i /Volumes/B-R -t 51 -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
root # emerge --changed-use --ask --oneshot x11-libs/qt-gui x11-libs/cairo
user $ pwd
user $
git status
user $
git pull
A box with
code or any other pre-formatted text


Varning: Detta är en varning!


Notering: Detta är en notering.


Tips: Detta är ett tips.


Lite PHP kod:

<?php
    phpinfo();
?>

Tiger