<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://tensura-wiki.info/w/index.php?action=history&amp;feed=atom&amp;title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB%3AShortcut%2Fconfig</id>
	<title>モジュール:Shortcut/config - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://tensura-wiki.info/w/index.php?action=history&amp;feed=atom&amp;title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB%3AShortcut%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://tensura-wiki.info/w/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Shortcut/config&amp;action=history"/>
	<updated>2026-06-01T20:22:31Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://tensura-wiki.info/w/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Shortcut/config&amp;diff=2478&amp;oldid=prev</id>
		<title>ド馬: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://tensura-wiki.info/w/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Shortcut/config&amp;diff=2478&amp;oldid=prev"/>
		<updated>2025-07-19T15:11:31Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2025年7月20日 (日) 00:11時点における版&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key xs951322_dobadobadoba:diff::1.12:old-2477:rev-2478 --&gt;
&lt;/table&gt;</summary>
		<author><name>ド馬</name></author>
	</entry>
	<entry>
		<id>https://tensura-wiki.info/w/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Shortcut/config&amp;diff=2477&amp;oldid=prev</id>
		<title>ja&gt;Dragoniez: :en:Special:Diff/737132139: first-parameter-error-categoryを除去</title>
		<link rel="alternate" type="text/html" href="https://tensura-wiki.info/w/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Shortcut/config&amp;diff=2477&amp;oldid=prev"/>
		<updated>2024-08-05T08:32:41Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/w/index.php?title=en:Special:Diff/737132139&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;en:Special:Diff/737132139 (存在しないページ)&quot;&gt;en:Special:Diff/737132139&lt;/a&gt;: first-parameter-error-categoryを除去&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module holds configuration data for [[Module:Shortcut]].&lt;br /&gt;
&lt;br /&gt;
return {&lt;br /&gt;
&lt;br /&gt;
-- The heading at the top of the shortcut box. It accepts the following parameter:&lt;br /&gt;
-- $1 - the total number of shortcuts. (required)&lt;br /&gt;
['shortcut-heading'] = '[[Wikipedia:ショートカット|{{PLURAL:$1|ショートカット}}]]:',&lt;br /&gt;
&lt;br /&gt;
-- The heading when |redirect=yes is given. It accepts the following parameter:&lt;br /&gt;
-- $1 - the total number of shortcuts. (required)&lt;br /&gt;
['redirect-heading'] = '[[Wikipedia:リダイレクト|{{PLURAL:$1|リダイレクト}}]]',&lt;br /&gt;
&lt;br /&gt;
-- The error message to display when a shortcut is invalid (is not a string, or&lt;br /&gt;
-- is the blank string). It accepts the following parameter:&lt;br /&gt;
-- $1 - the number of the shortcut in the argument list. (required)&lt;br /&gt;
['invalid-shortcut-error'] = 'shortcut #$1 was invalid (shortcuts must be ' ..&lt;br /&gt;
	'strings of at least one character in length)',&lt;br /&gt;
&lt;br /&gt;
-- The error message to display when no shortcuts or other displayable content&lt;br /&gt;
-- were specified. (required)&lt;br /&gt;
['no-content-error'] = 'エラー: ショートカットと' ..&lt;br /&gt;
	mw.text.nowiki('|msg=') ..&lt;br /&gt;
	'パラメータの指定がありません。',&lt;br /&gt;
&lt;br /&gt;
-- A category to add when the no-content-error message is displayed. (optional)&lt;br /&gt;
['no-content-error-category'] = 'パラメータ指定の無いショートカットテンプレート',&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>ja&gt;Dragoniez</name></author>
	</entry>
</feed>