All public logs

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

Logs
  • 00:26, 27 June 2022 Hypermoron talk contribs created page Module:Dialogue (Created page with "--| Creates dialogue definition lists --- For whatever reason, refuses to make blockquotes --- <nowiki> local Dialogue = {} ---- -- Libraries and Globals ---- -- Parses invocation and template parameters, trims whitespace, and removes blanks. local getArgs = require('Module:Arguments').getArgs ---- -- Local Functions ---- local function makeInvokeFunc(funcName) return function (frame) local args = getArgs(frame) return Dialogue[funcName](args) end end ----...")