Template:Sandbox: Difference between revisions

From OLPC
Jump to navigation Jump to search
(finished)
(reorganize)
 
(64 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
Often you need to test an idea for a template, so try it out here.
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).


: 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). -- [[User:Xavi]]
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.


The idea of this {{tl|Sandbox}} page is to have that, a simple testing template 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
[[Category:Template]]


If you try out the template here, you have to save the template and then preview to see how it works. You can instead edit [[Test sandbox template]].
: <big>'''Testing translated text<strike></strike>'''</big>


'''See Also''' http://meta.wikimedia.org/wiki/Help:Template
</noinclude><div style="font-size:66%; color:gray; display:{{{display|none}}}; border:1px solid darkgray; margin-left:10%; margin-right:5%; padding-left:5px; padding-right:5px; ">{{{1}}}</div><noinclude>
[[Category:Template]]


''Please leave this comment/text above for others to read.''
{{ Sandbox |
----
... sample translated text ...
| display = block }}


: <big>'''Testing: subpage parsing'''</big>
== Usage ==


; Goal
<nowiki>{{</nowiki> Sandbox |
: Given "Feature roadmap/Name of feature", return "Name of feature"
someText
: Given "Just a title", return "Just a title"
| display = { block # Object is rendered as a block element.
none # Default. Object is not rendered.
inline # Object is rendered as an inline element sized by the dimensions of the content.
inline-block # Object is rendered inline, but the contents of the object are rendered as a block element. Adjacent inline elements are rendered on the same line, space permitting.
list-item # Object is rendered as a block element, and a list-item marker is added.
table-header-group # Table header is always displayed before all other rows and row groups, and after any top captions. The header is displayed on each page spanned by a table.
table-footer-group # }
<nowiki>}}</nowiki>


</noinclude>
== Samples ==
{{#sub:
{{{1}}} |
{{#if: {{#pos:{{{1}}}|/}} |
{{#expr: {{#pos:{{{1}}}|/}} + 1}} |
{{#pos:{{{1}}}|/}}
}}
}}


pos={{#pos:{{{1}}}|/}}
=== No show ===
iftest={{#if: {{#pos:{{{1}}}|/}} |

yes |
Bienvenido al Wiki de la OLPC, el sitio colaborativo sobre el proyecto Una Laptop por Chico (OLPC) y sus asociados proyectos y comunidades. Actualmente tenemos 1,664 páginas y más de mil editores registrados; únanse y compartan sus ideas.
no
<nowiki>{{</nowiki> Sandbox |
}}
Welcome to the OLPC Wiki, home to collaborative notes about the One Laptop per Child project and related projects and communities. We currently have 1,664 pages and over one-thousand registered contributors; please join us and share your ideas.<nowiki>}}</nowiki>
Text after...
Bienvenido al Wiki de la OLPC, el sitio colaborativo sobre el proyecto Una Laptop por Chico (OLPC) y sus asociados proyectos y comunidades. Actualmente tenemos 1,664 páginas y más de mil editores registrados; únanse y compartan sus ideas.
{{ Sandbox |
Welcome to the OLPC Wiki, home to collaborative notes about the One Laptop per Child project and related projects and communities. We currently have 1,664 pages and over one-thousand registered contributors; please join us and share your ideas.}}
Text after...
: ''by default, it doesn't show...''

=== Simple show ===

Bienvenido al Wiki de la OLPC, el sitio colaborativo sobre el proyecto Una Laptop por Chico (OLPC) y sus asociados proyectos y comunidades. Actualmente tenemos 1,664 páginas y más de mil editores registrados; únanse y compartan sus ideas.
<nowiki>{{</nowiki> Sandbox |
Welcome to the OLPC Wiki, home to collaborative notes about the One Laptop per Child project and related projects and communities. We currently have 1,664 pages and over one-thousand registered contributors; please join us and share your ideas.
| display = block<nowiki>}}</nowiki>
Text after...
Bienvenido al Wiki de la OLPC, el sitio colaborativo sobre el proyecto Una Laptop por Chico (OLPC) y sus asociados proyectos y comunidades. Actualmente tenemos 1,664 páginas y más de mil editores registrados; únanse y compartan sus ideas.
{{ Sandbox |
Welcome to the OLPC Wiki, home to collaborative notes about the One Laptop per Child project and related projects and communities. We currently have 1,664 pages and over one-thousand registered contributors; please join us and share your ideas.
| display = block}}
Text after...

=== Bullet show ===

Bienvenido al Wiki de la OLPC, el sitio colaborativo sobre el proyecto Una Laptop por Chico (OLPC) y sus asociados proyectos y comunidades. Actualmente tenemos 1,664 páginas y más de mil editores registrados; únanse y compartan sus ideas.
<nowiki>{{</nowiki> Sandbox |
Welcome to the OLPC Wiki, home to collaborative notes about the One Laptop per Child project and related projects and communities. We currently have 1,664 pages and over one-thousand registered contributors; please join us and share your ideas.
| display = list-item<nowiki>}}</nowiki>
Text after...
Bienvenido al Wiki de la OLPC, el sitio colaborativo sobre el proyecto Una Laptop por Chico (OLPC) y sus asociados proyectos y comunidades. Actualmente tenemos 1,664 páginas y más de mil editores registrados; únanse y compartan sus ideas.
{{ Sandbox |
Welcome to the OLPC Wiki, home to collaborative notes about the One Laptop per Child project and related projects and communities. We currently have 1,664 pages and over one-thousand registered contributors; please join us and share your ideas. | display = list-item}}
Text after...
</noinclude>

Latest revision as of 01:31, 16 March 2009

Often you need to test an idea for a template, so try it out here.

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). -- User:Xavi

The idea of this {{Sandbox}} page is to have that, a simple testing template that will not interfere with others and avoid leaving a trail of botched attempts.

If you try out the template here, you have to save the template and then preview to see how it works. You can instead edit Test sandbox template.

See Also http://meta.wikimedia.org/wiki/Help:Template

Please leave this comment/text above for others to read.


Testing: subpage parsing
Goal
Given "Feature roadmap/Name of feature", return "Name of feature"
Given "Just a title", return "Just a title"


{{#sub:

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

}}

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