Module:Toyama: Revision history

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.

8 February 2023

2 February 2023

  • curprev 05:3905:39, 2 February 2023Editor talk contribs 760 bytes +760 Created page with "local getArgs = require('Module:Arguments').getArgs; local defArgs = require('Module:Arguments').defaultArgs; local toyama = {}; function toyama.func1( frame ) local args = defArgs(getArgs(frame), 1, ""); local arg = args[1]; local text = "" for line in arg:gmatch("[%S ]+") do text = text .. line end return text end function toyama.vbar( frame ) local args = defArgs(getArgs(frame), 1, ""); local arg = args[1]; local text = "" local label = "..."