Module:Citation/CS1: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
shifted Format to follow Language, and Others to follow Volume |
set AccessDate + <span class="reference-accessdate">; fixed url when deadurl=no. |
||
வரிசை 333:
local Transcript = args.transcript
local TranscriptURL = args["transcript-url"] or args.transcripturl
if ( DeadURL == nil ) then DeadURL = "no" end
-- At this point fields may be nil if they weren't specified in the template use. We can use that fact.
வரி 487 ⟶ 488:
if ( PublicationDate == Date or PublicationDate == Year ) then PublicationDate = nil end
if ( ArchiveURL and "" < ArchiveURL ) then
URL = ArchiveURL
end
end
if ( TransTitle and "" < TransTitle ) then TransTitle = " [" .. TransTitle .. "]." else TransTitle = "" end
வரி 594 ⟶ 597:
if ( Date ~= nil ) then Date = Date else Date = "" end
if ( Via ~= nil ) then Via = " — via " .. Via .. "." else Via = "" end
if ( AccessDate ~= nil )
then AccessDate = '<span class="reference-accessdate"> Retrieved ' .. AccessDate .. '.</span>'
else AccessDate = "" end
if ( SubscriptionRequired ~= nil ) then
SubscriptionRequired = " " .. z.mw.text.tag({name="span", contents="(subscription required)", params={style="font-size:0.95em; font-size: 90%; color: #555"}})
வரி 1,000 ⟶ 1,005:
--20Feb2013 If class "journal" shows Publisher after Periodical/Series.
--20Feb2013 Shifted Format to after Language, and Others after Volume.
--20Feb2013 Set AccessDate + <span class="reference-accessdate">
--20Feb2013 Fixed url when deadurl=no.
--
--End
| |||