Jump to content

Module:List and Module:List/sandbox: Difference between pages

(Difference between pages)
Page 1
Page 2
imported>Deadfire
m Changed protection level for "Module:List": This template is transcluded in one or more cascade-protected pages, so only administrators can edit it. ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
 
imported>Deadfire
Module Creation
 
Line 185: Line 185:
local mArguments = require('Module:Arguments')
local mArguments = require('Module:Arguments')
local origArgs = mArguments.getArgs(frame, {
local origArgs = mArguments.getArgs(frame, {
frameOnly = ((frame and frame.args and frame.args.frameonly or '') ~= ''),
valueFunc = function (key, value)
valueFunc = function (key, value)
if not value or not mw.ustring.find(value, '%S') then return nil end
if not value or not mw.ustring.find(value, '%S') then return nil end