local rfx = require('Module:Rfx')local t =
function t.supports(frame) return rfx.new(frame.args[1]).supportsend
function t.opposes(frame) return rfx.new(frame.args[1]).opposesend
function t.neutrals(frame) return rfx.new(frame.args[1]).neutralsend
function t.percent(frame) return rfx.new(frame.args[1]).percentend
return t