Sandbox: Difference between revisions

From Peters wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
This is the place to experiment with the [http://www.mediawiki.org/ MediaWiki] '''markup''' and ''markup'', <nowiki>or non-markup</nowiki>.
This is the place to experiment with the [http://www.mediawiki.org/ MediaWiki] '''markup''' and ''markup'', <nowiki>or non-markup</nowiki>.


This is a test of the wiki
{{Sandbox File|foo.c|a}}
 
Yoo. /Mats
 
<pre>
Här kommer en del av text som står innanför pre-taggar
för att undvika att wiki taggar tolkas [[test]]
</pre>
 
{{Box File|Add to /etc/modules.autoload.d/kernel-2.6|
<pre style="border: 0px solid">
agpgart
amd64-agp
fglrx
</pre>}}
 
{{Box File|Add to /etc/modules.autoload.d/kernel-2.6|
<pre>
agpgart
amd64-agp
fglrx
</pre>}}
 
<math>\sum_{i=1}^{10} i = 1+2+...+10 = 55</math>
 
<math>u'' + p(x)u' + q(x)u=f(x),\quad x>a</math>
 
{{Box File|/etc/fstab|
<pre style="border: 0px solid">
rad 1
rad 2
rad 3
</pre>
}}
 
{{Box Kod|Starta om datorn|
<pre style="border: 0px solid">
# reboot
</pre>
}}
 
{{Box Kernel|DHCP|
<pre style="border: 0px solid">
Networking  --->
  Networking options  --->
  [*]  IP: kernel level autoconfiguration
  [*]    IP: DHCP support
</pre>
}}
 
{{Box Kommando|ls|
<pre>
foo.c
bar.c
a.c
VERSION = 10
</pre>}}
 
[[Debugga C kod med emacs och gdb]]
 
[[Category:Wiki Help]]

Revision as of 12:30, 16 April 2008

Introducing: Sandbox

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

Template:Sandbox File