កំណត់ហេតុសាធារណៈទាំងអស់
Appearance
ការបង្ហាញកំណត់ហេតុទាំងអស់របស់វិគីភីឌា។
អ្នកអាចបង្រួមការបង្ហាញដោយជ្រើសរើសប្រភេទកំណត់ហេតុ អត្តនាម ឬ ទំព័រពាក់ព័ន្ធ។
- ម៉ោង២៣:៣២ ថ្ងៃព្រហស្បតិ៍ ទី០៦ ខែមេសា ឆ្នាំ២០២៣ 2601:18e:c081:2ff0:7d12:8a6d:e00c:8f9c ការពិភាក្សា បានបង្កើតទំព័រ Module:If preview (បានបង្កើតទំព័រដែលផ្ដើមដោយ local p = {} local cfg = mw.loadData('Module:If preview/configuration') --main This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed. function p.main(frame) if cfg.preview then return frame.args[1] or '' else return frame.args[2] or '' end end --[[ pmain This function returns either the first argument or second ar...)