Module:Template test case/config: Difference between revisions
m
translate template namespace
m (Protected "Module:Template test case/config": High-risk module ([Edit=Require extended confirmed access] (indefinite))) |
m (translate template namespace) |
||
Line 52: | Line 52: | ||
wrappers = { | wrappers = { | ||
[' | ['Plantilya:Test case'] = {}, | ||
[' | ['Plantilya:Testcase table'] = { | ||
args = {_format = 'columns'} | args = {_format = 'columns'} | ||
}, | }, | ||
[' | ['Plantilya:Testcase rows'] = { | ||
args = {_format = 'rows'} | args = {_format = 'rows'} | ||
}, | }, | ||
[' | ['Plantilya:Test case nowiki'] = { | ||
func = 'nowiki' | func = 'nowiki' | ||
}, | }, | ||
[' | ['Plantilya:Nowiki template demo'] = { | ||
func = 'nowiki', | func = 'nowiki', | ||
args = {showheader = false, showtemplate2 = false} | args = {showheader = false, showtemplate2 = false} | ||
}, | }, | ||
[' | ['Plantilya:Collapsible test case'] = { | ||
args = {_collapsible = true} | args = {_collapsible = true} | ||
}, | }, | ||
[' | ['Plantilya:Inline test case'] = { | ||
args = {_format = 'inline', _showcode = true} | args = {_format = 'inline', _showcode = true} | ||
}, | }, |