Module:Citation/CS1: Difference between revisions
performance related test
m>Wikid77 (fixed double-dot before "p." or "pp." page number; fixed config.CitationClass "book" to use p./pp. page number.) |
m>Dragons flight (performance related test) |
||
Line 1,106: | Line 1,106: | ||
function z.citation(frame) | function z.citation(frame) | ||
local pframe = frame:getParent() | local pframe = frame:getParent() | ||
return citation0(frame, | |||
local args = {}; | |||
for k, v in pairs( pframe.args ) do | |||
args[k] = v; | |||
end | |||
return citation0(frame, args) | |||
end | end | ||