Module:Infobox interval: Difference between revisions

Plumtree (talk | contribs)
mNo edit summary
Plumtree (talk | contribs)
mNo edit summary
Line 160: Line 160:
local FJS_name = frame.args['FJS name']
local FJS_name = frame.args['FJS name']
if (not FJS_name or #FJS_name == 0) and rational then
if (not FJS_name or #FJS_name == 0) and rational and regular then
FJS_name = rat.as_FJS(ratio)
FJS_name = rat.as_FJS(ratio)
end
end