Jump to content

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, pframe.args)
   
    local args = {};
    for k, v in pairs( pframe.args ) do
        args[k] = v;
    end   
     return citation0(frame, args)
end
end


Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.