變更

增加 70 位元組 、 2013年4月26日 (五) 21:35
無編輯摘要
行 22: 行 22:  
function p.raw( content )
 
function p.raw( content )
 
    return '-{R|' .. content .. '}-'
 
    return '-{R|' .. content .. '}-'
 +
end
 +
 +
function p.title( content )
 +
   return '-{T|' .. content .. '}-'
 
end
 
end
    
return p
 
return p
匿名使用者