{{Module rating }}
{{#invoke:Svara|main}}
Template arguments are passed automatically to the module. Templates that use this module include {{svara}}, {{svaraC}}, and {{svaraH}}.
local mList = require('Module:List') local p = {} function p.main(frame) return mList.makeList('horizontal', frame.args) end return p