Module:Citation/CS1: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
fixed double-dot before "p." or "pp." page number; fixed config.CitationClass "book" to use p./pp. page number. |
performance related test |
||
வரிசை 1,106:
function z.citation(frame)
local pframe = frame:getParent()
return citation0(frame, pframe.args)▼
local args = {};
for k, v in pairs( pframe.args ) do
args[k] = v;
end
end
| |||