Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Library citation

From ProleWiki, the proletarian encyclopedia
Revision as of 23:36, 6 October 2024 by Forte (talk | contribs) (Testing error messages)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {}

function p.cite(frame)
	-- Parent frame to get parameters from template calls instead of from {{#invoke: ...
	local parentFrame = frame:getParent()
	local link = pframe.args.link
	local author = pframe.args.author
	local work = pframe.args.work
	error("error message")
end