Module:Infobox interval: Difference between revisions

Plumtree (talk | contribs)
mNo edit summary
Plumtree (talk | contribs)
mNo edit summary
Line 72: Line 72:
end
end
-- TODO: compute
local FJS_name = frame.args['FJS name']
local FJS_name = rat.as_FJS(ratio) --frame.args['FJS name']
if not FJS_name or #FJS_name == 0 then
FJS_name = rat.as_FJS(ratio)
end
if FJS_name and #FJS_name > 0 then
if FJS_name and #FJS_name > 0 then
table.insert(infobox_data, {
table.insert(infobox_data, {
'[[Functional Just System|FJS name]]',
'[[Functional Just System|FJS name]]',
FJS_name
'<math>' .. FJS_name .. '</math>'
})
})
end
end