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 a = f:getParent().args
	if a[ 1 ] then
		return mw.getCurrentFrame():preprocess( '{{ISBN|' .. a[ 1 ] .. '}}' )
	end
end
return p