5233
редагування
Admin (обговорення | внесок) (Створена сторінка: local p = {} -- ================================================ -- УТИЛІТИ -- ================================================ local function get_table_from_page(page_name) local title = mw.title.new(page_name) if not title or not title.exists then return nil end local content = title:getContent() if not content then return nil end local table_start = mw.ustring.find(content, "{|") local table_end = mw.ustring.fi...) |
(Немає відмінностей)
|