মডিউল:প্রাচীন গ্রিক/নথি

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে

ব্যবহার[সম্পাদনা]

এই মডিউলটি প্রাচীন গ্রীক টেক্সট প্রতিলিপি করে। এটি উইকঅভিধানে প্রাচীন গ্রীক ট্রান্সলিটারেশন মডিউল-এর একটি পুরানো সংস্করণের উপর ভিত্তি করে তৈরি করা হয়েছে, যাতে এটিকে একটি টেমপ্লেটের মাধ্যমে কলযোগ্য করে তোলা যায়।

{{#invoke:Ancient Greek|translit|οἷος}}
  • hoîos

The code below uses the basic string functions (for instance, str:gsub(...)) when possible. Ustring functions have to be used when patterns contain sets with multiple-byte characters (for instance, "[αΑ]"), or quantifiers that act on multiple-byte characters ("α+"). And they must be used to correctly get a substring of the ith to the jth Unicode character. In other situations, basic string functions can be used, and are preferred for efficiency's sake, as they don't have to parse the string into codepoints before operating on it.