Hopp til innhold

Modul:Template test case/config

Fra Wikipedia, den frie encyklopedi
Sideversjon per 27. nov. 2014 kl. 15:55 av en>Mr. Stradivarius (set showcode = true in the main module rather than here, as if people go to the trouble of passing in a nowiki invocation, it's pretty much a given that they want it to be displayed)
Moduldokumentasjon


-- 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'
	}
}

}