Combined display of all available logs of Poets.Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:41, 3 March 2025 Matt talk contribs protected Module:Singles [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (Initial wiki setup) (hist)
- 11:05, 2 March 2025 Matt talk contribs created page Module:Singles (Created page with "local p = {} -- Ripped from Module:Infobox. TODO: Make a utility module that can do this kind of thing local function getArgNums(args, prefix) -- Returns a table containing the numbers of the arguments that exist -- for the specified prefix. For example, if the prefix were to be 'data', and -- 'data1', 'data2', and 'data5' were to exist, it would return {1, 2, 5}. local nums = {} for k, v in pairs(args) do local num = tostring(k):match('^' .....")