Module:Citation/CS1: Difference between revisions
typo
m>Dragons flight (Adds a variety of error tracking and handling) |
m>Dragons flight (typo) |
||
Line 697: | Line 697: | ||
if ( Chapter == nil or Chapter == "" ) and | if ( Chapter == nil or Chapter == "" ) and | ||
( Title == nil or Title == "" ) and | ( Title == nil or Title == "" ) and | ||
( | ( Periodical == nil or Periodical == "" ) and | ||
( Conference == nil or Conference == "" ) then | ( Conference == nil or Conference == "" ) then | ||
table.insert( error_categories, 'Pages with citations lacking titles' ); | table.insert( error_categories, 'Pages with citations lacking titles' ); |