Документацію для цього модуля можна створити у Модуль:Players/документація
local p = {} function p.fetchCategoryData(frame) -- Using frame:expandTemplate to execute the DPL query embedded in Template:DPLQuery local result = frame:expandTemplate{title = 'DPLQuery', args = {}} return tostring(result) end return p