imported>Vozhuo
// Edit via Wikiplus
imported>Vozhuo
// Edit via Wikiplus
第166行: 第166行:


if italic and italics then -- return nil and an error message if both are set  
if italic and italics then -- return nil and an error message if both are set  
return nil, 'conflicting: |italic= and |italics=';
return nil, '冲突:|italic= |italics=';
end
end