মডিউল:headword: সংশোধিত সংস্করণের মধ্যে পার্থক্য

বিষয়বস্তু বিয়োগ হয়েছে বিষয়বস্তু যোগ হয়েছে
সম্পাদনা সারাংশ নেই
সম্পাদনা সারাংশ নেই
১৯৮ নং লাইন:
if translit and translit.display == "-" then
translit = nil
elseif not translit and not (data.sc:getCode():find("Latn", nil, true) or data.sc:getCode():find("Beng", nil, true) or data.sc:getCode() == "Latinx" or data.sc:getCode() == "None") and (not data.sc or data.sc:getCode() ~= "Imag") then
translit = data.lang:transliterate(require("Module:links").remove_links(head), data.sc)
২০৪ নং লাইন:
-- Add the entry to a cleanup category.
if not translit and not notranslit[data.lang:getCode()] then
translit = "<small>transliterationপ্রতিবর্ণীকরণ neededপ্রয়োজন</small>"
table.insert(data.categories, "Requests for transliteration of " .. data.lang:getCanonicalName() .. " termsশব্দের প্রতিবর্ণীকরণ প্রয়োজন")
end
৩৮৯ নং লাইন:
parts_output = " " .. table.concat(parts, " <i>বা</i> ")
elseif parts.request then
parts_output = " <small>[pleaseদয়া provideকরে প্রদান করুন]</small>"
.. require("Module:utilities").format_categories(
{"Requests for inflections in " .. data.lang:getCanonicalName() .. " entries"},
৬৪০ নং লাইন:
table.insert(
data.categories,
character .. " দিয়ে বানান করা " .. data.lang:getCanonicalName() .. " শব্দ"
data.lang:getCanonicalName() .. " terms spelled with " .. character
)
end
৬৫১ নং লাইন:
title.subpageText, data.lang, data.sc
) then
table.insert(data.categories, data.lang:getCanonicalName() .. " palindromesপ্যালিনড্রোম")
end