پودمان:Arguments: تفاوت میان نسخهها
Hasaninasab (بحث | مشارکتها) صفحهای تازه حاوی «-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and...» ایجاد کرد |
جز ۱ نسخه واردشده |
||
(۵ نسخهٔ میانی ویرایش شده توسط ۲ کاربر نشان داده نشد) | |||
خط ۱۱۲: | خط ۱۱۲: | ||
fargs = frame.args | fargs = frame.args | ||
else | else | ||
local title = parent:getTitle():gsub('/ | local title = parent:getTitle():gsub('/sandbox$', '') | ||
local found = false | local found = false | ||
if matchesTitle(options.wrappers, title) then | if matchesTitle(options.wrappers, title) then |