Template:Sandbox: Difference between revisions

From Alpine Linux
(revert)
(testing cmd macro)
Line 1: Line 1:
<noinclude>{{Template}}
<noinclude>{{Template}}
== Template Documentation ==
This template should be used for commands<br />
Example:
<nowiki>{{Cmd|apk add <var>package</var>}}</nowiki>


Will produce:
{{Cmd|apk add <var>package</var>}}


== [[Image:Newspaper_Cover.svg‎|32px|link=]] Recent News ==
<!-- background-color:#ffeeee; color:#111111; padding:.05em .5em; margin:.5em; border:1px solid #dddddd; border-left:2px solid #dddddd; white-space:pre; font-family:monospace, Courier, "Courier New"; font-size:10pt;
{{Sandbox|2010-07-16 Alpine 2.0.0 Beta3 released|
This is the first announced beta release for v2.0 series. See [[Release Notes for Alpine 2.0.0_beta3]] for more details of the release.
|[[User:ncopa|ncopa]] 20:58, 16 July 2010 (GMT)
}}


{{Sandbox|2010-07-16 Alpine 2.0.0 Beta3 released|
background-color:#f9f9f9
This is the first announced beta release for v2.0 series. See [[Release Notes for Alpine 2.0.0_beta3]] for more details of the release.
|[[User:ncopa|ncopa]] 20:58, 16 July 2010 (GMT)
}}


-->


</noinclude><onlyinclude>
</noinclude><includeonly><p style="background-color:#eeffee; border:1px dashed #bbbbbb; line-height:1.1em; padding:1em; font-family:monospace, Courier, "Courier New"; white-space:pre; overflow:auto;">{{{1}}}</p></includeonly>
<span class="editsection plainlinks" id="doc_editlinks">[[{{fullurl:News_talk:{{{1}}}|}} Discuss]]</span>
<h5>{{{1}}}</h5>
{{{2}}}
<div style="text-align: right;">{{{3}}}</div>
----
</onlyinclude>

Revision as of 13:06, 12 October 2012

Template Documentation for Sandbox

This page is a template and should only be used as part of other articles. For more information, read Help:Template.

Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.

Feel free to voice your opinion regarding this template.

Template Documentation

This template should be used for commands
Example: {{Cmd|apk add <var>package</var>}}

Will produce:

apk add package