{{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('List') local p = {} function p.svara(frame) return mList.makeList('horizontal', frame.args) end return p