މޮޑިއުލް:Infoboxdv

ވިކިޕީޑިއާ އިންވިކިޕީޑިއާ
Documentation icon މޮޑިއުލް ޑޮކިއުމަންޓޭޝަން[create]
local p = {}

function p.hello(frame)
	local frame = mw.getCurrentFrame()
	local id = frame.args.id
	local title = frame.args.title
	
	local data = ''
	if not data then 
		return "no data"
	end 
	return '<b>' ..id.. '</b>' ..'<b>'.. title.. '</b>' 
end	

return p