<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="rue">
	<id>https://wiki.kocky.cc/w/index.php?action=history&amp;feed=atom&amp;title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3AInfoboxNeue%2Fdoc</id>
	<title>Модуль:InfoboxNeue/doc - Історія едітовань</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kocky.cc/w/index.php?action=history&amp;feed=atom&amp;title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3AInfoboxNeue%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:InfoboxNeue/doc&amp;action=history"/>
	<updated>2026-04-04T06:23:38Z</updated>
	<subtitle>Історія едітовань той сторінкы на вікі</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:InfoboxNeue/doc&amp;diff=86&amp;oldid=prev</id>
		<title>Бетярь: 1 ревізія: InfoboxNeue from StarCitizenTools</title>
		<link rel="alternate" type="text/html" href="https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:InfoboxNeue/doc&amp;diff=86&amp;oldid=prev"/>
		<updated>2023-10-17T23:55:19Z</updated>

		<summary type="html">&lt;p&gt;1 ревізія: InfoboxNeue from StarCitizenTools&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;rue&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;Ревізія 01:55, 18 октовбра 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key wiki:diff::1.12:old-85:rev-86 --&gt;
&lt;/table&gt;</summary>
		<author><name>Бетярь</name></author>
	</entry>
	<entry>
		<id>https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:InfoboxNeue/doc&amp;diff=85&amp;oldid=prev</id>
		<title>starcitizen&gt;Alistair3149 в 23:23, 19 юнія 2023</title>
		<link rel="alternate" type="text/html" href="https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:InfoboxNeue/doc&amp;diff=85&amp;oldid=prev"/>
		<updated>2023-06-19T23:23:57Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Нова сторінка&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation|scwShared=true}}&lt;br /&gt;
&lt;br /&gt;
This module is used by [[SC:Lua|Lua]] modules to build infobox.&lt;br /&gt;
&lt;br /&gt;
== Components ==&lt;br /&gt;
{{#invoke:InfoboxNeue/example|makeComponentsExample}}&lt;br /&gt;
&lt;br /&gt;
=== Image ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
infobox:renderImage( &amp;#039;Pico at New Babbage 1 1.jpg&amp;#039; )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Indicator ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter !! Description !! Type !! Status&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;data&amp;lt;/code&amp;gt; || Data of the indicator || string || &amp;#039;&amp;#039;&amp;#039;required&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;desc&amp;lt;/code&amp;gt; || Description of the indicator || string || optional&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; || HTML classes to be added to the indicator || string || optional&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&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;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Header ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter !! Description !! Type !! Status&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; || Title of the infobox || string || &amp;#039;&amp;#039;&amp;#039;required&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;subtitle&amp;lt;/code&amp;gt; || Subtitle of the infobox || string || optional&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;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;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Message ===&lt;br /&gt;
This is a shortcut way to create a message wrapped in a section.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter !! Description !! Type !! Status&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; || Title of the message || string || &amp;#039;&amp;#039;&amp;#039;required&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;desc&amp;lt;/code&amp;gt; || Description of the message || string || optional&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
infobox:renderMessage( {&lt;br /&gt;
	title = &amp;#039;Message title&amp;#039;,&lt;br /&gt;
	desc = &amp;#039;Message description&amp;#039;&lt;br /&gt;
} )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Item ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter !! Description !! Type !! Status&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;data&amp;lt;/code&amp;gt; || Data of the item || string || &amp;#039;&amp;#039;&amp;#039;required&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;label&amp;lt;/code&amp;gt; || Label of the item || string || optional&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;desc&amp;lt;/code&amp;gt; || Description of the item || string || optional&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;row&amp;lt;/code&amp;gt; || Whether to display the item in a row || boolean || optional&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;spacebetween&amp;lt;/code&amp;gt; || Whether to put space between elements in the item || boolean || optional&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;colspan&amp;lt;/code&amp;gt; || Number of columns that the item spans || int || optional&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;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;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Section ===&lt;br /&gt;
This is used to wrap items into a section.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter !! Description !! Type !! Status&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; || Content of the section || string || &amp;#039;&amp;#039;&amp;#039;required&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; || Title of the section || string || optional&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;subtitle&amp;lt;/code&amp;gt; || Subtitle of the section || string || optional&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;col&amp;lt;/code&amp;gt; || Number of columns in the section || int || optional&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; || HTML classes to be added to the section || string || optional&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;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;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Layout ==&lt;br /&gt;
=== Row ===&lt;br /&gt;
{{#invoke:InfoboxNeue/example|makeRowSection}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
-- Create items&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;
-- Create section with items&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;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== List ===&lt;br /&gt;
{{#invoke:InfoboxNeue/example|makeListSection}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
-- Create items&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;
-- Create section with items&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;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Grid ===&lt;br /&gt;
{{#invoke:InfoboxNeue/example|makeGridSection}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
-- Create items&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;
-- Create section with items&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;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>starcitizen&gt;Alistair3149</name></author>
	</entry>
</feed>