Hoppa till innehållet

Modul:ISBN

Från Wikipedia

Dokumentation [visa] [redigera] [historik] [rensa sidcachen]


Den här modulen används av mallen {{ISBN}}.

p = {}
p.ISBN = function( f )
	local args = f:getParent().args
	local arg = args[ 1 ]
	if arg then
		return mw.getCurrentFrame():preprocess( '{{ISBN|' .. arg .. '}}' )
	end
end
return p