「モジュール:TAMNAMS」の版間の差分
編集の要約なし |
編集の要約なし タグ: 差し戻し済み |
||
| 711行目: | 711行目: | ||
elseif abbrev_format == "shortened" or abbrev_format == "SHORTENED" then | elseif abbrev_format == "shortened" or abbrev_format == "SHORTENED" then | ||
if chroma_count < 0 then | if chroma_count < 0 then | ||
quality = " | quality = "減" | ||
elseif chroma_count > 0 then | elseif chroma_count > 0 then | ||
quality = " | quality = "増" | ||
else | else | ||
quality = " | quality = "完全" | ||
end | end | ||
| 769行目: | 769行目: | ||
elseif abbrev_format == "shortened" or abbrev_format == "SHORTENED" then | elseif abbrev_format == "shortened" or abbrev_format == "SHORTENED" then | ||
if chroma_abs > 0 and is_positive then | if chroma_abs > 0 and is_positive then | ||
quality = " | quality = "増" | ||
elseif chroma_abs > 0 and not is_positive then | elseif chroma_abs > 0 and not is_positive then | ||
quality = " | quality = "減" | ||
else | else | ||
quality = is_positive and " | quality = is_positive and "長" or "短" | ||
end | end | ||