Module:CTD: Difference between revisions

73 bytes removed ,  10 June 2023
m
no edit summary
(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 = {} -- функции для Большого теософского словаря; copied from https://ru.teopedia.org/lib/Module: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