The
\x magic argument was introduced later, and basically became a better alternative to internal link title inflection in all but the following cases:\Hdisambiguateargument: disambiguate prevents the determination of plural inflection, e.g. in:there is currently no way to make it output= Python {disambiguate=animal} I like <python animal>.Pythonsin the plural without resorting to either\xpargument or an explicit content, because if you wrote:it would just lead to Id not found, as we would try the plural vs singular onI like <pythons animal>.animalonly.Maybe one day we can implement an even more shorthand system that understands that parenthesis should skipped for the inflection as in:github.com/ourbigbook/ourbigbook/issues/244I like <pythons (animal)>.
- plural headers. We only attempt to singularize arguments for now, not pluralize them. So if you had:you would instead need to write:
My <dog> is nice. == Dogsor:My <dog>{p=0} is nice.My <dog>[dog] is nice.