Модуль:ExampleList: различия между версиями

Перейти к навигации Перейти к поиску
9 байт добавлено ,  4 года назад
нет описания правки
(Керла агӀо: «local p = {} -- используется для того, чтобы можно было удалять элементы из таблицы local function copy(other)...»)
 
Нет описания правки
Строка 180: Строка 180:
local exampleCode
local exampleCode
if mw.isSubsting() then
if mw.isSubsting() then
exampleCode = '{{масал'
exampleCode = '{{пример'
for name, value in pairs(targs) do
for name, value in pairs(targs) do
if type(name) == 'number' then
if type(name) == 'number' then
Строка 190: Строка 190:
exampleCode = exampleCode .. '}}'
exampleCode = exampleCode .. '}}'
else
else
exampleCode = tostring(expand(frame, 'масал', targs))
exampleCode = tostring(expand(frame, 'пример', targs))
end
end
Строка 201: Строка 201:
table_content = '{| class="wikitable '
table_content = '{| class="wikitable '
if wide then table_content = table_content .. 'wide' end
if wide then table_content = table_content .. 'wide' end
table_content = table_content .. '"\n! Ишар !! Хилам'
table_content = table_content .. '"\n! Код !! Результат'
if are_comments then table_content = table_content .. ' !! Хетаме дериг' end
if are_comments then table_content = table_content .. ' !! Комментарий' end
end
end
content = table_content .. '\n' .. content
content = table_content .. '\n' .. content

Навигация