Nieuwe pagina aangemaakt met 'local p = {} p.set = function(frame) end return p'
 
Geen bewerkingssamenvatting
Regel 1: Regel 1:
local p = {}
local p = {}
local mSlot = require("Module:Slot")


p.set = function(frame)
p.set = function(frame)
-- pagename of title
local titelid = frame.args.titelid or ""
-- s[Title][TitelGew]
local titelGew = mSlot.getValueFromTemplateData( "ws-page", titelid, "Title", "TitelGew" )
end
end


return p
return p

Versie van 23 okt 2025 17:48

Module:Class/Periodical contribution




{{#invoke:Class/Periodical contribution|set
|titelid=
|tijdschriftnr=
}}


debugmode

local p = {}
local mSlot = require("Module:Slot")

p.set = function(frame)
	-- pagename of title
	local titelid = frame.args.titelid or ""
	-- s[Title][TitelGew]
	local titelGew = mSlot.getValueFromTemplateData( "ws-page", titelid, "Title", "TitelGew" )
	
end

return p