<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl">
		<id>https://wiki.czarnobyl.pl/index.php?action=history&amp;feed=atom&amp;title=Szablon%3AReflist%2Fdoc</id>
		<title>Szablon:Reflist/doc - Historia wersji</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.czarnobyl.pl/index.php?action=history&amp;feed=atom&amp;title=Szablon%3AReflist%2Fdoc"/>
		<link rel="alternate" type="text/html" href="https://wiki.czarnobyl.pl/index.php?title=Szablon:Reflist/doc&amp;action=history"/>
		<updated>2026-06-15T04:46:05Z</updated>
		<subtitle>Historia wersji tej strony wiki</subtitle>
		<generator>MediaWiki 1.28.3</generator>

	<entry>
		<id>https://wiki.czarnobyl.pl/index.php?title=Szablon:Reflist/doc&amp;diff=5019&amp;oldid=prev</id>
		<title>Bagration: 1 wersja</title>
		<link rel="alternate" type="text/html" href="https://wiki.czarnobyl.pl/index.php?title=Szablon:Reflist/doc&amp;diff=5019&amp;oldid=prev"/>
				<updated>2019-04-21T14:58:45Z</updated>
		
		<summary type="html">&lt;p&gt;1 wersja&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='pl'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← poprzednia wersja&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Wersja z 14:58, 21 kwi 2019&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='pl'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Brak różnic)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Bagration</name></author>	</entry>

	<entry>
		<id>https://wiki.czarnobyl.pl/index.php?title=Szablon:Reflist/doc&amp;diff=5018&amp;oldid=prev</id>
		<title>Samwilson: templatedata</title>
		<link rel="alternate" type="text/html" href="https://wiki.czarnobyl.pl/index.php?title=Szablon:Reflist/doc&amp;diff=5018&amp;oldid=prev"/>
				<updated>2018-07-30T06:40:38Z</updated>
		
		<summary type="html">&lt;p&gt;templatedata&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nowa strona&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{Ombox | type=notice | text = Columns are not supported by some older browsers, most notably Internet Explorer 9 and below and Opera 11.0 and below.}}&lt;br /&gt;
&lt;br /&gt;
This [[Wikipedia:Citation templates|citation template]] provides formatting and organizational features for [[w:Help:Footnotes|footnotes]].  It encapsulates the {{tag|references|s}} tag used by the [[cite.php]] MediaWiki extension to show the list of references as defined by {{tag|ref|o}} tags. It adds support for a reduced font size, columns, groups.&lt;br /&gt;
&lt;br /&gt;
If you don't use any of the additional features, then it produces the same output as the simpler and slightly faster {{tag|references|s}} tag.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
* First unnamed parameter:&lt;br /&gt;
: column-count: a natural number specifying fixed columns into which the reference list is to be rendered. Example: &amp;lt;code&amp;gt;|2|&amp;lt;/code&amp;gt;.&lt;br /&gt;
: column-width: a typographic unit of measurement such as ''em'', specifying the width for the reference list columns. Example: &amp;lt;code&amp;gt;|30em|&amp;lt;/code&amp;gt;.&lt;br /&gt;
* '''refs''': used with named references (e.g., {{tag|ref|s|params=name=name}}); it specifies a list of some or all named references used in the article.&lt;br /&gt;
* '''group''': identifies by name the subset of references to be rendered; the value should correspond to that used inline, e.g., {{tlx|Reflist|2=group=groupname}} renders all references with groupname as the group name ({{tag|ref|o|paams=group=groupname}}).&lt;br /&gt;
* '''liststyle''': specifies the style used when the reference list is enumerated; if none is specified, the default is to render a numbered list.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Lorem.&amp;lt;ref&amp;gt;ipsum&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;dolor&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;sit&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;amet&amp;lt;/ref&amp;gt;&lt;br /&gt;
Consectetur.&amp;lt;ref&amp;gt;adipisicing&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;elit, sed&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;do&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Reflist|3}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
gives:&lt;br /&gt;
&lt;br /&gt;
Lorem.&amp;lt;ref&amp;gt;ipsum&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;dolor&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;sit&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;amet&amp;lt;/ref&amp;gt;&lt;br /&gt;
Consectetur.&amp;lt;ref&amp;gt;adipisicing&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;elit, sed&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;do&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Reflist|3}}&lt;br /&gt;
&lt;br /&gt;
==TemplateData==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Column count&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;1&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;colwidth&amp;quot;: {},&lt;br /&gt;
		&amp;quot;liststyle&amp;quot;: {},&lt;br /&gt;
		&amp;quot;group&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Group name&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The name of the references group.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;refs&amp;quot;: {}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;A reference list, with options for setting columns, groups, extra references etc.&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* {{tl|column-count}}&lt;br /&gt;
* {{tl|column-width}}&lt;/div&gt;</summary>
		<author><name>Samwilson</name></author>	</entry>

	</feed>