<?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%3ANavbox_top_and_bottom</id>
	<title>モジュール:Navbox top and bottom - 版の履歴</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%3ANavbox_top_and_bottom"/>
	<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:Navbox_top_and_bottom&amp;action=history"/>
	<updated>2026-05-17T19:19:04Z</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:Navbox_top_and_bottom&amp;diff=774&amp;oldid=prev</id>
		<title>WikiminatiWebMaster: 1版 をインポートしました: Columns-list</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:Navbox_top_and_bottom&amp;diff=774&amp;oldid=prev"/>
		<updated>2023-03-19T03:53:37Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました: Columns-list&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年3月19日 (日) 12:53時点における版&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key xs666319_wikiminati:diff::1.12:old-773:rev-774 --&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:Navbox_top_and_bottom&amp;diff=773&amp;oldid=prev</id>
		<title>Columns-list&gt;MusikBot II: Protected &quot;Module:Navbox top and bottom&quot;: High-risk template or module: 3931 transclusions (more info) ([Edit=Require extended confirmed access] (indefinite) [Move=Require extended confirmed 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:Navbox_top_and_bottom&amp;diff=773&amp;oldid=prev"/>
		<updated>2021-11-04T18:00:00Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wiki/%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Navbox_top_and_bottom&quot; title=&quot;モジュール:Navbox top and bottom&quot;&gt;Module:Navbox top and bottom&lt;/a&gt;&amp;quot;: &lt;a href=&quot;https://en.wikipedia.org/wiki/High-risk_templates&quot; class=&quot;extiw&quot; title=&quot;wikipedia:High-risk templates&quot;&gt;High-risk template or module&lt;/a&gt;: 3931 transclusions (&lt;a href=&quot;/wikim/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:MusikBot_II/TemplateProtector&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;利用者:MusikBot II/TemplateProtector (存在しないページ)&quot;&gt;more info&lt;/a&gt;) ([Edit=Require extended confirmed access] (indefinite) [Move=Require extended confirmed access] (indefinite))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This implements {{navbox top}} and {{navbox bottom}}&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
local function build_navbox(parentArgs, list)&lt;br /&gt;
	local args = {}&lt;br /&gt;
    for argName, value in pairs(parentArgs) do&lt;br /&gt;
        if value ~= '' then&lt;br /&gt;
            if type(argName) == 'string' then&lt;br /&gt;
                args[argName] = value&lt;br /&gt;
            end&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
    args['bodystyle'] = 'display:table;' .. (args['bodystyle'] or '')&lt;br /&gt;
    args['list1padding'] = '0'&lt;br /&gt;
    args['list1style'] = 'border-width:0;'&lt;br /&gt;
    args['list1'] = list&lt;br /&gt;
    -- Note Navbox.navbox() has a kludge to order the parent frame's args&lt;br /&gt;
    -- into a specific order. For now, this is omitted from this module.&lt;br /&gt;
&lt;br /&gt;
	local Navbox = require('Module:Navbox')&lt;br /&gt;
    return Navbox._navbox(args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.top(frame)&lt;br /&gt;
	local args = frame:getParent().args&lt;br /&gt;
	local parts = mw.text.split(build_navbox(args, '&amp;lt;ADD LIST HERE&amp;gt;'), '&amp;lt;ADD LIST HERE&amp;gt;')&lt;br /&gt;
	return parts[1]&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.bottom(frame)&lt;br /&gt;
	local args = frame:getParent().args&lt;br /&gt;
	local parts = mw.text.split(build_navbox(args, '&amp;lt;ADD LIST HERE&amp;gt;'), '&amp;lt;ADD LIST HERE&amp;gt;')&lt;br /&gt;
	return parts[2]&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Columns-list&gt;MusikBot II</name></author>
	</entry>
</feed>