Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Suppressors, Administrators, trusted
11,118
edits
(Created page with "local ctd = {} -- функции для Большого теософского словаря; copied from https://ru.teopedia.org/lib/Module:CTD local function isempty(s)...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
local ctd = {} -- | local ctd = {} -- See main module at https://ru.teopedia.org/lib/Module:CTD | ||
local function isempty(s) | local function isempty(s) | ||
Line 44: | Line 44: | ||
------------------------------------------------- | ------------------------------------------------- | ||
-- Create short description without hyper links | -- Create short description without hyper links | ||
-- Used in : | -- Used in : Template:CTD article | ||
-- Call example: | -- Call example: | ||
-- {{#invoke: CTD | shortly | -- {{#invoke: CTD | shortly | ||
Line 75: | Line 75: | ||
return result | return result | ||
end | end | ||
return ctd |