Module:Citation/CS1: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
fixed ref=harv to extract Year from Date |
set Harvard reference span-tag id when config.CitationClass=="citation" |
||
வரிசை 795:
if ( Ref ~= nil ) then
local id = Ref
if ( "harv" == Ref or config.CitationClass=="citation") then
local names = {} --table of last names & year
if ( "" ~= Authors ) then
for i,v in ipairs(a) do names[i] = v.last end
வரிசை 1,107:
--21Feb2013 Changed to allow lowercase "asin-tld".
--22Feb2013 Fixed ref=harv to extract Year from Date.
--22Feb2013 Set Harvard refer. span id if config.CitationClass "citation"
--
--End
| |||