Sandbox: Difference between revisions

From Peters wiki
Jump to navigation Jump to search
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>.


{{Box Fil|foo.c|
<pre>
a
b
c
</pre>
}}
Lite boxmallar:
{{Sandbox File|foo.c|
{{Sandbox File|foo.c|
<pre>
<pre>

Revision as of 21:46, 16 April 2008

Introducing: Sandbox

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

Template:Box Fil

Lite boxmallar: Template:Sandbox File

Test igen: Template:Sandbox File


Template:Sandbox Kommando

Tyvärr har dessa boxar nu slutat fungera:

# ls
  foo.c bar.c
/* This stylesheet affects all skins. */
 
/*********
** Various tweaks
*********/
/* Hide crumb navigation in main namespace */
.ns-0 .subpages {
display:none;
}

/* Fix copy&paste formatting */
.verse pre {
       margin:0;
       padding-left:2em;
       border:0;
       background:#FFF;
       font-family:sans-serif;
       white-space:pre;
       line-height:150%;
}
.verse p {
       white-space:pre;
}