Jump to content

Module:Sandbox/CAS222222221

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 風中的刀劍 (talk | contribs) at 03:59, 20 July 2015. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

return function (a)
	local div = mw.html.create('div')
	
	div
		:class('notice dablink')
		:css('font-size', 'small')
		:wikitext('-{' .. (a or '') .. '}-')
		
	return tostring(div)
end