Module:Dialogue: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 June 2022

  • curprev 00:2600:26, 27 June 2022Hypermoron talk contribs 3,673 bytes +3,673 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 ----..."