iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://en.m.wiktionary.org/wiki/Special:Diff/62318503
Module:descendants tree: difference between revisions - Wiktionary, the free dictionary

Module:descendants tree: difference between revisions

Content deleted Content added
mNo edit summary
have getAlternativeForms look for T:alt as well as T:alter; this will also look for the nonexistent T:alte and T:altr, which will be fine unless they are created and used in Alternative forms sections
Line 81:
local langCodeRegex = require("Module:string").pattern_escape(lang:getCode())
index = string.find(content, "{{alteralte?r?|" .. langCodeRegex .. "|[^|}]+", index)
if (not index) or (next_lang and next_lang < index) then
-- FIXME, should be an error