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:Parameter names example/testcases

From Koha Test Wiki MW Canasta on Koha Portainer
Jump to navigation Jump to search

Template:Testcases notice

For Template:Infobox

Sandbox version


including code display

Code used
{{{{TEMPLATENAME|testcases}}/sandbox
 |_template=Infobox
 |_code=include
 |above |image |caption
 |header1 |label2=Custom value (label2) |data2 |label3 |data3
 |header4=''Custom value (header4)''
 |data5 |data6=Custom value {{small|(data6)}}
 |below
}}
Result
{{{above}}}
{{{image}}}
{{{caption}}}
{{{header1}}}
Custom value (label2){{{data2}}}
{{{label3}}}{{{data3}}}
Custom value (header4)
{{{data5}}}
Custom value (data6)
{{{below}}}

Main template


without code display

Code used
{{{{TEMPLATENAME|testcases}}/sandbox
 |_template=Infobox
 |above |image |caption
 |header1 |label2=Custom value (label2) |data2 |label3 |data3
 |header4=''Custom value (header4)''
 |data5 |data6=Custom value {{small|(data6)}}
 |below
}}
Result
{{{above}}}
{{{image}}}
{{{caption}}}
{{{header1}}}
Custom value (label2){{{data2}}}
{{{label3}}}{{{data3}}}
Custom value (header4)
{{{data5}}}
Custom value (data6)
{{{below}}}