<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://wiki.infinf.info/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E5%9D%97%3AInfoboxNeue%2Fexample</id>
	<title>模块:InfoboxNeue/example - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.infinf.info/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E5%9D%97%3AInfoboxNeue%2Fexample"/>
	<link rel="alternate" type="text/html" href="https://wiki.infinf.info/index.php?title=%E6%A8%A1%E5%9D%97:InfoboxNeue/example&amp;action=history"/>
	<updated>2026-04-13T18:25:47Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://wiki.infinf.info/index.php?title=%E6%A8%A1%E5%9D%97:InfoboxNeue/example&amp;diff=1448&amp;oldid=prev</id>
		<title>9Yan：​创建页面，内容为“local p = {} local infobox = require( &#039;Module:InfoboxNeue&#039; ):new()  function p.makeComponentsExample() 	local sectionTable = {}  	infobox:renderImage( &#039;Pico at New Babbage 1 1.jpg&#039; ) 	infobox:renderIndicator( { 		data = &#039;Indicator&#039;, 		desc = &#039;Indicator message&#039;, 	} ) 	infobox:renderHeader( { 		title = &#039;Title&#039;, 		subtitle = &#039;Subtitle&#039; 	} )  	sectionTable = { 		infobox:renderItem( { 			label = &#039;Item label&#039;, 			data = &#039;Item data&#039; 		} ), 		infobox:renderItem( {…”</title>
		<link rel="alternate" type="text/html" href="https://wiki.infinf.info/index.php?title=%E6%A8%A1%E5%9D%97:InfoboxNeue/example&amp;diff=1448&amp;oldid=prev"/>
		<updated>2025-08-02T14:15:04Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“local p = {} local infobox = require( &amp;#039;Module:InfoboxNeue&amp;#039; ):new()  function p.makeComponentsExample() 	local sectionTable = {}  	infobox:renderImage( &amp;#039;Pico at New Babbage 1 1.jpg&amp;#039; ) 	infobox:renderIndicator( { 		data = &amp;#039;Indicator&amp;#039;, 		desc = &amp;#039;Indicator message&amp;#039;, 	} ) 	infobox:renderHeader( { 		title = &amp;#039;Title&amp;#039;, 		subtitle = &amp;#039;Subtitle&amp;#039; 	} )  	sectionTable = { 		infobox:renderItem( { 			label = &amp;#039;Item label&amp;#039;, 			data = &amp;#039;Item data&amp;#039; 		} ), 		infobox:renderItem( {…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
local infobox = require( &amp;#039;Module:InfoboxNeue&amp;#039; ):new()&lt;br /&gt;
&lt;br /&gt;
function p.makeComponentsExample()&lt;br /&gt;
	local sectionTable = {}&lt;br /&gt;
&lt;br /&gt;
	infobox:renderImage( &amp;#039;Pico at New Babbage 1 1.jpg&amp;#039; )&lt;br /&gt;
	infobox:renderIndicator( {&lt;br /&gt;
		data = &amp;#039;Indicator&amp;#039;,&lt;br /&gt;
		desc = &amp;#039;Indicator message&amp;#039;,&lt;br /&gt;
	} )&lt;br /&gt;
	infobox:renderHeader( {&lt;br /&gt;
		title = &amp;#039;Title&amp;#039;,&lt;br /&gt;
		subtitle = &amp;#039;Subtitle&amp;#039;&lt;br /&gt;
	} )&lt;br /&gt;
&lt;br /&gt;
	sectionTable = {&lt;br /&gt;
		infobox:renderItem( {&lt;br /&gt;
			label = &amp;#039;Item label&amp;#039;,&lt;br /&gt;
			data = &amp;#039;Item data&amp;#039;&lt;br /&gt;
		} ),&lt;br /&gt;
		infobox:renderItem( {&lt;br /&gt;
			label = &amp;#039;Item label&amp;#039;,&lt;br /&gt;
			data = &amp;#039;Item data&amp;#039;&lt;br /&gt;
		} ),&lt;br /&gt;
		infobox:renderItem( {&lt;br /&gt;
			label = &amp;#039;Item label&amp;#039;,&lt;br /&gt;
			data = &amp;#039;Item data&amp;#039;&lt;br /&gt;
		} )&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	infobox:renderSection( {&lt;br /&gt;
		content = table.concat( sectionTable ),&lt;br /&gt;
		col = 2&lt;br /&gt;
	} )&lt;br /&gt;
	&lt;br /&gt;
	infobox:renderSection( {&lt;br /&gt;
		title = &amp;#039;Section title&amp;#039;,&lt;br /&gt;
		content = table.concat( sectionTable ),&lt;br /&gt;
		col = 3&lt;br /&gt;
	} )&lt;br /&gt;
&lt;br /&gt;
	return infobox:renderInfobox()&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.makeRowSection()&lt;br /&gt;
	local sectionTable = {}&lt;br /&gt;
&lt;br /&gt;
	sectionTable = {&lt;br /&gt;
		infobox:renderItem( {&lt;br /&gt;
			label = &amp;#039;Bacon&amp;#039;,&lt;br /&gt;
			data = &amp;#039;Good&amp;#039;,&lt;br /&gt;
			row = true,&lt;br /&gt;
			spacebetween = true&lt;br /&gt;
		} ),&lt;br /&gt;
		infobox:renderItem( {&lt;br /&gt;
			label = &amp;#039;Pancetta&amp;#039;,&lt;br /&gt;
			data = &amp;#039;Great&amp;#039;,&lt;br /&gt;
			row = true,&lt;br /&gt;
			spacebetween = true&lt;br /&gt;
		} ),&lt;br /&gt;
		infobox:renderItem( {&lt;br /&gt;
			label = &amp;#039;Prosciutto&amp;#039;,&lt;br /&gt;
			data = &amp;#039;Wonderful&amp;#039;,&lt;br /&gt;
			row = true,&lt;br /&gt;
			spacebetween = true&lt;br /&gt;
		} )&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	infobox:renderSection( {&lt;br /&gt;
		title = &amp;#039;Row layout&amp;#039;,&lt;br /&gt;
		subtitle = &amp;#039;This is an example of the row layout.&amp;#039;,&lt;br /&gt;
		content = table.concat( sectionTable )&lt;br /&gt;
	} )&lt;br /&gt;
&lt;br /&gt;
	return infobox:renderInfobox()&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.makeListSection()&lt;br /&gt;
	local sectionTable = {}&lt;br /&gt;
&lt;br /&gt;
	sectionTable = {&lt;br /&gt;
		infobox:renderItem( {&lt;br /&gt;
			data = &amp;#039;Bacon is good&amp;#039;,&lt;br /&gt;
			desc = &amp;#039;Bacon ipsum dolor amet burgdoggen boudin spare ribs pork pork chop drumstick beef. Jowl turkey pork, kevin shankle shank shoulder. &amp;#039;,&lt;br /&gt;
		} ),&lt;br /&gt;
		infobox:renderItem( {&lt;br /&gt;
			data = &amp;#039;Pancetta is great&amp;#039;,&lt;br /&gt;
			desc = &amp;#039;Kevin pig fatback, alcatra pancetta sirloin venison tri-tip shankle kielbasa meatloaf spare ribs beef. Corned beef salami kielbasa tenderloin swine spare ribs andouille.&amp;#039;,&lt;br /&gt;
		} ),&lt;br /&gt;
		infobox:renderItem( {&lt;br /&gt;
			data = &amp;#039;Prosciutto is wonderful&amp;#039;,&lt;br /&gt;
			desc = &amp;#039;Venison chicken meatloaf, ground round swine short ribs shankle short loin tenderloin jerky capicola. Prosciutto venison sirloin beef brisket pancetta.&amp;#039;,&lt;br /&gt;
		} )&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	infobox:renderSection( {&lt;br /&gt;
		title = &amp;#039;List layout&amp;#039;,&lt;br /&gt;
		subtitle = &amp;#039;This is an example of the list layout.&amp;#039;,&lt;br /&gt;
		content = table.concat( sectionTable )&lt;br /&gt;
	} )&lt;br /&gt;
&lt;br /&gt;
	return infobox:renderInfobox()&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.makeGridSection()&lt;br /&gt;
	local sectionTable = {}&lt;br /&gt;
&lt;br /&gt;
	sectionTable = {&lt;br /&gt;
		infobox:renderItem( {&lt;br /&gt;
			label = &amp;#039;Bacon&amp;#039;,&lt;br /&gt;
			data = &amp;#039;Good&amp;#039;&lt;br /&gt;
		} ),&lt;br /&gt;
		infobox:renderItem( {&lt;br /&gt;
			label = &amp;#039;Pancetta&amp;#039;,&lt;br /&gt;
			data = &amp;#039;Great&amp;#039;&lt;br /&gt;
		} ),&lt;br /&gt;
		infobox:renderItem( {&lt;br /&gt;
			label = &amp;#039;Prosciutto&amp;#039;,&lt;br /&gt;
			data = &amp;#039;Wonderful&amp;#039;&lt;br /&gt;
		} ),&lt;br /&gt;
		infobox:renderItem( {&lt;br /&gt;
			label = &amp;#039;Capicola&amp;#039;,&lt;br /&gt;
			data = &amp;#039;Delightful&amp;#039;&lt;br /&gt;
		} )&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	infobox:renderSection( {&lt;br /&gt;
		title = &amp;#039;2 col grid layout&amp;#039;,&lt;br /&gt;
		subtitle = &amp;#039;This is an example of the two column grid layout.&amp;#039;,&lt;br /&gt;
		content = table.concat( sectionTable ),&lt;br /&gt;
		col = 2&lt;br /&gt;
	} )&lt;br /&gt;
	&lt;br /&gt;
	infobox:renderSection( {&lt;br /&gt;
		title = &amp;#039;3 col grid layout&amp;#039;,&lt;br /&gt;
		subtitle = &amp;#039;This is an example of the three column grid layout.&amp;#039;,&lt;br /&gt;
		content = table.concat( sectionTable ),&lt;br /&gt;
		col = 3&lt;br /&gt;
	} )&lt;br /&gt;
	&lt;br /&gt;
	infobox:renderSection( {&lt;br /&gt;
		title = &amp;#039;4 col grid layout&amp;#039;,&lt;br /&gt;
		subtitle = &amp;#039;This is an example of the four column grid layout.&amp;#039;,&lt;br /&gt;
		content = table.concat( sectionTable ),&lt;br /&gt;
		col = 4&lt;br /&gt;
	} )&lt;br /&gt;
&lt;br /&gt;
	return infobox:renderInfobox()&lt;br /&gt;
end&lt;br /&gt;
	&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>9Yan</name></author>
	</entry>
</feed>