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).
- 01:26, 5 November 2023 Diamondback88 talk contribs undeleted page Module:Dialogue (1 revision)
- 07:30, 24 October 2023 Diamondback88 talk contribs deleted page Module:Dialogue (Mass removal of pages selected by DPL query: nottitlematch = %Parallel%namespace = Template | Module)
- 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 ----...")