Template:Sandbox: Difference between revisions
Jump to navigation
Jump to search
m (tweaking) |
m (tweaking) |
||
Line 11: | Line 11: | ||
</noinclude> |
</noinclude> |
||
<div style="float:right; clear:right; font-size:80%; max-width:60%; padding:0.3em; background:#c1fea1; color:#0a6c00; border:2px solid #8ad962; "><big>'''Latest Releases:'''</big> [[OS images]]<br>Stable [http://olpc.download.redhat.com/olpc/streams/development/build406/ '''Build 406'''] (May 7)<span style="display:{{{devel|none}}}"><br>Devel: [http://olpc.download.redhat.com/olpc/streams/development/latest/ '''devel-ext3 or -jffs2''']</span><span style="display:{{{livecd|none}}}"><br>[[ |
<div style="float:right; clear:right; font-size:80%; max-width:60%; padding:0.3em; background:#c1fea1; color:#0a6c00; border:2px solid #8ad962; "><big>'''Latest Releases:'''</big> [[OS images]]<br>Stable: [http://olpc.download.redhat.com/olpc/streams/development/build406/ '''Build 406'''] (May 7)<span style="display:{{{stable|none}}}"><br> —[http://olpc.download.redhat.com/olpc/streams/development/LATEST-STABLE-BUILD/ext3/ ext3] [http://olpc.download.redhat.com/olpc/streams/development/LATEST-STABLE-BUILD/devel_ext3/ devel-ext3] [http://olpc.download.redhat.com/olpc/streams/development/LATEST-STABLE-BUILD/jffs2/ jffs2] [http://olpc.download.redhat.com/olpc/streams/development/LATEST-STABLE-BUILD/devel_jffs2/ devel-jffs2]</span><span style="display:{{{devel|none}}}"><br>Devel: [http://olpc.download.redhat.com/olpc/streams/development/latest/devel_ext3/ '''devel-ext3'''] or [http://olpc.download.redhat.com/olpc/streams/development/latest/devel_jffs2/ '''devel-jffs2''']</span><span style="display:{{{livecd|none}}}"><br>[[LiveCd|Live-CD]]: [http://olpc.download.redhat.com/olpc/streams/sdk/latest/livecd/olpc-redhat-stream-sdk-livecd.iso '''ISO-Build 385'''] (Apr 7)</span><span style="display:{{{firmware|none}}}"><br>[[Firmware]]: [[OLPC Firmware q2c11|'''Q2C11''']] (May 6)</span></div><noinclude> |
||
== Usage == |
== Usage == |
||
Line 18: | Line 18: | ||
{{ Sandbox }} |
{{ Sandbox }} |
||
<nowiki>{{</nowiki> Sandbox |
<nowiki>{{</nowiki> Sandbox |
||
| stable = inline <!-- OPTIONAL -- shows or hides (default) the specific stable versions --> |
|||
| devel = inline <!-- OPTIONAL -- shows or hides (default) the devel-build info --> |
| devel = inline <!-- OPTIONAL -- shows or hides (default) the devel-build info --> |
||
| livecd = inline <!-- OPTIONAL -- shows or hides (default) the live-cd info --> |
| livecd = inline <!-- OPTIONAL -- shows or hides (default) the live-cd info --> |
||
Line 25: | Line 26: | ||
== Samples == |
== Samples == |
||
⚫ | |||
{{ Sandbox | stable = inline }} |
|||
<nowiki>{{</nowiki> Sandbox | stable = inline <nowiki>}}</nowiki> |
|||
<br clear="all"> |
|||
{{ Sandbox | devel = inline}} |
|||
<nowiki>{{</nowiki> Sandbox | devel = inline <nowiki>}}</nowiki> |
|||
<br clear="all"> |
<br clear="all"> |
||
{{ Sandbox | livecd = inline }} |
{{ Sandbox | livecd = inline }} |
||
Line 32: | Line 39: | ||
<nowiki>{{</nowiki> Sandbox | firmware = inline <nowiki>}}</nowiki> |
<nowiki>{{</nowiki> Sandbox | firmware = inline <nowiki>}}</nowiki> |
||
<br clear="all"> |
<br clear="all"> |
||
{{ Sandbox | devel = inline}} |
{{ Sandbox | stable = inline | devel = inline | livecd = inline | firmware = inline}} |
||
<nowiki>{{</nowiki> Sandbox |
<nowiki>{{</nowiki> Sandbox |
||
| stable = inline |
|||
⚫ | |||
| devel = inline |
|||
| livecd = inline |
|||
| firmware = inline <nowiki>}}</nowiki> |
|||
</noinclude> |
</noinclude> |
Revision as of 14:55, 27 May 2007
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
Usage
{{ Sandbox | stable = inline <!-- OPTIONAL -- shows or hides (default) the specific stable versions --> | 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
{{ Sandbox | stable = inline }}
{{ Sandbox | devel = inline }}
{{ Sandbox | livecd = inline }}
{{ Sandbox | firmware = inline }}
Latest Releases: OS images
Stable: Build 406 (May 7)
—ext3 devel-ext3 jffs2 devel-jffs2
Devel: devel-ext3 or devel-jffs2
Live-CD: ISO-Build 385 (Apr 7)
Firmware: Q2C11 (May 6)
Stable: Build 406 (May 7)
—ext3 devel-ext3 jffs2 devel-jffs2
Devel: devel-ext3 or devel-jffs2
Live-CD: ISO-Build 385 (Apr 7)
Firmware: Q2C11 (May 6)
{{ Sandbox | stable = inline | devel = inline | livecd = inline | firmware = inline }}