local p = {}
local get_args = require('Module:Arguments').getArgs
local mHatnote = require('Module:Hatnote')
local category_ns_number = 14
local templatestyles_page = 'Module:Основная статья/styles.css'
local function get_property(args)
local res = mw.getCurrentFrame():expandTemplate{title = 'wikidata', args = args}
return res ~= '' and res or nil
end
local function get_link_target(wikitext)
local target = wikitext:match('%[%[([^%]%|]+)%]') or wikitext:match('%[%[([^%|]+)%|')
return {
target = target or wikitext,
contains_link = target ~= nil
}
end
local function get_catmain_from_wikidata(properties)
local values = {}