今天是2024年11月24日 第47周 星期日
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
模块:WikitextLC
wiki:zh>Liangent2013年4月14日 (日) 16:04的版本
local p = {} function p.selective( content ) local text = '-{' for variant, value in content do if value == '' then value = '<span/>' end text = text .. variant .. ':' .. value .. ';' end text = text .. '}-' return text end function p.converted( content, variant ) return '-{' .. variant .. '|' .. content .. '}-' end return p