Pengguna:Bennylin/newentrywiz.js

Daripada Wiktionary

Catatan: Selepas menyiarkan perubahan, anda mungkin perlu memintas cache pelayar untuk melihatnya.

  • Firefox / Safari: Tahan Shift sambil mengklik Reload, atau tekan sama ada Ctrl-F5 atau Ctrl-R (⌘-R pada Mac)
  • Google Chrome: Tekan Ctrl-Shift-R (⌘-Shift-R pada Mac)
  • Internet Explorer / Edge: Tahan Ctrl sambil mengklik Refresh, atau tekan Ctrl-F5
  • Opera: Tekan Ctrl-F5.
var necdata=new Array()
necdata['pos']="kata nama"
necdata['pos2']="Kata nama"
var necdefs=new Array()
necdefs[0]=['',[],[]]
var necpost=new Array()
for(i=5;i<=19;i++)
{necpost[i]=new Array()}
var neccode='en'
var necpostlangtext=new Array()

/*

Notes:
necfunction fills in the edit box
necfunction2 creates the main menu stuff inside the span id'd necblah
necfunction3 doesn't exist
necfunction4 goes to necfunction5 (don't remember what this was for)
necfunction5 creates the inflections options by filling in necinfls
necfunction6 does some extra junk for the infl options input boxes
necdefupdate makes the definitions/example sentence options
necpostbox makes the extra junk ("More details") work (i think)

The necinfls object works like this:
Each language is its own object, containing an object for each pos, which contains the information for that pos.
The first part is the stuff that comes at the beginning of the template, the second is the stuff at the end, the third onward are the available parameters of the template and what stuff they produce.
Each template parameter is an array, which contains the word that shows up at the beginning of the section, then a blank value, and then subarrays of each option.
Each subarray contains the text that shows up in the editor, followed by the text that shows up in the textbox (the wikimarkup). Some onclick javascript can be added to an option as the third parameter in the array.
If the option is an input box, the first parameter should be "input", followed by the editor text (DON'T leave this blank or the whole thing will blow up), followed by the pre-inputbox-value wikimarkup, followed by post-inputbox-value wikimarkup, followed by any extra js. 

Does this make any sense to anyone? :)

Things to do:
1 Get quotations to work right
2 Fix up pronunciation section
3 Add little help thingies
4 Inflection tables
5 Get the example sentence auto-bolding to not stink
6 Build add-section stuff

There are little href=javascript: things littered all over the place because I don't know any other way to make things look like unvisited links without having to actually put anything in the href.

eh, sploot

*/


var necetym
var necpron
var necheadingorder=new Array('Nota penggunaan','Infleksi','Kata hubung','Tasrif nama','Deklensi' ,'Petikan','Sinonim','Antonim','Hipernim','Hiponim','Meronim','Holonim','Istilah terbitan','Terbitan','Istilah berkaitan','Kata terkoordinasi','Keturunan','Terjemahan','Lihat juga','Pautan luar','Kategori','Fail')
var necinputadvanced=""
var necposlist=new Array('Kata nama','Kata kerja','Adjektif','Kata sifat','Adverba','Kata keterangan','Kata ganti nama','Kata hubung','Kata seru','Preposisi','Kata ganti diri','Rencana','Frasa preposisi','Akronim','Singkatan','Initialisme','Kependekan','Awalan','Akhiran','Simbol','Huruf','Simpulan bahasa','Frasa')

function necfunction2()
{
/* CREATE OPTIONS */
var x="Language code: <input type=text value='en' id='necinput' onKeyUp='neccode=this.value;necfunction();necfunction4();necfunction()' onblur=if(necCleanLangCode(this.value)){this.value=necCleanLangCode(this.value)};neccode=this.value;document.getElementById('nectransspan').style.display=((this.value=='en')?'':'none');if(/^[a-z]{2,3}(-[a-z\-]{1,7})?$/.test(this.value)){document.getElementById('neclangerror').style.display='none'}else{document.getElementById('neclangerror').style.display=''};necfunction();necfunction4();necfunction();necdefupdate() title='The two or three letter ISO-639 language code'></input><span id=neclangerror style=display:none;color:red> ERROR: INVALID LANGUAGE CODE</span><br>Part of speech: "

for(i=0;i<4;i++)
{x+="<a id='necinputpos"+necposlist[i]+"' href=javascript: onclick=document.getElementById('necinputpos'+necdata['pos2']).style.fontWeight='';necdata['pos2']='"+necposlist[i]+"';necdata['pos']='"+necposlist[i].toLowerCase()+"';this.style.fontWeight='bold';necfunction4();necfunction()";if(!i){x+=" style='font-weight:bold'"};x+=">"+necposlist[i]+"</a>, "}

x+="<span id='necinputpos'>Other: <input type=text onKeyUp=\"document.getElementById('necinputpos'+necdata['pos2']).style.fontWeight='';necdata['pos2']=this.value;necdata['pos']=this.value.toLowerCase().replace(/ /g,'');this.parentNode.setAttribute('ID','necinputpos'+this.value);document.getElementById('necinputpos'+necdata['pos2']).style.fontWeight='bold';necfunction();necfunction4()\" /><select onchange=\"document.getElementById('necinputpos'+necdata['pos2']).style.fontWeight='';necdata['pos2']=this.value;necdata['pos']=this.value.toLowerCase().replace(/ /g,'');this.parentNode.setAttribute('ID','necinputpos'+this.value);document.getElementById('necinputpos'+necdata['pos2']).style.fontWeight='bold';necfunction();necfunction4()\"><option value=''>Pilih</option>"

for(i in necposlist)
{if(i>3){x+="<option>"+necposlist[i]+"</option>"}}

x+="</select></span><span id=necinfls></span><br>Maklumat lanjut: <a id=necquotbutton href=javascript: onclick=necpostbox(0);necfunction();this.style.fontWeight='bold' title='Tambah bahagian Nota Penggunaan'>Nota penggunaan</a>, <a href=javascript: id=necSynonymsbutton onclick=necpost[5][necpost[5].length]=['',''];necpostbox();necfunction();this.style.fontWeight='bold' title='Tambah bahagian Sinonim'>Sinonim</a>, <span id=nectransspan><a href=javascript: id=nectransbutton onclick=necpost[15].push('');necpostbox();necfunction();this.style.fontWeight='bold' title='Tambah bahagian terjemahan'>Terjemahan</a>, </span>Lagi: <select onchange=necpostbox(this.value);this.selectedIndex=0;necfunction()><option select='selected'>Pilih</option>"

for(i in necheadingorder)
{if(i!=0&&i!=5&&i!=15){x+="<option value="+i+">"+necheadingorder[i]+"</option>"}}

x+="</select><br><span id=necpostbox></span><span id='necdefs'>Definisi: <input type=text id='necinput3' onKeyUp=necdefs[0][0]=this.value;necfunction() /><br></span>Maklumat lanjut: <a href=javascript:necdefs.push(['',[],[]]);necdefupdate();necfunction() title='Tambah definisi baru'>Definisi lain</a>,  <a href=javascript: id=necetymbutton onclick=document.getElementById('necetymspan').style.display='';necetym=document.getElementById('necetyminput').value;necfunction();this.style.fontWeight='bold' title='Tambah bahagian Etimologi'>Etimology</a>, <a href=javascript: id=necpronbutton onclick=document.getElementById('necpronspan').style.display='';necpron=document.getElementById('necproninput').value;necfunction();this.style.fontWeight='bold' title='Tambah bahagian Sebutan'>Sebutan</a>. <span id='necetymspan' style='display:none'><br>Etimologi: <a href=javascript: onclick=necetym=undefined;document.getElementById('necetymspan').style.display='none';necfunction();document.getElementById('necetymbutton').style.fontWeight='' title='Hapus bahagian Etimology'>(hapus)</a><br><textarea id=necetyminput onKeyUp=necetym=this.value;necfunction()></textarea></span><span id=necpronspan style='display:none'><br>Sebutan: <a href=javascript: onclick=necpron=undefined;document.getElementById('necpronspan').style.display='none';necfunction();document.getElementById('necpronbutton').style.fontWeight='' title='Hapus bahagian Sebutan'>(hapus)</a><br><textarea id=necproninput onKeyUp=necpron=this.value;necfunction()></textarea></span><div style='float:right;'><a href=/w/index.php?title=en:User_talk:Yair_rand/newentrywiz.js&action=edit&section=new title='Berikan maklum balas'>Berikan maklum balas</a></div>"

document.getElementById("editform").insertBefore(document.getElementById("necblah"),document.getElementById("editform").firstChild)
document.getElementById("necblah").innerHTML=x
if(document.URL.match("&section=new"))
{document.getElementById("wpSummaryLabel").parentNode.removeChild(document.getElementById("wpSummaryLabel"))
document.getElementById("wpSummary").parentNode.removeChild(document.getElementById("wpSummary"))}
}


function necfunction() // Fill in the edit box.
{

var k=""

if(document.URL.match("&section=new"))
{k+="----\n{{rfc-auto}}\n"}
else
{var neceditsummary="(["+"[Pengguna:Yair rand/newentrywiz.js|NEC]]) +"+neccode+":"+necdata['pos']+": " //edit summary
for(i in necdefs){neceditsummary+=((i!=0)?', ':'')+necdefs[i][0]}
document.getElementById("wpSummary").value=neceditsummary}

k+="=={"+"{subst:"+document.getElementById('necinput').value+"|l=}}=="
for(i in necpost[19]){k+="\n["+"[Image:"+necpost[19][i][0]+"|thumb|"+necpost[19][i][1]+"]]"}
k+="\n\n"
if(necetym!=undefined)
{k+="===Etimologi===\n"+necetym+"\n\n"}
if(necpron!=undefined)
{k+="===Sebutan===\n"+necpron+"\n\n"}

k+="==="+necdata['pos2']+"===\n"
if(!neccode){neccode=''}
if(neccode!='' && necinfls[neccode] && necinfls[neccode][necdata['pos']] && necinfls[neccode][necdata['pos']][2])
{

if(necdata[neccode+"-"+necdata['pos']+"2"]!="Advanced")
{
if(necinfls[neccode][necdata['pos']][0]!=undefined)
{k+=necinfls[neccode][necdata['pos']][0]}
if(wgTitle.match(' ')&&neccode!='he')
{k+="|head=[["+wgTitle.replace(/\s/g,"]] [[")+"]]"}

var x=necinfls[neccode][necdata['pos']]
for (z in x)
{
if(z<=1)
{continue;}
var zz=neccode+"-"+necdata['pos']+z
for (y in x[z][2]) // search for inflections
{
if(x[z][2][y][0]!="input" && necdata[zz]==x[z][2][y][0]) // is selected option, not input box
{
k+=x[z][2][y][1];
break;
}
if(x[z][2][y][0]=="input" && necfunction7(x[z][2],necdata[zz])==false)
{k+=x[z][2][y][2]+necdata[zz]}
}

}
if(necinfls[neccode][necdata['pos']][1]!=undefined)
{k+=necinfls[neccode][necdata['pos']][1]}
}
else
{k+=necinputadvanced}

}
else
{
if(necinputadvanced){k+=necinputadvanced}
else{
if(neccode!='' && necinfls[neccode] && necinfls[neccode][necdata['pos']])
{k+=necinfls[neccode][necdata['pos']][0]
if(wgTitle.match(' '))
{k+="|head=[["+wgTitle.replace(/\s/g,"]] [[")+"]]"}
k+=necinfls[neccode][necdata['pos']][1]}
else
{k+='{'+'{infl|'+neccode+'|'+necdata['pos2'].toLowerCase()
if(wgTitle.match(' '))
{k+="|head=[["+wgTitle.replace(/\s/g,"]] [[")+"]]"}
k+='}}'}
}
}

k+="\n"
for (i in necdefs)
{
k+="\n# "+necdefs[i][0]
for(l in necdefs[i][1])
{k+="\n#:''"+necdefs[i][1][l][0].replace(new RegExp("("+wgTitle+")","ig"),"'''$1'''")+"''"
if(neccode!="ms"&&necdefs[i][1][l][1]&&(new LangMetadata()).guessScript(neccode)!='Latn')
{k+="\n#::''"+necdefs[i][1][l][1]+"''"}
if(neccode!="ms"){k+="\n#::''"+necdefs[i][1][l][2]+"''"}}
for(l in necdefs[i][2])
{k+="\n#*'''"+necdefs[i][2][l][0]+"''', "+necdefs[i][2][l][1]+", ''"+necdefs[i][2][l][2]+"''"
if(necdefs[i][2][l][3]){k+=", "+necdefs[i][2][l][3]}
if(necdefs[i][2][l][4]){k+=", page";if(necdefs[i][2][l][4].match(/(-|–)/)){k+="s"};k+=" "+necdefs[i][2][l][4]}
k+="\n#*:"
k+=necdefs[i][2][l][5].replace(new RegExp("("+wgTitle+")","ig"),"'''$1'''")
if(neccode!="ms"){k+="\n#*::"+necdefs[i][2][l][6]}
}

}

/* SUBHEADERS */
for(o=0;o<=3;o++)
{
if(necpost[o]!=undefined)
{k+="\n\n===="+necheadingorder[o]+"====\n"+necpost[o]}
}
if(necpost[4]!=undefined)
{k+="\n\n====Petikan====\n"+necpost[4]}
for(o=5;o<=17;o++)
{
if(necpost[o][0]!=undefined)
{k+="\n\n===="+necheadingorder[o]+"===="}
if(o<11||o==13)
{
for(i in necpost[o])
{
k+="\n* {"+"{sense|"+necpost[o][i][0]+"}} "
for(u in necpost[o][i]){if(u!=0){if(u!=1){k+=", "};k+="{"+"{l|"+neccode+"|"+necpost[o][i][u]+"}}"}}
}
}
else if(o==14)
{for(i in necpost[o]){k+="\n* {"+"{subst:"+necpost[o][i][0]+"}}: {"+"{l|"+necpost[o][i][0]
k+="|"+necpost[o][i][1]+"}}"}}
else if(o==15)
{for(i in necpost[15])
{k+="\n{"+"{ter-atas|"+necpost[15][i]+"}}\n{"+"{ter-tengah}}\n{"+"{ter-bawah}}"}}
else if(o==16||o==17)
{for(i in necpost[o]){k+="\n* "+necpost[o][i]}}
else
{
for(i in necpost[o]){k+="\n* {"+"{l|"+neccode+"|"+necpost[o][i]+"}}"}
}
}
for(i in necpost[18]){k+="\n["+"[Kategori:"+necpost[18][i]+"]]"}
document.editform.wpTextbox1.value=k
}

function necCleanLangCode(lang) // taken from wt:edit
{
var key = lang.toLowerCase().replace(' ','');
var dict = {aar:"aa",afar:"aa",abk:"ab",abkhazian:"ab",afr:"af",afrikaans:"af",aka:"ak",akan:"ak",amh:"am",amharic:"am",ara:"ar",arabic:"ar",arg:"an",aragonese:"an",asm:"as",assamese:"as",ava:"av",avaric:"av",ave:"ae",avestan:"ae",aym:"ay",aymara:"ay",aze:"az",azerbaijani:"az",bak:"ba",bashkir:"ba",bam:"bm",bambara:"bm",bel:"be",belarusian:"be",ben:"bn",bengali:"bn",bis:"bi",bislama:"bi",bod:"bo",tibetan:"bo",bos:"bs",bosnian:"bs",bre:"br",breton:"br",bul:"bg",bulgarian:"bg",cat:"ca",catalan:"ca",ces:"cs",czech:"cs",cha:"ch",chamorro:"ch",che:"ce",chechen:"ce",chu:"cu",churchslavic:"cu",chv:"cv",chuvash:"cv",cor:"kw",cornish:"kw",cos:"co",corsican:"co",cre:"cr",cree:"cr",cym:"cy",welsh:"cy",dan:"da",danish:"da",deu:"de",german:"de",div:"dv",dhivehi:"dv",dzo:"dz",dzongkha:"dz",ell:"el",greek:"el",eng:"en",english:"en",epo:"eo",esperanto:"eo",est:"et",estonian:"et",eus:"eu",basque:"eu",ewe:"ee",fao:"fo",faroese:"fo",fas:"fa",persian:"fa",fij:"fj",fijian:"fj",fin:"fi",finnish:"fi",fra:"fr",french:"fr",fry:"fy",westernfrisian:"fy",ful:"ff",fulah:"ff",gla:"gd",scottishgaelic:"gd",gle:"ga",irish:"ga",glg:"gl",galician:"gl",glv:"gv",manx:"gv",grn:"gn",guarani:"gn",guj:"gu",gujarati:"gu",hat:"ht",haitian:"ht",hau:"ha",hausa:"ha",heb:"he",hebrew:"he",her:"hz",herero:"hz",hin:"hi",hindi:"hi",hmo:"ho",hirimotu:"ho",hrv:"hr",croatian:"hr",hun:"hu",hungarian:"hu",hye:"hy",armenian:"hy",ibo:"ig",igbo:"ig",ido:"io",iii:"ii",sichuanyi:"ii",iku:"iu",inuktitut:"iu",ile:"ie",interlingue:"ie",ina:"ia",interlingua:"ia",ind:"id",indonesian:"id",ipk:"ik",inupiaq:"ik",isl:"is",icelandic:"is",ita:"it",italian:"it",jav:"jv",javanese:"jv",jpn:"ja",japanese:"ja",kal:"kl",kalaallisut:"kl",kan:"kn",kannada:"kn",kas:"ks",kashmiri:"ks",kat:"ka",georgian:"ka",kau:"kr",kanuri:"kr",kaz:"kk",kazakh:"kk",khm:"km",centralkhmer:"km",kik:"ki",kikuyu:"ki",kin:"rw",kinyarwanda:"rw",kir:"ky",kirghiz:"ky",kom:"kv",komi:"kv",kon:"kg",kongo:"kg",kor:"ko",korean:"ko",kua:"kj",kuanyama:"kj",kur:"ku",kurdish:"ku",lao:"lo",lat:"la",latin:"la",lav:"lv",latvian:"lv",lim:"li",limburgan:"li",lin:"ln",lingala:"ln",lit:"lt",lithuanian:"lt",ltz:"lb",luxembourgish:"lb",lub:"lu",lubakatanga:"lu",lug:"lg",ganda:"lg",mah:"mh",marshallese:"mh",mal:"ml",malayalam:"ml",mar:"mr",marathi:"mr",mkd:"mk",macedonian:"mk",mlg:"mg",malagasy:"mg",mlt:"mt",maltese:"mt",mon:"mn",mongolian:"mn",mri:"mi",maori:"mi",msa:"ms",malay:"ms",mya:"my",burmese:"my",nau:"na",nauru:"na",nav:"nv",navajo:"nv",nbl:"nr",southndebele:"nr",nde:"nd",northndebele:"nd",ndo:"ng",ndonga:"ng",nep:"ne",nepali:"ne",nld:"nl",dutch:"nl",nno:"nn",norwegiannynorsk:"nn",nob:"nb",norwegianbokmal:"nb",nor:"no",norwegian:"no",nya:"ny",nyanja:"ny",oci:"oc",occitan:"oc",oji:"oj",ojibwa:"oj",ori:"or",oriya:"or",orm:"om",oromo:"om",oss:"os",ossetian:"os",pan:"pa",panjabi:"pa",pli:"pi",pali:"pi",pol:"pl",polish:"pl",por:"pt",portuguese:"pt",pus:"ps",pushto:"ps",que:"qu",quechua:"qu",roh:"rm",romansh:"rm",ron:"ro",romanian:"ro",run:"rn",rundi:"rn",rus:"ru",russian:"ru",sag:"sg",sango:"sg",san:"sa",sanskrit:"sa",sin:"si",sinhala:"si",slk:"sk",slovak:"sk",slv:"sl",slovenian:"sl",sme:"se",northernsami:"se",smo:"sm",samoan:"sm",sna:"sn",shona:"sn",snd:"sd",sindhi:"sd",som:"so",somali:"so",sot:"st",southernsotho:"st",spa:"es",spanish:"es",sqi:"sq",albanian:"sq",srd:"sc",sardinian:"sc",srp:"sr",serbian:"sr",ssw:"ss",swati:"ss",sun:"su",sundanese:"su",swa:"sw",swahili:"sw",swe:"sv",swedish:"sv",tah:"ty",tahitian:"ty",tam:"ta",tamil:"ta",tat:"tt",tatar:"tt",tel:"te",telugu:"te",tgk:"tg",tajik:"tg",tgl:"tl",tagalog:"tl",tha:"th",thai:"th",tir:"ti",tigrinya:"ti",ton:"to",tonga:"to",tsn:"tn",tswana:"tn",tso:"ts",tsonga:"ts",tuk:"tk",turkmen:"tk",tur:"tr",turkish:"tr",twi:"tw",uig:"ug",uighur:"ug",ukr:"uk",ukrainian:"uk",urd:"ur",urdu:"ur",uzb:"uz",uzbek:"uz",ven:"ve",venda:"ve",vie:"vi",vietnamese:"vi",vol:"vo",volapuk:"vo",wln:"wa",walloon:"wa",wol:"wo",wolof:"wo",xho:"xh",xhosa:"xh",yid:"yi",yiddish:"yi",yor:"yo",yoruba:"yo",zha:"za",zhuang:"za",zho:"zh",chinese:"zh",zul:"zu",zulu:"zu"}

return dict[key];
}

function necfunction4()
{
if(!neccode){neccode=''}
if(neccode && necinfls[neccode] && necinfls[neccode][necdata['pos']]!=undefined && necinfls[neccode][necdata['pos']][2]!=undefined)
{

necfunction5(necinfls[neccode][necdata['pos']])

}
else
{var qq=neccode+"-"+necdata['pos']+'2'
var xx="<span class=msgfornonnewbies "
if(necinputadvanced){xx+="style='font-weight:bold' "}
xx+="><br>Wikikod: <input type=text value='"+necinputadvanced+"' onKeyUp=necinputadvanced=this.value;if(this.value){this.parentNode.style.fontWeight='bold'}else{this.parentNode.style.fontWeight=''};necfunction() /></span>"
document.getElementById("necinfls").innerHTML=xx
necfunction()}
}

function necfunction5(a)
{
/* INFLECTION OPTIONS */

var q=""
for(r in a)
{

if(r<=1)
{continue;}
var qq=neccode+"-"+necdata['pos']+r
if(necdata[qq]==undefined)
{if(a[r][2][0][0]=='input'){necdata[qq]=''}else{necdata[qq]=a[r][2][0][0]}}
q+="<br>"+a[r][0]+": "

for(i in a[r][2])
{
if(a[r][2][i][0]!='input')
{
q+="<a href=javascript: id='necinput"+qq+a[r][2][i][0]+"' onclick=\""
if(a[r][2][i][2])
{q+=a[r][2][i][2]+";"}
q+="necdata[\'"+qq+"\']=\'"+a[r][2][i][0]+"\';necfunction4();necfunction()\">"+a[r][2][i][0]+"</a>"
if(i!=a[r][2].length-1){q+=", "}
}
else
{
q+="<span id='necinput"+qq
if(necdata[qq]!="Maju" && necfunction7(a[r][2],necdata[qq])==false)
{q+=necdata[qq]}
q+="'>"+a[r][2][i][1]+"<input type=text value='' id='"
q+=neccode+"-"+necdata['pos']+"-"+r+"-"+i
q+="' onKeyUp="
if(a[r][2][i][4])
{q+=a[r][2][i][4]+";"}

q+="necfunction6('"+qq+"','"+neccode+"-"+necdata['pos']+"-"+r+"-"+i+"');"

q+="necfunction() /></span>"
if(i!=a[r][2].length-1){q+=", "}
}
}


/* ADVANCED OPTIONS */
if(r==2)
{
q+="<span id='necinput"+qq+"Maju' class=msgfornonnewbies><span style=font-weight:normal>, </span>Wikikod: <input type=text value='"+necinputadvanced+"' onKeyUp=necinputadvanced=this.value;document.getElementById('necinput"+qq+"'+necdata['"+qq+"']).style.fontWeight='';necdata['"+qq+"']='Maju';document.getElementById('necinput"+qq+"'+necdata['"+qq+"']).style.fontWeight='bold';necfunction() /></span>"
}
}

document.getElementById("necinfls").innerHTML=q


for(r in a)
{
if(r<=1)
{continue;}
var qq=neccode+"-"+necdata['pos']+r
document.getElementById('necinput'+qq+necdata[qq]).style.fontWeight='bold'

if(document.getElementById('necinput'+qq+necdata[qq]).childNodes[1]&&necdata[qq]!='Maju'&& necfunction7(a[r][2],necdata[qq])==false)
{document.getElementById('necinput'+qq+necdata[qq]).childNodes[1].value=necdata[qq]}
}

}


function necdefupdate()
{
/* DEFINITIONS */
def=""
for(i in necdefs)
{
def+="Definition: <input size=50 type=text value='"+necdefs[i][0]+"' onKeyUp=necdefs["+i+"][0]=this.value;necfunction() />"
if(i>0)
{
def+="<a href=javascript:necdefs.splice("+i+",1);necdefupdate();necfunction() title='Hapus definisi ini'>(–)</a>"
}
def+="<a href=javascript:necdefs["+i+"][1].push(['','','']);necdefupdate();necfunction() title='Tambah ayat contoh'>(+ayat contoh)</a><a href=javascript:necdefs["+i+"][2].push(['','','','','','','']);necdefupdate();necfunction() title='Tambah petikan'>(+petikan)</a>"
for(l in necdefs[i][1]) // Example sentences
{
def+="<br><span style='padding-left:30px;'>Ayat contoh: </span><input type=text size=40 value='"+necdefs[i][1][l][0]+"' onKeyUp=necdefs["+i+"][1]["+l+"][0]=this.value;necfunction() /><a href=javascript:necdefs["+i+"][1].splice("+l+",1);necdefupdate();necfunction() title='Hapus contoh ayat ini'>(–)</a>"
if(neccode!="ms")
{
if ((new LangMetadata()).guessScript(neccode) != 'Latn')
{
def+="<br><span style='padding-left:60px;'>Transliterasi: </span><input type=text size=40 value='"+necdefs[i][1][l][1]+"' onKeyUp=necdefs["+i+"][1]["+l+"][1]=this.value;necfunction() />"
}
def+="<br><span style='padding-left:60px;'>Terjemahan: </span><input type=text size=40 value='"+necdefs[i][1][l][2]+"' onKeyUp=necdefs["+i+"][1]["+l+"][2]=this.value;necfunction() />"
}
}
for(l in necdefs[i][2]) // Quotations
{
var x=['Tahun','Pengarang','Tajuk sumber','Penerbit','Halaman']
var z=[4,20,20,20,5] //sizes
def+="<br><span style='padding-left:30px;'>"
for(y in x)
{def+=x[y]+": <input type=text size="+z[y]+" value='"+necdefs[i][2][l][y]+"' onKeyUp=necdefs["+i+"][2]["+l+"]["+y+"]=this.value;necfunction() /> "}
def+="</span><br><span style='padding-left:30px;'>Petikan: <input type=text size=40 value='"+necdefs[i][2][l][5]+"' onKeyUp=necdefs["+i+"][2]["+l+"][5]=this.value;necfunction() /><a href=javascript:necdefs["+i+"][2].splice("+l+",1);necdefupdate();necfunction() title='Hapus petikan ini'>(–)</a>"
if(neccode!="ms")
{def+="<br><span style='padding-left:60px;'>Terjemahan: </span><input type=text size=40 value='"+necdefs[i][2][l][6]+"' onKeyUp=necdefs["+i+"][2]["+l+"][6]=this.value;necfunction() />"}
}
def+="<br>"
}
document.getElementById('necdefs').innerHTML=def
}

function necpostbox(q)
{
if(q!=undefined)
{
if((q>5&&q<=10)||q==13||q==14||q==19)
{necpost[q][necpost[q].length]=['','']}
else if((q>10&&q<13)||q>15)
{necpost[q][necpost[q].length]=''}
else
{necpost[q]=''}
}
var m=""

/* USAGE NOTES, INFLECTION TABLES */
for (o=0;o<=4;o++)
{
if(necpost[o]!=undefined)
{
m+="<span style='padding-left:30px;'>"+necheadingorder[o]+": <a href=javascript:necpost["+o+"]=undefined;";if(!o){m+="document.getElementById('necquotbutton').style.fontWeight='';"};m+="necpostbox();necfunction() title='Hapus bahagian'>(hapus)</a></span><br><span style='padding-left:60px;'><textarea onKeyUp=necpost["+o+"]=this.value;necfunction()>"+necpost[o]+"</textarea></span><br>"
}
}
/* NYMS */
for(o=5;o<14;o++)
{
if(necpost[o][0]!=undefined)
{m+="<span style='padding-left:30px;'>"+necheadingorder[o]+": <a id=nec"+necheadingorder[o]+"button  href=javascript:necpost["+o+"][necpost["+o+"].length]=['',''];necpostbox();necfunction() title='add section'>(add section)</a></span><br>"}
else if(o==5)
{document.getElementById('necSynonymsbutton').style.fontWeight=''}

for(i in necpost[o])
{m+="<span style='padding-left:60px;'>Gloss: <input type=text value='"+necpost[o][i][0]+"' onKeyUp=necpost["+o+"]["+i+"][0]=this.value;necfunction() /> "+necheadingorder[o]+": "
for(u in necpost[o][i])
{if(u!=0){if(u!=1){m+=", "};m+="<input type=text size=5 value='"+necpost[o][i][u]+"' onKeyUp=necpost["+o+"]["+i+"]["+u+"]=this.value;necfunction() />"}}
m+="<a href=javascript:necpost["+o+"]["+i+"].push('');necpostbox();necfunction() title='Tambah "+necheadingorder[o].substr(0,necheadingorder[o].length-1).toLowerCase()+"'>(+)</a>"
if(necpost[o][i].length>2)
{m+="<a href=javascript:necpost["+o+"]["+i+"].splice("+(necpost[o][i].length-1)+",1);necpostbox();necfunction() title='Hapus "+necheadingorder[o].substr(0,necheadingorder[o].length-1).toLowerCase()+"'>(–)</a>"}
m+="<a href=javascript:necpost["+o+"].splice("+i+",1);necpostbox();necfunction() title='Buang bahagian'>(buang bahagian)</a><br>"
}
if(o==10){o=12}
}

/* DERIVED TERMS, RELATED TERMS, SEE ALSO, EXTERNAL LINKS */
for(o=11;o<=17;o++)
{
if(necpost[o][0]!=undefined)
{
m+="<span style='padding-left:30px;'>"+necheadingorder[o]+": <a href=javascript:necpost["+o+"].push('');necpostbox();necfunction()>(baru)</a></span><br>"
}

for(i in necpost[o])
{m+="<span style='padding-left:60px;'><input type=text value='"+necpost[o][i]+"' onKeyUp=necpost["+o+"]["+i+"]=this.value;necfunction() /><a href=javascript:necpost["+o+"].splice("+i+",1);necpostbox();necfunction() title='Hapus'>(–)</a><br>"}
if(o==12){o=15}
}

/* DESCENDANTS */

if(necpost[14][0]!=undefined)
{
m+="<span style='padding-left:30px;'>"+necheadingorder[14]+": <a href=javascript:necpost[14].push(['','']);necpostbox();necfunction() title='Tambah keturunan baru'>(baru)</a></span><br>"
}

for(i in necpost[14])
{m+="<span style='padding-left:60px;'>Language: <input type=text value='"+necpost[14][i][0]+"' onKeyUp=necpost[14]["+i+"][0]=this.value;necfunction() onblur=if(necCleanLangCode(this.value)){this.value=necCleanLangCode(this.value)};necpost[14]["+i+"][0]=this.value;necfunction() /> Perkataan: <input type=text value='"+necpost[14][i][1]+"' onKeyUp=necpost[14]["+i+"][1]=this.value;necfunction() /><a href=javascript:necpost[14].splice("+i+",1);necpostbox();necfunction() title='Hapus'>(–)</a><br>"}


/* TRANSLATIONS */
if(necpost[15][0]!=undefined)
{m+="<span style='padding-left:30px;'>Translations section: <a href=javascript:necpost[15].push('');necpostbox();necfunction() title='Tambah bahagian terjemahan'>(Tambah bahagian)</a></span><br>"}
else
{document.getElementById('nectransbutton').style.fontWeight=''}
for(i in necpost[15])
{m+="<span style='padding-left:60px;'>Padanan kata/gloss: <input type=text value='"+necpost[15][i]+"' onKeyUp=necpost[15]["+i+"]=this.value;necfunction() /><a href=javascript:necpost[15].splice("+i+",1);necpostbox();necfunction() title='Hapus'>(–)</a><br>"}

if(necpost[18][0]!=undefined)
{
for(i in necpost[18])
{m+="<span style='padding-left:30px;'>Kategori:<input type=text value='"+necpost[18][i]+"' onKeyUp=necpost[18]["+i+"]=this.value;necfunction() /><a href=javascript:necpost[18].splice("+i+",1);necpostbox();necfunction() title='Hapus kategori'>(–)</a>"
if(i==0)
{m+="<a href=javascript:necpost[18].push('');necpostbox();necfunction() title='Tambah kategori baru'>(+kategori baru)</a>"}
m+="</span><br>"}
}

if(necpost[19][0]!=undefined)
{
for(i in necpost[19])
{m+="<span style='padding-left:30px;'>Nama fail:<input type=text value='"+necpost[19][i][0]+"' onKeyUp=necpost[19]["+i+"][0]=this.value;necfunction() />  Kapsyen:<input type=text value='"+necpost[19][i][1]+"' onKeyUp=necpost[19]["+i+"][1]=this.value;necfunction() /><a href=javascript:necpost[19].splice("+i+",1);necpostbox();necfunction() title='Buang imej'>(–)</a>"
if(i==0)
{m+="<a href=javascript:necpost[19].push(['','']);necpostbox();necfunction() title='Tambah imej baru'>(+imej baru)</a>"}
m+="</span><br>"}
}

document.getElementById('necpostbox').innerHTML=m
}

function necfunction6(cc,dd)
{
document.getElementById('necinput'+cc+necdata[cc]).style.fontWeight='';necdata[cc]=document.getElementById(dd).value;document.getElementById(dd).parentNode.setAttribute('ID','necinput'+cc+document.getElementById(dd).value);document.getElementById('necinput'+cc+necdata[cc]).style.fontWeight='bold';

}

function necfunction7(qw,er)
{
var qwe=false
for(ty in qw)
{if(er==qw[ty][0]){qwe=true}}
return qwe
}

function necload()
{
if(document.getElementById('necblah'))
{
necfunction2()
necdefupdate()
necfunction()
necfunction4()
necfunction()
}
}

$(necload)