Documentation icon دستاویز [تخلیق]
-- return height, width, any other field from the HTML source of an image
local p = {}
local allfields = {"main","width", "height", "src", "alt", "class", "href"}
for i = 1, #allfields do
	p[allfields[i]] = function (frame) return "" end
end
return p