মিডিয়াউইকি:IndexForm.js: সংশোধিত সংস্করণের মধ্যে পার্থক্য

বিষয়বস্তু বিয়োগ হয়েছে বিষয়বস্তু যোগ হয়েছে
Billinghurst (আলোচনা | অবদান)
checking whether case on parameters is the issue
Billinghurst (আলোচনা | অবদান)
Billinghurst (আলাপ) এর সম্পাদিত সংস্করণ হতে Jayantanth এর সম্পাদিত সর্বশেষ সংস...
২৩ নং লাইন:
function type_changed(f,value) {
//see http://www.easybib.com/reference/guide/apa/dictionary
set_index_field( ws_msg('Authorauthor'), value, 1, 1, 0, 1, 0);
set_index_field( ws_msg('Translatortranslator'), value, 1, 1, 0, 0, 0);
set_index_field( ws_msg('Editoreditor'), value, 1, 1, 1, 0, 1);
set_index_field( ws_msg('Placeplace'), value, 1, 1, 1, 0, 1);
set_index_field( ws_msg('Publisherpublisher'), value, 1, 1, 1, 0, 1);
set_index_field( ws_msg('Volumevolume'), value, 1, 1, 1, 0, 1);
set_index_field( ws_msg('Schoolschool'), value, 0, 0, 0, 1, 0);
}