Jump to content

Module:Effective protection level: ປະຫວັດການດັດແກ້

ການເລືອກຜົນຕ່າງ: ເລືອກປຸ່ມຂອງສອງລຸ່ນເພື່ອປຽບທຽບ ແລະກົດປໍ້ນເຂົ້າຫຼືປຸ່ມຢູ່ລຸ່ມສຸດ
ຄຳອະທິບາຍ: (ດຽວນີ້) = ຄວາມແຕກຕ່າງກັບການດັດແກ້ຫຼ້າສຸດ, (ຫຼ້າສຸດ) = ຄວາມແຕກຕ່າງກັບການດັດແກ້ກ່ອນໜ້າ, = ການດັດແກ້ເລັກນ້ອຍ

9 ທັນວາ 2023

10 ພະຈິກ 2022

  • ດຽວນີ້ຫຼ້າສຸດ 14:0514:05, 10 ພະຈິກ 2022 Ekminarin ສົນທະນາ ເລື່ອງທີ່ຂຽນ 3,438 ໄບຕ໌ +3,438 ໜ້າໃໝ່: local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local leve...