Модуль:Вложенные кавычки: различия между версиями
Pok (обсуждение | вклад) Новая страница: «-- source: https://ru.wikipedia.org/wiki/Модуль:Вложенные_кавычки -- license: CC BY-SA 4.0 -- -- Re-implement Template:Вложенные кавычки in Lua -- Replaces «» to „“ without touching links -- require( 'strict' ) local getArgs local p = {} local function isEmpty( str ) return str == nil or str == '' end local function protectLinks( str ) local links, head = {}, 0 while true do local s, e, link = str:fin...» |
(нет различий)
|