Revision as of 22:04, 14 November 2024 by Admin(talk | contribs)(Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local ret = mw.visualdata.query( 'Book', 'title::+', {'title'}, {} ) return table.ToString(ret) end return p")