Module:Citation/CS1: Difference between revisions
fixed ref=xx
m>Wikid77 (fixed config.CitationClass "citation" as span class="citation" & set Ref=harv if nil) |
m>Wikid77 (fixed ref=xx) |
||
Line 801: | Line 801: | ||
if ( Ref ~= nil ) then | if ( Ref ~= nil ) then | ||
local id = Ref | local id = Ref | ||
if ( "harv" == Ref | if ( "harv" == Ref ) then | ||
local names = {} --table of last names & year | local names = {} --table of last names & year | ||
if ( "" ~= Authors ) then | if ( "" ~= Authors ) then |