সমললৈ যাওক

Module:Check for deprecated parameters: সংশোধনৰ ইতিহাস

Diff selection: তলত দেখুউৱা এই পৃষ্ঠাখনৰ বিভিন্ন সংস্কৰণবোৰ তুলনা কৰিবলৈ ৰেডিঅ' বুটামবোৰ টিপক আৰু কম্পিউটাৰৰ enter চাবিটো বা তলৰ বাচি লোৱা পৃষ্ঠাকেইটা তুলনা কৰক বুটামটো টিপক
বাখ্যাঃ (সাম্প্ৰতিক) মানে সাম্প্ৰতিক সংস্কৰণটোৰে পাৰ্থক্য আৰু (শেষ সলনি) মানে পূৰ্বৱৰ্তী সংস্কৰণটোৰ পাৰ্থক্য, M মানে অগুৰুত্বপূৰ্ণ সম্পাদনা

28 November 2023

  • সাম্প্ৰতিকশেষ সলনি 17:0817:08, 28 November 2023 দিব্য দত্ত আলোচনা বৰঙণি 1,974 বাইট +1,974 নতুন পৃষ্ঠা: -- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and trim(s) ~= '' end function p.check (frame) -- create the table of deprecated values and their matching new value local args = frame.args local dep_values = {} for k, v in pairs...