සැකිල්ල:Testcase/doc
This is a documentation subpage for සැකිල්ල:Testcase. It may contain usage information, categories and other content that is not part of the original සැකිල්ල page. |
Usage
සංස්කරණයUse to compare a template with its sandbox. Pass the raw code in nowikis as the first unnamed parameter; the existing template as the second, and the sandbox as the third. The optional named parameter |id=
is used as a heading (to describe the test being performed); if |id=
is omitted, parameter 1 is used. The optional named parameter |layout=
determines whether the live and sandbox outputs are displayed side by side or on top of each other. The default value is vertical (on top of each other). A value of horizontal will produce side by side output.
If the pair of test codes in parameters 2 and 3 both produce the same output, then the test case is displayed in a collapsed table with a green heading. If the test codes produce different output (this includes white space differences), then the test is displayed in an uncollapsed table with a yellow heading.
Note that some more complex templates may cause testcases to be highlighted even when their output is the same. The cause of this is under investigation...
Example
සංස්කරණය{{testcase
|id=title and url
|layout=horizontal
|<nowiki>{{citation|title=Test|url=http://example.org}}</nowiki>
|{{citation |title=Test|url=http://example.org}}
|{{citation/sandbox|title=Test|url=http://example.org}}
}}
If the sandbox code in parameter 3 gives the same output as the non-sandbox code in parameter 2:
title and url | ||||
---|---|---|---|---|
{{citation|title=Test|url=http://example.org}} | ||||
Test, http://example.org | ||||
Test, http://example.org | ||||
|
If sandbox gives different output:
title and url | ||||
---|---|---|---|---|
{{citation|title=Test|url=http://example.org}} | ||||
Test, http://example.org | ||||
Test, http://example.org content of the differing output | ||||
|
See also
සංස්කරණයTemplates invoking Module:Template test case:
- Template:Test case – a generalised test case template
- Template:Testcase rows – for a table of test cases arranged in rows
- Template:Testcase table – for a table of test cases arranged in columns
- Template:Inline test case – for test cases with small invocations and small output
- Template:Collapsible test case – for test cases collapsed by default if the results are the same
- Template:Test case nowiki – for test cases from template invocations enclosed in
<nowiki>...</nowiki>
tags - Template:Nowiki template demo – for use in template documentation