Module:Extracted

From Heroes 3 wiki
Revision as of 18:15, 11 January 2024 by Imahero (talk | contribs) (Created page with "local p = {} --p stands for package function p.extracted(frame) return frame.args.arg1 end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{#invoke:extracted|extracted|filename.png}}


local p = {} --p stands for package

function p.extracted(frame)
	return frame.args.arg1
end

return p