3664
правки
Mansur700 (обсуждение | вклад) (Керла агӀо: «local p = {} -- используется для того, чтобы можно было удалять элементы из таблицы local function copy(other)...») |
Mansur700 (обсуждение | вклад) Нет описания правки |
||
Строка 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, ' | 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 .. ' !! | if are_comments then table_content = table_content .. ' !! Комментарий' end | ||
end | end | ||
content = table_content .. '\n' .. content | content = table_content .. '\n' .. content |