「モジュール:gender and number」の版間の差分

削除された内容 追加された内容
編集の要約なし
abbrタグを除去
13行目:
-- A list of all possible "parts" that a specification can be made out of.
 
codes["?"] = '<abbr title="gender incomplete">?</abbr>'
 
-- Genders
codes["m"] = '<abbr title="masculine gender">男性</abbr>'
codes["f"] = '<abbr title="feminine gender">女性</abbr>'
codes["n"] = '<abbr title="neuter gender">中性</abbr>'
codes["c"] = '<abbr title="common gender">通性</abbr>'
 
-- Additional qualifiers
codes["an"] = '<abbr title="animate">有生</abbr>'
codes["in"] = '<abbr title="inanimate">非有生</abbr>'
codes["pr"] = '<abbr title="personal">人称</abbr>'
codes["np"] = '<abbr title="non-personal">非人称</abbr>'
 
-- Numbers
codes["s"] = '<abbr title="singular number">単数</abbr>'
codes["d"] = '<abbr title="dual number">双数</abbr>'
codes["p"] = '<abbr title="plural number">複数</abbr>'
 
-- Verb qualifiers
codes["impf"] = '<abbr title="imperfective aspect">未完了impf</abbr>'
codes["pf"] = '<abbr title="perfective aspect">完了</abbr>'
 
-- Version of format_list that can be invoked from a template.