Koha Test Wiki MW Canasta on Koha Portainer
Test major Koha Wiki changes or bug fixes here without fear of breaking the production wiki.
For the current Koha Wiki, visit https://wiki.koha-community.org .Template:Template link with parameters/testcases
Jump to navigation
Jump to search
Template:Template test cases notice
Testing {{tlp/sandbox}}
Code | Result | Comment |
---|---|---|
Template:Tlc | {{tlp|...}} | Shows its own syntax. |
Template:Tlc | {{name}} | |
Template:Tlc | {{name|one}} | |
Template:Tlc | {{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. |
Template:Tlc | {{name|||three|four}} | Also shows empty parameters. |
Template:Tlc | {{name|||three||}} | Even shows empty parameters that come in the end. |
Template:Tlc | {{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:Tlc | {{[[Template:{{{1}}}|{{{1}}}]]}} | Shows its own syntax. |
Template:Tlc | {{name}} | |
Template:Tlc | {{name|one}} | |
Template:Tlc | {{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. |
Template:Tlc | {{name|||three|four}} | Also shows empty parameters. |
Template:Tlc | {{name|||three||}} | Even shows empty parameters that come in the end. |
Template:Tlc | {{name|one=a|two=b}} | Use numbered parameters to fix it. Remember to start from 2, since the "name" is number 1. |