Module:Infobox interval: Difference between revisions

Plumtree (talk | contribs)
mNo edit summary
Plumtree (talk | contribs)
mNo edit summary
Line 282: Line 282:
if hz >= 20 and hz <= 20000 then
if hz >= 20 and hz <= 20000 then
table.insert(infobox_data, {
table.insert(infobox_data, {
'<div style="display: flex;">' ..
frame:expandTemplate{
frame:expandTemplate{
title = 'User:Plumtree/Interval Sound',
title = 'User:Plumtree/Interval Sound',
Line 289: Line 290:
title = 'User:Plumtree/Interval Sound',
title = 'User:Plumtree/Interval Sound',
args = { Frequency=tostring(hz), Timbre='semisine', Left='yes', Width='135' }
args = { Frequency=tostring(hz), Timbre='semisine', Left='yes', Width='135' }
}
} ..
'</div>'
})
})
end
end