Open main menu

Changes

Module:Citation

79 bytes added, 18:08, 27 August 2012
Fixed generated <references> element.
end
end
params.class = "reflist" params.group = group
params.style = z.wikitext.liststyle(liststyle)
if ( nil ~= count ) then
params.style = params.style .. " " .. z.wikitext.columnwidthstyle(width)
end
return local references = z.wikitext.tag(frame, {name="references",contents=contents,params={group=group}}) return z.wikitext.tag(frame, {name="div",contents=references,params=params})
end
return z
Anonymous user