local p =
function p.f_link(x) if x
'o' then return '\[\[Orange line (Kaohsiung MRT)|Orange line\]\]' endend
function p.f_stationLink(x) if x
'Kaohsiung Main' then return '\[\[' .. x .. ' station|' .. x .. '\]\]' else return '\[\[' .. x .. ' MRT station|' .. x .. '\]\]' endend
p.s_system = '\[\[Kaohsiung Rapid Transit System\]\]'p.color =
function p.f_leftToward(x) if x
'o' then return p.f_stationLink('Sizihwan') endend
return p