Koha Test Wiki Canasta - March 2024

One of a series of test instances for migrating the Koha Wiki MediaWiki database.

For the current Koha Wiki, visit https://wiki.koha-community.org .

Template:Template link with parameters/testcases

From Koha Test Wiki Canasta
Jump to navigation Jump to search

Template:Template test cases notice

Testing {{tlp/sandbox}}

Code Result Comment
{{tlp|...}} Shows its own syntax.
{{name}}
{{name|one}}
{{name|one|two}}
{{tlp/sandbox|name|a|b|c|d|e|f|g|h|i|j}} {{name|a|b|c|d|e|f|g|h}} Shows up to eight parameters. The rest are dropped.
{{name|||three|four}} Also shows empty parameters.
{{name|||three||}} Even shows empty parameters that come in the end.
{{name|one=a|two=b}} Use numbered parameters to fix it. Remember to start from 2, since the "name" is number 1.


Testing {{tlp}}

Code Result Comment
{{[[Template:{{{1}}}|{{{1}}}]]}} Shows its own syntax.
{{name}}
{{name|one}}
{{name|one|two}}
{{tlp|name|a|b|c|d|e|f|g|h|i|j}} {{name|a|b|c|d|e|f|g|h}} Shows up to eight parameters. The rest are dropped.
{{name|||three|four}} Also shows empty parameters.
{{name|||three||}} Even shows empty parameters that come in the end.
{{name|one=a|two=b}} Use numbered parameters to fix it. Remember to start from 2, since the "name" is number 1.

Other

Template:Test case

Template:Test case