Module:Template test case/config
Appearance
This module provides configuration data for Module:Template test case.
-- This module holds configuration data for [[Module:Template test cases]].
return {
wrappers = {
['Template:Test case'] = {
func = 'table'
},
['Template:Testcase table'] = {
func = 'table',
options = {format = 'columns'}
},
['Template:Testcase rows'] = {
func = 'table',
options = {format = 'rows'}
},
['Template:Test case nowiki'] = {
func = 'nowiki'
}
}
}