User contributions for Kotkowski

For Kotkowski Kotkowski block log uploads logs abuse log
A user with 499 edits. Account created on 20 November 2023.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

23 December 2023

19 December 2023

  • 19:2219:22, 19 December 2023 diff hist +26 N Category:Documentation templatesCreated page with "Category:KarmaZoo Wiki" current
  • 19:2019:20, 19 December 2023 diff hist +1,268 N Module:ProcessArgs/docCreated page with "{{Doc/start}} <!-- Documentation here --> This module allows arguments to be merged and normalised. This also has the side-effect of making the arguments a real table instead of an empty table with a metatable to access the args. This allows the <code>#</code> operator to work, as well as allowing new values to be added to the table, without being ignored when iterating. The <code>norm</code> function will normalise the arguments passed to it, trimming whitespace and se..." current
  • 19:2019:20, 19 December 2023 diff hist +809 N Module:ProcessArgsCreated page with "local p = {} function p.norm( origArgs ) if type( origArgs ) ~= 'table' then origArgs = mw.getCurrentFrame():getParent().args end local args = {} for k, v in pairs( origArgs ) do v = mw.text.trim( tostring( v ) ) if v ~= '' then args[k] = v end end return args end function p.merge( origArgs, parentArgs, norm ) if type( origArgs ) ~= 'table' then norm = origArgs local f = mw.getCurrentFrame() origArgs = f.args parentArgs = f:getParent().args..." current
  • 19:2019:20, 19 December 2023 diff hist +1,354 N Module:CargoQuery/docCreated page with "This module lets you get around the <code>|no html</code> bug that Cargo has by avoiding |format=template. To use, preface query arguments with <code>q?</code>. Even if you are only using one table, use <code>|q?tables=</code>. You must specify the template that will handle each row of the query result using <code>|template=</code>. You may additionally specify <code>|intro=</code>, <code>|outro=</code>, <code>|delimiter=</code>, and <code>|default=</code>. Use Lua nam..." current
  • 19:1919:19, 19 December 2023 diff hist +772 N Module:CargoQueryCreated page with "local p = {} function p.main(frame) local args = frame if frame == mw.getCurrentFrame() then args = require('Module:ProcessArgs').merge(true) else frame = mw.getCurrentFrame() end local query = {} for k, v in pairs(args) do if string.sub(k, 0, 2) == 'q?' then query[string.sub(k, 3)] = v end end local result = mw.ext.cargo.query(query.tables, query.fields, query) if not next(result) then return frame:preprocess(args.default or '') end local tbl..." current
  • 19:0519:05, 19 December 2023 diff hist 0 m Terms of ServiceProtected "Terms of Service": High importance page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
  • 19:0519:05, 19 December 2023 diff hist 0 m Code of ConductProtected "Code of Conduct": High importance page ([Edit=Allow only administrators] (indefinite)) current

18 December 2023

16 December 2023

11 December 2023

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)