Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Livermore History Collaborative. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:49, 2 December 2025 Bmcfann talk contribs created page Module:Test template call (Created page with "local p = {} function p.callTemplate(frame) local templateName = frame.args[1] or "ExampleTemplate" -- Get template name from first argument local templateArgs = {} -- Pass all arguments from the module invocation to the template --callTemplate|Template:MyTemplate|arg1|arg2=value}} for k, v in pairs(frame.args) do table.insert(templateArgs, "<li>" .. k .. ": " .. v...")