Module:Citation/CS1: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
set Harvard reference span-tag id when config.CitationClass=="citation" |
fixed config.CitationClass "citation" as span class="citation" & set Ref=harv if nil |
||
வரிசை 344:
end
end
if ( config.CitationClass == "citation" ) then
sepc = ","
if ( Ref == nil ) then Ref = "harv" end
end
if ( sepc == nil ) then sepc = "." end
if ( DeadURL == nil ) then DeadURL = "no" end
வரி 792 ⟶ 795:
end
end
local
if ( config.CitationClass ~= "citation" )
then classname = "citation " .. (config.CitationClass or "") end
local args = { class=classname }
if ( Ref ~= nil ) then
local id = Ref
வரி 1,107 ⟶ 1,113:
--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".
--22Feb2013 Fixed config.CitationClass "citation" as span class="citation".
--
--End
| |||