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

বিষয়বস্তু বিয়োগ হয়েছে বিষয়বস্তু যোগ হয়েছে
Phe (আলোচনা | অবদান)
update, do some automatic filling of Author:* when creating a new page
Phe (আলোচনা | অবদান)
typo
২৫৫ নং লাইন:
last_initial = last_initial.charAt(0) + lastname.charAt(2).toLowerCase();
 
text_boxwpTextbox1.value = "{{" + "author\n" +
" | firstname = " + firstname + "\n" +
" | lastname = " + lastname + "\n" +
" | last_initial = " + last_initial + "\n" +
" | birthyear = \n" +
" | deathyear = \n" +
" | description = \n" +
" | image = \n" +
" | wikipedia_link = \n" +
" | wikiquote_link = \n" +
" | commons_link = \n" +
"}}\n\n" +
"==Works==\n\n";
 
var base_url = "http://en.wikipedia.org"