模块:Citation/CS1:修订间差异
imported>Liangent 无编辑摘要 |
imported>Liangent 无编辑摘要 |
||
| 第1,525行: | 第1,525行: | ||
if config.CitationClass=="journal" and is_set(Periodical) then | if config.CitationClass=="journal" and is_set(Periodical) then | ||
text = safejoin( {Chapter, Place, tcommon}, sepc ); | text = safejoin( {Chapter, Place, tcommon}, sepc ); | ||
text = safejoin( {text, pgtext | text = safejoin( {text, pgtext, idcommon}, sepc ); -- LOCAL | ||
else | else | ||
text = safejoin( {Chapter, tcommon | text = safejoin( {Chapter, tcommon}, sepc ); -- LOCAL | ||
text = safejoin( {text, pgtext, idcommon}, sepc ); | text = safejoin( {text, pgtext, idcommon}, sepc ); | ||
end | end | ||