۸٬۱۴۴
ویرایش
fa>Wikivahdat (Undid revision 948472508 by [[Special:Contributions/w>IPad365|w>IPad365]] ([[User talk:w>IPad365|talk]])) |
Mohsenmadani (بحث | مشارکتها) (صفحهای تازه حاوی «-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryU...» ایجاد کرد) |
||
خط ۱۴: | خط ۱۴: | ||
if type(val) ~= 'string' then | if type(val) ~= 'string' then | ||
error(string.format( | error(string.format( | ||
" | "خطای نوع در پارامتر «%s» از «_main» (رشته انتظار میرفت، %s دریافت شد)", | ||
key, type(val) | key, type(val) | ||
), level) | ), level) | ||
خط ۴۵: | خط ۴۵: | ||
-- Filename | -- Filename | ||
checkArg('file', args.file, 3) | checkArg('file', args.file, 3) | ||
ret[#ret + 1] = ' | ret[#ret + 1] = 'پرونده:' .. args.file | ||
-- Format | -- Format | ||
خط ۸۲: | خط ۸۲: | ||
function p.main(frame) | function p.main(frame) | ||
local origArgs = require('Module:Arguments').getArgs(frame, { | local origArgs = require('Module:Arguments').getArgs(frame, { | ||
wrappers = ' | wrappers = 'الگو:File link' | ||
}) | }) | ||
if not origArgs.file then | if not origArgs.file then | ||
error(" | error("پارامتر «file» از [[الگو:File link]] حذف شدهاست", 0) | ||
end | end | ||