Template:Sandbox: Difference between revisions

From OLPC
Jump to navigation Jump to search
(trying future Template PyMethod)
(reorganize)
 
(77 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]]
</noinclude>


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]].
<div style="border-top:1px solid #888888; border-bottom:1px solid #888888; margin:0px;">
{| width="100%" cellpadding="0" cellspacing="0" <!-- style="background-color:#0093d0; color:white" -->
|-
| align=center | '''IN'''
| align=center | '''{{{method}}}'''
| algin=center | '''OUT'''
|-
| {{{in}}}
| {{{comment}}}
| {{{out}}}
|}
</div>
<noinclude>


'''See Also''' http://meta.wikimedia.org/wiki/Help:Template
: <big>'''Testing new template Template:PyMethod<strike></strike>'''</big>
[[Category:Template]]


''Please leave this comment/text above for others to read.''
== usage ==
----


: <big>'''Testing: subpage parsing'''</big>
<nowiki>{{</nowiki> Sandbox
| method = &lt;-- name of the function/method --&gt;
| comment = &lt;-- description of the method --&gt;
| in = &lt;-- list of arguments / parameters --&gt;
| ''in_notes'' = &lt;-- OPTIONAL - notes on the arguments / parameters --&gt;
| out = &lt;-- return value --&gt;
| ''out_notes'' = &lt;-- OPTIONAL - notes on the returned value --&gt;
<nowiki>}}</nowiki>


; Goal
== samples ==
: Given "Feature roadmap/Name of feature", return "Name of feature"
: Given "Just a title", return "Just a title"


<nowiki>{{</nowiki> Sandbox
| method = ShareActivity
| in = s: activity id, s: activity type, s: name, a{sv}: properties
| out = o
| comment = Shares an activity with others
<nowiki>}}</nowiki>
{{Sandbox
| method = ShareActivity
| in = s: activity id, s: activity type, s: name, a{sv}: properties
| out = o
| comment = Shares an activity with others }}
</noinclude>
</noinclude>
{{#sub:
{{{1}}} |
{{#if: {{#pos:{{{1}}}|/}} |
{{#expr: {{#pos:{{{1}}}|/}} + 1}} |
{{#pos:{{{1}}}|/}}
}}
}}

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

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