All public logs
Jump to navigation
Jump to search
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).
- 23:26, 26 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 ----...")