48,355
edits
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
local table_module = "Module:table" | local table_module = "Module:table" | ||
local wikibase = mw.wikibase | --local wikibase = mw.wikibase | ||
local category_name_has_suffix -- defined as export.categoryNameHasSuffix below | local category_name_has_suffix -- defined as export.categoryNameHasSuffix below | ||
local get_entity = wikibase.getEntity | --local get_entity = wikibase.getEntity | ||
local get_entity_id_for_title = wikibase.getEntityIdForTitle | --local get_entity_id_for_title = wikibase.getEntityIdForTitle | ||
local gsub = string.gsub | local gsub = string.gsub | ||
local ipairs = ipairs | local ipairs = ipairs | ||
local match = string.match | local match = string.match | ||
local select = select | local select = select | ||
local sitelink = wikibase.sitelink | --local sitelink = wikibase.sitelink | ||
local type = type | local type = type | ||
local umatch = mw.ustring.match | local umatch = mw.ustring.match | ||