Module:Citation/CS1/Utilities: Difference between revisions
no edit summary
m>Trappist the monk No edit summary |
m>Trappist the monk No edit summary |
||
Line 1: | Line 1: | ||
require('Module:No globals'); | |||
--[[ | |||
History of changes since last sync: 2015-12-12 | |||
]] | |||
local u = {} | local u = {} | ||
local z = { | local z = { | ||
error_categories = {}; | error_categories = {}; -- for categorizing citations that contain errors | ||
error_ids = {}; | error_ids = {}; | ||
message_tail = {}; | message_tail = {}; | ||
maintenance_cats = {}; | maintenance_cats = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work | ||
properties_cats = {}; | properties_cats = {}; -- for categorizing citations based on certain properties, language of source for instance | ||
}; | }; | ||
local cfg; | local cfg = {}; | ||
--[[--------------------------< I S _ S E T >------------------------------------------------------------------ | --[[--------------------------< I S _ S E T >------------------------------------------------------------------ |