<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fa">
	<id>https://www.dezfulwiki.com/index.php?action=history&amp;feed=atom&amp;title=%D9%BE%D9%88%D8%AF%D9%85%D8%A7%D9%86%3AShortcut</id>
	<title>پودمان:Shortcut - تاریخچهٔ نسخه‌ها</title>
	<link rel="self" type="application/atom+xml" href="https://www.dezfulwiki.com/index.php?action=history&amp;feed=atom&amp;title=%D9%BE%D9%88%D8%AF%D9%85%D8%A7%D9%86%3AShortcut"/>
	<link rel="alternate" type="text/html" href="https://www.dezfulwiki.com/index.php?title=%D9%BE%D9%88%D8%AF%D9%85%D8%A7%D9%86:Shortcut&amp;action=history"/>
	<updated>2026-05-10T19:23:29Z</updated>
	<subtitle>تاریخچهٔ نسخه‌ها برای این صفحه در ویکی</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>https://www.dezfulwiki.com/index.php?title=%D9%BE%D9%88%D8%AF%D9%85%D8%A7%D9%86:Shortcut&amp;diff=235&amp;oldid=prev</id>
		<title>Amin: ۱ نسخه واردشده</title>
		<link rel="alternate" type="text/html" href="https://www.dezfulwiki.com/index.php?title=%D9%BE%D9%88%D8%AF%D9%85%D8%A7%D9%86:Shortcut&amp;diff=235&amp;oldid=prev"/>
		<updated>2021-10-18T13:21:38Z</updated>

		<summary type="html">&lt;p&gt;۱ نسخه واردشده&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;fa&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;→ نسخهٔ قدیمی‌تر&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;نسخهٔ ‏۱۸ اکتبر ۲۰۲۱، ساعت ۲۳:۲۱&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;fa&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(بدون تفاوت)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Amin</name></author>
	</entry>
	<entry>
		<id>https://www.dezfulwiki.com/index.php?title=%D9%BE%D9%88%D8%AF%D9%85%D8%A7%D9%86:Shortcut&amp;diff=234&amp;oldid=prev</id>
		<title>dezfulwiki&gt;Jeeputer: بروزرسانی از ویکی انگلیسی (انتقال CSS به الگوسبک، تعریف پارامترهای بیشتر و +پارامترهای فارسی)؛ نمونه‌های آزمایشی در الگو:میانبر/تمرین</title>
		<link rel="alternate" type="text/html" href="https://www.dezfulwiki.com/index.php?title=%D9%BE%D9%88%D8%AF%D9%85%D8%A7%D9%86:Shortcut&amp;diff=234&amp;oldid=prev"/>
		<updated>2021-08-31T23:55:39Z</updated>

		<summary type="html">&lt;p&gt;بروزرسانی از ویکی انگلیسی (انتقال CSS به الگوسبک، تعریف پارامترهای بیشتر و +پارامترهای فارسی)؛ نمونه‌های آزمایشی در &lt;a href=&quot;/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:%D9%85%DB%8C%D8%A7%D9%86%D8%A8%D8%B1/%D8%AA%D9%85%D8%B1%DB%8C%D9%86&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;الگو:میانبر/تمرین (صفحه وجود ندارد)&quot;&gt;الگو:میانبر/تمرین&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;صفحهٔ تازه&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module implements {{shortcut}}.&lt;br /&gt;
&lt;br /&gt;
-- Set constants&lt;br /&gt;
local CONFIG_MODULE = 'Module:Shortcut/config'&lt;br /&gt;
&lt;br /&gt;
-- Load required modules&lt;br /&gt;
local checkType = require('libraryUtil').checkType&lt;br /&gt;
local yesno = require('Module:Yesno')&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
local function message(msg, ...)&lt;br /&gt;
	return mw.message.newRawMessage(msg, ...):plain()&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local function makeCategoryLink(cat)&lt;br /&gt;
	return mw.ustring.format('[[%s:%s]]', mw.site.namespaces[14].name, cat)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._main(shortcuts, options, frame, cfg)&lt;br /&gt;
	checkType('_main', 1, shortcuts, 'table')&lt;br /&gt;
	checkType('_main', 2, options, 'table', true)&lt;br /&gt;
	options = options or {}&lt;br /&gt;
	frame = frame or mw.getCurrentFrame()&lt;br /&gt;
	cfg = cfg or mw.loadData(CONFIG_MODULE)&lt;br /&gt;
	local templateMode = (options.template or options['الگو']) and (yesno(options.template) or yesno(options['الگو']))&lt;br /&gt;
	local redirectMode = (options.redirect or options['تغییرمسیر']) and (yesno(options.redirect) or yesno(options['تغییرمسیر']))&lt;br /&gt;
	local isCategorized = (not options.category) or (not options['رده']) or (yesno(options.category) ~= false) or (yesno(options['رده']) ~= false)&lt;br /&gt;
&lt;br /&gt;
	-- Validate shortcuts&lt;br /&gt;
	for i, shortcut in ipairs(shortcuts) do&lt;br /&gt;
		if type(shortcut) ~= 'string' or #shortcut &amp;lt; 1 then&lt;br /&gt;
			error(message(cfg['invalid-shortcut-error'], i), 2)&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	-- Make the list items. These are the shortcuts plus any extra lines such&lt;br /&gt;
	-- as options.msg.&lt;br /&gt;
	local listItems = {}&lt;br /&gt;
	for i, shortcut in ipairs(shortcuts) do&lt;br /&gt;
		local templatePath, prefix&lt;br /&gt;
		if templateMode then&lt;br /&gt;
			-- Namespace detection&lt;br /&gt;
			local titleObj = mw.title.new(shortcut, 10)&lt;br /&gt;
			if titleObj.namespace == 10 then&lt;br /&gt;
				templatePath = titleObj.fullText&lt;br /&gt;
			else&lt;br /&gt;
				templatePath = shortcut&lt;br /&gt;
			end&lt;br /&gt;
			prefix = options['pre' .. i] or options.pre or options['پیشوند'] or ''&lt;br /&gt;
		end&lt;br /&gt;
		if (options.target or options['مقصد']) and (yesno(options.target) or yesno(options['مقصد'])) then&lt;br /&gt;
			listItems[i] = templateMode&lt;br /&gt;
				and mw.ustring.format(&amp;quot;&amp;amp;#123;&amp;amp;#123;%s[[%s|%s]]&amp;amp;#125;&amp;amp;#125;&amp;quot;, prefix, templatePath, shortcut)&lt;br /&gt;
				or mw.ustring.format(&amp;quot;[[%s]]&amp;quot;, shortcut)&lt;br /&gt;
		else&lt;br /&gt;
			listItems[i] = frame:expandTemplate{&lt;br /&gt;
				title = 'تغییرمسیر ممنوع',&lt;br /&gt;
				args = templateMode and {templatePath, shortcut} or {shortcut, shortcut}&lt;br /&gt;
			}&lt;br /&gt;
			if templateMode then&lt;br /&gt;
				listItems[i] = mw.ustring.format(&amp;quot;&amp;amp;#123;&amp;amp;#123;%s%s&amp;amp;#125;&amp;amp;#125;&amp;quot;, prefix, listItems[i])&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	table.insert(listItems, (options.msg or options['پیام']))&lt;br /&gt;
&lt;br /&gt;
	-- Return an error if we have nothing to display&lt;br /&gt;
	if #listItems &amp;lt; 1 then&lt;br /&gt;
		local msg = cfg['no-content-error']&lt;br /&gt;
		msg = mw.ustring.format('&amp;lt;strong class=&amp;quot;error&amp;quot;&amp;gt;%s&amp;lt;/strong&amp;gt;', msg)&lt;br /&gt;
		if isCategorized and cfg['no-content-error-category'] then&lt;br /&gt;
			msg = msg .. makeCategoryLink(cfg['no-content-error-category'])&lt;br /&gt;
		end&lt;br /&gt;
		return msg&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local root = mw.html.create()&lt;br /&gt;
	root:wikitext(frame:extensionTag{ name = 'templatestyles', args = { src = 'میانبر/styles.css'} })&lt;br /&gt;
	-- Anchors&lt;br /&gt;
	local anchorDiv = root&lt;br /&gt;
		:tag('div')&lt;br /&gt;
			:addClass('module-shortcutanchordiv')&lt;br /&gt;
	for i, shortcut in ipairs(shortcuts) do&lt;br /&gt;
		local anchor = mw.uri.anchorEncode(shortcut)&lt;br /&gt;
		anchorDiv:tag('span'):attr('id', anchor)&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	-- Shortcut heading&lt;br /&gt;
	local shortcutHeading&lt;br /&gt;
	do&lt;br /&gt;
		local nShortcuts = #shortcuts&lt;br /&gt;
		if nShortcuts &amp;gt; 0 then&lt;br /&gt;
			local headingMsg = options['shortcut-heading'] or&lt;br /&gt;
				redirectMode and cfg['redirect-heading'] or&lt;br /&gt;
				cfg['shortcut-heading']&lt;br /&gt;
			shortcutHeading = message(headingMsg, nShortcuts)&lt;br /&gt;
			shortcutHeading = frame:preprocess(shortcutHeading)&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	-- Shortcut box&lt;br /&gt;
	local shortcutList = root&lt;br /&gt;
		:tag('div')&lt;br /&gt;
			:addClass('module-shortcutboxplain plainlist noprint')&lt;br /&gt;
			:attr('role', 'note')&lt;br /&gt;
	if (options.float and (options.float:lower() == 'right' or options.float == 'راست')) or (options['شناور'] and (options['شناور']:lower() == 'right' or options['شناور'] == 'راست')) then&lt;br /&gt;
		shortcutList:addClass('module-shortcutboxright')&lt;br /&gt;
	end&lt;br /&gt;
	if (options.clear and options.clear ~= '') or (options['پاک‌کن'] and options['پاک‌کن'] ~= '') then&lt;br /&gt;
		shortcutList:css('clear', (options.clear or options['پاک‌کن']))&lt;br /&gt;
	end&lt;br /&gt;
	if shortcutHeading then&lt;br /&gt;
		shortcutList&lt;br /&gt;
			:tag('div')&lt;br /&gt;
				:addClass('module-shortcutlist')&lt;br /&gt;
				:wikitext(shortcutHeading)&lt;br /&gt;
	end&lt;br /&gt;
	local list = shortcutList:tag('ul')&lt;br /&gt;
	for i, item in ipairs(listItems) do&lt;br /&gt;
		list:tag('li'):wikitext(item)&lt;br /&gt;
	end&lt;br /&gt;
	return tostring(root)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = require('Module:Arguments').getArgs(frame)&lt;br /&gt;
&lt;br /&gt;
	-- Separate shortcuts from options&lt;br /&gt;
	local shortcuts, options = {}, {}&lt;br /&gt;
	for k, v in pairs(args) do&lt;br /&gt;
		if type(k) == 'number' then&lt;br /&gt;
			shortcuts[k] = v&lt;br /&gt;
		else&lt;br /&gt;
			options[k] = v&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	-- Compress the shortcut array, which may contain nils.&lt;br /&gt;
	local function compressArray(t)&lt;br /&gt;
		local nums, ret = {}, {}&lt;br /&gt;
		for k in pairs(t) do&lt;br /&gt;
			nums[#nums + 1] = k&lt;br /&gt;
		end&lt;br /&gt;
		table.sort(nums)&lt;br /&gt;
		for i, num in ipairs(nums) do&lt;br /&gt;
			ret[i] = t[num]&lt;br /&gt;
		end&lt;br /&gt;
		return ret&lt;br /&gt;
	end&lt;br /&gt;
	shortcuts = compressArray(shortcuts)&lt;br /&gt;
&lt;br /&gt;
	return p._main(shortcuts, options, frame)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>dezfulwiki&gt;Jeeputer</name></author>
	</entry>
</feed>