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

বিষয়বস্তু বিয়োগ হয়েছে বিষয়বস্তু যোগ হয়েছে
Phe (আলোচনা | অবদান)
better handling of Author Name (birth-death) and a few special case, von, van, de and le, Van or Von not handled
Phe (আলোচনা | অবদান)
whatlinkshere fix
১৯ নং লাইন:
//title
var wpTextbox1value = "{" + "{header\n | title = "
if (wgTitle.indexOf("/") != -1) //a slash could indicate that it's a subpage
{
২০১ নং লাইন:
if (wpTextbox1.value == "")
{
wpTextbox1.value = "{" + "{textinfo\n | edition = \n | source = \n | contributors = \n | progress = \n | notes = \n | proofreaders = \n}}\n"
}
}