title: Start --- // Case selection <> Select: [select "{$gender}" male="male" female="female" other="other"] <> Select: [select "{$gender}" male="male" female="female" other="other"] <> Select: [select "{$gender}" male="male" female="female" other="other"] // Cardinal pluralisation <> Plural: [plural "{$num}" one="one" two="two" few="few" many="many" other="other"] <> Plural: [plural "{$num}" one="one" two="two" few="few" many="many" other="other"] <> Plural: [plural "{$num}" one="one" two="two" few="few" many="many" other="other"] <> Plural: [plural "{$num}" one="one" two="two" few="few" many="many" other="other"] // Ordinal pluralisation <> Ordinal: [ordinal "{$ord}" one="one" two="two" few="few" many="many" other="other"] <> Ordinal: [ordinal "{$ord}" one="one" two="two" few="few" many="many" other="other"] <> Ordinal: [ordinal "{$ord}" one="one" two="two" few="few" many="many" other="other"] <> Ordinal: [ordinal "{$ord}" one="one" two="two" few="few" many="many" other="other"] <> <> <> // Value insertion [select "{$gender}" male="male: %" female="female: %" other="other: %"] <> Mae: Wow, I came [ordinal "{$race_position}" one="%st" two="%nd" few="%rd" other="%th"]! ===