Jump to content

Module:Sports table/sub

विकिपीडिया से
en>CRwikiCA (Create) के द्वारा 20:46, 29 अक्टूबर 2014 के बदलाव
(अंतर) ← पुरान बदलाव | हाल के संसोधन (अंतर) | नया बदलाव → (अंतर)
-- Subfunctions for this module that are called from the style modules
local ppp = {}

function ppp.colhead(ttt,width,text)
	-- For individual column headers
	local head_string = '! scope="col" width='..width..'|'..text..'\n'

	ttt.count = ttt.count+1
	ttt.tab_text = table.insert(tab_text,head_string)
	
	return ttt
end

return ppp