Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main public logs

More actions

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

Logs
  • 05:14, 20 March 2026 Admin talk contribs created page Module:Dialogue (Created page with "local p = {} function p.render(frame) local args = frame:getParent().args -- Build alias map (named params that aren't positional) -- e.g. |oz=Wizard of Oz => aliases["oz"] = "Wizard of Oz" local aliases = {} for k, v in pairs(args) do if type(k) == "string" and v ~= "" then aliases[k] = mw.text.trim(v) end end -- Collect ordered positional pairs: |key|value|key|value... local lines = {} local i = 1...")