Jump to content

Module:Citation/CS1: Difference between revisions

aarrggggh, dots.
m>Dragons flight
(fixes)
m>Dragons flight
(aarrggggh, dots.)
Line 948: Line 948:
             end
             end
         end
         end
         text = Authors .. Date .. Chapter .. Editors .. tcommon
         text = safejoin( {Authors, Date, Chapter, Editors, tcommon }, sepc );
         text = safejoin( {text, pgtext, idcommon}, sepc );
         text = safejoin( {text, pgtext, idcommon}, sepc );
     elseif ( "" ~= Editors) then
     elseif ( "" ~= Editors) then
Line 965: Line 965:
             end                 
             end                 
         end
         end
         text = Editors .. Date .. Chapter .. tcommon
         text = safejoin( {Editors, Date, Chapter, tcommon}, sepc );
         text = safejoin( {text, pgtext, idcommon}, sepc );
         text = safejoin( {text, pgtext, idcommon}, sepc );
     else
     else
Line 974: Line 974:
             end
             end
         end -- endif ""~=Date
         end -- endif ""~=Date
         text = Chapter .. tcommon .. Date
         text = safejoin( {Chapter, tcommon, Date}, sepc );
         text = safejoin( {text, pgtext, idcommon}, sepc );
         text = safejoin( {text, pgtext, idcommon}, sepc );
     end
     end
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.