Difference between revisions of "Module:Int"
Jump to navigation
Jump to search
no edit summary
>Shirayuki (Created page with "-- This is a helper module for Template:int local this = {} local templateTranslation = require 'Module:Template translation' function this.renderIntMessage(frame) local...") |
>Shirayuki |
||
Line 5: | Line 5: | ||
function this.renderIntMessage(frame) | function this.renderIntMessage(frame) | ||
local args = frame.args | local args = frame.args | ||
local pargs = (frame:getParent() or {}).args | |||
local arguments = {} | local arguments = {} | ||
for k, v in pairs( | for k, v in pairs(pargs) do | ||
local n = tonumber(k) or 0 | local n = tonumber(k) or 0 | ||
if (n >= 2) then | if (n >= 2) then |