<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="bg">
	<id>https://cactusbg.top/index.php?action=history&amp;feed=atom&amp;title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD%3AReflist%2Fdoc</id>
	<title>Шаблон:Reflist/doc - История на версиите</title>
	<link rel="self" type="application/atom+xml" href="https://cactusbg.top/index.php?action=history&amp;feed=atom&amp;title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD%3AReflist%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://cactusbg.top/index.php?title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD:Reflist/doc&amp;action=history"/>
	<updated>2026-04-10T03:59:54Z</updated>
	<subtitle>История на версиите на страницата в уикито</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://cactusbg.top/index.php?title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD:Reflist/doc&amp;diff=2190&amp;oldid=prev</id>
		<title>Admin: една версия</title>
		<link rel="alternate" type="text/html" href="https://cactusbg.top/index.php?title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD:Reflist/doc&amp;diff=2190&amp;oldid=prev"/>
		<updated>2013-02-20T14:07:09Z</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;{{Подстраница с документация}}&lt;br /&gt;
&amp;lt;!-- МОЛЯ ДОБАВЯЙТЕ КАТЕГОРИИТЕ И МЕЖДУУИКИ ВРЪЗКИТЕ В КРАЯ НА ТАЗИ СТРАНИЦА --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This template encapsulates the {{tag|references |single}} tag to show the list of references defined by {{tag|ref}} tags, with some formatting. It reduces the font size and has options for columns and groups. References can be defined within the body of the article or within the reference list.&lt;br /&gt;
&lt;br /&gt;
The {{tag|ref}} and {{tag|references |single}} tags are part of the [[mw:Extension:Cite/Cite.php|Cite.php]] MediaWiki extension.&lt;br /&gt;
&lt;br /&gt;
=== Употреба ===&lt;br /&gt;
;Using only footnote-style references&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
== Content ==&lt;br /&gt;
Lorem ipsum.&amp;lt;ref&amp;gt;Source name, access date, etc.&amp;lt;/ref&amp;gt;&lt;br /&gt;
Lorem ipsum dolor sit amet.&amp;lt;ref&amp;gt;Source name, access date, etc.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Using only bibliographical style references (no direct references from the text)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
== Content ==&lt;br /&gt;
Lorem ipsum. Lorem ipsum dolor sit amet.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Refbegin}}&lt;br /&gt;
* reference 1&lt;br /&gt;
* reference 2&lt;br /&gt;
{{Refend}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Using both footnote-style and bibliography-style references&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Refbegin}}&lt;br /&gt;
* reference 1&lt;br /&gt;
* reference 2&lt;br /&gt;
{{Refend}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Columns ===&lt;br /&gt;
Using {{tlx|Reflist|2}} will create a two-column reference list, and {{tlx|Reflist|3}} will create a three-column list, and so on. Choose the number of columns that is appropriate for the average width of the references on the page.&lt;br /&gt;
&lt;br /&gt;
Using {{tlx|Reflist|30em}} will create columns with a minimum width of 30 [[Em (typography)|em]], allowing the browser to automatically choose the number of columns based on the width of the web browser. Choose a column width that is appropriate for the average width of the references on the page.&lt;br /&gt;
&lt;br /&gt;
Columns are currently supported only by [[Gecko (layout engine)|Gecko]]-based browsers (such as [[Mozilla Firefox]]) and [[WebKit]]-based browsers (such as [[Google Chrome]] and [[Safari (browser)|Safari]]). See [[#Browser support for columns|below]] for more information.&lt;br /&gt;
&lt;br /&gt;
The use of columns can result in [[widows and orphans]], where a citation at the bottom of a column may be split to the top of the next column. There are CSS3 selectors that could resolve this, but they are not yet supported by any major browsers.&lt;br /&gt;
&lt;br /&gt;
See also [[#groupandcolumn|bug combining grouped references and columns]]&lt;br /&gt;
&lt;br /&gt;
=== List styles ===&lt;br /&gt;
{{main|:en:Help:Cite link labels}}&lt;br /&gt;
Reference lists are by default numbered lists. By using the {{para|liststyle}} parameter, you can control how the list is rendered. For example, using {{para|liststyle|upper-roman}} will result in items being prefixed with [[roman numerals]] instead of decimal numbers. The parameter accepts any valid CSS value defined for &amp;lt;code&amp;gt;list-style-type&amp;lt;/code&amp;gt; as shown below.&lt;br /&gt;
&lt;br /&gt;
The citations in the reference list will show the default decimal styling if:&lt;br /&gt;
* The value for {{para|liststyle}} does not exactly match one of the predefined values&lt;br /&gt;
* The value for {{para|liststyle}} is enclosed by quotes&lt;br /&gt;
* {{tl|Reflist}} is indented with the : markup&lt;br /&gt;
&lt;br /&gt;
{{CSS list-style-type values}}&lt;br /&gt;
&lt;br /&gt;
=== Multiple uses ===&lt;br /&gt;
{{see | Help:Footnotes#Multiple reference lists}}&lt;br /&gt;
&lt;br /&gt;
If {{tl|Reflist}} is used multiple times without a parameter, each instance will include all of the previously defined references. To force the parser to close previous references, each use of {{tl|Reflist}} must be forced as a new instance by the use of any parameter. If no parameter is desired, the convention is to use the undefined parameter {{tlx|Reflist|close&amp;amp;#61;1}}.&lt;br /&gt;
&lt;br /&gt;
=== List-defined references ===&lt;br /&gt;
{{see|WP:List-defined references}}&lt;br /&gt;
A list of references may be defined within {{tl|Reflist}} using the {{para|refs}} parameter, just like including named &amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;. . .&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt; elements inside the &amp;lt;nowiki&amp;gt;&amp;lt;references&amp;gt;&amp;lt;/nowiki&amp;gt; container. This has been available since September 2009. There are new error messages associated with this feature, documented at [[Help:Cite errors]], including one for references defined in {{tl|Reflist}} but not used within the body.&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
This is reference 1.&amp;lt;ref name=&amp;quot;refname1&amp;quot; /&amp;gt;&lt;br /&gt;
This is reference 2.&amp;lt;ref name=&amp;quot;refname2&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Reflist|refs=&lt;br /&gt;
&amp;lt;ref name=&amp;quot;refname1&amp;quot;&amp;gt;content1&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;refname2&amp;quot;&amp;gt;content2&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Result ====&lt;br /&gt;
This is reference 1.&amp;lt;ref name=&amp;quot;refname1&amp;quot; group=&amp;quot;LDR&amp;quot;/&amp;gt;&lt;br /&gt;
This is reference 2.&amp;lt;ref name=&amp;quot;refname2&amp;quot; group=&amp;quot;LDR&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Reflist|group=&amp;quot;LDR&amp;quot;|refs=&lt;br /&gt;
&amp;lt;ref name=&amp;quot;refname1&amp;quot;&amp;gt;content1&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;refname2&amp;quot;&amp;gt;content2&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The LDR group text is to avoid conflicts with other groups of references in this documentation and would not be present in real use.&lt;br /&gt;
&lt;br /&gt;
=== Grouped references ===&lt;br /&gt;
As of June 2008, the footnotes system supports the separation of references into groups. This allows groups for explanatory notes, table references and the like. See [[WP:REFGROUP]].&lt;br /&gt;
&lt;br /&gt;
The general format for the reference tag is:&lt;br /&gt;
&lt;br /&gt;
:{{tag|ref|open|params=group=''&amp;quot;groupname&amp;quot;''}}&lt;br /&gt;
&lt;br /&gt;
And using {{para|group}} for the reflist:&lt;br /&gt;
:{{tlx|Reflist|2=group=''&amp;quot;groupname&amp;quot;''}}&lt;br /&gt;
&lt;br /&gt;
:Where ''groupname'' would be a group identifier such as &amp;quot;note&amp;quot;, &amp;quot;nb&amp;quot; or &amp;quot;label&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
There are three pre-defined group names that will automatically cause the link labels and this template to display other characters instead of numbers (see [[#List styles|List styles]] above). These are: &amp;quot;lower-alpha&amp;quot; (a, b, c...), &amp;quot;lower-greek&amp;quot; (α, β, γ...) and &amp;quot;lower-roman&amp;quot; (i, ii, iii...) and must be written without quotes.&lt;br /&gt;
&lt;br /&gt;
See also [[#groupandcolumn|bug combining grouped references and columns]]&lt;br /&gt;
&lt;br /&gt;
== Font size ==&lt;br /&gt;
The font size should reduce to 90% for most browsers, but may appear to show at 100% for Internet Explorer and possibly other browsers.&amp;lt;ref name=fontsize/&amp;gt; As of December 21, 2010, the standard {{tag|references|single}} tag has the same font styling. The smaller font may be disabled through [[Special:Preferences]] → Gadgets → Disable smaller font sizes of elements such as Infoboxes, Navboxes and References lists.&lt;br /&gt;
&lt;br /&gt;
== Technical details ==&lt;br /&gt;
=== Browser support for columns ===&lt;br /&gt;
{{shortcut|WP:REFCOLS}}&lt;br /&gt;
{{CSS3 multiple column layout}}&lt;br /&gt;
Multiple columns are generated by using [[Cascading Style Sheets|CSS3]], which is still in development; thus only browsers that properly support the multi-column property will show multiple columns with {{tl|Reflist}}.&amp;lt;ref name=&amp;quot;stuffandnonsense&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;w3org1&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These browsers '''support''' CSS3 columns:&lt;br /&gt;
* [[Gecko (layout engine)|Gecko]]-based browsers such as [[Mozilla Firefox]]&lt;br /&gt;
* [[WebKit]]-based browsers such as [[Safari (web browser)|Safari]] and [[Google Chrome]]&lt;br /&gt;
* [[Opera (web browser)|Opera]] from version 11.10 onward&lt;br /&gt;
* [[Internet Explorer]] 10 Platform Preview&lt;br /&gt;
&lt;br /&gt;
These browsers do '''not support''' CSS3 columns:&lt;br /&gt;
* Microsoft [[Trident (layout engine)|Trident]]-based browsers including Internet Explorer through to version 9&amp;lt;ref name=msdn /&amp;gt;&lt;br /&gt;
* [[Opera (web browser)|Opera]] through to version 11&lt;br /&gt;
&lt;br /&gt;
=== Supporting CSS ===&lt;br /&gt;
{{tl|Reflist}} uses a CSS rule in [[MediaWiki:Common.css]] to set the font size:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;div.reflist { font-size: 90%; }&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One of the following classes is assigned by the template when either column count or column width is set:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;.references-column-count&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;.references-column-count-''n''&amp;lt;/code&amp;gt; (where &amp;lt;code&amp;gt;''n''&amp;lt;/code&amp;gt; is the numer of columns)&lt;br /&gt;
* &amp;lt;code&amp;gt;.references-column-width&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following CSS properties are utilized using the {{tl|column-count}} and {{tl|column-width}} templates:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;column-count&amp;lt;/code&amp;gt; CSS3 standard&lt;br /&gt;
* &amp;lt;code&amp;gt;column-width&amp;lt;/code&amp;gt; CSS3 standard&lt;br /&gt;
* &amp;lt;code&amp;gt;-moz-column-count&amp;lt;/code&amp;gt; Mozilla CSS extension&lt;br /&gt;
* &amp;lt;code&amp;gt;-moz-column-width&amp;lt;/code&amp;gt; Mozilla CSS extension&lt;br /&gt;
* &amp;lt;code&amp;gt;-webkit-column-count&amp;lt;/code&amp;gt; Webkit CSS extension&lt;br /&gt;
* &amp;lt;code&amp;gt;-webkit-column-width&amp;lt;/code&amp;gt; Webkit CSS extension&lt;br /&gt;
&lt;br /&gt;
=== Customizing the view ===&lt;br /&gt;
{{see|Help:Reference display customization}}&lt;br /&gt;
By editing your CSS, the personal appearance of the reference list can be customized. From [[Special:Preferences|Preferences]], select the Appearance tab, then on the selected skin select Custom CSS. After editing and saving, follow the instructions at the top of the page to purge. See [[Wikipedia:Skin#Customisation (advanced users)]] for more help.&lt;br /&gt;
&lt;br /&gt;
;Font size&lt;br /&gt;
The font size for all reference lists defaults to 90% of the standard size. To change it, add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
ol.references,&lt;br /&gt;
div.reflist,&lt;br /&gt;
div.refbegin {&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change 90% to the desired size.&lt;br /&gt;
&lt;br /&gt;
;Columns&lt;br /&gt;
To disable columns, add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
.references-column-count, .references-column-width {&lt;br /&gt;
    column-count: 1 !important;&lt;br /&gt;
    column-width: auto !important;&lt;br /&gt;
    -moz-column-count: 1 !important;&lt;br /&gt;
    -moz-column-width: auto !important;&lt;br /&gt;
    -webkit-column-count: 1 !important;&lt;br /&gt;
    -webkit-column-width: auto !important;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Similarly, to force all reference lists to a number of columns, change the number.&lt;br /&gt;
&lt;br /&gt;
;Column dividers&lt;br /&gt;
To add dividers (rules) between columns, add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
.references-column-count, .references-column-width {&lt;br /&gt;
    column-rule: 1px solid #aaa;&lt;br /&gt;
    -moz-column-rule: 1px solid #aaa;&lt;br /&gt;
    -webkit-column-rule: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can alter the appearance of the dividers by changing the values.&lt;br /&gt;
&lt;br /&gt;
===Bugs===&lt;br /&gt;
{{anchor|groupandcolumn}}&lt;br /&gt;
Note that, whereas &amp;lt;nowiki&amp;gt;{{reflist|15em|group=&amp;quot;e&amp;quot;}}&amp;lt;/nowiki&amp;gt; works as expected, &amp;lt;nowiki&amp;gt;{{reflist|15em |group=&amp;quot;e&amp;quot;}}&amp;lt;/nowiki&amp;gt; (with an extra space) currently does not display in columns.&lt;br /&gt;
&lt;br /&gt;
== Perennial suggestions ==&lt;br /&gt;
;Collapsing and scrolling&lt;br /&gt;
There have been a number of requests to add functionality for a collapsible or scrolling reference list. These requests have not been fulfilled to due to issues with readability, accessibility, and printing. The applicable guidelines are at [[MOS:SCROLL]]. Links between the inline cite and the reference list do not work when the reference list is enclosed in a collapsed box.&lt;br /&gt;
&lt;br /&gt;
To display the reference list in a scrollbox or collapsed per user, see [[Help:Reference display customization]].&lt;br /&gt;
&lt;br /&gt;
For discussion on previous attempts to do this with a template, see the discussions for [[Wikipedia:Templates_for_deletion/Log/2007_June_11#Template:Scrollref|Scrollref]] and [[Wikipedia:Templates_for_discussion/Log/2010_May_26#Template:Refbox|Refbox]].&lt;br /&gt;
&lt;br /&gt;
;Including the section title&lt;br /&gt;
There have been suggestions to include section header markup such as &amp;lt;code&amp;gt;==References==&amp;lt;/code&amp;gt;. This is inadvisable because:&lt;br /&gt;
* There is no standard section name; see [[WP:FNNR]]&lt;br /&gt;
* When transcluded, the article will have an edit link that will confusingly open the template for editing&lt;br /&gt;
&lt;br /&gt;
=== Вижте също ===&lt;br /&gt;
* [[Уикипедия:Цитиране на източници]]&amp;amp;nbsp;– style guide for the citation of sources&lt;br /&gt;
* [[:en:Wikipedia:Manual of Style (footnotes)]]&amp;amp;nbsp;– style guide for footnotes and inline citations&lt;br /&gt;
* [[:en:Wikipedia:Citation templates]]&amp;amp;nbsp;– templates for use with references&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist|refs=&lt;br /&gt;
&amp;lt;ref name=fontsize&amp;gt;See [[:en:User:Edokter/fonttest]] for a comparison of font sizes for various browsers; see [http://en.wikipedia.org/w/index.php?title=Special%3ASearch&amp;amp;redirs=1&amp;amp;search=fonttest+prefix%3AMediaWiki+talk%3ACommon.css%2F&amp;amp;fulltext=Search&amp;amp;ns0=1 previous discussions] on changing the font size to resolve the IE issue.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=stuffandnonsense&amp;gt;{{cite web |accessdate=November 24, 2006 |date=December 30, 2005 |title=CSS3 Multi-Column Thriller |url=http://www.stuffandnonsense.co.uk/archives/css3_multi-column_thriller.html}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=w3org1&amp;gt;{{cite web |url=http://www.w3.org/TR/css3-multicol/ |title=CSS3 module: Multi-column layout |publisher=[[World Wide Web Consortium|W3C]] |date=December 15, 2005 |accessdate=November 24, 2006}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=msdn&amp;gt;{{cite web |url=http://msdn.microsoft.com/en-us/library/cc351024(VS.85).aspx#multicolumn |title=CSS Compatibility and Internet Explorer: Multi-column Layout |work=Microsoft Developer Network |publisher=Microsoft |accessdate=March 16, 2011}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- Поставяйте категориите под този ред --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Категория:Шаблони за цитати|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ПОСТАВЯЙТЕ КАТЕГОРИИТЕ И МЕЖДУУИКИ ВРЪЗКИТЕ ТУК --&amp;gt;&lt;br /&gt;
[[ar:قالب:ثبت المراجع]]&lt;br /&gt;
[[be-x-old:Шаблён:Зноскі]]&lt;br /&gt;
[[bn:Template:Reflist]]&lt;br /&gt;
[[bs:Šablon:Refspisak]]&lt;br /&gt;
[[br:Patrom:Daveoù]]&lt;br /&gt;
[[ca:Plantilla:Referències]]&lt;br /&gt;
[[cy:Nodyn:Cyfeiriadau]]&lt;br /&gt;
[[en:Template:Reflist]]&lt;br /&gt;
[[et:Mall:Viited]]&lt;br /&gt;
[[eo:Ŝablono:Referencoj]]&lt;br /&gt;
[[es:Plantilla:Listaref]]&lt;br /&gt;
[[eu:Txantiloi:Erreferentzia zerrenda]]&lt;br /&gt;
[[fa:الگو:پانویس]]&lt;br /&gt;
[[fr:Modèle:Références]]&lt;br /&gt;
[[hi:Template:टिप्पणीसूची]]&lt;br /&gt;
[[hr:Predložak:Izvori]]&lt;br /&gt;
[[hsb:Předłoha:Referency]]&lt;br /&gt;
[[hu:Sablon:Reflist]]&lt;br /&gt;
[[ia:Patrono:Reflist]]&lt;br /&gt;
[[it:Template:References]]&lt;br /&gt;
[[ja:Template:Reflist]]&lt;br /&gt;
[[ka:თარგი:სქოლიოს სია]]&lt;br /&gt;
[[ko:틀:주석]]&lt;br /&gt;
[[lv:Veidne:Reflist]]&lt;br /&gt;
[[ml:ഫലകം:Reflist]]&lt;br /&gt;
[[mr:साचा:संदर्भयादी]]&lt;br /&gt;
[[ms:Templat:Reflist]]&lt;br /&gt;
[[no:Mal:Reflist]]&lt;br /&gt;
[[pl:Szablon:Przypisy]]&lt;br /&gt;
[[pt:Predefinição:Referências]]&lt;br /&gt;
[[ro:Format:Listănote]]&lt;br /&gt;
[[ru:Шаблон:Примечания]]&lt;br /&gt;
[[sr:Шаблон:Напомене]]&lt;br /&gt;
[[fi:Malline:Viitteet]]&lt;br /&gt;
[[th:แม่แบบ:รายการอ้างอิง]]&lt;br /&gt;
[[uk:Шаблон:Reflist]]&lt;br /&gt;
[[vi:Bản mẫu:Tham khảo]]&lt;br /&gt;
[[zh:Template:Reflist]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>