Module:Citation/CS1: Difference between revisions
move to message
m>Dragons flight (sync to sandbox, make ISBN forgiving in a similar way to Special:BookSources, fix newline in italics) |
m>Dragons flight (move to message) |
||
Line 1,241: | Line 1,241: | ||
Via = " — " .. cfg.message_list['via'] .. " " .. Via else Via = "" end | Via = " — " .. cfg.message_list['via'] .. " " .. Via else Via = "" end | ||
if ( AccessDate ~= nil and AccessDate ~="" ) | if ( AccessDate ~= nil and AccessDate ~="" ) | ||
then local retrv_text = " " .. cfg.message_list['retrieved'] | then local retrv_text = " " .. cfg.message_list['retrieved'] | ||
if (sepc ~= ".") then retrv_text = retrv_text:lower() end | if (sepc ~= ".") then retrv_text = retrv_text:lower() end | ||
AccessDate = '<span class="reference-accessdate">' .. sepc | AccessDate = '<span class="reference-accessdate">' .. sepc | ||
.. retrv_text | .. substitution( retrv_text, { AccessDate } ) .. '</span>' | ||
else AccessDate = "" end | else AccessDate = "" end | ||
if ( SubscriptionRequired ~= nil and | if ( SubscriptionRequired ~= nil and |