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 | 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 | 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 | text = safejoin( {Chapter, tcommon, Date}, sepc ); | ||
text = safejoin( {text, pgtext, idcommon}, sepc ); | text = safejoin( {text, pgtext, idcommon}, sepc ); | ||
end | end |