<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wikiminati.blogmanju.com/wikim/index.php?action=history&amp;feed=atom&amp;title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB%3AHidden_ping</id>
	<title>モジュール:Hidden ping - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wikiminati.blogmanju.com/wikim/index.php?action=history&amp;feed=atom&amp;title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB%3AHidden_ping"/>
	<link rel="alternate" type="text/html" href="https://wikiminati.blogmanju.com/wikim/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Hidden_ping&amp;action=history"/>
	<updated>2026-04-21T15:06:14Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.39.2</generator>
	<entry>
		<id>https://wikiminati.blogmanju.com/wikim/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Hidden_ping&amp;diff=3098&amp;oldid=prev</id>
		<title>WikiminatiWebMaster: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wikiminati.blogmanju.com/wikim/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Hidden_ping&amp;diff=3098&amp;oldid=prev"/>
		<updated>2023-05-14T01:29:33Z</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;2023年5月14日 (日) 10:29時点における版&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key xs666319_wikiminati:diff::1.12:old-3097:rev-3098 --&gt;
&lt;/table&gt;</summary>
		<author><name>WikiminatiWebMaster</name></author>
	</entry>
	<entry>
		<id>https://wikiminati.blogmanju.com/wikim/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Hidden_ping&amp;diff=3097&amp;oldid=prev</id>
		<title>Template:Talk quote block&gt;JJMC89: Changed protection level for &quot;Module:Hidden ping&quot;: Highly visible module: match template ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://wikiminati.blogmanju.com/wikim/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Hidden_ping&amp;diff=3097&amp;oldid=prev"/>
		<updated>2019-02-25T03:53:11Z</updated>

		<summary type="html">&lt;p&gt;Changed protection level for &amp;quot;&lt;a href=&quot;/wiki/%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Hidden_ping&quot; title=&quot;モジュール:Hidden ping&quot;&gt;Module:Hidden ping&lt;/a&gt;&amp;quot;: &lt;a href=&quot;/wikim/index.php?title=WP:High-risk_templates&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:High-risk templates (存在しないページ)&quot;&gt;Highly visible module&lt;/a&gt;: match template ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
local function makeError(msg, frame)&lt;br /&gt;
	-- Show error only in preview&lt;br /&gt;
	if (frame:preprocess( &amp;quot;{{REVISIONID}}&amp;quot; ) ~= &amp;quot;&amp;quot;) then return '' end&lt;br /&gt;
	msg ='&amp;lt;strong&amp;gt;Error in [[Template:Hidden ping]]:&amp;lt;/strong&amp;gt; ' .. msg&lt;br /&gt;
	return mw.text.tag('div', {['class']='error'}, msg)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.hiddenping(frame)&lt;br /&gt;
	local origArgs = frame:getParent().args&lt;br /&gt;
	local args = {}&lt;br /&gt;
	local maxArg = 0&lt;br /&gt;
	local usernames = 0&lt;br /&gt;
	for k, v in pairs(origArgs) do&lt;br /&gt;
		if type(k) == 'number' and mw.ustring.match(v,'%S') then&lt;br /&gt;
			if k &amp;gt; maxArg then maxArg = k end&lt;br /&gt;
			local title = mw.title.new(v)&lt;br /&gt;
			if title then&lt;br /&gt;
				args[k] = title.rootText&lt;br /&gt;
				usernames = usernames + 1&lt;br /&gt;
			else&lt;br /&gt;
				return makeError('Input contains forbidden characters.', frame)&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	if usernames &amp;lt; 1 then&lt;br /&gt;
		return makeError('Username not given.', frame)&lt;br /&gt;
	elseif usernames &amp;gt; (tonumber(frame.args.max) or 50) then&lt;br /&gt;
		return makeError('More than '..tostring(frame.args.max or 50)..' names specified.', frame)&lt;br /&gt;
	else&lt;br /&gt;
		local outStr = ''&lt;br /&gt;
		for i = 1, maxArg do&lt;br /&gt;
			if args[i] then outStr = outStr..'[[:User:'..args[i]..'|&amp;amp;#x200B;]]' end&lt;br /&gt;
		end&lt;br /&gt;
		return outStr&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Template:Talk quote block&gt;JJMC89</name></author>
	</entry>
</feed>