Module:Infobox interval: Difference between revisions

Plumtree (talk | contribs)
mNo edit summary
Plumtree (talk | contribs)
mNo edit summary
Line 133: Line 133:
table.insert(infobox_data, {
table.insert(infobox_data, {
'[[Functional Just System|FJS name]]',
'[[Functional Just System|FJS name]]',
frame:preprocess('<math>' .. FJS_name .. '</math>')
frame:preprocess('<math>\text{' .. FJS_name .. '}</math>')
})
})
end
end