Module:Template test case/config
< Module:Template test case
Jump to navigation
Jump to search
Revision as of 13:54, 27 November 2014 by blackwiki>Mr. Stradivarius (create a config table with wrapper templates and their default options)
-- 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',
options = {showcode = true}
}
}
}