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"]! // Shortcut options -> [select {$gender} male="male" female="female" other="other"] -> [plural {$num} one="one" few="few" many="many" other="other"] -> [ordinal {$ord} one="one" two="two" few="few" many="many" other="other"] // Regular options [[[select {$gender} male="male" female="female" other="other"]|Destination]] [[[plural {$num} one="one" few="few" many="many" other="other"]|Destination]] [[[ordinal {$ord} one="one" few="few" many="many" other="other"]|Destination]] === title: Destination --- // no-op ===