there. The {{<span class="searchmatch">it</span>-<span class="searchmatch">noun</span>}} template always used to generate the headword as a concatenation of positional parameters #1 and #3, but now <span class="searchmatch">it</span> seems to just...
example, {{fro-noun|m|los|los}} I changed using AWB to {{fro-<span class="searchmatch">noun</span>|m}} (the Lua makes <span class="searchmatch">it</span> so the plural of anything ending in s is identical to the singular)...
Seems that both <span class="searchmatch">it</span>-<span class="searchmatch">noun</span> and <span class="searchmatch">it</span>-adj have been converted to Lua for the sake of <span class="searchmatch">it</span>, with no improvements in the functionality....
For {{<span class="searchmatch">it</span>-<span class="searchmatch">noun</span>}} I suggest changing the parameters to: {{<span class="searchmatch">it</span>-<span class="searchmatch">noun</span>|gender|plural form}}. Most of the time, you would be able to use just {{<span class="searchmatch">it</span>-<span class="searchmatch">noun</span>|gender}}...
The Wikipedia page said that there wasn't really a definite rule for such <span class="searchmatch">nouns</span>. Is that wrong?...
that the page name ends in -o and just replace that with -i to form the plural. So then only one parameter, the gender, would be needed for most <span class="searchmatch">nouns</span>....
take full responsibility for testing them. There are Italian irregular <span class="searchmatch">nouns</span> of both genders that end in almost any vowel. You might also like to take...
I fixed <span class="searchmatch">it</span> by using head= to specify the headword. I don't really understand why the template's parameters weren't simplified as part of the conversion...
I've created two Lua functions and added them to Module:<span class="searchmatch">it</span>-head, although they are not used for anything yet. They create a default plural form and feminine...
like keyword parameters. Using the {{head}} template instead would mean that the bot wouldn't generate the plural and <span class="searchmatch">it</span> would need to be done manually....