Jump to content

Module:Citation/CS1: Difference between revisions

reset Volume
m>Wikid77
(reset warning as class="error")
m>Wikid77
(reset Volume)
Line 614: Line 614:
         Edition = " (" .. Edition .. " edition)" else Edition = "" end
         Edition = " (" .. Edition .. " edition)" else Edition = "" end
     if ( Volume ~= nil and Volume ~="" ) then
     if ( Volume ~= nil and Volume ~="" ) then
         if ( string.length(Volume) < 5 )
        Volume = " <b>" .. Volume .. "</b>"
             then Volume = " <b>" .. Volume .. "</b>"  
    end
             else Volume = sepc .." " .. Volume
    if ( args.vol ~= nil and args.vol ~="" ) then
         if ( string.len(args.vol) < 5 )
             then Volume = " <b>" .. args.vol .. "</b>"  
             else Volume = sepc .." " .. args.vol
         end
         end
     end
     end
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.