User:Yair rand/altformcreator.js

Hello, you have come here looking for the meaning of the word User:Yair rand/altformcreator.js. In DICTIOUS you will not only get to know all the dictionary meanings for the word User:Yair rand/altformcreator.js, but we will also tell you about its etymology, its characteristics and you will know how to say User:Yair rand/altformcreator.js in singular and plural. Everything you need to know about the word User:Yair rand/altformcreator.js you have here. The definition of the word User:Yair rand/altformcreator.js will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser:Yair rand/altformcreator.js, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
// Greenlinks redlinked alt forms. Currently only works with nouns.
$(function(){
q=document.getElementsByTagName('h3')
for(i=0;i<q.length;i++)
{
if(q.lastChild.innerHTML=="Alternative forms")
{
qq=q.nextSibling;while(!(qq.nodeName.toLowerCase()=="ul"||qq.nodeName.toLowerCase().match(/^h\d/i))){qq=qq.nextSibling}
if(qq.nodeName.toLowerCase()=="ul")
{
qqq=qq.getElementsByTagName('a');
for(ii=0;ii<qqq.length;ii++)
{
if(qqq.className=="new")
{
qqq.style.color="rgb(34, 204, 0)"
qqq.href+="&preloadtext=%3D%3D%7B%7Bsubst%3A"+((qqq.parentNode.lang)?qqq.parentNode.lang:"en")+"%7Cl%3D%7D%7D%3D%3D%0A%0A%3D%3D%3DNoun%3D%3D%3D%0A%7B%7Binfl"+((qqq.parentNode.lang)?"|"+qqq.parentNode.lang:"")+"%7D%7D%0A%0A%23%20%7B%7Balternative%20form%20of%7C"+wgTitle+((qqq.parentNode.lang)?"|lang%3D"+qqq.parentNode.lang:"")+"%7D%7D%0A%0A%7B%7Bcount%20page%7C%5B%5BWiktionary%3APage%20count%5D%5D%7D%7D&preloadminor=true"
}}}}}})