Content deleted Content added
Zackmann08 (talk | contribs) ←Created page with '-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- on the li...' |
Zackmann08 (talk | contribs) WIP |
||
Line 18:
local showblankpos = isnotempty(frame.args['showblankpositional'])
local knownargs = {}
local
local preview = frame.args['preview']
Line 37:
preview = '<div class="hatnote" style="color:red"><strong>Warning:</strong> ' .. preview .. ' (this message is shown only in preview).</div>'
elseif preview == nil then
preview =
end
Line 68:
if #values > 0 then
if frame:preprocess( "{{REVISIONID}}" ) == "" then
end
for k, v in pairs(values) do
Line 76:
v = ' '
end
local r =
table.insert(res, r)
end
|