Template:Sandbox

From OLPC
Revision as of 19:13, 26 May 2007 by Xavi (talk | contribs) (tweaking)
Jump to: navigation, search

Many times you may want to just 'test' an idea for a template, I haven't found a sensible way of fully testing templates by themselves (as they will not get included in the edited version, but rather the saved version).

The idea of this Template:Sandbox is to have that, a simple testing zone that will not interfere with others and avoid leaving a trail of botched attempts.

Please leave this comment/text for others to read.
See Also http://meta.wikimedia.org/wiki/Help:Template
Testing Latest Releases


Latest Releases: OS images
Stable Build 406 (May 7)
Devel: devel-ext3 or -jffs2

LiveCD: ISO-Build 385 (Apr 7)

Firmware: Q2C11 (May 6)

Usage


{{#sub:

 {{{1}}} |
 Expression error: Unrecognized punctuation character "{".

}}

pos={{#pos:{{{1}}}|/}} iftest=yes

{{ Sandbox 
    | devel    = inline  <!-- OPTIONAL -- shows or hides (default) the devel-build info -->
    | livecd   = inline  <!-- OPTIONAL -- shows or hides (default) the live-cd info -->
    | firmware = inline  <!-- OPTIONAL -- shows or hides (default) the firmware info -->
}}

Samples


{{#sub:

 {{{1}}} |
 Expression error: Unrecognized punctuation character "{".

}}

pos={{#pos:{{{1}}}|/}} iftest=yes

{{ Sandbox | livecd = inline }}


{{#sub:

 {{{1}}} |
 Expression error: Unrecognized punctuation character "{".

}}

pos={{#pos:{{{1}}}|/}} iftest=yes

{{ Sandbox | firmware = inline }}


{{#sub:

 {{{1}}} |
 Expression error: Unrecognized punctuation character "{".

}}

pos={{#pos:{{{1}}}|/}} iftest=yes

{{ Sandbox | devel = inline }}


{{#sub:

 {{{1}}} |
 Expression error: Unrecognized punctuation character "{".

}}

pos={{#pos:{{{1}}}|/}} iftest=yes

{{ Sandbox | devel = inline | livecd = inline | firmware = inline }}