×
Create a new article
Write your page title here:
We currently have 22 articles on The Grand Library of Hylia. Type your article name above or click on one of the titles below and start writing!



The Grand Library of Hylia

All public logs

Combined display of all available logs of The Grand Library of Hylia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:31, 27 December 2023 ZoeySaurusRawr talk contribs created page Module:RandomCargoRecord (Created page with "local p = {} local h = {} local cargo = mw.ext.cargo function p.RandomCargoRecord(frame) local getArgs = require('Module:Arguments').getArgs local tableName = h.parseArg(frameArgs[1]) if tableName == nil or tableName == "" then hasErrors = true h.warn("<code>tableName</code> parameter is required") end if hasErrors then return CATEGORY_INVALID_ARGS end local countFields = 'COUNT(*)=total' local countArgs = {} local countResults =...")