Модуль:GeneratePlayerPages: відмінності між версіями

20 662 байти додано ,  У понеділок о 10:55
Створена сторінка: 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...
(Створена сторінка: 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...)
(Немає відмінностей)