<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://politicalsg.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AReflist</id>
	<title>Template:Reflist - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://politicalsg.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AReflist"/>
	<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Template:Reflist&amp;action=history"/>
	<updated>2026-07-21T21:29:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://politicalsg.com/index.php?title=Template:Reflist&amp;diff=5038&amp;oldid=prev</id>
		<title>SGPolitico: Created page with &quot;&lt;includeonly&gt;&lt;div class=&quot;reflist&quot; style=&quot;{{#switch:{{{1|30em}}}|1|2|3|4|5|6|7|8|9=column-count: {{{1}}}; column-gap: 1.5em; font-size: 90%;|#default=column-width: {{{1|30em}}}; column-gap: 1.5em; font-size: 90%;}}&quot;&gt;&lt;references{{#if:{{{group|}}}| group=&quot;{{{group}}}&quot;}} /&gt;&lt;/div&gt;&lt;/includeonly&gt;&lt;noinclude&gt; == Usage == Lua-free reimplementation of Wikipedia&#039;s &lt;nowiki&gt;{{reflist}}&lt;/nowiki&gt;. Upstream&#039;s core behaviour here is CSS-driven, not Lua-driven, so this covers it directly r...&quot;</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Template:Reflist&amp;diff=5038&amp;oldid=prev"/>
		<updated>2026-07-14T20:53:55Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;includeonly&amp;gt;&amp;lt;div class=&amp;quot;reflist&amp;quot; style=&amp;quot;{{#switch:{{{1|30em}}}|1|2|3|4|5|6|7|8|9=column-count: {{{1}}}; column-gap: 1.5em; font-size: 90%;|#default=column-width: {{{1|30em}}}; column-gap: 1.5em; font-size: 90%;}}&amp;quot;&amp;gt;&amp;lt;references{{#if:{{{group|}}}| group=&amp;quot;{{{group}}}&amp;quot;}} /&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt; == Usage == Lua-free reimplementation of Wikipedia&amp;#039;s &amp;lt;nowiki&amp;gt;{{reflist}}&amp;lt;/nowiki&amp;gt;. Upstream&amp;#039;s core behaviour here is CSS-driven, not Lua-driven, so this covers it directly r...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;div class=&amp;quot;reflist&amp;quot; style=&amp;quot;{{#switch:{{{1|30em}}}|1|2|3|4|5|6|7|8|9=column-count: {{{1}}}; column-gap: 1.5em; font-size: 90%;|#default=column-width: {{{1|30em}}}; column-gap: 1.5em; font-size: 90%;}}&amp;quot;&amp;gt;&amp;lt;references{{#if:{{{group|}}}| group=&amp;quot;{{{group}}}&amp;quot;}} /&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
Lua-free reimplementation of Wikipedia&amp;#039;s &amp;lt;nowiki&amp;gt;{{reflist}}&amp;lt;/nowiki&amp;gt;. Upstream&amp;#039;s core behaviour here is CSS-driven, not Lua-driven, so this covers it directly rather than needing a workaround.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{reflist}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;{{reflist|30em}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;{{reflist|2}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;{{reflist|group=note}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first unnamed parameter sets column layout: a bare small number (&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;) is treated as a fixed column count; anything else (e.g. &amp;lt;code&amp;gt;25em&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;30em&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;35em&amp;lt;/code&amp;gt;) is treated as a CSS &amp;lt;code&amp;gt;column-width&amp;lt;/code&amp;gt; value, matching how it&amp;#039;s used across existing Politicalsg articles. Defaults to &amp;lt;code&amp;gt;30em&amp;lt;/code&amp;gt; if omitted. &amp;lt;code&amp;gt;|group=&amp;lt;/code&amp;gt; is forwarded to the underlying &amp;lt;code&amp;gt;&amp;amp;lt;references /&amp;amp;gt;&amp;lt;/code&amp;gt; tag for grouped footnotes (e.g. explanatory notes separate from citations).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Deviations from the Wikipedia original:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;No &amp;lt;code&amp;gt;|refs=&amp;lt;/code&amp;gt; support&amp;#039;&amp;#039;&amp;#039; — upstream lets you define a reference list here that populates &amp;lt;code&amp;gt;&amp;amp;lt;ref name=&amp;quot;x&amp;quot; /&amp;amp;gt;&amp;lt;/code&amp;gt; calls scattered through the article body (&amp;quot;list-defined references&amp;quot;). Not built, since no article on this wiki currently uses that pattern; all refs are inline. Extend this template if that changes.&lt;br /&gt;
* No &amp;lt;code&amp;gt;|liststyle=&amp;lt;/code&amp;gt; or manual list-numbering-style overrides.&lt;br /&gt;
* Styled with inline CSS rather than relying on a site-wide &amp;lt;code&amp;gt;.reflist&amp;lt;/code&amp;gt; class, for the same reason as [[Template:See also]] — guarantees correct rendering even if MediaWiki:Common.css never defines one.&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
</feed>