Module:Citation/CS1: Difference between revisions
D'oh, meant to edit sandbox
m>Dragons flight (move to message) |
m>Dragons flight (D'oh, meant to edit sandbox) |
||
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 .. AccessDate .. '</span>' | ||
else AccessDate = "" end | else AccessDate = "" end | ||
if ( SubscriptionRequired ~= nil and | if ( SubscriptionRequired ~= nil and |