<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://politicalsg.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SGPolitico</id>
	<title>PoliticalSG - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://politicalsg.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SGPolitico"/>
	<link rel="alternate" type="text/html" href="https://politicalsg.com/wiki/Special:Contributions/SGPolitico"/>
	<updated>2026-06-04T06:18:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4900</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4900"/>
		<updated>2026-05-24T13:02:41Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* --- INFOBOX STYLING --- */&lt;br /&gt;
.infobox-container {&lt;br /&gt;
    width: 30%;&lt;br /&gt;
    max-width: 350px;&lt;br /&gt;
    margin-left: 15px;&lt;br /&gt;
    margin-top: 0px;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-table {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-image {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header, .infobox-section {&lt;br /&gt;
    background-color: #f2f2f2;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-field {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    width: 35%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-person {&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
    width: 310px;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    border: 1px solid #a2a9b1;&lt;br /&gt;
    background: #f8f9fa;&lt;br /&gt;
    font-size: 88%;&lt;br /&gt;
    line-height: 1.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-political-party {&lt;br /&gt;
    width: 280px;&lt;br /&gt;
    min-width: 200px;&lt;br /&gt;
    max-width: 320px;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
    margin: 0 0 1em 1.5em;&lt;br /&gt;
    font-size: 88%;&lt;br /&gt;
    line-height: 1.5;&lt;br /&gt;
    border: 1px solid #a2a9b1;&lt;br /&gt;
    background: #f8f9fa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- UI CLEANUP --- */&lt;br /&gt;
/* Hide wiki UI elements — archive site, not community wiki */&lt;br /&gt;
#ca-history { display: none; }&lt;br /&gt;
#ca-talk { display: none; }&lt;br /&gt;
#ca-edit { display: none; }&lt;br /&gt;
#ca-ve-edit { display: none; } /* Visual editor tab if installed */&lt;br /&gt;
#p-tb { display: none; }       /* Toolbox sidebar */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE RESPONSIVE OVERRIDES --- */&lt;br /&gt;
@media screen and (max-width: 768px) {&lt;br /&gt;
&lt;br /&gt;
    /* THE ULTIMATE OVERRIDE: Target the exact inline style string directly */&lt;br /&gt;
    div[style*=&amp;quot;width:30%&amp;quot;],&lt;br /&gt;
    div[style*=&amp;quot;width: 30%&amp;quot;],&lt;br /&gt;
    div[style*=&amp;quot;float:right&amp;quot;],&lt;br /&gt;
    div[style*=&amp;quot;float: right&amp;quot;] {&lt;br /&gt;
        float: none !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        min-width: 100% !important;&lt;br /&gt;
        margin-left: 0px !important;&lt;br /&gt;
        margin-right: 0px !important;&lt;br /&gt;
        margin-top: 15px !important;&lt;br /&gt;
        margin-bottom: 15px !important;&lt;br /&gt;
        clear: both !important;&lt;br /&gt;
        display: block !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Force the wikitable inside it to stop cropping and stretch to 100% */&lt;br /&gt;
    div[style*=&amp;quot;width:30%&amp;quot;] table.wikitable,&lt;br /&gt;
    div[style*=&amp;quot;width: 30%&amp;quot;] table.wikitable,&lt;br /&gt;
    .mw-parser-output table.wikitable {&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        min-width: 100% !important;&lt;br /&gt;
        display: table !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- DESKTOP AD (base of page) --- */&lt;br /&gt;
.wiki-desktop-ad-sidebar {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    max-width: 640px;&lt;br /&gt;
    margin: 20px auto;&lt;br /&gt;
    display: block;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
@media screen and (max-width: 600px) {&lt;br /&gt;
    .wiki-desktop-ad-sidebar {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE AD --- */&lt;br /&gt;
.wiki-mobile-ad-container {&lt;br /&gt;
    display: block;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    margin: 10px auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
@media screen and (min-width: 601px) {&lt;br /&gt;
    .wiki-mobile-ad-container {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=MediaWiki:Mobile.css&amp;diff=4899</id>
		<title>MediaWiki:Mobile.css</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=MediaWiki:Mobile.css&amp;diff=4899"/>
		<updated>2026-05-24T12:48:56Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the mobile site */&lt;br /&gt;
/* Make Infobox Full Width on Mobile */&lt;br /&gt;
.infobox-container {&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    overflow: visible !important;&lt;br /&gt;
    margin: 15px 0 !important;&lt;br /&gt;
    clear: both !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;br /&gt;
.infobox-table,&lt;br /&gt;
.infobox-container table.wikitable {&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    font-size: 14px;&lt;br /&gt;
    display: table !important;&lt;br /&gt;
}&lt;br /&gt;
.infobox-image img {&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    height: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline styles on the infobox div (written by template) */&lt;br /&gt;
div[style*=&amp;quot;width:30%&amp;quot;],&lt;br /&gt;
div[style*=&amp;quot;width: 30%&amp;quot;],&lt;br /&gt;
div[style*=&amp;quot;float:right&amp;quot;],&lt;br /&gt;
div[style*=&amp;quot;float: right&amp;quot;] {&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    overflow: visible !important;&lt;br /&gt;
    margin-left: 0 !important;&lt;br /&gt;
    margin-right: 0 !important;&lt;br /&gt;
    margin-top: 15px !important;&lt;br /&gt;
    margin-bottom: 15px !important;&lt;br /&gt;
    clear: both !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;br /&gt;
div[style*=&amp;quot;width:30%&amp;quot;] table.wikitable,&lt;br /&gt;
div[style*=&amp;quot;width: 30%&amp;quot;] table.wikitable,&lt;br /&gt;
div[style*=&amp;quot;float:right&amp;quot;] table.wikitable,&lt;br /&gt;
div[style*=&amp;quot;float: right&amp;quot;] table.wikitable {&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    display: table !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-person {&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    margin: 0 0 1em 0 !important;&lt;br /&gt;
    clear: both !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
    box-sizing: border-box !important;&lt;br /&gt;
}&lt;br /&gt;
.infobox-person table {&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-political-party {&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    min-width: 0 !important;&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    margin: 0 0 1em 0 !important;&lt;br /&gt;
    clear: both !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
    box-sizing: border-box !important;&lt;br /&gt;
}&lt;br /&gt;
.infobox-political-party table {&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4898</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4898"/>
		<updated>2026-05-24T12:48:40Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* --- INFOBOX STYLING --- */&lt;br /&gt;
.infobox-container {&lt;br /&gt;
    width: 30%;&lt;br /&gt;
    max-width: 350px;&lt;br /&gt;
    margin-left: 15px;&lt;br /&gt;
    margin-top: 0px;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-table {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-image {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header, .infobox-section {&lt;br /&gt;
    background-color: #f2f2f2;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-field {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    width: 35%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-person {&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
    width: 310px;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    border: 1px solid #a2a9b1;&lt;br /&gt;
    background: #f8f9fa;&lt;br /&gt;
    font-size: 88%;&lt;br /&gt;
    line-height: 1.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-political-party {&lt;br /&gt;
    width: 280px;&lt;br /&gt;
    min-width: 200px;&lt;br /&gt;
    max-width: 320px;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
    margin: 0 0 1em 1.5em;&lt;br /&gt;
    font-size: 88%;&lt;br /&gt;
    line-height: 1.5;&lt;br /&gt;
    border: 1px solid #a2a9b1;&lt;br /&gt;
    background: #f8f9fa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- UI CLEANUP --- */&lt;br /&gt;
/* Hide wiki UI elements — archive site, not community wiki */&lt;br /&gt;
#ca-history { display: none; }&lt;br /&gt;
#ca-talk { display: none; }&lt;br /&gt;
#ca-edit { display: none; }&lt;br /&gt;
#ca-ve-edit { display: none; } /* Visual editor tab if installed */&lt;br /&gt;
#p-tb { display: none; }       /* Toolbox sidebar */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE AD STYLING --- */&lt;br /&gt;
/* Centers the mobile ad banner under the article title */&lt;br /&gt;
.wiki-mobile-ad-container {&lt;br /&gt;
    display: block;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    margin: 15px auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If the user is on a wide desktop, completely hide the mobile banner container */&lt;br /&gt;
@media screen and (min-width: 601px) {&lt;br /&gt;
    .wiki-mobile-ad-container {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE RESPONSIVE OVERRIDES --- */&lt;br /&gt;
@media screen and (max-width: 768px) {&lt;br /&gt;
&lt;br /&gt;
    /* THE ULTIMATE OVERRIDE: Target the exact inline style string directly */&lt;br /&gt;
    div[style*=&amp;quot;width:30%&amp;quot;],&lt;br /&gt;
    div[style*=&amp;quot;width: 30%&amp;quot;],&lt;br /&gt;
    div[style*=&amp;quot;float:right&amp;quot;],&lt;br /&gt;
    div[style*=&amp;quot;float: right&amp;quot;] {&lt;br /&gt;
        float: none !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        min-width: 100% !important;&lt;br /&gt;
        margin-left: 0px !important;&lt;br /&gt;
        margin-right: 0px !important;&lt;br /&gt;
        margin-top: 15px !important;&lt;br /&gt;
        margin-bottom: 15px !important;&lt;br /&gt;
        clear: both !important;&lt;br /&gt;
        display: block !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Force the wikitable inside it to stop cropping and stretch to 100% */&lt;br /&gt;
    div[style*=&amp;quot;width:30%&amp;quot;] table.wikitable,&lt;br /&gt;
    div[style*=&amp;quot;width: 30%&amp;quot;] table.wikitable,&lt;br /&gt;
    .mw-parser-output table.wikitable {&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        min-width: 100% !important;&lt;br /&gt;
        display: table !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Template:Political-party&amp;diff=4897</id>
		<title>Template:Political-party</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Template:Political-party&amp;diff=4897"/>
		<updated>2026-05-24T12:48:18Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{#cargo_declare:_table=parties&lt;br /&gt;
|party_id=String&lt;br /&gt;
|name=String&lt;br /&gt;
|other_names=String&lt;br /&gt;
|abbreviation=String&lt;br /&gt;
|founded_date=Date&lt;br /&gt;
|dissolved_date=Date&lt;br /&gt;
|logo=String&lt;br /&gt;
|leader_name1=String&lt;br /&gt;
|leader_display1=String&lt;br /&gt;
|leader_designation1=String&lt;br /&gt;
|leader_name2=String&lt;br /&gt;
|leader_display2=String&lt;br /&gt;
|leader_designation2=String&lt;br /&gt;
|leader_name3=String&lt;br /&gt;
|leader_display3=String&lt;br /&gt;
|leader_designation3=String&lt;br /&gt;
|headquarters=String&lt;br /&gt;
|membership_year=String&lt;br /&gt;
|membership=String&lt;br /&gt;
|ideology=String&lt;br /&gt;
|political_position=String&lt;br /&gt;
|international=String&lt;br /&gt;
|colours=String&lt;br /&gt;
|youth_wing=String&lt;br /&gt;
|womens_wing=String&lt;br /&gt;
|website=String&lt;br /&gt;
|status=String&lt;br /&gt;
|election_symbol=String&lt;br /&gt;
|uen=String&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{#cargo_store:_table=parties&lt;br /&gt;
|party_id={{{party_id|}}}&lt;br /&gt;
|name={{{name|}}}&lt;br /&gt;
|other_names={{{other_names|}}}&lt;br /&gt;
|abbreviation={{{abbreviation|}}}&lt;br /&gt;
|founded_date={{{founded_date|}}}&lt;br /&gt;
|dissolved_date={{{dissolved_date|}}}&lt;br /&gt;
|logo={{{image|}}}&lt;br /&gt;
|leader_name1={{{leader_name1|}}}&lt;br /&gt;
|leader_display1={{{leader_display1|}}}&lt;br /&gt;
|leader_designation1={{{leader_designation1|}}}&lt;br /&gt;
|leader_name2={{{leader_name2|}}}&lt;br /&gt;
|leader_display2={{{leader_display2|}}}&lt;br /&gt;
|leader_designation2={{{leader_designation2|}}}&lt;br /&gt;
|leader_name3={{{leader_name3|}}}&lt;br /&gt;
|leader_display3={{{leader_display3|}}}&lt;br /&gt;
|leader_designation3={{{leader_designation3|}}}&lt;br /&gt;
|headquarters={{{headquarters|}}}&lt;br /&gt;
|membership_year={{{membership_year|}}}&lt;br /&gt;
|membership={{{membership|}}}&lt;br /&gt;
|ideology={{{ideology|}}}&lt;br /&gt;
|political_position={{{political_position|}}}&lt;br /&gt;
|international={{{international|}}}&lt;br /&gt;
|colours={{{colours|}}}&lt;br /&gt;
|youth_wing={{{youth_wing|}}}&lt;br /&gt;
|womens_wing={{{womens_wing|}}}&lt;br /&gt;
|website={{{website|}}}&lt;br /&gt;
|status={{{status|}}}&lt;br /&gt;
|election_symbol={{{election_symbol|}}}&lt;br /&gt;
|uen={{{uen|}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;infobox-political-party&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;text-align:center;padding:8px 4px 2px;background:#ffffff;&amp;quot;&amp;gt;{{#if:{{{image|}}}|[[File:{{{image}}}|200px|center|alt={{{name|}}} logo]]|&amp;lt;div style=&amp;quot;height:60px;background:#f0f0f0;margin:0 30px;border-radius:3px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;}}&amp;lt;/div&amp;gt;{{#if:{{{colours|}}}|&amp;lt;div style=&amp;quot;height:5px;background:{{{colours|}}};margin:0;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;}}&amp;lt;div style=&amp;quot;background:#2c3e50;color:#ffffff;text-align:center;padding:7px 8px 6px;font-size:108%;font-weight:bold;line-height:1.35;&amp;quot;&amp;gt;{{#if:{{{name|}}}|{{{name}}}|&#039;&#039;Party name missing&#039;&#039;}}{{#if:{{{abbreviation|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-size:82%;font-weight:normal;opacity:0.85;&amp;quot;&amp;gt;({{{abbreviation|}}}){{#if:{{{election_symbol|}}}|&amp;amp;nbsp;&amp;amp;middot;&amp;amp;nbsp;{{{election_symbol|}}}}}&amp;lt;/span&amp;gt;|}}&amp;lt;/div&amp;gt;&amp;lt;table style=&amp;quot;width:100%;border-collapse:collapse;background:transparent;&amp;quot;&amp;gt;{{#if:{{{other_names|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;width:38%;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Other names&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{other_names|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;width:38%;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:middle;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Status&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:middle;&amp;quot;&amp;gt;{{#switch:{{{status|}}}|active=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#d4edda;color:#155724;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;|deregistered=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#f8d7da;color:#721c24;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Deregistered&amp;lt;/span&amp;gt;|merged=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#fff3cd;color:#856404;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Merged&amp;lt;/span&amp;gt;|dissolved=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#e2e3e5;color:#383d41;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Dissolved&amp;lt;/span&amp;gt;|#default={{{status|}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;{{#if:{{{leader_name1|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Leadership&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{leader_name1|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_designation1|}}}|{{{leader_designation1|}}}|Leader}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{leader_name1|}}}|{{#if:{{{leader_display1|}}}|{{{leader_display1|}}}|{{{leader_name1|}}}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{leader_name2|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_designation2|}}}|{{{leader_designation2|}}}|Deputy}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{leader_name2|}}}|{{#if:{{{leader_display2|}}}|{{{leader_display2|}}}|{{{leader_name2|}}}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{leader_name3|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_designation3|}}}|{{{leader_designation3|}}}|Other leader}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{leader_name3|}}}|{{#if:{{{leader_display3|}}}|{{{leader_display3|}}}|{{{leader_name3|}}}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Organisation&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;{{#if:{{{founded_date|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Founded&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#time:j F Y|{{{founded_date}}}}}&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#666;font-size:90%;&amp;quot;&amp;gt;({{#expr:{{CURRENTYEAR}}-{{#time:Y|{{{founded_date}}}}}}} years ago)&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{dissolved_date|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Dissolved&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#time:j F Y|{{{dissolved_date}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{headquarters|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Headquarters&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{headquarters|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{uen|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;UEN&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-family:monospace;&amp;quot;&amp;gt;{{{uen|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{membership|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Membership{{#if:{{{membership_year|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-weight:normal;font-size:88%;color:#555;&amp;quot;&amp;gt;({{{membership_year|}}}})&amp;lt;/span&amp;gt;|}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{membership|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{ideology|}}}{{{political_position|}}}{{{international|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Political positions&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{ideology|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Ideology&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{ideology|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{political_position|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Position&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{political_position|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{international|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;International&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{international|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{youth_wing|}}}{{{womens_wing|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Associated organisations&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{youth_wing|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Youth wing&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{youth_wing|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{womens_wing|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Women&#039;s wing&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{womens_wing|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{website|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;External links&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Website&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[{{{website|}}} Official website]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Template:Political-party ==&lt;br /&gt;
Unified display and Cargo template for political party pages.&lt;br /&gt;
Do not use the old &amp;lt;code&amp;gt;Infobox-party&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Full example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Political-party&lt;br /&gt;
|party_id            = pap&lt;br /&gt;
|name                = People&#039;s Action Party&lt;br /&gt;
|other_names         = 人民行动党, Parti Tindakan Rakyat, மக்களின் செயல் கட்சி&lt;br /&gt;
|abbreviation        = PAP&lt;br /&gt;
|image               = PAP logo.png&lt;br /&gt;
|colours             = #002868&lt;br /&gt;
|election_symbol     = Lightning bolt&lt;br /&gt;
|founded_date        = 1954-11-21&lt;br /&gt;
|dissolved_date      =&lt;br /&gt;
|leader_name1        = lawrence-wong&lt;br /&gt;
|leader_display1     = Lawrence Wong&lt;br /&gt;
|leader_designation1 = Secretary-General&lt;br /&gt;
|leader_name2        = heng-swee-keat&lt;br /&gt;
|leader_display2     = Heng Swee Keat&lt;br /&gt;
|leader_designation2 = Chairman&lt;br /&gt;
|leader_name3        =&lt;br /&gt;
|leader_display3     =&lt;br /&gt;
|leader_designation3 =&lt;br /&gt;
|headquarters        = 57B New Upper Changi Road, Singapore 462057&lt;br /&gt;
|uen                 = S59SS0001F&lt;br /&gt;
|membership          = ~20,000&lt;br /&gt;
|membership_year     = 2023&lt;br /&gt;
|ideology            = [[Pragmatism]], [[Meritocracy]], [[Social conservatism]]&lt;br /&gt;
|political_position  = [[Centre-right politics|Centre-right]]&lt;br /&gt;
|international       =&lt;br /&gt;
|youth_wing          = Young PAP&lt;br /&gt;
|womens_wing         = PAP Women&#039;s Wing&lt;br /&gt;
|website             = https://www.pap.org.sg&lt;br /&gt;
|status              = active&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Field reference ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Field !! Type !! Required !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;party_id&amp;lt;/code&amp;gt; || slug || Yes || Permanent. e.g. &amp;lt;code&amp;gt;pap&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;wp&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; || text || Yes || Full English name&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;other_names&amp;lt;/code&amp;gt; || text || No || Other language names, comma-separated&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;abbreviation&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;PAP&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;WP&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; || filename || No || Filename only e.g. &amp;lt;code&amp;gt;PAP logo.png&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;colours&amp;lt;/code&amp;gt; || CSS colour || No || Hex colour for stripe. e.g. &amp;lt;code&amp;gt;#002868&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;election_symbol&amp;lt;/code&amp;gt; || text || No || As registered with ELD&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;founded_date&amp;lt;/code&amp;gt; || YYYY-MM-DD || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;dissolved_date&amp;lt;/code&amp;gt; || YYYY-MM-DD || No || Leave blank if active&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name1&amp;lt;/code&amp;gt; || mp_id slug || Yes || e.g. &amp;lt;code&amp;gt;lawrence-wong&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_display1&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;Lawrence Wong&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_designation1&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;Secretary-General&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name2&amp;lt;/code&amp;gt; || mp_id slug || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_display2&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_designation2&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name3&amp;lt;/code&amp;gt; || mp_id slug || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_display3&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_designation3&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;headquarters&amp;lt;/code&amp;gt; || text || No || Full address&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;uen&amp;lt;/code&amp;gt; || text || No || ROS Unique Entity Number&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;membership&amp;lt;/code&amp;gt; || text || No || e.g. &amp;lt;code&amp;gt;~20,000&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;membership_year&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;ideology&amp;lt;/code&amp;gt; || text || No || Wikilinked terms preferred&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;political_position&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;international&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;youth_wing&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;womens_wing&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;website&amp;lt;/code&amp;gt; || URL || No || Full URL with https&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;status&amp;lt;/code&amp;gt; || enum || Yes || &amp;lt;code&amp;gt;active&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;deregistered&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;merged&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;dissolved&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Infobox templates]]&lt;br /&gt;
[[Category:Cargo templates]]&lt;br /&gt;
[[Category:Political party templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=MediaWiki:Mobile.css&amp;diff=4896</id>
		<title>MediaWiki:Mobile.css</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=MediaWiki:Mobile.css&amp;diff=4896"/>
		<updated>2026-05-24T12:46:36Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the mobile site */&lt;br /&gt;
/* Make Infobox Full Width on Mobile */&lt;br /&gt;
.infobox-container {&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    overflow: visible !important;&lt;br /&gt;
    margin: 15px 0 !important;&lt;br /&gt;
    clear: both !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;br /&gt;
.infobox-table,&lt;br /&gt;
.infobox-container table.wikitable {&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    font-size: 14px;&lt;br /&gt;
    display: table !important;&lt;br /&gt;
}&lt;br /&gt;
.infobox-image img {&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    height: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline styles on the infobox div (written by template) */&lt;br /&gt;
div[style*=&amp;quot;width:30%&amp;quot;],&lt;br /&gt;
div[style*=&amp;quot;width: 30%&amp;quot;],&lt;br /&gt;
div[style*=&amp;quot;float:right&amp;quot;],&lt;br /&gt;
div[style*=&amp;quot;float: right&amp;quot;] {&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    overflow: visible !important;&lt;br /&gt;
    margin-left: 0 !important;&lt;br /&gt;
    margin-right: 0 !important;&lt;br /&gt;
    margin-top: 15px !important;&lt;br /&gt;
    margin-bottom: 15px !important;&lt;br /&gt;
    clear: both !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;br /&gt;
div[style*=&amp;quot;width:30%&amp;quot;] table.wikitable,&lt;br /&gt;
div[style*=&amp;quot;width: 30%&amp;quot;] table.wikitable,&lt;br /&gt;
div[style*=&amp;quot;float:right&amp;quot;] table.wikitable,&lt;br /&gt;
div[style*=&amp;quot;float: right&amp;quot;] table.wikitable {&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    display: table !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-person {&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    margin: 0 0 1em 0 !important;&lt;br /&gt;
    clear: both !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
    box-sizing: border-box !important;&lt;br /&gt;
}&lt;br /&gt;
.infobox-person table {&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4895</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4895"/>
		<updated>2026-05-24T12:46:18Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* --- INFOBOX STYLING --- */&lt;br /&gt;
.infobox-container {&lt;br /&gt;
    width: 30%;&lt;br /&gt;
    max-width: 350px;&lt;br /&gt;
    margin-left: 15px;&lt;br /&gt;
    margin-top: 0px;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-table {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-image {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header, .infobox-section {&lt;br /&gt;
    background-color: #f2f2f2;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-field {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    width: 35%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-person {&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
    width: 310px;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    border: 1px solid #a2a9b1;&lt;br /&gt;
    background: #f8f9fa;&lt;br /&gt;
    font-size: 88%;&lt;br /&gt;
    line-height: 1.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- UI CLEANUP --- */&lt;br /&gt;
/* Hide wiki UI elements — archive site, not community wiki */&lt;br /&gt;
#ca-history { display: none; }&lt;br /&gt;
#ca-talk { display: none; }&lt;br /&gt;
#ca-edit { display: none; }&lt;br /&gt;
#ca-ve-edit { display: none; } /* Visual editor tab if installed */&lt;br /&gt;
#p-tb { display: none; }       /* Toolbox sidebar */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE AD STYLING --- */&lt;br /&gt;
/* Centers the mobile ad banner under the article title */&lt;br /&gt;
.wiki-mobile-ad-container {&lt;br /&gt;
    display: block;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    margin: 15px auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If the user is on a wide desktop, completely hide the mobile banner container */&lt;br /&gt;
@media screen and (min-width: 601px) {&lt;br /&gt;
    .wiki-mobile-ad-container {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE RESPONSIVE OVERRIDES --- */&lt;br /&gt;
@media screen and (max-width: 768px) {&lt;br /&gt;
&lt;br /&gt;
    /* THE ULTIMATE OVERRIDE: Target the exact inline style string directly */&lt;br /&gt;
    div[style*=&amp;quot;width:30%&amp;quot;],&lt;br /&gt;
    div[style*=&amp;quot;width: 30%&amp;quot;],&lt;br /&gt;
    div[style*=&amp;quot;float:right&amp;quot;],&lt;br /&gt;
    div[style*=&amp;quot;float: right&amp;quot;] {&lt;br /&gt;
        float: none !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        min-width: 100% !important;&lt;br /&gt;
        margin-left: 0px !important;&lt;br /&gt;
        margin-right: 0px !important;&lt;br /&gt;
        margin-top: 15px !important;&lt;br /&gt;
        margin-bottom: 15px !important;&lt;br /&gt;
        clear: both !important;&lt;br /&gt;
        display: block !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Force the wikitable inside it to stop cropping and stretch to 100% */&lt;br /&gt;
    div[style*=&amp;quot;width:30%&amp;quot;] table.wikitable,&lt;br /&gt;
    div[style*=&amp;quot;width: 30%&amp;quot;] table.wikitable,&lt;br /&gt;
    .mw-parser-output table.wikitable {&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        min-width: 100% !important;&lt;br /&gt;
        display: table !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Template:Infobox-person&amp;diff=4894</id>
		<title>Template:Infobox-person</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Template:Infobox-person&amp;diff=4894"/>
		<updated>2026-05-24T12:45:57Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;infobox-person&amp;quot;&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width: 100%; border-collapse: collapse;&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;background-color: #eaf3ff; border: 1px solid #a2a9b1; padding: 8px; font-weight: bold; font-size: 1.2em;&amp;quot; | {{{name|{{PAGENAME}}}}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{othername|}}}|&lt;br /&gt;
{{!}} colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center; font-style: italic; border-bottom: 1px solid #a2a9b1;&amp;quot; {{!}} {{{othername}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center; padding: 10px;&amp;quot; | {{#if:{{{image|}}}| [[File:{{{image}}}|250px|center]] {{#if:{{{caption|}}}|&amp;lt;br/&amp;gt;&amp;lt;small&amp;gt;{{{caption}}}&amp;lt;/small&amp;gt;}} | [[File:Portrait_placeholder.png|150px|center]] }}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{office1|}}}|&lt;br /&gt;
{{!}}-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center; background: #dcebff; padding: 5px; border-top: 1px solid #a2a9b1;&amp;quot; {{!}} {{{office1}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}} colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center; padding: 2px; background: #eaf3ff;&amp;quot; {{!}} {{#if:{{{incumbent1|}}} | &#039;&#039;&#039;Incumbent&#039;&#039;&#039; | }}&lt;br /&gt;
{{!}}-&lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 5px;&amp;quot; {{!}} {{#if:{{{incumbent1|}}}|Assumed office|In office}}&lt;br /&gt;
{{!}} style=&amp;quot;padding: 5px;&amp;quot; {{!}} {{{term_start1}}} {{#if:{{{term_end1|}}}| – {{{term_end1}}} | }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{office2|}}}|&lt;br /&gt;
{{!}}-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center; background: #dcebff; padding: 5px; border-top: 1px solid #a2a9b1;&amp;quot; {{!}} {{{office2}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 5px;&amp;quot; {{!}} In office&lt;br /&gt;
{{!}} style=&amp;quot;padding: 5px;&amp;quot; {{!}} {{{term_start2}}} – {{{term_end2}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{data01|}}}|&lt;br /&gt;
{{!}}-&lt;br /&gt;
! style=&amp;quot;text-align: left; background: #f2f2f2; padding: 5px; border-top: 1px solid #ddd;&amp;quot; {{!}} {{{field01}}}&lt;br /&gt;
{{!}} style=&amp;quot;padding: 5px; border-top: 1px solid #ddd;&amp;quot; {{!}} {{{data01}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center; background-color: #dcebff; color: #333; padding: 5px; border-top: 2px solid #a2a9b1;&amp;quot; | Personal details&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left; background: #f2f2f2; padding: 5px; border-top: 1px solid #ddd; width: 35%;&amp;quot; | Party&lt;br /&gt;
| style=&amp;quot;padding: 5px; border-top: 1px solid #ddd;&amp;quot; | {{#switch:{{{politicalparty}}}&lt;br /&gt;
| PAP=&#039;&#039;&#039;PAP&#039;&#039;&#039; &amp;amp;nbsp; [[file:PAP logo.png|25px]]&lt;br /&gt;
| WP=&#039;&#039;&#039;WP&#039;&#039;&#039; &amp;amp;nbsp; [[file:WP logo.png|25px]]&lt;br /&gt;
| SDP=&#039;&#039;&#039;SDP&#039;&#039;&#039; &amp;amp;nbsp; [[file:SDP logo.png|25px]]&lt;br /&gt;
| #default={{{politicalparty|Independent}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{birth_date|}}}|&lt;br /&gt;
{{!}}-&lt;br /&gt;
! style=&amp;quot;text-align: left; background: #f2f2f2; padding: 5px; border-top: 1px solid #ddd;&amp;quot; {{!}} Born&lt;br /&gt;
{{!}} style=&amp;quot;padding: 5px; border-top: 1px solid #ddd;&amp;quot; {{!}} {{{birth_date}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{spouse|}}}|&lt;br /&gt;
{{!}}-&lt;br /&gt;
! style=&amp;quot;text-align: left; background: #f2f2f2; padding: 5px; border-top: 1px solid #ddd;&amp;quot; {{!}} Spouse&lt;br /&gt;
{{!}} style=&amp;quot;padding: 5px; border-top: 1px solid #ddd;&amp;quot; {{!}} {{{spouse}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{alma_mater|}}}|&lt;br /&gt;
{{!}}-&lt;br /&gt;
! style=&amp;quot;text-align: left; background: #f2f2f2; padding: 5px; border-top: 1px solid #ddd;&amp;quot; {{!}} Alma mater&lt;br /&gt;
{{!}} style=&amp;quot;padding: 5px; border-top: 1px solid #ddd;&amp;quot; {{!}} {{{alma_mater}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{signature|}}}|&lt;br /&gt;
{{!}}-&lt;br /&gt;
! style=&amp;quot;text-align: left; background: #f2f2f2; padding: 5px; border-top: 1px solid #ddd;&amp;quot; {{!}} Signature&lt;br /&gt;
{{!}} style=&amp;quot;text-align: center; padding: 5px; border-top: 1px solid #ddd;&amp;quot; {{!}} [[File:{{{signature}}}|120px]]&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Template:Infobox-party&amp;diff=4893</id>
		<title>Template:Infobox-party</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Template:Infobox-party&amp;diff=4893"/>
		<updated>2026-05-24T12:42:17Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;infobox-container&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; vertical-align:top;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:10px;&amp;quot;|{{#if:{{{image|}}}| [[File:{{{image}}}|200px|center]] | [[File:Bot Sleep.png|200px|center]] }}&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;| {{#if:{{{partyname|}}}|{{{partyname}}}| Input ENG Party Name }}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:33%; vertical-align:top;&amp;quot;| &#039;&#039;&#039;Other Party Names&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{otherpartyname | Input other language or previous party names}}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Abbreviation&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| [[{{{abbrev}}}]]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Current Leaders&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| [[{{{leadername1| Lim Ko Pi}}}]] &amp;lt;/br&amp;gt; ({{{leaderdesignation1| Secretary-General}}}){{#if:{{{leadername2|}}} | &amp;lt;/br&amp;gt;[[{{{leadername2}}}]]&amp;lt;/br&amp;gt;({{{leaderdesignation2}}}) | }} &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Founded&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{birthday}}}&amp;amp;nbsp;{{#time: M | {{{birthmonth}}} }}&amp;amp;nbsp;{{{birthyear}}}&amp;amp;nbsp;(&amp;amp;PlusMinus;{{#expr:{{CURRENTYEAR}}-{{{birthyear}}} }})&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Official Web Site&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{website}}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Other Online Presences&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{othersites}}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Youth Wing&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{youthwingname}}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{status}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&#039;&#039;How to use this template: See [[Template:Infobox-party/doc]]&#039;&#039;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Template:Infobox-party&amp;diff=4892</id>
		<title>Template:Infobox-party</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Template:Infobox-party&amp;diff=4892"/>
		<updated>2026-05-24T12:41:00Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;infobox-container&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; vertical-align:top;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:10px;&amp;quot;|{{#if:{{{image|}}}| [[File:{{{image}}}|200px|center]] | [[File:Bot Sleep.png|200px|center]] }}&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;| {{#if:{{{partyname|}}}|{{{partyname}}}| Input ENG Party Name }}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:33%; vertical-align:top;&amp;quot;| &#039;&#039;&#039;Other Party Names&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{otherpartyname | Input other language or previous party names}}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Abbreviation&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| [[{{{abbrev}}}]]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Current Leaders&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| [[{{{leadername1| Lim Ko Pi}}}]] &amp;lt;/br&amp;gt; ({{{leaderdesignation1| Secretary-General}}}){{#if:{{{leadername2|}}} | &amp;lt;/br&amp;gt;[[{{{leadername2}}}]]&amp;lt;/br&amp;gt;({{{leaderdesignation2}}}) | }} &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Founded&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{birthday}}}&amp;amp;nbsp;{{#time: M | {{{birthmonth}}} }}&amp;amp;nbsp;{{{birthyear}}}&amp;amp;nbsp;(&amp;amp;PlusMinus;{{#expr:{{CURRENTYEAR}}-{{{birthyear}}} }})&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Official Web Site&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{website}}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Other Online Presences&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{othersites}}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Youth Wing&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{youthwingname}}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{status}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&#039;&#039;How to use this template: See [[Template:Infobox-party/doc]]&#039;&#039;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; vertical-align:top;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:10px;&amp;quot;|{{#if:{{{image|}}}| [[File:{{{image}}}|200px|center]] | [[File:Bot Sleep.png|200px|center]] }}&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;| {{#if:{{{partyname|}}}|{{{partyname}}}| Input ENG Party Name }}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:33%; vertical-align:top;&amp;quot;| &#039;&#039;&#039;Other Party Names&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{otherpartyname | Input other language or previous party names}}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Abbreviation&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| [[{{{abbrev}}}]]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Current Leaders&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| [[{{{leadername1| Lim Ko Pi}}}]] &amp;lt;/br&amp;gt; ({{{leaderdesignation1| Secretary-General}}}){{#if:{{{leadername2|}}} | &amp;lt;/br&amp;gt;[[{{{leadername2}}}]]&amp;lt;/br&amp;gt;({{{leaderdesignation2}}}) | }} &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Founded&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{birthday}}}&amp;amp;nbsp;{{#time: M | {{{birthmonth}}} }}&amp;amp;nbsp;{{{birthyear}}}&amp;amp;nbsp;(&amp;amp;PlusMinus;{{#expr:{{CURRENTYEAR}}-{{{birthyear}}} }})&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Official Web Site&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{website}}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Other Online Presences&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{othersites}}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Youth Wing&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{youthwingname}}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{status}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&#039;&#039;How to use this template: See [[Template:Infobox-party/doc]]&#039;&#039;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=MediaWiki:Mobile.css&amp;diff=4891</id>
		<title>MediaWiki:Mobile.css</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=MediaWiki:Mobile.css&amp;diff=4891"/>
		<updated>2026-05-24T12:39:18Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the mobile site */&lt;br /&gt;
/* Make Infobox Full Width on Mobile */&lt;br /&gt;
.infobox-container {&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    overflow: visible !important;&lt;br /&gt;
    margin: 15px 0 !important;&lt;br /&gt;
    clear: both !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;br /&gt;
.infobox-table,&lt;br /&gt;
.infobox-container table.wikitable {&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    font-size: 14px;&lt;br /&gt;
    display: table !important;&lt;br /&gt;
}&lt;br /&gt;
.infobox-image img {&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    height: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline styles on the infobox div (written by template) */&lt;br /&gt;
div[style*=&amp;quot;width:30%&amp;quot;],&lt;br /&gt;
div[style*=&amp;quot;width: 30%&amp;quot;],&lt;br /&gt;
div[style*=&amp;quot;float:right&amp;quot;],&lt;br /&gt;
div[style*=&amp;quot;float: right&amp;quot;] {&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    overflow: visible !important;&lt;br /&gt;
    margin-left: 0 !important;&lt;br /&gt;
    margin-right: 0 !important;&lt;br /&gt;
    margin-top: 15px !important;&lt;br /&gt;
    margin-bottom: 15px !important;&lt;br /&gt;
    clear: both !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;br /&gt;
div[style*=&amp;quot;width:30%&amp;quot;] table.wikitable,&lt;br /&gt;
div[style*=&amp;quot;width: 30%&amp;quot;] table.wikitable,&lt;br /&gt;
div[style*=&amp;quot;float:right&amp;quot;] table.wikitable,&lt;br /&gt;
div[style*=&amp;quot;float: right&amp;quot;] table.wikitable {&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    display: table !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4890</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4890"/>
		<updated>2026-05-24T12:34:27Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* --- INFOBOX STYLING --- */&lt;br /&gt;
.infobox-container {&lt;br /&gt;
    width: 30%;&lt;br /&gt;
    max-width: 350px;&lt;br /&gt;
    margin-left: 15px;&lt;br /&gt;
    margin-top: 0px;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-table {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-image {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header, .infobox-section {&lt;br /&gt;
    background-color: #f2f2f2;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-field {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    width: 35%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- UI CLEANUP --- */&lt;br /&gt;
/* Hide wiki UI elements — archive site, not community wiki */&lt;br /&gt;
#ca-history { display: none; }&lt;br /&gt;
#ca-talk { display: none; }&lt;br /&gt;
#ca-edit { display: none; }&lt;br /&gt;
#ca-ve-edit { display: none; } /* Visual editor tab if installed */&lt;br /&gt;
#p-tb { display: none; }       /* Toolbox sidebar */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE AD STYLING --- */&lt;br /&gt;
/* Centers the mobile ad banner under the article title */&lt;br /&gt;
.wiki-mobile-ad-container {&lt;br /&gt;
    display: block;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    margin: 15px auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If the user is on a wide desktop, completely hide the mobile banner container */&lt;br /&gt;
@media screen and (min-width: 601px) {&lt;br /&gt;
    .wiki-mobile-ad-container {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE RESPONSIVE OVERRIDES --- */&lt;br /&gt;
@media screen and (max-width: 768px) {&lt;br /&gt;
&lt;br /&gt;
    /* THE ULTIMATE OVERRIDE: Target the exact inline style string directly */&lt;br /&gt;
    div[style*=&amp;quot;width:30%&amp;quot;],&lt;br /&gt;
    div[style*=&amp;quot;width: 30%&amp;quot;],&lt;br /&gt;
    div[style*=&amp;quot;float:right&amp;quot;],&lt;br /&gt;
    div[style*=&amp;quot;float: right&amp;quot;] {&lt;br /&gt;
        float: none !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        min-width: 100% !important;&lt;br /&gt;
        margin-left: 0px !important;&lt;br /&gt;
        margin-right: 0px !important;&lt;br /&gt;
        margin-top: 15px !important;&lt;br /&gt;
        margin-bottom: 15px !important;&lt;br /&gt;
        clear: both !important;&lt;br /&gt;
        display: block !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Force the wikitable inside it to stop cropping and stretch to 100% */&lt;br /&gt;
    div[style*=&amp;quot;width:30%&amp;quot;] table.wikitable,&lt;br /&gt;
    div[style*=&amp;quot;width: 30%&amp;quot;] table.wikitable,&lt;br /&gt;
    .mw-parser-output table.wikitable {&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        min-width: 100% !important;&lt;br /&gt;
        display: table !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4889</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4889"/>
		<updated>2026-05-24T12:30:21Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* --- INFOBOX STYLING --- */&lt;br /&gt;
.infobox-container {&lt;br /&gt;
    width: 30%;&lt;br /&gt;
    max-width: 350px;&lt;br /&gt;
    margin-left: 15px;&lt;br /&gt;
    margin-top: 0px;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-table {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-image {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header, .infobox-section {&lt;br /&gt;
    background-color: #f2f2f2;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-field {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    width: 35%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- UI CLEANUP --- */&lt;br /&gt;
/* Hide wiki UI elements — archive site, not community wiki */&lt;br /&gt;
#ca-history { display: none; }&lt;br /&gt;
#ca-talk { display: none; }&lt;br /&gt;
#ca-edit { display: none; }&lt;br /&gt;
#ca-ve-edit { display: none; } /* Visual editor tab if installed */&lt;br /&gt;
#p-tb { display: none; }       /* Toolbox sidebar */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE AD STYLING --- */&lt;br /&gt;
/* Centers the mobile ad banner under the article title */&lt;br /&gt;
.wiki-mobile-ad-container {&lt;br /&gt;
    display: block;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    margin: 15px auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If the user is on a wide desktop, completely hide the mobile banner container */&lt;br /&gt;
@media screen and (min-width: 601px) {&lt;br /&gt;
    .wiki-mobile-ad-container {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE RESPONSIVE OVERRIDES --- */&lt;br /&gt;
@media screen and (max-width: 768px) {&lt;br /&gt;
&lt;br /&gt;
    /* 1. AGGRESSIVELY FORCE THE FLOATING CONTAINER TO COLLAPSE */&lt;br /&gt;
    html body .mw-body .mw-parser-output div[style*=&amp;quot;float: right&amp;quot;],&lt;br /&gt;
    html body .mw-body .mw-parser-output div[style*=&amp;quot;float:right&amp;quot;],&lt;br /&gt;
    html body .mw-body .mw-parser-output div[style*=&amp;quot;width:30%&amp;quot;],&lt;br /&gt;
    html body .mw-body .mw-parser-output div[style*=&amp;quot;width: 30%&amp;quot;] {&lt;br /&gt;
        float: none !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        min-width: 100% !important;&lt;br /&gt;
        margin-left: 0 !important;&lt;br /&gt;
        margin-right: 0 !important;&lt;br /&gt;
        margin-top: 15px !important;&lt;br /&gt;
        margin-bottom: 15px !important;&lt;br /&gt;
        clear: both !important;&lt;br /&gt;
        display: block !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* 2. FORCE THE WIKITABLE TO BE FULL WIDTH AND PREVENT CROPPING */&lt;br /&gt;
    html body .mw-body .mw-parser-output div div table.wikitable,&lt;br /&gt;
    html body .mw-body .mw-parser-output div table.wikitable,&lt;br /&gt;
    .mw-parser-output table.wikitable {&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        min-width: 100% !important;&lt;br /&gt;
        display: table !important;&lt;br /&gt;
        box-sizing: border-box !important;&lt;br /&gt;
        float: none !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* 3. RESET TABLE CELL WIDTHS */&lt;br /&gt;
    /* Your screenshot shows inline styles like &amp;lt;td style=&amp;quot;width:33%&amp;quot;&amp;gt; inside the table. &lt;br /&gt;
       This strips those down so they don&#039;t break on a mobile phone viewport. */&lt;br /&gt;
    html body .mw-body .mw-parser-output table.wikitable tr td,&lt;br /&gt;
    html body .mw-body .mw-parser-output table.wikitable tr th {&lt;br /&gt;
        width: auto !important; &lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        white-space: normal !important; &lt;br /&gt;
        word-break: break-word !important; &lt;br /&gt;
        padding: 8px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* 4. LOGO IMAGE RESIZING */&lt;br /&gt;
    html body .mw-body .mw-parser-output table.wikitable img {&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        height: auto !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4888</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4888"/>
		<updated>2026-05-24T12:28:02Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* --- INFOBOX STYLING --- */&lt;br /&gt;
.infobox-container {&lt;br /&gt;
    width: 30%;&lt;br /&gt;
    max-width: 350px;&lt;br /&gt;
    margin-left: 15px;&lt;br /&gt;
    margin-top: 0px;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-table {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-image {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header, .infobox-section {&lt;br /&gt;
    background-color: #f2f2f2;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-field {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    width: 35%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- UI CLEANUP --- */&lt;br /&gt;
/* Hide wiki UI elements — archive site, not community wiki */&lt;br /&gt;
#ca-history { display: none; }&lt;br /&gt;
#ca-talk { display: none; }&lt;br /&gt;
#ca-edit { display: none; }&lt;br /&gt;
#ca-ve-edit { display: none; } /* Visual editor tab if installed */&lt;br /&gt;
#p-tb { display: none; }       /* Toolbox sidebar */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE AD STYLING --- */&lt;br /&gt;
/* Centers the mobile ad banner under the article title */&lt;br /&gt;
.wiki-mobile-ad-container {&lt;br /&gt;
    display: block;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    margin: 15px auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If the user is on a wide desktop, completely hide the mobile banner container */&lt;br /&gt;
@media screen and (min-width: 601px) {&lt;br /&gt;
    .wiki-mobile-ad-container {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE RESPONSIVE OVERRIDES --- */&lt;br /&gt;
@media screen and (max-width: 768px) {&lt;br /&gt;
&lt;br /&gt;
    /* 1. Force the outer inline style wrapper to take up 100% full width */&lt;br /&gt;
    .mw-parser-output &amp;gt; div[style*=&amp;quot;float: right&amp;quot;],&lt;br /&gt;
    .mw-parser-output &amp;gt; div[style*=&amp;quot;float:right&amp;quot;] {&lt;br /&gt;
        float: none !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        margin-left: 0 !important;&lt;br /&gt;
        margin-right: 0 !important;&lt;br /&gt;
        margin-top: 15px !important;&lt;br /&gt;
        margin-bottom: 15px !important;&lt;br /&gt;
        clear: both !important;&lt;br /&gt;
        display: block !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* 2. FIX THE CROP: Force the internal wikitable to expand fully without squeezed boundaries */&lt;br /&gt;
    .mw-parser-output &amp;gt; div[style*=&amp;quot;float&amp;quot;] table.wikitable {&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        display: table !important; /* Forces standard tabular structure over flex distortion */&lt;br /&gt;
        box-sizing: border-box !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* 3. CELL RESET: Stop columns inside the infobox table from compressing text into tiny slivers */&lt;br /&gt;
    .mw-parser-output &amp;gt; div[style*=&amp;quot;float&amp;quot;] table.wikitable td,&lt;br /&gt;
    .mw-parser-output &amp;gt; div[style*=&amp;quot;float&amp;quot;] table.wikitable th {&lt;br /&gt;
        width: auto !important; /* Overrides any hardcoded cell pixel/percentage widths */&lt;br /&gt;
        white-space: normal !important; /* Forces text wrapping instead of running off-screen */&lt;br /&gt;
        word-break: break-word !important; /* Safely breaks long words or non-English characters */&lt;br /&gt;
        padding: 6px 8px !important; /* Normalizes layout padding on mobile devices */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* 4. IMAGE RESPONSIVENESS: Ensure the main party logo scaling fits nicely inside the expanded row */&lt;br /&gt;
    .mw-parser-output &amp;gt; div[style*=&amp;quot;float&amp;quot;] table.wikitable img {&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        height: auto !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4887</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4887"/>
		<updated>2026-05-24T12:22:15Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* --- INFOBOX STYLING --- */&lt;br /&gt;
.infobox-container {&lt;br /&gt;
    width: 30%;&lt;br /&gt;
    max-width: 350px;&lt;br /&gt;
    margin-left: 15px;&lt;br /&gt;
    margin-top: 0px;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-table {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-image {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header, .infobox-section {&lt;br /&gt;
    background-color: #f2f2f2;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-field {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    width: 35%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- UI CLEANUP --- */&lt;br /&gt;
/* Hide wiki UI elements — archive site, not community wiki */&lt;br /&gt;
#ca-history { display: none; }&lt;br /&gt;
#ca-talk { display: none; }&lt;br /&gt;
#ca-edit { display: none; }&lt;br /&gt;
#ca-ve-edit { display: none; } /* Visual editor tab if installed */&lt;br /&gt;
#p-tb { display: none; }       /* Toolbox sidebar */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE AD STYLING --- */&lt;br /&gt;
/* Centers the mobile ad banner under the article title */&lt;br /&gt;
.wiki-mobile-ad-container {&lt;br /&gt;
    display: block;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    margin: 15px auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If the user is on a wide desktop, completely hide the mobile banner container */&lt;br /&gt;
@media screen and (min-width: 601px) {&lt;br /&gt;
    .wiki-mobile-ad-container {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE RESPONSIVE OVERRIDES --- */&lt;br /&gt;
@media screen and (max-width: 768px) {&lt;br /&gt;
&lt;br /&gt;
    /* FORCE INLINE STYLE DIVS THAT FLOAT RIGHT TO STACK ON MOBILE */&lt;br /&gt;
    .mw-parser-output &amp;gt; div[style*=&amp;quot;float: right&amp;quot;],&lt;br /&gt;
    .mw-parser-output &amp;gt; div[style*=&amp;quot;float:right&amp;quot;] {&lt;br /&gt;
        float: none !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        margin-left: 0 !important;&lt;br /&gt;
        margin-top: 15px !important;&lt;br /&gt;
        margin-bottom: 15px !important;&lt;br /&gt;
        clear: both !important;&lt;br /&gt;
        display: block !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Ensure the table element inside it scales up cleanly */&lt;br /&gt;
    .mw-parser-output &amp;gt; div[style*=&amp;quot;float&amp;quot;] table {&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        display: table !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4886</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4886"/>
		<updated>2026-05-24T12:15:55Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* --- INFOBOX STYLING --- */&lt;br /&gt;
.infobox-container {&lt;br /&gt;
    width: 30%;&lt;br /&gt;
    max-width: 350px;&lt;br /&gt;
    margin-left: 15px;&lt;br /&gt;
    margin-top: 0px;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-table {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-image {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header, .infobox-section {&lt;br /&gt;
    background-color: #f2f2f2;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-field {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    width: 35%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- UI CLEANUP --- */&lt;br /&gt;
/* Hide wiki UI elements — archive site, not community wiki */&lt;br /&gt;
#ca-history { display: none; }&lt;br /&gt;
#ca-talk { display: none; }&lt;br /&gt;
#ca-edit { display: none; }&lt;br /&gt;
#ca-ve-edit { display: none; } /* Visual editor tab if installed */&lt;br /&gt;
#p-tb { display: none; }       /* Toolbox sidebar */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE AD STYLING --- */&lt;br /&gt;
/* Centers the mobile ad banner under the article title */&lt;br /&gt;
.wiki-mobile-ad-container {&lt;br /&gt;
    display: block;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    margin: 15px auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If the user is on a wide desktop, completely hide the mobile banner container */&lt;br /&gt;
@media screen and (min-width: 601px) {&lt;br /&gt;
    .wiki-mobile-ad-container {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE RESPONSIVE OVERRIDES --- */&lt;br /&gt;
/* This section triggers only on mobile phones and small tablets */&lt;br /&gt;
@media screen and (max-width: 768px) {&lt;br /&gt;
    &lt;br /&gt;
    /* Force your custom container to drop down */&lt;br /&gt;
    .infobox-container {&lt;br /&gt;
        float: none !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        margin-left: 0 !important;&lt;br /&gt;
        margin-top: 15px !important;&lt;br /&gt;
        margin-bottom: 15px !important;&lt;br /&gt;
        clear: both !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* CRITICAL FIX: Force ALL tables trying to float right on mobile &lt;br /&gt;
       to drop down into their own full-width rows &lt;br /&gt;
    */&lt;br /&gt;
    .mw-parser-output table,&lt;br /&gt;
    .mw-parser-output .infobox,&lt;br /&gt;
    table[align=&amp;quot;right&amp;quot;],&lt;br /&gt;
    table[style*=&amp;quot;float: right&amp;quot;],&lt;br /&gt;
    table[style*=&amp;quot;float:right&amp;quot;] {&lt;br /&gt;
        float: none !important;&lt;br /&gt;
        display: table !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        margin: 15px 0 !important;&lt;br /&gt;
        clear: both !important;&lt;br /&gt;
        box-sizing: border-box !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Force table cells inside the infobox to behave properly and not compress text */&lt;br /&gt;
    .mw-parser-output table td, &lt;br /&gt;
    .mw-parser-output table th {&lt;br /&gt;
        word-break: break-word !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Ensure the internal infobox table adapts beautifully to full width */&lt;br /&gt;
    .infobox-table {&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Fix native wiki galleries so they don&#039;t overflow horizontally */&lt;br /&gt;
    ul.gallery {&lt;br /&gt;
        display: flex !important;&lt;br /&gt;
        flex-wrap: wrap !important;&lt;br /&gt;
        justify-content: center !important;&lt;br /&gt;
        padding: 0 !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Set gallery items to a flexible grid layout (2 images per row on mobile) */&lt;br /&gt;
    li.gallerybox {&lt;br /&gt;
        flex: 1 1 45% !important;&lt;br /&gt;
        max-width: 50% !important;&lt;br /&gt;
        height: auto !important;&lt;br /&gt;
        box-sizing: border-box !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    li.gallerybox div {&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    li.gallerybox .thumb img {&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        height: auto !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4885</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4885"/>
		<updated>2026-05-24T12:13:09Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* --- INFOBOX STYLING --- */&lt;br /&gt;
.infobox-container {&lt;br /&gt;
    width: 30%;&lt;br /&gt;
    max-width: 350px;&lt;br /&gt;
    margin-left: 15px;&lt;br /&gt;
    margin-top: 0px;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-table {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-image {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header, .infobox-section {&lt;br /&gt;
    background-color: #f2f2f2;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-field {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    width: 35%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- UI CLEANUP --- */&lt;br /&gt;
/* Hide wiki UI elements — archive site, not community wiki */&lt;br /&gt;
#ca-history { display: none; }&lt;br /&gt;
#ca-talk { display: none; }&lt;br /&gt;
#ca-edit { display: none; }&lt;br /&gt;
#ca-ve-edit { display: none; } /* Visual editor tab if installed */&lt;br /&gt;
#p-tb { display: none; }       /* Toolbox sidebar */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE AD STYLING --- */&lt;br /&gt;
/* Centers the mobile ad banner under the article title */&lt;br /&gt;
.wiki-mobile-ad-container {&lt;br /&gt;
    display: block;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    margin: 15px auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If the user is on a wide desktop, completely hide the mobile banner container */&lt;br /&gt;
@media screen and (min-width: 601px) {&lt;br /&gt;
    .wiki-mobile-ad-container {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE RESPONSIVE OVERRIDES --- */&lt;br /&gt;
/* This section triggers only on mobile phones and small tablets */&lt;br /&gt;
@media screen and (max-width: 768px) {&lt;br /&gt;
    &lt;br /&gt;
    /* Force your custom infobox to dropped down as a full-width row instead of floating */&lt;br /&gt;
    .infobox-container {&lt;br /&gt;
        float: none !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        margin-left: 0 !important;&lt;br /&gt;
        margin-top: 15px !important;&lt;br /&gt;
        margin-bottom: 15px !important;&lt;br /&gt;
        clear: both !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Ensure the internal infobox table adapts beautifully to full width */&lt;br /&gt;
    .infobox-table {&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Fix native wiki galleries so they don&#039;t overflow horizontally */&lt;br /&gt;
    ul.gallery {&lt;br /&gt;
        display: flex !important;&lt;br /&gt;
        flex-wrap: wrap !important;&lt;br /&gt;
        justify-content: center !important;&lt;br /&gt;
        padding: 0 !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Set gallery items to a flexible grid layout (2 images per row on mobile) */&lt;br /&gt;
    li.gallerybox {&lt;br /&gt;
        flex: 1 1 45% !important;&lt;br /&gt;
        max-width: 50% !important;&lt;br /&gt;
        height: auto !important;&lt;br /&gt;
        box-sizing: border-box !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    li.gallerybox div {&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    li.gallerybox .thumb img {&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        height: auto !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4884</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=MediaWiki:Common.css&amp;diff=4884"/>
		<updated>2026-05-24T12:04:55Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
.infobox-container {&lt;br /&gt;
    width: 30%;&lt;br /&gt;
    max-width: 350px;&lt;br /&gt;
    margin-left: 15px;&lt;br /&gt;
    margin-top: 0px;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-table {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-image {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header, .infobox-section {&lt;br /&gt;
    background-color: #f2f2f2;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-field {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    width: 35%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide wiki UI elements — archive site, not community wiki */&lt;br /&gt;
#ca-history { display: none; }&lt;br /&gt;
#ca-talk { display: none; }&lt;br /&gt;
#ca-edit { display: none; }&lt;br /&gt;
#ca-ve-edit { display: none; } /* Visual editor tab if installed */&lt;br /&gt;
#p-tb { display: none; }       /* Toolbox sidebar */&lt;br /&gt;
&lt;br /&gt;
/* --- MOBILE AD STYLING --- */&lt;br /&gt;
/* Centers the mobile ad banner under the article title */&lt;br /&gt;
.wiki-mobile-ad-container {&lt;br /&gt;
    display: block;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    margin: 15px auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- DESKTOP AD SIDEBAR STYLING --- */&lt;br /&gt;
/* Rips the player out of the layout and floats it on the right side of the screen */&lt;br /&gt;
@media screen and (min-width: 1100px) {&lt;br /&gt;
    .wiki-desktop-ad-sidebar {&lt;br /&gt;
        display: block !important;&lt;br /&gt;
        position: fixed;&lt;br /&gt;
        right: 25px;         /* Distance from the right edge of the screen */&lt;br /&gt;
        top: 160px;          /* Distance from the top header */&lt;br /&gt;
        width: 300px;        /* Matches standard ad layout width */&lt;br /&gt;
        height: 600px;       /* TEMPORARY: Gives it height so we can see the test box */&lt;br /&gt;
        background-color: rgba(255, 0, 0, 0.1); /* TEMPORARY: Light red tint */&lt;br /&gt;
        border: 2px dashed red;                 /* TEMPORARY: Red dotted line */&lt;br /&gt;
        z-index: 9999;       /* Keeps it floating above content */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- RESPONSIVE VISIBILITY CONTROLS --- */&lt;br /&gt;
/* If the screen is too narrow (like a laptop), hide the desktop sidebar so it doesn&#039;t overlap text */&lt;br /&gt;
@media screen and (max-width: 1099px) {&lt;br /&gt;
    .wiki-desktop-ad-sidebar {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If the user is on a desktop, completely hide the mobile banner container */&lt;br /&gt;
@media screen and (min-width: 601px) {&lt;br /&gt;
    .wiki-mobile-ad-container {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Keppel_Offshore_%26_Marine_Corruption_Case&amp;diff=4880</id>
		<title>Keppel Offshore &amp; Marine Corruption Case</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Keppel_Offshore_%26_Marine_Corruption_Case&amp;diff=4880"/>
		<updated>2026-05-17T08:41:57Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: /* Government Defense and Evidentiary Hurdles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Keppel Offshore &amp;amp; Marine (KOM) Corruption Case&#039;&#039;&#039; is a landmark transnational bribery scandal involving Keppel Offshore &amp;amp; Marine, a wholly-owned subsidiary of Singapore&#039;s government-linked conglomerate Keppel Corporation. Between 2001 and 2016, KOM engaged in a systemic scheme to pay US$55 million in bribes to public officials and the ruling Workers&#039; Party in Brazil to secure lucrative drilling contracts from state oil giant Petrobras.&amp;lt;ref name=&amp;quot;cpib-stern&amp;quot;&amp;gt;{{cite web|title=Stern warnings issued to six former senior management staff of Keppel Offshore &amp;amp; Marine|url=https://www.cpib.gov.sg/press-room/press-releases/120123-stern-warnings/|website=Corrupt Practices Investigation Bureau|access-date=}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The case is tied directly to Brazil&#039;s &#039;&#039;&#039;Operation Car Wash&#039;&#039;&#039; ({{lang-pt|Operação Lava Jato}}), the largest anti-corruption probe in Latin American history. The case sparked intense public debate in Singapore regarding corporate accountability, enforcement hurdles in cross-border crimes, and prosecutorial transparency.&lt;br /&gt;
&lt;br /&gt;
== Global Resolution &amp;amp; Plea Agreements (2017) ==&lt;br /&gt;
On 22 December 2017, KOM reached a global resolution with criminal authorities in the United States, Brazil, and Singapore, agreeing to pay a total criminal penalty of &#039;&#039;&#039;US$422 million&#039;&#039;&#039; to split among the three jurisdictions. KOM USA, a wholly-owned subsidiary, pleaded guilty in a United States federal court to conspiracy to violate the Foreign Corrupt Practices Act (FCPA). &lt;br /&gt;
&lt;br /&gt;
In Singapore, the Corrupt Practices Investigation Bureau (CPIB) and the Attorney-General&#039;s Chambers (AGC) served KOM a Conditional Warning in lieu of prosecution for corruption offences punishable under Section 5(b)(i) of the Prevention of Corruption Act (PCA). Under its terms, up to US$52.58 million of the global fines paid to Brazil could be credited against the financial sanctions required in Singapore.&lt;br /&gt;
&lt;br /&gt;
== The Six Executives Controversy (2023) ==&lt;br /&gt;
On 12 January 2023, following an investigation lasting close to five years, CPIB announced that, in consultation with the AGC, it had issued **stern warnings** rather than criminal charges to six unnamed individuals who were formerly senior management staff at KOM.&amp;lt;ref name=&amp;quot;cpib-stern&amp;quot;/&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The decision not to prosecute or name the corporate executives generated widespread public outcry and political friction. During a February 2023 Parliamentary sitting, Leader of the Opposition [[Pritam Singh]] and other Workers&#039; Party MPs challenged the decision, questioning whether the board possessed &amp;quot;constructive knowledge&amp;quot; of the illicit operations.&lt;br /&gt;
&lt;br /&gt;
=== Government Defense and Evidentiary Hurdles ===&lt;br /&gt;
Minister in the Prime Minister&#039;s Office Indranee Rajah defended the decision in Parliament, explaining that the prosecution faced severe transnational evidentiary gaps that precluded establishing guilt beyond a reasonable doubt:&amp;lt;ref name=&amp;quot;indranee-parl&amp;quot;&amp;gt;https://www.theonlinecitizen.com/2023/02/06/stern-warnings-was-an-in-between-solution-as-cpib-lacks-sufficient-evidence-to-prosecute-six-former-kom-executives-for-bribery-said-indranee-rajah/&amp;lt;/ref&amp;gt;&lt;br /&gt;
* **Jurisdictional Limits:** Key material witnesses were located outside Singapore and refused to travel to testify. Singapore authorities held no legal powers to compel overseas witnesses to give evidence.&lt;br /&gt;
* **Inadmissibility of US Plea Bargains:** While US court documents detailed the bribery structure, those references on their own could not serve as standalone proof in a Singapore court without supporting oral testimonies.&lt;br /&gt;
* **Absence of Confessions:** None of the six executives made admissions of guilt to CPIB. One key individual, upon returning to Singapore, denied knowing that the commissions paid to the Brazilian agent were destined for bribes.&lt;br /&gt;
&lt;br /&gt;
The state noted that a stern warning was an &amp;quot;in-between&amp;quot; tool utilized when the prosecution cannot clear the high evidential hurdle to charge an individual but chooses not to grant a complete clean bill of health.&lt;br /&gt;
&lt;br /&gt;
=== Testimony of Jeffrey Chow ===&lt;br /&gt;
Despite the decision not to name the executives domestically, foreign court filings identified key actors. During a 2017 plea hearing in a New York Federal Court, **Jeffrey Chow**, a veteran American lawyer who spent over 25 years in KOM&#039;s legal department, pleaded guilty to conspiracy. &lt;br /&gt;
&lt;br /&gt;
Chow admitted to drafting the sham consulting agreements used to funnel millions to the Brazilian agent, stating:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;I discussed the economic terms of the contracts with my seniors at Keppel and acting in agreement with my seniors... I drafted the contracts and made sure they were executed... I knew that the contracts existed to make the payments legitimate.&amp;quot;&amp;lt;ref name=&amp;quot;chow-uscourts&amp;quot;&amp;gt;{{cite web|title=US v. Jeffrey Chow Court Transcripts|url=https://images.law.com/contrib/content/uploads/documents/389/16100/Chow-Transcript.pdf|website=United States Department of Justice|access-date=17 May 2026}}&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Chow was sentenced in the US in 2019 to one-year probation and a US$75,000 fine, serving his probation in Singapore.&lt;br /&gt;
&lt;br /&gt;
== Corporate Restructuring and Seatrium Evolution (2023–2026) ==&lt;br /&gt;
Amidst prolonged market challenges and severe reputational fallout from the scandal, Keppel Corporation undertook a structural overhaul of its marine business. In 2023, Keppel Offshore &amp;amp; Marine officially merged with Sembcorp Marine (which was also under investigation for historical Operation Car Wash contracts) to form a new consolidated entity, **Seatrium Limited**.&lt;br /&gt;
&lt;br /&gt;
=== Leniency and Deferred Prosecution Agreements ===&lt;br /&gt;
The legacy liabilities of both predecessor companies culminated in a series of global settlements under the Seatrium banner:&lt;br /&gt;
&lt;br /&gt;
* **July 2025 Brazilian Settlement:** Seatrium finalized a leniency agreement with the Brazilian Public Prosecutor&#039;s Office (MPF), Attorney-General&#039;s Office (AGU), and Comptroller General of the Union (CGU), making a final settlement payment of BRL 728,933,258.58 (approximately S$168.4 million).&lt;br /&gt;
* **Singapore Deferred Prosecution Agreement (DPA):** On 30 July 2025, Seatrium reached a DPA with the Singapore Public Prosecutor, agreeing to a financial penalty of **US$110 million**. The AGC allowed up to US$53 million of the Brazilian payments to be credited against this sum, making the net amount payable to Singapore S$73.3 million (US$57 million).&lt;br /&gt;
&lt;br /&gt;
=== High Court Approval (2026) ===&lt;br /&gt;
On 24 April 2026, Justice Hoo Sheau Peng of the General Division of the High Court officially approved Seatrium&#039;s DPA, ruling that its terms were fair, reasonable, proportionate, and in the interest of justice. Under the DPA, criminal prosecution against Seatrium was formally deferred, contingent on the company continuing to fortify its internal ethics and anti-corruption compliance frameworks. &lt;br /&gt;
&lt;br /&gt;
Separately, individual accountability proceeded elsewhere; in March 2024, Singapore authorities officially charged two former Sembcorp Marine executives for their alleged roles in deploying over S$20 million in bribes within Brazil.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Keppel_Offshore_%26_Marine_Corruption_Case&amp;diff=4879</id>
		<title>Keppel Offshore &amp; Marine Corruption Case</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Keppel_Offshore_%26_Marine_Corruption_Case&amp;diff=4879"/>
		<updated>2026-05-17T08:41:01Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Keppel Offshore &amp;amp; Marine (KOM) Corruption Case&#039;&#039;&#039; is a landmark transnational bribery scandal involving Keppel Offshore &amp;amp; Marine, a wholly-owned subsidiary of Singapore&#039;s government-linked conglomerate Keppel Corporation. Between 2001 and 2016, KOM engaged in a systemic scheme to pay US$55 million in bribes to public officials and the ruling Workers&#039; Party in Brazil to secure lucrative drilling contracts from state oil giant Petrobras.&amp;lt;ref name=&amp;quot;cpib-stern&amp;quot;&amp;gt;{{cite web|title=Stern warnings issued to six former senior management staff of Keppel Offshore &amp;amp; Marine|url=https://www.cpib.gov.sg/press-room/press-releases/120123-stern-warnings/|website=Corrupt Practices Investigation Bureau|access-date=}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The case is tied directly to Brazil&#039;s &#039;&#039;&#039;Operation Car Wash&#039;&#039;&#039; ({{lang-pt|Operação Lava Jato}}), the largest anti-corruption probe in Latin American history. The case sparked intense public debate in Singapore regarding corporate accountability, enforcement hurdles in cross-border crimes, and prosecutorial transparency.&lt;br /&gt;
&lt;br /&gt;
== Global Resolution &amp;amp; Plea Agreements (2017) ==&lt;br /&gt;
On 22 December 2017, KOM reached a global resolution with criminal authorities in the United States, Brazil, and Singapore, agreeing to pay a total criminal penalty of &#039;&#039;&#039;US$422 million&#039;&#039;&#039; to split among the three jurisdictions. KOM USA, a wholly-owned subsidiary, pleaded guilty in a United States federal court to conspiracy to violate the Foreign Corrupt Practices Act (FCPA). &lt;br /&gt;
&lt;br /&gt;
In Singapore, the Corrupt Practices Investigation Bureau (CPIB) and the Attorney-General&#039;s Chambers (AGC) served KOM a Conditional Warning in lieu of prosecution for corruption offences punishable under Section 5(b)(i) of the Prevention of Corruption Act (PCA). Under its terms, up to US$52.58 million of the global fines paid to Brazil could be credited against the financial sanctions required in Singapore.&lt;br /&gt;
&lt;br /&gt;
== The Six Executives Controversy (2023) ==&lt;br /&gt;
On 12 January 2023, following an investigation lasting close to five years, CPIB announced that, in consultation with the AGC, it had issued **stern warnings** rather than criminal charges to six unnamed individuals who were formerly senior management staff at KOM.&amp;lt;ref name=&amp;quot;cpib-stern&amp;quot;/&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The decision not to prosecute or name the corporate executives generated widespread public outcry and political friction. During a February 2023 Parliamentary sitting, Leader of the Opposition [[Pritam Singh]] and other Workers&#039; Party MPs challenged the decision, questioning whether the board possessed &amp;quot;constructive knowledge&amp;quot; of the illicit operations.&lt;br /&gt;
&lt;br /&gt;
=== Government Defense and Evidentiary Hurdles ===&lt;br /&gt;
Minister in the Prime Minister&#039;s Office Indranee Rajah defended the decision in Parliament, explaining that the prosecution faced severe transnational evidentiary gaps that precluded establishing guilt beyond a reasonable doubt:&amp;lt;ref name=&amp;quot;indranee-parl&amp;quot;&amp;gt;{{cite web|title=Oral Answer by Minister Indranee Rajah on Keppel Offshore &amp;amp; Marine|url=https://www.theonlinecitizen.com/2023/02/06/stern-warnings-was-an-in-between-solution-as-cpib-lacks-sufficient-evidence-to-prosecute-six-former-kom-executives-for-bribery-said-indranee-rajah/&amp;lt;/ref&amp;gt;&lt;br /&gt;
* **Jurisdictional Limits:** Key material witnesses were located outside Singapore and refused to travel to testify. Singapore authorities held no legal powers to compel overseas witnesses to give evidence.&lt;br /&gt;
* **Inadmissibility of US Plea Bargains:** While US court documents detailed the bribery structure, those references on their own could not serve as standalone proof in a Singapore court without supporting oral testimonies.&lt;br /&gt;
* **Absence of Confessions:** None of the six executives made admissions of guilt to CPIB. One key individual, upon returning to Singapore, denied knowing that the commissions paid to the Brazilian agent were destined for bribes.&lt;br /&gt;
&lt;br /&gt;
The state noted that a stern warning was an &amp;quot;in-between&amp;quot; tool utilized when the prosecution cannot clear the high evidential hurdle to charge an individual but chooses not to grant a complete clean bill of health.&lt;br /&gt;
&lt;br /&gt;
=== Testimony of Jeffrey Chow ===&lt;br /&gt;
Despite the decision not to name the executives domestically, foreign court filings identified key actors. During a 2017 plea hearing in a New York Federal Court, **Jeffrey Chow**, a veteran American lawyer who spent over 25 years in KOM&#039;s legal department, pleaded guilty to conspiracy. &lt;br /&gt;
&lt;br /&gt;
Chow admitted to drafting the sham consulting agreements used to funnel millions to the Brazilian agent, stating:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;I discussed the economic terms of the contracts with my seniors at Keppel and acting in agreement with my seniors... I drafted the contracts and made sure they were executed... I knew that the contracts existed to make the payments legitimate.&amp;quot;&amp;lt;ref name=&amp;quot;chow-uscourts&amp;quot;&amp;gt;{{cite web|title=US v. Jeffrey Chow Court Transcripts|url=https://images.law.com/contrib/content/uploads/documents/389/16100/Chow-Transcript.pdf|website=United States Department of Justice|access-date=17 May 2026}}&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Chow was sentenced in the US in 2019 to one-year probation and a US$75,000 fine, serving his probation in Singapore.&lt;br /&gt;
&lt;br /&gt;
== Corporate Restructuring and Seatrium Evolution (2023–2026) ==&lt;br /&gt;
Amidst prolonged market challenges and severe reputational fallout from the scandal, Keppel Corporation undertook a structural overhaul of its marine business. In 2023, Keppel Offshore &amp;amp; Marine officially merged with Sembcorp Marine (which was also under investigation for historical Operation Car Wash contracts) to form a new consolidated entity, **Seatrium Limited**.&lt;br /&gt;
&lt;br /&gt;
=== Leniency and Deferred Prosecution Agreements ===&lt;br /&gt;
The legacy liabilities of both predecessor companies culminated in a series of global settlements under the Seatrium banner:&lt;br /&gt;
&lt;br /&gt;
* **July 2025 Brazilian Settlement:** Seatrium finalized a leniency agreement with the Brazilian Public Prosecutor&#039;s Office (MPF), Attorney-General&#039;s Office (AGU), and Comptroller General of the Union (CGU), making a final settlement payment of BRL 728,933,258.58 (approximately S$168.4 million).&lt;br /&gt;
* **Singapore Deferred Prosecution Agreement (DPA):** On 30 July 2025, Seatrium reached a DPA with the Singapore Public Prosecutor, agreeing to a financial penalty of **US$110 million**. The AGC allowed up to US$53 million of the Brazilian payments to be credited against this sum, making the net amount payable to Singapore S$73.3 million (US$57 million).&lt;br /&gt;
&lt;br /&gt;
=== High Court Approval (2026) ===&lt;br /&gt;
On 24 April 2026, Justice Hoo Sheau Peng of the General Division of the High Court officially approved Seatrium&#039;s DPA, ruling that its terms were fair, reasonable, proportionate, and in the interest of justice. Under the DPA, criminal prosecution against Seatrium was formally deferred, contingent on the company continuing to fortify its internal ethics and anti-corruption compliance frameworks. &lt;br /&gt;
&lt;br /&gt;
Separately, individual accountability proceeded elsewhere; in March 2024, Singapore authorities officially charged two former Sembcorp Marine executives for their alleged roles in deploying over S$20 million in bribes within Brazil.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Keppel_Offshore_%26_Marine_Corruption_Case&amp;diff=4878</id>
		<title>Keppel Offshore &amp; Marine Corruption Case</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Keppel_Offshore_%26_Marine_Corruption_Case&amp;diff=4878"/>
		<updated>2026-05-17T08:40:21Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: /* The Six Executives Controversy (2023) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Keppel Offshore &amp;amp; Marine (KOM) Corruption Case&#039;&#039;&#039; is a landmark transnational bribery scandal involving Keppel Offshore &amp;amp; Marine, a wholly-owned subsidiary of Singapore&#039;s government-linked conglomerate Keppel Corporation. Between 2001 and 2016, KOM engaged in a systemic scheme to pay US$55 million in bribes to public officials and the ruling Workers&#039; Party in Brazil to secure lucrative drilling contracts from state oil giant Petrobras.&amp;lt;ref name=&amp;quot;cpib-stern&amp;quot;&amp;gt;{{cite web|title=Stern warnings issued to six former senior management staff of Keppel Offshore &amp;amp; Marine|url=https://www.cpib.gov.sg/press-room/press-releases/120123-stern-warnings/|website=Corrupt Practices Investigation Bureau|access-date=}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The case is tied directly to Brazil&#039;s &#039;&#039;&#039;Operation Car Wash&#039;&#039;&#039; ({{lang-pt|Operação Lava Jato}}), the largest anti-corruption probe in Latin American history. The case sparked intense public debate in Singapore regarding corporate accountability, enforcement hurdles in cross-border crimes, and prosecutorial transparency.&lt;br /&gt;
&lt;br /&gt;
== Global Resolution &amp;amp; Plea Agreements (2017) ==&lt;br /&gt;
On 22 December 2017, KOM reached a global resolution with criminal authorities in the United States, Brazil, and Singapore, agreeing to pay a total criminal penalty of &#039;&#039;&#039;US$422 million&#039;&#039;&#039; to split among the three jurisdictions. KOM USA, a wholly-owned subsidiary, pleaded guilty in a United States federal court to conspiracy to violate the Foreign Corrupt Practices Act (FCPA). &lt;br /&gt;
&lt;br /&gt;
In Singapore, the Corrupt Practices Investigation Bureau (CPIB) and the Attorney-General&#039;s Chambers (AGC) served KOM a Conditional Warning in lieu of prosecution for corruption offences punishable under Section 5(b)(i) of the Prevention of Corruption Act (PCA). Under its terms, up to US$52.58 million of the global fines paid to Brazil could be credited against the financial sanctions required in Singapore.&lt;br /&gt;
&lt;br /&gt;
== The Six Executives Controversy (2023) ==&lt;br /&gt;
On 12 January 2023, following an investigation lasting close to five years, CPIB announced that, in consultation with the AGC, it had issued **stern warnings** rather than criminal charges to six unnamed individuals who were formerly senior management staff at KOM.&amp;lt;ref name=&amp;quot;cpib-stern&amp;quot;/&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The decision not to prosecute or name the corporate executives generated widespread public outcry and political friction. During a February 2023 Parliamentary sitting, Leader of the Opposition [[Pritam Singh]] and other Workers&#039; Party MPs challenged the decision, questioning whether the board possessed &amp;quot;constructive knowledge&amp;quot; of the illicit operations.&lt;br /&gt;
&lt;br /&gt;
=== Government Defense and Evidentiary Hurdles ===&lt;br /&gt;
Minister in the Prime Minister&#039;s Office Indranee Rajah defended the decision in Parliament, explaining that the prosecution faced severe transnational evidentiary gaps that precluded establishing guilt beyond a reasonable doubt:&amp;lt;ref name=&amp;quot;indranee-parl&amp;quot;&amp;gt;{{cite web|title=Oral Answer by Minister Indranee Rajah on Keppel Offshore &amp;amp; Marine|url=https://www.theonlinecitizen.com/2023/02/06/stern-warnings-was-an-in-between-solution-as-cpib-lacks-sufficient-evidence-to-prosecute-six-former-kom-executives-for-bribery-said-indranee-rajah/|website=Prime Minister&#039;s Office Singapore|access-date=17 May 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* **Jurisdictional Limits:** Key material witnesses were located outside Singapore and refused to travel to testify. Singapore authorities held no legal powers to compel overseas witnesses to give evidence.&lt;br /&gt;
* **Inadmissibility of US Plea Bargains:** While US court documents detailed the bribery structure, those references on their own could not serve as standalone proof in a Singapore court without supporting oral testimonies.&lt;br /&gt;
* **Absence of Confessions:** None of the six executives made admissions of guilt to CPIB. One key individual, upon returning to Singapore, denied knowing that the commissions paid to the Brazilian agent were destined for bribes.&lt;br /&gt;
&lt;br /&gt;
The state noted that a stern warning was an &amp;quot;in-between&amp;quot; tool utilized when the prosecution cannot clear the high evidential hurdle to charge an individual but chooses not to grant a complete clean bill of health.&lt;br /&gt;
&lt;br /&gt;
=== Testimony of Jeffrey Chow ===&lt;br /&gt;
Despite the decision not to name the executives domestically, foreign court filings identified key actors. During a 2017 plea hearing in a New York Federal Court, **Jeffrey Chow**, a veteran American lawyer who spent over 25 years in KOM&#039;s legal department, pleaded guilty to conspiracy. &lt;br /&gt;
&lt;br /&gt;
Chow admitted to drafting the sham consulting agreements used to funnel millions to the Brazilian agent, stating:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;I discussed the economic terms of the contracts with my seniors at Keppel and acting in agreement with my seniors... I drafted the contracts and made sure they were executed... I knew that the contracts existed to make the payments legitimate.&amp;quot;&amp;lt;ref name=&amp;quot;chow-uscourts&amp;quot;&amp;gt;{{cite web|title=US v. Jeffrey Chow Court Transcripts|url=https://images.law.com/contrib/content/uploads/documents/389/16100/Chow-Transcript.pdf|website=United States Department of Justice|access-date=17 May 2026}}&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Chow was sentenced in the US in 2019 to one-year probation and a US$75,000 fine, serving his probation in Singapore.&lt;br /&gt;
&lt;br /&gt;
== Corporate Restructuring and Seatrium Evolution (2023–2026) ==&lt;br /&gt;
Amidst prolonged market challenges and severe reputational fallout from the scandal, Keppel Corporation undertook a structural overhaul of its marine business. In 2023, Keppel Offshore &amp;amp; Marine officially merged with Sembcorp Marine (which was also under investigation for historical Operation Car Wash contracts) to form a new consolidated entity, **Seatrium Limited**.&lt;br /&gt;
&lt;br /&gt;
=== Leniency and Deferred Prosecution Agreements ===&lt;br /&gt;
The legacy liabilities of both predecessor companies culminated in a series of global settlements under the Seatrium banner:&lt;br /&gt;
&lt;br /&gt;
* **July 2025 Brazilian Settlement:** Seatrium finalized a leniency agreement with the Brazilian Public Prosecutor&#039;s Office (MPF), Attorney-General&#039;s Office (AGU), and Comptroller General of the Union (CGU), making a final settlement payment of BRL 728,933,258.58 (approximately S$168.4 million).&lt;br /&gt;
* **Singapore Deferred Prosecution Agreement (DPA):** On 30 July 2025, Seatrium reached a DPA with the Singapore Public Prosecutor, agreeing to a financial penalty of **US$110 million**. The AGC allowed up to US$53 million of the Brazilian payments to be credited against this sum, making the net amount payable to Singapore S$73.3 million (US$57 million).&lt;br /&gt;
&lt;br /&gt;
=== High Court Approval (2026) ===&lt;br /&gt;
On 24 April 2026, Justice Hoo Sheau Peng of the General Division of the High Court officially approved Seatrium&#039;s DPA, ruling that its terms were fair, reasonable, proportionate, and in the interest of justice. Under the DPA, criminal prosecution against Seatrium was formally deferred, contingent on the company continuing to fortify its internal ethics and anti-corruption compliance frameworks. &lt;br /&gt;
&lt;br /&gt;
Separately, individual accountability proceeded elsewhere; in March 2024, Singapore authorities officially charged two former Sembcorp Marine executives for their alleged roles in deploying over S$20 million in bribes within Brazil.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Keppel_Offshore_%26_Marine_Corruption_Case&amp;diff=4877</id>
		<title>Keppel Offshore &amp; Marine Corruption Case</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Keppel_Offshore_%26_Marine_Corruption_Case&amp;diff=4877"/>
		<updated>2026-05-17T08:38:32Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Keppel Offshore &amp;amp; Marine (KOM) Corruption Case&#039;&#039;&#039; is a landmark transnational bribery scandal involving Keppel Offshore &amp;amp; Marine, a wholly-owned subsidiary of Singapore&#039;s government-linked conglomerate Keppel Corporation. Between 2001 and 2016, KOM engaged in a systemic scheme to pay US$55 million in bribes to public officials and the ruling Workers&#039; Party in Brazil to secure lucrative drilling contracts from state oil giant Petrobras.&amp;lt;ref name=&amp;quot;cpib-stern&amp;quot;&amp;gt;{{cite web |title=Stern warnings issued to six former senior management staff of Keppel Offshore &amp;amp; Marine |url=https://www.cpib.gov.sg/press-room/press-releases/120123-cpib-statement |website=Corrupt Practices Investigation Bureau |access-date=17 May 2026}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The case is tied directly to Brazil&#039;s &#039;&#039;&#039;Operation Car Wash&#039;&#039;&#039; ({{lang-pt|Operação Lava Jato}}), the largest anti-corruption probe in Latin American history. The case sparked intense public debate in Singapore regarding corporate accountability, enforcement hurdles in cross-border crimes, and prosecutorial transparency.&lt;br /&gt;
&lt;br /&gt;
== Global Resolution &amp;amp; Plea Agreements (2017) ==&lt;br /&gt;
On 22 December 2017, KOM reached a global resolution with criminal authorities in the United States, Brazil, and Singapore, agreeing to pay a total criminal penalty of &#039;&#039;&#039;US$422 million&#039;&#039;&#039; to split among the three jurisdictions. KOM USA, a wholly-owned subsidiary, pleaded guilty in a United States federal court to conspiracy to violate the Foreign Corrupt Practices Act (FCPA). &lt;br /&gt;
&lt;br /&gt;
In Singapore, the Corrupt Practices Investigation Bureau (CPIB) and the Attorney-General&#039;s Chambers (AGC) served KOM a Conditional Warning in lieu of prosecution for corruption offences punishable under Section 5(b)(i) of the Prevention of Corruption Act (PCA). Under its terms, up to US$52.58 million of the global fines paid to Brazil could be credited against the financial sanctions required in Singapore.&lt;br /&gt;
&lt;br /&gt;
== The Six Executives Controversy (2023) ==&lt;br /&gt;
On 12 January 2023, following an investigation lasting close to five years, CPIB announced that, in consultation with the AGC, it had issued **stern warnings** rather than criminal charges to six unnamed individuals who were formerly senior management staff at KOM.&amp;lt;ref name=&amp;quot;cpib-stern&amp;quot;/&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The decision not to prosecute or name the corporate executives generated widespread public outcry and political friction. During a February 2023 Parliamentary sitting, Leader of the Opposition [[Pritam Singh]] and other Workers&#039; Party MPs challenged the decision, questioning whether the board possessed &amp;quot;constructive knowledge&amp;quot; of the illicit operations.&lt;br /&gt;
&lt;br /&gt;
=== Government Defense and Evidentiary Hurdles ===&lt;br /&gt;
Minister in the Prime Minister&#039;s Office Indranee Rajah defended the decision in Parliament, explaining that the prosecution faced severe transnational evidentiary gaps that precluded establishing guilt beyond a reasonable doubt:&amp;lt;ref name=&amp;quot;indranee-parl&amp;quot;&amp;gt;{{cite web|title=Oral Answer by Minister Indranee Rajah on Keppel Offshore &amp;amp; Marine|url=https://www.theonlinecitizen.com/2023/02/06/stern-warnings-was-an-in-between-solution-as-cpib-lacks-sufficient-evidence-to-prosecute-six-former-kom-executives-for-bribery-said-indranee-rajah/|website=Prime Minister&#039;s Office Singapore|access-date=17 May 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* **Jurisdictional Limits:** Key material witnesses were located outside Singapore and refused to travel to testify. Singapore authorities held no legal powers to compel overseas witnesses to give evidence.&lt;br /&gt;
* **Inadmissibility of US Plea Bargains:** While US court documents detailed the bribery structure, those references on their own could not serve as standalone proof in a Singapore court without supporting oral testimonies.&lt;br /&gt;
* **Absence of Confessions:** None of the six executives made admissions of guilt to CPIB. One key individual, upon returning to Singapore, denied knowing that the commissions paid to the Brazilian agent were destined for bribes.&lt;br /&gt;
&lt;br /&gt;
The state noted that a stern warning was an &amp;quot;in-between&amp;quot; tool utilized when the prosecution cannot clear the high evidential hurdle to charge an individual but chooses not to grant a complete clean bill of health.&lt;br /&gt;
&lt;br /&gt;
=== Testimony of Jeffrey Chow ===&lt;br /&gt;
Despite the decision not to name the executives domestically, foreign court filings identified key actors. During a 2017 plea hearing in a New York Federal Court, **Jeffrey Chow**, a veteran American lawyer who spent over 25 years in KOM&#039;s legal department, pleaded guilty to conspiracy. &lt;br /&gt;
&lt;br /&gt;
Chow admitted to drafting the sham consulting agreements used to funnel millions to the Brazilian agent, stating:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;I discussed the economic terms of the contracts with my seniors at Keppel and acting in agreement with my seniors... I drafted the contracts and made sure they were executed... I knew that the contracts existed to make the payments legitimate.&amp;quot;&amp;lt;ref name=&amp;quot;chow-uscourts&amp;quot;&amp;gt;{{cite web|title=US v. Jeffrey Chow Court Transcripts|url=https://images.law.com/contrib/content/uploads/documents/389/16100/Chow-Transcript.pdf|website=United States Department of Justice|access-date=17 May 2026}}&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Chow was sentenced in the US in 2019 to one-year probation and a US$75,000 fine, serving his probation in Singapore.&lt;br /&gt;
&lt;br /&gt;
== Corporate Restructuring and Seatrium Evolution (2023–2026) ==&lt;br /&gt;
Amidst prolonged market challenges and severe reputational fallout from the scandal, Keppel Corporation undertook a structural overhaul of its marine business. In 2023, Keppel Offshore &amp;amp; Marine officially merged with Sembcorp Marine (which was also under investigation for historical Operation Car Wash contracts) to form a new consolidated entity, **Seatrium Limited**.&lt;br /&gt;
&lt;br /&gt;
=== Leniency and Deferred Prosecution Agreements ===&lt;br /&gt;
The legacy liabilities of both predecessor companies culminated in a series of global settlements under the Seatrium banner:&lt;br /&gt;
&lt;br /&gt;
* **July 2025 Brazilian Settlement:** Seatrium finalized a leniency agreement with the Brazilian Public Prosecutor&#039;s Office (MPF), Attorney-General&#039;s Office (AGU), and Comptroller General of the Union (CGU), making a final settlement payment of BRL 728,933,258.58 (approximately S$168.4 million).&lt;br /&gt;
* **Singapore Deferred Prosecution Agreement (DPA):** On 30 July 2025, Seatrium reached a DPA with the Singapore Public Prosecutor, agreeing to a financial penalty of **US$110 million**. The AGC allowed up to US$53 million of the Brazilian payments to be credited against this sum, making the net amount payable to Singapore S$73.3 million (US$57 million).&lt;br /&gt;
&lt;br /&gt;
=== High Court Approval (2026) ===&lt;br /&gt;
On 24 April 2026, Justice Hoo Sheau Peng of the General Division of the High Court officially approved Seatrium&#039;s DPA, ruling that its terms were fair, reasonable, proportionate, and in the interest of justice. Under the DPA, criminal prosecution against Seatrium was formally deferred, contingent on the company continuing to fortify its internal ethics and anti-corruption compliance frameworks. &lt;br /&gt;
&lt;br /&gt;
Separately, individual accountability proceeded elsewhere; in March 2024, Singapore authorities officially charged two former Sembcorp Marine executives for their alleged roles in deploying over S$20 million in bribes within Brazil.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Keppel_Offshore_%26_Marine_Corruption_Case&amp;diff=4876</id>
		<title>Keppel Offshore &amp; Marine Corruption Case</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Keppel_Offshore_%26_Marine_Corruption_Case&amp;diff=4876"/>
		<updated>2026-05-17T08:37:37Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Keppel Offshore &amp;amp; Marine (KOM) Corruption Case&#039;&#039;&#039; is a landmark transnational bribery scandal involving Keppel Offshore &amp;amp; Marine, a wholly-owned subsidiary of Singapore&#039;s government-linked conglomerate Keppel Corporation. Between 2001 and 2016, KOM engaged in a systemic scheme to pay US$55 million in bribes to public officials and the ruling Workers&#039; Party in Brazil to secure lucrative drilling contracts from state oil giant Petrobras.&amp;lt;ref name=&amp;quot;cpib-stern&amp;quot;&amp;gt;{{cite web |title=Stern warnings issued to six former senior management staff of Keppel Offshore &amp;amp; Marine |url=https://www.cpib.gov.sg/press-room/press-releases/120123-cpib-statement |website=Corrupt Practices Investigation Bureau |access-date=17 May 2026}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The case is tied directly to Brazil&#039;s &#039;&#039;&#039;Operation Car Wash&#039;&#039;&#039; ({{lang-pt|Operação Lava Jato}}), the largest anti-corruption probe in Latin American history. The case sparked intense public debate in Singapore regarding corporate accountability, enforcement hurdles in cross-border crimes, and prosecutorial transparency.&lt;br /&gt;
&lt;br /&gt;
== Global Resolution &amp;amp; Plea Agreements (2017) ==&lt;br /&gt;
On 22 December 2017, KOM reached a global resolution with criminal authorities in the United States, Brazil, and Singapore, agreeing to pay a total criminal penalty of &#039;&#039;&#039;US$422 million&#039;&#039;&#039; to split among the three jurisdictions. KOM USA, a wholly-owned subsidiary, pleaded guilty in a United States federal court to conspiracy to violate the Foreign Corrupt Practices Act (FCPA). &lt;br /&gt;
&lt;br /&gt;
In Singapore, the Corrupt Practices Investigation Bureau (CPIB) and the Attorney-General&#039;s Chambers (AGC) served KOM a Conditional Warning in lieu of prosecution for corruption offences punishable under Section 5(b)(i) of the Prevention of Corruption Act (PCA). Under its terms, up to US$52.58 million of the global fines paid to Brazil could be credited against the financial sanctions required in Singapore.&lt;br /&gt;
&lt;br /&gt;
== The Six Executives Controversy (2023) ==&lt;br /&gt;
On 12 January 2023, following an investigation lasting close to five years, CPIB announced that, in consultation with the AGC, it had issued **stern warnings** rather than criminal charges to six unnamed individuals who were formerly senior management staff at KOM.&amp;lt;ref name=&amp;quot;cpib-stern&amp;quot;/&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The decision not to prosecute or name the corporate executives generated widespread public outcry and political friction. During a February 2023 Parliamentary sitting, Leader of the Opposition [[Pritam Singh]] and other Workers&#039; Party MPs challenged the decision, questioning whether the board possessed &amp;quot;constructive knowledge&amp;quot; of the illicit operations.&lt;br /&gt;
&lt;br /&gt;
=== Government Defense and Evidentiary Hurdles ===&lt;br /&gt;
Minister in the Prime Minister&#039;s Office Indranee Rajah defended the decision in Parliament, explaining that the prosecution faced severe transnational evidentiary gaps that precluded establishing guilt beyond a reasonable doubt:&amp;lt;ref name=&amp;quot;indranee-parl&amp;quot;&amp;gt;{{cite web |title=Oral Answer by Minister Indranee Rajah on Keppel Offshore &amp;amp; Marine |url=https://www.pmo.gov.sg/Newsroom/Oral-Answer-by-Indranee-Rajah-on-KOM |website=Prime Minister&#039;s Office Singapore |access-date=17 May 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* **Jurisdictional Limits:** Key material witnesses were located outside Singapore and refused to travel to testify. Singapore authorities held no legal powers to compel overseas witnesses to give evidence.&lt;br /&gt;
* **Inadmissibility of US Plea Bargains:** While US court documents detailed the bribery structure, those references on their own could not serve as standalone proof in a Singapore court without supporting oral testimonies.&lt;br /&gt;
* **Absence of Confessions:** None of the six executives made admissions of guilt to CPIB. One key individual, upon returning to Singapore, denied knowing that the commissions paid to the Brazilian agent were destined for bribes.&lt;br /&gt;
&lt;br /&gt;
The state noted that a stern warning was an &amp;quot;in-between&amp;quot; tool utilized when the prosecution cannot clear the high evidential hurdle to charge an individual but chooses not to grant a complete clean bill of health.&lt;br /&gt;
&lt;br /&gt;
=== Testimony of Jeffrey Chow ===&lt;br /&gt;
Despite the decision not to name the executives domestically, foreign court filings identified key actors. During a 2017 plea hearing in a New York Federal Court, **Jeffrey Chow**, a veteran American lawyer who spent over 25 years in KOM&#039;s legal department, pleaded guilty to conspiracy. &lt;br /&gt;
&lt;br /&gt;
Chow admitted to drafting the sham consulting agreements used to funnel millions to the Brazilian agent, stating:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;I discussed the economic terms of the contracts with my seniors at Keppel and acting in agreement with my seniors... I drafted the contracts and made sure they were executed... I knew that the contracts existed to make the payments legitimate.&amp;quot;&amp;lt;ref name=&amp;quot;chow-uscourts&amp;quot;&amp;gt;{{cite web|title=US v. Jeffrey Chow Court Transcripts|url=https://images.law.com/contrib/content/uploads/documents/389/16100/Chow-Transcript.pdf|website=United States Department of Justice|access-date=17 May 2026}}&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Chow was sentenced in the US in 2019 to one-year probation and a US$75,000 fine, serving his probation in Singapore.&lt;br /&gt;
&lt;br /&gt;
== Corporate Restructuring and Seatrium Evolution (2023–2026) ==&lt;br /&gt;
Amidst prolonged market challenges and severe reputational fallout from the scandal, Keppel Corporation undertook a structural overhaul of its marine business. In 2023, Keppel Offshore &amp;amp; Marine officially merged with Sembcorp Marine (which was also under investigation for historical Operation Car Wash contracts) to form a new consolidated entity, **Seatrium Limited**.&lt;br /&gt;
&lt;br /&gt;
=== Leniency and Deferred Prosecution Agreements ===&lt;br /&gt;
The legacy liabilities of both predecessor companies culminated in a series of global settlements under the Seatrium banner:&lt;br /&gt;
&lt;br /&gt;
* **July 2025 Brazilian Settlement:** Seatrium finalized a leniency agreement with the Brazilian Public Prosecutor&#039;s Office (MPF), Attorney-General&#039;s Office (AGU), and Comptroller General of the Union (CGU), making a final settlement payment of BRL 728,933,258.58 (approximately S$168.4 million).&lt;br /&gt;
* **Singapore Deferred Prosecution Agreement (DPA):** On 30 July 2025, Seatrium reached a DPA with the Singapore Public Prosecutor, agreeing to a financial penalty of **US$110 million**. The AGC allowed up to US$53 million of the Brazilian payments to be credited against this sum, making the net amount payable to Singapore S$73.3 million (US$57 million).&lt;br /&gt;
&lt;br /&gt;
=== High Court Approval (2026) ===&lt;br /&gt;
On 24 April 2026, Justice Hoo Sheau Peng of the General Division of the High Court officially approved Seatrium&#039;s DPA, ruling that its terms were fair, reasonable, proportionate, and in the interest of justice. Under the DPA, criminal prosecution against Seatrium was formally deferred, contingent on the company continuing to fortify its internal ethics and anti-corruption compliance frameworks. &lt;br /&gt;
&lt;br /&gt;
Separately, individual accountability proceeded elsewhere; in March 2024, Singapore authorities officially charged two former Sembcorp Marine executives for their alleged roles in deploying over S$20 million in bribes within Brazil.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Keppel_Offshore_%26_Marine_Corruption_Case&amp;diff=4875</id>
		<title>Keppel Offshore &amp; Marine Corruption Case</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Keppel_Offshore_%26_Marine_Corruption_Case&amp;diff=4875"/>
		<updated>2026-05-17T08:34:42Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: Created page with &amp;quot;The &amp;#039;&amp;#039;&amp;#039;Keppel Offshore &amp;amp; Marine (KOM) Corruption Case&amp;#039;&amp;#039;&amp;#039; is a landmark transnational bribery scandal involving Keppel Offshore &amp;amp; Marine, a wholly-owned subsidiary of Singapore&amp;#039;s government-linked conglomerate Keppel Corporation. Between 2001 and 2016, KOM engaged in a systemic scheme to pay US$55 million in bribes to public officials and the ruling Workers&amp;#039; Party in Brazil to secure lucrative drilling contracts from state oil giant Petrobras.&amp;lt;ref name=&amp;quot;cpib-stern&amp;quot;&amp;gt;{{cite...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Keppel Offshore &amp;amp; Marine (KOM) Corruption Case&#039;&#039;&#039; is a landmark transnational bribery scandal involving Keppel Offshore &amp;amp; Marine, a wholly-owned subsidiary of Singapore&#039;s government-linked conglomerate Keppel Corporation. Between 2001 and 2016, KOM engaged in a systemic scheme to pay US$55 million in bribes to public officials and the ruling Workers&#039; Party in Brazil to secure lucrative drilling contracts from state oil giant Petrobras.&amp;lt;ref name=&amp;quot;cpib-stern&amp;quot;&amp;gt;{{cite web |title=Stern warnings issued to six former senior management staff of Keppel Offshore &amp;amp; Marine |url=https://www.cpib.gov.sg/press-room/press-releases/120123-cpib-statement |website=Corrupt Practices Investigation Bureau |access-date=17 May 2026}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The case is tied directly to Brazil&#039;s &#039;&#039;&#039;Operation Car Wash&#039;&#039;&#039; ({{lang-pt|Operação Lava Jato}}), the largest anti-corruption probe in Latin American history. The case sparked intense public debate in Singapore regarding corporate accountability, enforcement hurdles in cross-border crimes, and prosecutorial transparency.&lt;br /&gt;
&lt;br /&gt;
== Global Resolution &amp;amp; Plea Agreements (2017) ==&lt;br /&gt;
On 22 December 2017, KOM reached a global resolution with criminal authorities in the United States, Brazil, and Singapore, agreeing to pay a total criminal penalty of &#039;&#039;&#039;US$422 million&#039;&#039;&#039; to split among the three jurisdictions. KOM USA, a wholly-owned subsidiary, pleaded guilty in a United States federal court to conspiracy to violate the Foreign Corrupt Practices Act (FCPA). &lt;br /&gt;
&lt;br /&gt;
In Singapore, the Corrupt Practices Investigation Bureau (CPIB) and the Attorney-General&#039;s Chambers (AGC) served KOM a Conditional Warning in lieu of prosecution for corruption offences punishable under Section 5(b)(i) of the Prevention of Corruption Act (PCA). Under its terms, up to US$52.58 million of the global fines paid to Brazil could be credited against the financial sanctions required in Singapore.&lt;br /&gt;
&lt;br /&gt;
== The Six Executives Controversy (2023) ==&lt;br /&gt;
On 12 January 2023, following an investigation lasting close to five years, CPIB announced that, in consultation with the AGC, it had issued **stern warnings** rather than criminal charges to six unnamed individuals who were formerly senior management staff at KOM.&amp;lt;ref name=&amp;quot;cpib-stern&amp;quot;/&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The decision not to prosecute or name the corporate executives generated widespread public outcry and political friction. During a February 2023 Parliamentary sitting, Leader of the Opposition [[Pritam Singh]] and other Workers&#039; Party MPs challenged the decision, questioning whether the board possessed &amp;quot;constructive knowledge&amp;quot; of the illicit operations.&lt;br /&gt;
&lt;br /&gt;
=== Government Defense and Evidentiary Hurdles ===&lt;br /&gt;
Minister in the Prime Minister&#039;s Office Indranee Rajah defended the decision in Parliament, explaining that the prosecution faced severe transnational evidentiary gaps that precluded establishing guilt beyond a reasonable doubt:&amp;lt;ref name=&amp;quot;indranee-parl&amp;quot;&amp;gt;{{cite web |title=Oral Answer by Minister Indranee Rajah on Keppel Offshore &amp;amp; Marine |url=https://www.pmo.gov.sg/Newsroom/Oral-Answer-by-Indranee-Rajah-on-KOM |website=Prime Minister&#039;s Office Singapore |access-date=17 May 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* **Jurisdictional Limits:** Key material witnesses were located outside Singapore and refused to travel to testify. Singapore authorities held no legal powers to compel overseas witnesses to give evidence.&lt;br /&gt;
* **Inadmissibility of US Plea Bargains:** While US court documents detailed the bribery structure, those references on their own could not serve as standalone proof in a Singapore court without supporting oral testimonies.&lt;br /&gt;
* **Absence of Confessions:** None of the six executives made admissions of guilt to CPIB. One key individual, upon returning to Singapore, denied knowing that the commissions paid to the Brazilian agent were destined for bribes.&lt;br /&gt;
&lt;br /&gt;
The state noted that a stern warning was an &amp;quot;in-between&amp;quot; tool utilized when the prosecution cannot clear the high evidential hurdle to charge an individual but chooses not to grant a complete clean bill of health.&lt;br /&gt;
&lt;br /&gt;
=== Testimony of Jeffrey Chow ===&lt;br /&gt;
Despite the decision not to name the executives domestically, foreign court filings identified key actors. During a 2017 plea hearing in a New York Federal Court, **Jeffrey Chow**, a veteran American lawyer who spent over 25 years in KOM&#039;s legal department, pleaded guilty to conspiracy. &lt;br /&gt;
&lt;br /&gt;
Chow admitted to drafting the sham consulting agreements used to funnel millions to the Brazilian agent, stating:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;I discussed the economic terms of the contracts with my seniors at Keppel and acting in agreement with my seniors... I drafted the contracts and made sure they were executed... I knew that the contracts existed to make the payments legitimate.&amp;quot;&amp;lt;ref name=&amp;quot;chow-uscourts&amp;quot;&amp;gt;{{cite web |title=US v. Jeffrey Chow Court Transcripts |url=https://www.justice.gov/opa/pr/keppel-offshore-marine-usa-pleads-guilty |website=United States Department of Justice |access-date=17 May 2026}}&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Chow was sentenced in the US in 2019 to one-year probation and a US$75,000 fine, serving his probation in Singapore.&lt;br /&gt;
&lt;br /&gt;
== Corporate Restructuring and Seatrium Evolution (2023–2026) ==&lt;br /&gt;
Amidst prolonged market challenges and severe reputational fallout from the scandal, Keppel Corporation undertook a structural overhaul of its marine business. In 2023, Keppel Offshore &amp;amp; Marine officially merged with Sembcorp Marine (which was also under investigation for historical Operation Car Wash contracts) to form a new consolidated entity, **Seatrium Limited**.&lt;br /&gt;
&lt;br /&gt;
=== Leniency and Deferred Prosecution Agreements ===&lt;br /&gt;
The legacy liabilities of both predecessor companies culminated in a series of global settlements under the Seatrium banner:&lt;br /&gt;
&lt;br /&gt;
* **July 2025 Brazilian Settlement:** Seatrium finalized a leniency agreement with the Brazilian Public Prosecutor&#039;s Office (MPF), Attorney-General&#039;s Office (AGU), and Comptroller General of the Union (CGU), making a final settlement payment of BRL 728,933,258.58 (approximately S$168.4 million).&lt;br /&gt;
* **Singapore Deferred Prosecution Agreement (DPA):** On 30 July 2025, Seatrium reached a DPA with the Singapore Public Prosecutor, agreeing to a financial penalty of **US$110 million**. The AGC allowed up to US$53 million of the Brazilian payments to be credited against this sum, making the net amount payable to Singapore S$73.3 million (US$57 million).&lt;br /&gt;
&lt;br /&gt;
=== High Court Approval (2026) ===&lt;br /&gt;
On 24 April 2026, Justice Hoo Sheau Peng of the General Division of the High Court officially approved Seatrium&#039;s DPA, ruling that its terms were fair, reasonable, proportionate, and in the interest of justice. Under the DPA, criminal prosecution against Seatrium was formally deferred, contingent on the company continuing to fortify its internal ethics and anti-corruption compliance frameworks. &lt;br /&gt;
&lt;br /&gt;
Separately, individual accountability proceeded elsewhere; in March 2024, Singapore authorities officially charged two former Sembcorp Marine executives for their alleged roles in deploying over S$20 million in bribes within Brazil.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=The_Online_Citizen&amp;diff=4874</id>
		<title>The Online Citizen</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=The_Online_Citizen&amp;diff=4874"/>
		<updated>2026-05-17T02:09:30Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Entity&lt;br /&gt;
|entity_id           = the-online-citizen&lt;br /&gt;
|name                = The Online Citizen&lt;br /&gt;
|other_names         = The Online Citizen Asia, TOC, 網路公民&lt;br /&gt;
|abbreviation        = TOC&lt;br /&gt;
|type                = Alternative news website&lt;br /&gt;
|logo                = &lt;br /&gt;
|image               = TOC.jpg&lt;br /&gt;
|formed_date         = 2006-12-01&lt;br /&gt;
|dissolved_date      = &lt;br /&gt;
|status              = active&lt;br /&gt;
|parent_ministry     = &lt;br /&gt;
|parent_entity       = &lt;br /&gt;
|headquarters        = Taiwan (formerly Singapore)&lt;br /&gt;
|region_served       = Asia&lt;br /&gt;
|leader_title1       = Editor-in-Chief&lt;br /&gt;
|leader_name1        = terry-xu&lt;br /&gt;
|leader_display1     = Terry Xu&lt;br /&gt;
|leader_title2       = Co-Founder&lt;br /&gt;
|leader_name2        = andrew-loh&lt;br /&gt;
|leader_display2     = Andrew Loh&lt;br /&gt;
|leader_title3       = Co-Founder&lt;br /&gt;
|leader_name3        = remy-choo&lt;br /&gt;
|leader_display3     = Remy Choo Zheng Xi&lt;br /&gt;
|num_employees       = &lt;br /&gt;
|num_employees_year  = &lt;br /&gt;
|budget              = &lt;br /&gt;
|budget_year         = &lt;br /&gt;
|revenue             = &lt;br /&gt;
|revenue_year        = &lt;br /&gt;
|purpose             = Independent socio-political journalism and commentary on Singapore and Asia affairs.&lt;br /&gt;
|legislation         = &lt;br /&gt;
|uen                 = &lt;br /&gt;
|website             = https://theonlinecitizen.com&lt;br /&gt;
|verified            = yes&lt;br /&gt;
|last_updated        = 2026-05-17&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Online Citizen&#039;&#039;&#039; (&#039;&#039;&#039;TOC&#039;&#039;&#039;) is a socio-political blogging platform known for its independent journalism and commentary, particularly on issues pertaining to [[Singapore]]. Established in December 2006 by Andrew Loh and Remy Choo Zheng Xi, TOC has positioned itself as a voice covering topics often overlooked by mainstream media.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== Early Years (2006–2010) ===&lt;br /&gt;
Initially, TOC functioned as a volunteer-driven platform, focusing on citizen journalism and commentary on political, social, and economic issues. TOC gained a following for its coverage of housing policies, social inequality, and governance, as well as its advocacy for greater civil liberties. &lt;br /&gt;
&lt;br /&gt;
In 2009, TOC played a significant role in covering the &#039;&#039;&#039;AWARE saga&#039;&#039;&#039;, a controversial leadership takeover of the Association of Women for Action and Research. TOC’s detailed accounts and on-the-ground reporting of the Extraordinary General Meeting (EGM) helped shape public understanding of the event.&lt;br /&gt;
&lt;br /&gt;
By 2010, TOC had become one of the most prominent independent socio-political websites in Singapore. Its growing influence led to increased government scrutiny and regulatory challenges.&lt;br /&gt;
&lt;br /&gt;
=== Transition to Political Association (2011–2015) ===&lt;br /&gt;
In 2011, the Singapore Registry of Political Donations designated TOC as a &#039;&#039;&#039;political association&#039;&#039;&#039;, citing its involvement in campaigns aimed at influencing legislation. This classification restricted foreign funding and capped anonymous contributions at SGD 5,000. On 24 January 2011, TOC submitted its required appointment holders: Siew Kum Hong, Joshua Chiang, Ravi Philemon, and Leong Sze Hian.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2011/01/24/tocs-reply-to-pmo/ &amp;quot;TOC’s reply to PMO&amp;quot;], The Online Citizen, 24 January 2011.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In 2014, TOC came under the management of &#039;&#039;&#039;The Opinion Collaborative Ltd (TOC Ltd)&#039;&#039;&#039;, a social enterprise. TOC retained editorial independence while ceding administrative and fundraising functions to TOC Ltd.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2014/06/04/the-online-citizen-to-be-owned-by-the-opinion-collaborative-ltd/ &amp;quot;The Online Citizen to be owned by The Opinion Collaborative Ltd&amp;quot;], The Online Citizen, 4 June 2014.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Restructuring and Relocation (2015–Present) ===&lt;br /&gt;
Following the 2015 General Election, TOC left TOC Ltd and was registered as a private limited company under &#039;&#039;&#039;Terry Xu&#039;&#039;&#039;. By February 2018, it was de-gazetted as a political association as it was then operated solely by Xu.&amp;lt;ref&amp;gt;[https://www.straitstimes.com/politics/the-online-citizen-website-and-two-other-groups-no-longer-considered-political-associations &amp;quot;The Online Citizen website and two other groups no longer considered political associations&amp;quot;], The Straits Times, February 2018.&amp;lt;/ref&amp;gt; In May 2020, TOC rebranded as &#039;&#039;&#039;The Online Citizen Asia&#039;&#039;&#039;.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2020/05/05/the-online-citizen-renamed-as-the-online-citizen-asia-and-to-operate-under-new-domain/ &amp;quot;The Online Citizen renamed as The Online Citizen Asia&amp;quot;], The Online Citizen, 5 May 2020.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In September 2021, the Infocomm Media Development Authority (IMDA) cancelled TOC&#039;s broadcasting class license due to non-compliance with funding declarations.&amp;lt;ref&amp;gt;[https://www.imda.gov.sg/resources/press-releases-factsheets-and-speeches/press-releases/2021/cancellation-of-the-online-citizen-pte-ltd-class-licence &amp;quot;Cancellation of The Online Citizen Pte Ltd Class Licence&amp;quot;], IMDA, September 2021.&amp;lt;/ref&amp;gt; TOC subsequently relocated operations to Taiwan.&lt;br /&gt;
&lt;br /&gt;
In July 2023, the Singapore government classified TOC’s digital platforms as &#039;&#039;&#039;Declared Online Locations (DOLs)&#039;&#039;&#039;.&amp;lt;ref&amp;gt;[https://www.pofmaoffice.gov.sg/files/media-releases/pofma-pr-mci-21july2023-01.pdf &amp;quot;POFMA Declaration of Online Locations&amp;quot;], POFMA Office, 21 July 2023.&amp;lt;/ref&amp;gt; By September 2024, TOC resumed operations under its original name, dropping the &amp;quot;Asia&amp;quot; suffix to expand onto platforms not designated as DOLs.&amp;lt;ref&amp;gt;[https://gutzy.asia/2024/08/31/notice-to-our-readers-moving-back-to-the-online-citizen/ &amp;quot;Notice to our readers: Moving back to The Online Citizen&amp;quot;], Gutzy Asia, 31 August 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Founders and Editors ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Editors-in-Chief&lt;br /&gt;
! Name !! Start Date !! End Date&lt;br /&gt;
|-&lt;br /&gt;
| Andrew Loh || December 2006 || June 2011&lt;br /&gt;
|-&lt;br /&gt;
| Ravi Philemon || June 2011 || March 2012&lt;br /&gt;
|-&lt;br /&gt;
| Kumaran Pillai || [https://www.theonlinecitizen.com/2012/03/31/tocs-under-new-leadership/ March 2012] || 2013&lt;br /&gt;
|-&lt;br /&gt;
| Terry Xu || March 2013 || Present&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Legal and Political Issues ==&lt;br /&gt;
TOC has faced numerous legal challenges, including defamation suits and regulatory restrictions under the &#039;&#039;&#039;Protection from Online Falsehoods and Manipulation Act (POFMA)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[MINDEF–TOC POHA Dispute|POHA Legal Victory (2015–2017):]]&#039;&#039;&#039; Following an interview with Dr Ting Choon Meng regarding a patent dispute with the Ministry of Defence (MINDEF), the Attorney-General applied for an order under Section 15 of the &#039;&#039;&#039;Protection from Harassment Act (POHA)&#039;&#039;&#039; to compel TOC to post a correction notice. In a landmark 2017 ruling,&amp;lt;ref&amp;gt;https://www.elitigation.sg/gd/s/2017_SGCA_6&amp;lt;/ref&amp;gt; the Court of Appeal dismissed the Attorney-General&#039;s appeal in a 2-1 majority decision, ruling that the Government is not a &amp;quot;person&amp;quot; under Section 15 of POHA and therefore cannot invoke the Act to seek correction orders.&lt;br /&gt;
* &#039;&#039;&#039;Defamation (2019–2021):&#039;&#039;&#039; Prime Minister Lee Hsien Loong sued Terry Xu over an article regarding the Lee family dispute. In 2021, the High Court ordered Xu to pay S$210,000 in damages.&lt;br /&gt;
* &#039;&#039;&#039;Criminal Defamation (2018–2022):&#039;&#039;&#039; Terry Xu and contributor Daniel De Costa were convicted of criminal defamation over a letter alleging corruption. Their jail sentences were eventually upheld by the Court of Appeal.&lt;br /&gt;
* &#039;&#039;&#039;POFMA Challenges (2020):&#039;&#039;&#039; TOC was one of the first outlets to challenge a POFMA correction direction in court regarding execution methods in Changi Prison; however, the appeal was dismissed by the High Court and Court of Appeal.&lt;br /&gt;
* &#039;&#039;&#039;POFMA Section 11(3)(b) (2026):&#039;&#039;&#039; On 23 March 2026, Terry Xu and Miao Yi InfoTech (the Taiwanese holding company for TOC) were issued a direction under Section 11(3)(b) of POFMA by the Minister for Law and Second Minister for Home Affairs. This marked the first time an entity was required to publish a correction notice in the print edition of &#039;&#039;The Straits Times&#039;&#039; at its own expense, amounting to a cost of SGD 10,400.&amp;lt;ref&amp;gt;[https://theonlinecitizen.com/2026/03/24/a-historic-first-the-pofma-direction-against-the-online-citizen-and-what-it-means &amp;quot;A Historic First: The POFMA Direction Against The Online Citizen and What It Means&amp;quot;], The Online Citizen, 24 March 2026.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Media Organizations]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=The_Online_Citizen&amp;diff=4873</id>
		<title>The Online Citizen</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=The_Online_Citizen&amp;diff=4873"/>
		<updated>2026-05-17T02:09:05Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Entity&lt;br /&gt;
|entity_id           = the-online-citizen&lt;br /&gt;
|name                = The Online Citizen&lt;br /&gt;
|other_names         = The Online Citizen Asia, TOC, 網路公民&lt;br /&gt;
|abbreviation        = TOC&lt;br /&gt;
|type                = Alternative news website&lt;br /&gt;
|logo                = &lt;br /&gt;
|image               = &lt;br /&gt;
|formed_date         = 2006-12-01&lt;br /&gt;
|dissolved_date      = &lt;br /&gt;
|status              = active&lt;br /&gt;
|parent_ministry     = &lt;br /&gt;
|parent_entity       = &lt;br /&gt;
|headquarters        = Taiwan (formerly Singapore)&lt;br /&gt;
|region_served       = Asia&lt;br /&gt;
|leader_title1       = Editor-in-Chief&lt;br /&gt;
|leader_name1        = terry-xu&lt;br /&gt;
|leader_display1     = Terry Xu&lt;br /&gt;
|leader_title2       = Co-Founder&lt;br /&gt;
|leader_name2        = andrew-loh&lt;br /&gt;
|leader_display2     = Andrew Loh&lt;br /&gt;
|leader_title3       = Co-Founder&lt;br /&gt;
|leader_name3        = remy-choo&lt;br /&gt;
|leader_display3     = Remy Choo Zheng Xi&lt;br /&gt;
|num_employees       = &lt;br /&gt;
|num_employees_year  = &lt;br /&gt;
|budget              = &lt;br /&gt;
|budget_year         = &lt;br /&gt;
|revenue             = &lt;br /&gt;
|revenue_year        = &lt;br /&gt;
|purpose             = Independent socio-political journalism and commentary on Singapore and Asia affairs.&lt;br /&gt;
|legislation         = &lt;br /&gt;
|uen                 = &lt;br /&gt;
|website             = https://theonlinecitizen.com&lt;br /&gt;
|verified            = yes&lt;br /&gt;
|last_updated        = 2026-05-17&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Online Citizen&#039;&#039;&#039; (&#039;&#039;&#039;TOC&#039;&#039;&#039;) is a socio-political blogging platform known for its independent journalism and commentary, particularly on issues pertaining to [[Singapore]]. Established in December 2006 by Andrew Loh and Remy Choo Zheng Xi, TOC has positioned itself as a voice covering topics often overlooked by mainstream media.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== Early Years (2006–2010) ===&lt;br /&gt;
Initially, TOC functioned as a volunteer-driven platform, focusing on citizen journalism and commentary on political, social, and economic issues. TOC gained a following for its coverage of housing policies, social inequality, and governance, as well as its advocacy for greater civil liberties. &lt;br /&gt;
&lt;br /&gt;
In 2009, TOC played a significant role in covering the &#039;&#039;&#039;AWARE saga&#039;&#039;&#039;, a controversial leadership takeover of the Association of Women for Action and Research. TOC’s detailed accounts and on-the-ground reporting of the Extraordinary General Meeting (EGM) helped shape public understanding of the event.&lt;br /&gt;
&lt;br /&gt;
By 2010, TOC had become one of the most prominent independent socio-political websites in Singapore. Its growing influence led to increased government scrutiny and regulatory challenges.&lt;br /&gt;
&lt;br /&gt;
=== Transition to Political Association (2011–2015) ===&lt;br /&gt;
In 2011, the Singapore Registry of Political Donations designated TOC as a &#039;&#039;&#039;political association&#039;&#039;&#039;, citing its involvement in campaigns aimed at influencing legislation. This classification restricted foreign funding and capped anonymous contributions at SGD 5,000. On 24 January 2011, TOC submitted its required appointment holders: Siew Kum Hong, Joshua Chiang, Ravi Philemon, and Leong Sze Hian.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2011/01/24/tocs-reply-to-pmo/ &amp;quot;TOC’s reply to PMO&amp;quot;], The Online Citizen, 24 January 2011.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In 2014, TOC came under the management of &#039;&#039;&#039;The Opinion Collaborative Ltd (TOC Ltd)&#039;&#039;&#039;, a social enterprise. TOC retained editorial independence while ceding administrative and fundraising functions to TOC Ltd.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2014/06/04/the-online-citizen-to-be-owned-by-the-opinion-collaborative-ltd/ &amp;quot;The Online Citizen to be owned by The Opinion Collaborative Ltd&amp;quot;], The Online Citizen, 4 June 2014.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Restructuring and Relocation (2015–Present) ===&lt;br /&gt;
Following the 2015 General Election, TOC left TOC Ltd and was registered as a private limited company under &#039;&#039;&#039;Terry Xu&#039;&#039;&#039;. By February 2018, it was de-gazetted as a political association as it was then operated solely by Xu.&amp;lt;ref&amp;gt;[https://www.straitstimes.com/politics/the-online-citizen-website-and-two-other-groups-no-longer-considered-political-associations &amp;quot;The Online Citizen website and two other groups no longer considered political associations&amp;quot;], The Straits Times, February 2018.&amp;lt;/ref&amp;gt; In May 2020, TOC rebranded as &#039;&#039;&#039;The Online Citizen Asia&#039;&#039;&#039;.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2020/05/05/the-online-citizen-renamed-as-the-online-citizen-asia-and-to-operate-under-new-domain/ &amp;quot;The Online Citizen renamed as The Online Citizen Asia&amp;quot;], The Online Citizen, 5 May 2020.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In September 2021, the Infocomm Media Development Authority (IMDA) cancelled TOC&#039;s broadcasting class license due to non-compliance with funding declarations.&amp;lt;ref&amp;gt;[https://www.imda.gov.sg/resources/press-releases-factsheets-and-speeches/press-releases/2021/cancellation-of-the-online-citizen-pte-ltd-class-licence &amp;quot;Cancellation of The Online Citizen Pte Ltd Class Licence&amp;quot;], IMDA, September 2021.&amp;lt;/ref&amp;gt; TOC subsequently relocated operations to Taiwan.&lt;br /&gt;
&lt;br /&gt;
In July 2023, the Singapore government classified TOC’s digital platforms as &#039;&#039;&#039;Declared Online Locations (DOLs)&#039;&#039;&#039;.&amp;lt;ref&amp;gt;[https://www.pofmaoffice.gov.sg/files/media-releases/pofma-pr-mci-21july2023-01.pdf &amp;quot;POFMA Declaration of Online Locations&amp;quot;], POFMA Office, 21 July 2023.&amp;lt;/ref&amp;gt; By September 2024, TOC resumed operations under its original name, dropping the &amp;quot;Asia&amp;quot; suffix to expand onto platforms not designated as DOLs.&amp;lt;ref&amp;gt;[https://gutzy.asia/2024/08/31/notice-to-our-readers-moving-back-to-the-online-citizen/ &amp;quot;Notice to our readers: Moving back to The Online Citizen&amp;quot;], Gutzy Asia, 31 August 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Founders and Editors ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Editors-in-Chief&lt;br /&gt;
! Name !! Start Date !! End Date&lt;br /&gt;
|-&lt;br /&gt;
| Andrew Loh || December 2006 || June 2011&lt;br /&gt;
|-&lt;br /&gt;
| Ravi Philemon || June 2011 || March 2012&lt;br /&gt;
|-&lt;br /&gt;
| Kumaran Pillai || [https://www.theonlinecitizen.com/2012/03/31/tocs-under-new-leadership/ March 2012] || 2013&lt;br /&gt;
|-&lt;br /&gt;
| Terry Xu || March 2013 || Present&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Legal and Political Issues ==&lt;br /&gt;
TOC has faced numerous legal challenges, including defamation suits and regulatory restrictions under the &#039;&#039;&#039;Protection from Online Falsehoods and Manipulation Act (POFMA)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[MINDEF–TOC POHA Dispute|POHA Legal Victory (2015–2017):]]&#039;&#039;&#039; Following an interview with Dr Ting Choon Meng regarding a patent dispute with the Ministry of Defence (MINDEF), the Attorney-General applied for an order under Section 15 of the &#039;&#039;&#039;Protection from Harassment Act (POHA)&#039;&#039;&#039; to compel TOC to post a correction notice. In a landmark 2017 ruling,&amp;lt;ref&amp;gt;https://www.elitigation.sg/gd/s/2017_SGCA_6&amp;lt;/ref&amp;gt; the Court of Appeal dismissed the Attorney-General&#039;s appeal in a 2-1 majority decision, ruling that the Government is not a &amp;quot;person&amp;quot; under Section 15 of POHA and therefore cannot invoke the Act to seek correction orders.&lt;br /&gt;
* &#039;&#039;&#039;Defamation (2019–2021):&#039;&#039;&#039; Prime Minister Lee Hsien Loong sued Terry Xu over an article regarding the Lee family dispute. In 2021, the High Court ordered Xu to pay S$210,000 in damages.&lt;br /&gt;
* &#039;&#039;&#039;Criminal Defamation (2018–2022):&#039;&#039;&#039; Terry Xu and contributor Daniel De Costa were convicted of criminal defamation over a letter alleging corruption. Their jail sentences were eventually upheld by the Court of Appeal.&lt;br /&gt;
* &#039;&#039;&#039;POFMA Challenges (2020):&#039;&#039;&#039; TOC was one of the first outlets to challenge a POFMA correction direction in court regarding execution methods in Changi Prison; however, the appeal was dismissed by the High Court and Court of Appeal.&lt;br /&gt;
* &#039;&#039;&#039;POFMA Section 11(3)(b) (2026):&#039;&#039;&#039; On 23 March 2026, Terry Xu and Miao Yi InfoTech (the Taiwanese holding company for TOC) were issued a direction under Section 11(3)(b) of POFMA by the Minister for Law and Second Minister for Home Affairs. This marked the first time an entity was required to publish a correction notice in the print edition of &#039;&#039;The Straits Times&#039;&#039; at its own expense, amounting to a cost of SGD 10,400.&amp;lt;ref&amp;gt;[https://theonlinecitizen.com/2026/03/24/a-historic-first-the-pofma-direction-against-the-online-citizen-and-what-it-means &amp;quot;A Historic First: The POFMA Direction Against The Online Citizen and What It Means&amp;quot;], The Online Citizen, 24 March 2026.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Media Organizations]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=The_Online_Citizen&amp;diff=4872</id>
		<title>The Online Citizen</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=The_Online_Citizen&amp;diff=4872"/>
		<updated>2026-05-17T02:08:58Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Entity&lt;br /&gt;
|entity_id           = the-online-citizen&lt;br /&gt;
|name                = The Online Citizen&lt;br /&gt;
|other_names         = The Online Citizen Asia, TOC, 網路公民&lt;br /&gt;
|abbreviation        = TOC&lt;br /&gt;
|type                = Alternative news website&lt;br /&gt;
|logo                = &lt;br /&gt;
|image               =TOC.jpg &lt;br /&gt;
|formed_date         = 2006-12-01&lt;br /&gt;
|dissolved_date      = &lt;br /&gt;
|status              = active&lt;br /&gt;
|parent_ministry     = &lt;br /&gt;
|parent_entity       = &lt;br /&gt;
|headquarters        = Taiwan (formerly Singapore)&lt;br /&gt;
|region_served       = Asia&lt;br /&gt;
|leader_title1       = Editor-in-Chief&lt;br /&gt;
|leader_name1        = terry-xu&lt;br /&gt;
|leader_display1     = Terry Xu&lt;br /&gt;
|leader_title2       = Co-Founder&lt;br /&gt;
|leader_name2        = andrew-loh&lt;br /&gt;
|leader_display2     = Andrew Loh&lt;br /&gt;
|leader_title3       = Co-Founder&lt;br /&gt;
|leader_name3        = remy-choo&lt;br /&gt;
|leader_display3     = Remy Choo Zheng Xi&lt;br /&gt;
|num_employees       = &lt;br /&gt;
|num_employees_year  = &lt;br /&gt;
|budget              = &lt;br /&gt;
|budget_year         = &lt;br /&gt;
|revenue             = &lt;br /&gt;
|revenue_year        = &lt;br /&gt;
|purpose             = Independent socio-political journalism and commentary on Singapore and Asia affairs.&lt;br /&gt;
|legislation         = &lt;br /&gt;
|uen                 = &lt;br /&gt;
|website             = https://theonlinecitizen.com&lt;br /&gt;
|verified            = yes&lt;br /&gt;
|last_updated        = 2026-05-17&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Online Citizen&#039;&#039;&#039; (&#039;&#039;&#039;TOC&#039;&#039;&#039;) is a socio-political blogging platform known for its independent journalism and commentary, particularly on issues pertaining to [[Singapore]]. Established in December 2006 by Andrew Loh and Remy Choo Zheng Xi, TOC has positioned itself as a voice covering topics often overlooked by mainstream media.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== Early Years (2006–2010) ===&lt;br /&gt;
Initially, TOC functioned as a volunteer-driven platform, focusing on citizen journalism and commentary on political, social, and economic issues. TOC gained a following for its coverage of housing policies, social inequality, and governance, as well as its advocacy for greater civil liberties. &lt;br /&gt;
&lt;br /&gt;
In 2009, TOC played a significant role in covering the &#039;&#039;&#039;AWARE saga&#039;&#039;&#039;, a controversial leadership takeover of the Association of Women for Action and Research. TOC’s detailed accounts and on-the-ground reporting of the Extraordinary General Meeting (EGM) helped shape public understanding of the event.&lt;br /&gt;
&lt;br /&gt;
By 2010, TOC had become one of the most prominent independent socio-political websites in Singapore. Its growing influence led to increased government scrutiny and regulatory challenges.&lt;br /&gt;
&lt;br /&gt;
=== Transition to Political Association (2011–2015) ===&lt;br /&gt;
In 2011, the Singapore Registry of Political Donations designated TOC as a &#039;&#039;&#039;political association&#039;&#039;&#039;, citing its involvement in campaigns aimed at influencing legislation. This classification restricted foreign funding and capped anonymous contributions at SGD 5,000. On 24 January 2011, TOC submitted its required appointment holders: Siew Kum Hong, Joshua Chiang, Ravi Philemon, and Leong Sze Hian.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2011/01/24/tocs-reply-to-pmo/ &amp;quot;TOC’s reply to PMO&amp;quot;], The Online Citizen, 24 January 2011.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In 2014, TOC came under the management of &#039;&#039;&#039;The Opinion Collaborative Ltd (TOC Ltd)&#039;&#039;&#039;, a social enterprise. TOC retained editorial independence while ceding administrative and fundraising functions to TOC Ltd.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2014/06/04/the-online-citizen-to-be-owned-by-the-opinion-collaborative-ltd/ &amp;quot;The Online Citizen to be owned by The Opinion Collaborative Ltd&amp;quot;], The Online Citizen, 4 June 2014.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Restructuring and Relocation (2015–Present) ===&lt;br /&gt;
Following the 2015 General Election, TOC left TOC Ltd and was registered as a private limited company under &#039;&#039;&#039;Terry Xu&#039;&#039;&#039;. By February 2018, it was de-gazetted as a political association as it was then operated solely by Xu.&amp;lt;ref&amp;gt;[https://www.straitstimes.com/politics/the-online-citizen-website-and-two-other-groups-no-longer-considered-political-associations &amp;quot;The Online Citizen website and two other groups no longer considered political associations&amp;quot;], The Straits Times, February 2018.&amp;lt;/ref&amp;gt; In May 2020, TOC rebranded as &#039;&#039;&#039;The Online Citizen Asia&#039;&#039;&#039;.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2020/05/05/the-online-citizen-renamed-as-the-online-citizen-asia-and-to-operate-under-new-domain/ &amp;quot;The Online Citizen renamed as The Online Citizen Asia&amp;quot;], The Online Citizen, 5 May 2020.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In September 2021, the Infocomm Media Development Authority (IMDA) cancelled TOC&#039;s broadcasting class license due to non-compliance with funding declarations.&amp;lt;ref&amp;gt;[https://www.imda.gov.sg/resources/press-releases-factsheets-and-speeches/press-releases/2021/cancellation-of-the-online-citizen-pte-ltd-class-licence &amp;quot;Cancellation of The Online Citizen Pte Ltd Class Licence&amp;quot;], IMDA, September 2021.&amp;lt;/ref&amp;gt; TOC subsequently relocated operations to Taiwan.&lt;br /&gt;
&lt;br /&gt;
In July 2023, the Singapore government classified TOC’s digital platforms as &#039;&#039;&#039;Declared Online Locations (DOLs)&#039;&#039;&#039;.&amp;lt;ref&amp;gt;[https://www.pofmaoffice.gov.sg/files/media-releases/pofma-pr-mci-21july2023-01.pdf &amp;quot;POFMA Declaration of Online Locations&amp;quot;], POFMA Office, 21 July 2023.&amp;lt;/ref&amp;gt; By September 2024, TOC resumed operations under its original name, dropping the &amp;quot;Asia&amp;quot; suffix to expand onto platforms not designated as DOLs.&amp;lt;ref&amp;gt;[https://gutzy.asia/2024/08/31/notice-to-our-readers-moving-back-to-the-online-citizen/ &amp;quot;Notice to our readers: Moving back to The Online Citizen&amp;quot;], Gutzy Asia, 31 August 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Founders and Editors ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Editors-in-Chief&lt;br /&gt;
! Name !! Start Date !! End Date&lt;br /&gt;
|-&lt;br /&gt;
| Andrew Loh || December 2006 || June 2011&lt;br /&gt;
|-&lt;br /&gt;
| Ravi Philemon || June 2011 || March 2012&lt;br /&gt;
|-&lt;br /&gt;
| Kumaran Pillai || [https://www.theonlinecitizen.com/2012/03/31/tocs-under-new-leadership/ March 2012] || 2013&lt;br /&gt;
|-&lt;br /&gt;
| Terry Xu || March 2013 || Present&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Legal and Political Issues ==&lt;br /&gt;
TOC has faced numerous legal challenges, including defamation suits and regulatory restrictions under the &#039;&#039;&#039;Protection from Online Falsehoods and Manipulation Act (POFMA)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[MINDEF–TOC POHA Dispute|POHA Legal Victory (2015–2017):]]&#039;&#039;&#039; Following an interview with Dr Ting Choon Meng regarding a patent dispute with the Ministry of Defence (MINDEF), the Attorney-General applied for an order under Section 15 of the &#039;&#039;&#039;Protection from Harassment Act (POHA)&#039;&#039;&#039; to compel TOC to post a correction notice. In a landmark 2017 ruling,&amp;lt;ref&amp;gt;https://www.elitigation.sg/gd/s/2017_SGCA_6&amp;lt;/ref&amp;gt; the Court of Appeal dismissed the Attorney-General&#039;s appeal in a 2-1 majority decision, ruling that the Government is not a &amp;quot;person&amp;quot; under Section 15 of POHA and therefore cannot invoke the Act to seek correction orders.&lt;br /&gt;
* &#039;&#039;&#039;Defamation (2019–2021):&#039;&#039;&#039; Prime Minister Lee Hsien Loong sued Terry Xu over an article regarding the Lee family dispute. In 2021, the High Court ordered Xu to pay S$210,000 in damages.&lt;br /&gt;
* &#039;&#039;&#039;Criminal Defamation (2018–2022):&#039;&#039;&#039; Terry Xu and contributor Daniel De Costa were convicted of criminal defamation over a letter alleging corruption. Their jail sentences were eventually upheld by the Court of Appeal.&lt;br /&gt;
* &#039;&#039;&#039;POFMA Challenges (2020):&#039;&#039;&#039; TOC was one of the first outlets to challenge a POFMA correction direction in court regarding execution methods in Changi Prison; however, the appeal was dismissed by the High Court and Court of Appeal.&lt;br /&gt;
* &#039;&#039;&#039;POFMA Section 11(3)(b) (2026):&#039;&#039;&#039; On 23 March 2026, Terry Xu and Miao Yi InfoTech (the Taiwanese holding company for TOC) were issued a direction under Section 11(3)(b) of POFMA by the Minister for Law and Second Minister for Home Affairs. This marked the first time an entity was required to publish a correction notice in the print edition of &#039;&#039;The Straits Times&#039;&#039; at its own expense, amounting to a cost of SGD 10,400.&amp;lt;ref&amp;gt;[https://theonlinecitizen.com/2026/03/24/a-historic-first-the-pofma-direction-against-the-online-citizen-and-what-it-means &amp;quot;A Historic First: The POFMA Direction Against The Online Citizen and What It Means&amp;quot;], The Online Citizen, 24 March 2026.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Media Organizations]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=File:TOC.jpg&amp;diff=4871</id>
		<title>File:TOC.jpg</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=File:TOC.jpg&amp;diff=4871"/>
		<updated>2026-05-17T02:08:14Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Logo of The Online Citizen&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=The_Online_Citizen&amp;diff=4870</id>
		<title>The Online Citizen</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=The_Online_Citizen&amp;diff=4870"/>
		<updated>2026-05-17T02:06:24Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Entity&lt;br /&gt;
|entity_id           = the-online-citizen&lt;br /&gt;
|name                = The Online Citizen&lt;br /&gt;
|other_names         = The Online Citizen Asia, TOC, 網路公民&lt;br /&gt;
|abbreviation        = TOC&lt;br /&gt;
|type                = Alternative news website&lt;br /&gt;
|logo                = &lt;br /&gt;
|image               = &lt;br /&gt;
|formed_date         = 2006-12-01&lt;br /&gt;
|dissolved_date      = &lt;br /&gt;
|status              = active&lt;br /&gt;
|parent_ministry     = &lt;br /&gt;
|parent_entity       = &lt;br /&gt;
|headquarters        = Taiwan (formerly Singapore)&lt;br /&gt;
|region_served       = Asia&lt;br /&gt;
|leader_title1       = Editor-in-Chief&lt;br /&gt;
|leader_name1        = terry-xu&lt;br /&gt;
|leader_display1     = Terry Xu&lt;br /&gt;
|leader_title2       = Co-Founder&lt;br /&gt;
|leader_name2        = andrew-loh&lt;br /&gt;
|leader_display2     = Andrew Loh&lt;br /&gt;
|leader_title3       = Co-Founder&lt;br /&gt;
|leader_name3        = remy-choo&lt;br /&gt;
|leader_display3     = Remy Choo Zheng Xi&lt;br /&gt;
|num_employees       = &lt;br /&gt;
|num_employees_year  = &lt;br /&gt;
|budget              = &lt;br /&gt;
|budget_year         = &lt;br /&gt;
|revenue             = &lt;br /&gt;
|revenue_year        = &lt;br /&gt;
|purpose             = Independent socio-political journalism and commentary on Singapore and Asia affairs.&lt;br /&gt;
|legislation         = &lt;br /&gt;
|uen                 = &lt;br /&gt;
|website             = https://theonlinecitizen.com&lt;br /&gt;
|verified            = yes&lt;br /&gt;
|last_updated        = 2026-05-17&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Online Citizen&#039;&#039;&#039; (&#039;&#039;&#039;TOC&#039;&#039;&#039;) is a socio-political blogging platform known for its independent journalism and commentary, particularly on issues pertaining to [[Singapore]]. Established in December 2006 by Andrew Loh and Remy Choo Zheng Xi, TOC has positioned itself as a voice covering topics often overlooked by mainstream media.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== Early Years (2006–2010) ===&lt;br /&gt;
Initially, TOC functioned as a volunteer-driven platform, focusing on citizen journalism and commentary on political, social, and economic issues. TOC gained a following for its coverage of housing policies, social inequality, and governance, as well as its advocacy for greater civil liberties. &lt;br /&gt;
&lt;br /&gt;
In 2009, TOC played a significant role in covering the &#039;&#039;&#039;AWARE saga&#039;&#039;&#039;, a controversial leadership takeover of the Association of Women for Action and Research. TOC’s detailed accounts and on-the-ground reporting of the Extraordinary General Meeting (EGM) helped shape public understanding of the event.&lt;br /&gt;
&lt;br /&gt;
By 2010, TOC had become one of the most prominent independent socio-political websites in Singapore. Its growing influence led to increased government scrutiny and regulatory challenges.&lt;br /&gt;
&lt;br /&gt;
=== Transition to Political Association (2011–2015) ===&lt;br /&gt;
In 2011, the Singapore Registry of Political Donations designated TOC as a &#039;&#039;&#039;political association&#039;&#039;&#039;, citing its involvement in campaigns aimed at influencing legislation. This classification restricted foreign funding and capped anonymous contributions at SGD 5,000. On 24 January 2011, TOC submitted its required appointment holders: Siew Kum Hong, Joshua Chiang, Ravi Philemon, and Leong Sze Hian.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2011/01/24/tocs-reply-to-pmo/ &amp;quot;TOC’s reply to PMO&amp;quot;], The Online Citizen, 24 January 2011.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In 2014, TOC came under the management of &#039;&#039;&#039;The Opinion Collaborative Ltd (TOC Ltd)&#039;&#039;&#039;, a social enterprise. TOC retained editorial independence while ceding administrative and fundraising functions to TOC Ltd.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2014/06/04/the-online-citizen-to-be-owned-by-the-opinion-collaborative-ltd/ &amp;quot;The Online Citizen to be owned by The Opinion Collaborative Ltd&amp;quot;], The Online Citizen, 4 June 2014.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Restructuring and Relocation (2015–Present) ===&lt;br /&gt;
Following the 2015 General Election, TOC left TOC Ltd and was registered as a private limited company under &#039;&#039;&#039;Terry Xu&#039;&#039;&#039;. By February 2018, it was de-gazetted as a political association as it was then operated solely by Xu.&amp;lt;ref&amp;gt;[https://www.straitstimes.com/politics/the-online-citizen-website-and-two-other-groups-no-longer-considered-political-associations &amp;quot;The Online Citizen website and two other groups no longer considered political associations&amp;quot;], The Straits Times, February 2018.&amp;lt;/ref&amp;gt; In May 2020, TOC rebranded as &#039;&#039;&#039;The Online Citizen Asia&#039;&#039;&#039;.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2020/05/05/the-online-citizen-renamed-as-the-online-citizen-asia-and-to-operate-under-new-domain/ &amp;quot;The Online Citizen renamed as The Online Citizen Asia&amp;quot;], The Online Citizen, 5 May 2020.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In September 2021, the Infocomm Media Development Authority (IMDA) cancelled TOC&#039;s broadcasting class license due to non-compliance with funding declarations.&amp;lt;ref&amp;gt;[https://www.imda.gov.sg/resources/press-releases-factsheets-and-speeches/press-releases/2021/cancellation-of-the-online-citizen-pte-ltd-class-licence &amp;quot;Cancellation of The Online Citizen Pte Ltd Class Licence&amp;quot;], IMDA, September 2021.&amp;lt;/ref&amp;gt; TOC subsequently relocated operations to Taiwan.&lt;br /&gt;
&lt;br /&gt;
In July 2023, the Singapore government classified TOC’s digital platforms as &#039;&#039;&#039;Declared Online Locations (DOLs)&#039;&#039;&#039;.&amp;lt;ref&amp;gt;[https://www.pofmaoffice.gov.sg/files/media-releases/pofma-pr-mci-21july2023-01.pdf &amp;quot;POFMA Declaration of Online Locations&amp;quot;], POFMA Office, 21 July 2023.&amp;lt;/ref&amp;gt; By September 2024, TOC resumed operations under its original name, dropping the &amp;quot;Asia&amp;quot; suffix to expand onto platforms not designated as DOLs.&amp;lt;ref&amp;gt;[https://gutzy.asia/2024/08/31/notice-to-our-readers-moving-back-to-the-online-citizen/ &amp;quot;Notice to our readers: Moving back to The Online Citizen&amp;quot;], Gutzy Asia, 31 August 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Founders and Editors ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Editors-in-Chief&lt;br /&gt;
! Name !! Start Date !! End Date&lt;br /&gt;
|-&lt;br /&gt;
| Andrew Loh || December 2006 || June 2011&lt;br /&gt;
|-&lt;br /&gt;
| Ravi Philemon || June 2011 || March 2012&lt;br /&gt;
|-&lt;br /&gt;
| Kumaran Pillai || [https://www.theonlinecitizen.com/2012/03/31/tocs-under-new-leadership/ March 2012] || 2013&lt;br /&gt;
|-&lt;br /&gt;
| Terry Xu || March 2013 || Present&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Legal and Political Issues ==&lt;br /&gt;
TOC has faced numerous legal challenges, including defamation suits and regulatory restrictions under the &#039;&#039;&#039;Protection from Online Falsehoods and Manipulation Act (POFMA)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[MINDEF–TOC POHA Dispute|POHA Legal Victory (2015–2017):]]&#039;&#039;&#039; Following an interview with Dr Ting Choon Meng regarding a patent dispute with the Ministry of Defence (MINDEF), the Attorney-General applied for an order under Section 15 of the &#039;&#039;&#039;Protection from Harassment Act (POHA)&#039;&#039;&#039; to compel TOC to post a correction notice. In a landmark 2017 ruling,&amp;lt;ref&amp;gt;https://www.elitigation.sg/gd/s/2017_SGCA_6&amp;lt;/ref&amp;gt; the Court of Appeal dismissed the Attorney-General&#039;s appeal in a 2-1 majority decision, ruling that the Government is not a &amp;quot;person&amp;quot; under Section 15 of POHA and therefore cannot invoke the Act to seek correction orders.&lt;br /&gt;
* &#039;&#039;&#039;Defamation (2019–2021):&#039;&#039;&#039; Prime Minister Lee Hsien Loong sued Terry Xu over an article regarding the Lee family dispute. In 2021, the High Court ordered Xu to pay S$210,000 in damages.&lt;br /&gt;
* &#039;&#039;&#039;Criminal Defamation (2018–2022):&#039;&#039;&#039; Terry Xu and contributor Daniel De Costa were convicted of criminal defamation over a letter alleging corruption. Their jail sentences were eventually upheld by the Court of Appeal.&lt;br /&gt;
* &#039;&#039;&#039;POFMA Challenges (2020):&#039;&#039;&#039; TOC was one of the first outlets to challenge a POFMA correction direction in court regarding execution methods in Changi Prison; however, the appeal was dismissed by the High Court and Court of Appeal.&lt;br /&gt;
* &#039;&#039;&#039;POFMA Section 11(3)(b) (2026):&#039;&#039;&#039; On 23 March 2026, Terry Xu and Miao Yi InfoTech (the Taiwanese holding company for TOC) were issued a direction under Section 11(3)(b) of POFMA by the Minister for Law and Second Minister for Home Affairs. This marked the first time an entity was required to publish a correction notice in the print edition of &#039;&#039;The Straits Times&#039;&#039; at its own expense, amounting to a cost of SGD 10,400.&amp;lt;ref&amp;gt;[https://theonlinecitizen.com/2026/03/24/a-historic-first-the-pofma-direction-against-the-online-citizen-and-what-it-means &amp;quot;A Historic First: The POFMA Direction Against The Online Citizen and What It Means&amp;quot;], The Online Citizen, 24 March 2026.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Media Organizations]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=The_Online_Citizen&amp;diff=4869</id>
		<title>The Online Citizen</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=The_Online_Citizen&amp;diff=4869"/>
		<updated>2026-05-17T02:05:42Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Entity&lt;br /&gt;
|entity_id           = the-online-citizen&lt;br /&gt;
|name                = The Online Citizen&lt;br /&gt;
|other_names         = The Online Citizen Asia, TOC, 網路公民&lt;br /&gt;
|abbreviation        = TOC&lt;br /&gt;
|type                = Alternative news website&lt;br /&gt;
|logo                = &lt;br /&gt;
|image               = &lt;br /&gt;
|formed_date         = 2006-12-01&lt;br /&gt;
|dissolved_date      = &lt;br /&gt;
|status              = active&lt;br /&gt;
|parent_ministry     = &lt;br /&gt;
|parent_entity       = &lt;br /&gt;
|headquarters        = Taiwan (formerly Singapore)&lt;br /&gt;
|region_served       = Singapore&lt;br /&gt;
|leader_title1       = Editor-in-Chief&lt;br /&gt;
|leader_name1        = terry-xu&lt;br /&gt;
|leader_display1     = Terry Xu&lt;br /&gt;
|leader_title2       = Co-Founder&lt;br /&gt;
|leader_name2        = andrew-loh&lt;br /&gt;
|leader_display2     = Andrew Loh&lt;br /&gt;
|leader_title3       = Co-Founder&lt;br /&gt;
|leader_name3        = remy-choo&lt;br /&gt;
|leader_display3     = Remy Choo Zheng Xi&lt;br /&gt;
|num_employees       = &lt;br /&gt;
|num_employees_year  = &lt;br /&gt;
|budget              = &lt;br /&gt;
|budget_year         = &lt;br /&gt;
|revenue             = &lt;br /&gt;
|revenue_year        = &lt;br /&gt;
|purpose             = Independent socio-political journalism and commentary on Singapore and Asia affairs.&lt;br /&gt;
|legislation         = &lt;br /&gt;
|uen                 = &lt;br /&gt;
|website             = https://theonlinecitizen.com&lt;br /&gt;
|verified            = yes&lt;br /&gt;
|last_updated        = 2026-05-17&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Online Citizen&#039;&#039;&#039; (&#039;&#039;&#039;TOC&#039;&#039;&#039;) is a socio-political blogging platform known for its independent journalism and commentary, particularly on issues pertaining to [[Singapore]]. Established in December 2006 by Andrew Loh and Remy Choo Zheng Xi, TOC has positioned itself as a voice covering topics often overlooked by mainstream media.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== Early Years (2006–2010) ===&lt;br /&gt;
Initially, TOC functioned as a volunteer-driven platform, focusing on citizen journalism and commentary on political, social, and economic issues. TOC gained a following for its coverage of housing policies, social inequality, and governance, as well as its advocacy for greater civil liberties. &lt;br /&gt;
&lt;br /&gt;
In 2009, TOC played a significant role in covering the &#039;&#039;&#039;AWARE saga&#039;&#039;&#039;, a controversial leadership takeover of the Association of Women for Action and Research. TOC’s detailed accounts and on-the-ground reporting of the Extraordinary General Meeting (EGM) helped shape public understanding of the event.&lt;br /&gt;
&lt;br /&gt;
By 2010, TOC had become one of the most prominent independent socio-political websites in Singapore. Its growing influence led to increased government scrutiny and regulatory challenges.&lt;br /&gt;
&lt;br /&gt;
=== Transition to Political Association (2011–2015) ===&lt;br /&gt;
In 2011, the Singapore Registry of Political Donations designated TOC as a &#039;&#039;&#039;political association&#039;&#039;&#039;, citing its involvement in campaigns aimed at influencing legislation. This classification restricted foreign funding and capped anonymous contributions at SGD 5,000. On 24 January 2011, TOC submitted its required appointment holders: Siew Kum Hong, Joshua Chiang, Ravi Philemon, and Leong Sze Hian.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2011/01/24/tocs-reply-to-pmo/ &amp;quot;TOC’s reply to PMO&amp;quot;], The Online Citizen, 24 January 2011.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In 2014, TOC came under the management of &#039;&#039;&#039;The Opinion Collaborative Ltd (TOC Ltd)&#039;&#039;&#039;, a social enterprise. TOC retained editorial independence while ceding administrative and fundraising functions to TOC Ltd.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2014/06/04/the-online-citizen-to-be-owned-by-the-opinion-collaborative-ltd/ &amp;quot;The Online Citizen to be owned by The Opinion Collaborative Ltd&amp;quot;], The Online Citizen, 4 June 2014.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Restructuring and Relocation (2015–Present) ===&lt;br /&gt;
Following the 2015 General Election, TOC left TOC Ltd and was registered as a private limited company under &#039;&#039;&#039;Terry Xu&#039;&#039;&#039;. By February 2018, it was de-gazetted as a political association as it was then operated solely by Xu.&amp;lt;ref&amp;gt;[https://www.straitstimes.com/politics/the-online-citizen-website-and-two-other-groups-no-longer-considered-political-associations &amp;quot;The Online Citizen website and two other groups no longer considered political associations&amp;quot;], The Straits Times, February 2018.&amp;lt;/ref&amp;gt; In May 2020, TOC rebranded as &#039;&#039;&#039;The Online Citizen Asia&#039;&#039;&#039;.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2020/05/05/the-online-citizen-renamed-as-the-online-citizen-asia-and-to-operate-under-new-domain/ &amp;quot;The Online Citizen renamed as The Online Citizen Asia&amp;quot;], The Online Citizen, 5 May 2020.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In September 2021, the Infocomm Media Development Authority (IMDA) cancelled TOC&#039;s broadcasting class license due to non-compliance with funding declarations.&amp;lt;ref&amp;gt;[https://www.imda.gov.sg/resources/press-releases-factsheets-and-speeches/press-releases/2021/cancellation-of-the-online-citizen-pte-ltd-class-licence &amp;quot;Cancellation of The Online Citizen Pte Ltd Class Licence&amp;quot;], IMDA, September 2021.&amp;lt;/ref&amp;gt; TOC subsequently relocated operations to Taiwan.&lt;br /&gt;
&lt;br /&gt;
In July 2023, the Singapore government classified TOC’s digital platforms as &#039;&#039;&#039;Declared Online Locations (DOLs)&#039;&#039;&#039;.&amp;lt;ref&amp;gt;[https://www.pofmaoffice.gov.sg/files/media-releases/pofma-pr-mci-21july2023-01.pdf &amp;quot;POFMA Declaration of Online Locations&amp;quot;], POFMA Office, 21 July 2023.&amp;lt;/ref&amp;gt; By September 2024, TOC resumed operations under its original name, dropping the &amp;quot;Asia&amp;quot; suffix to expand onto platforms not designated as DOLs.&amp;lt;ref&amp;gt;[https://gutzy.asia/2024/08/31/notice-to-our-readers-moving-back-to-the-online-citizen/ &amp;quot;Notice to our readers: Moving back to The Online Citizen&amp;quot;], Gutzy Asia, 31 August 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Founders and Editors ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Editors-in-Chief&lt;br /&gt;
! Name !! Start Date !! End Date&lt;br /&gt;
|-&lt;br /&gt;
| Andrew Loh || December 2006 || June 2011&lt;br /&gt;
|-&lt;br /&gt;
| Ravi Philemon || June 2011 || March 2012&lt;br /&gt;
|-&lt;br /&gt;
| Kumaran Pillai || [https://www.theonlinecitizen.com/2012/03/31/tocs-under-new-leadership/ March 2012] || 2013&lt;br /&gt;
|-&lt;br /&gt;
| Terry Xu || March 2013 || Present&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Legal and Political Issues ==&lt;br /&gt;
TOC has faced numerous legal challenges, including defamation suits and regulatory restrictions under the &#039;&#039;&#039;Protection from Online Falsehoods and Manipulation Act (POFMA)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[MINDEF–TOC POHA Dispute|POHA Legal Victory (2015–2017):]]&#039;&#039;&#039; Following an interview with Dr Ting Choon Meng regarding a patent dispute with the Ministry of Defence (MINDEF), the Attorney-General applied for an order under Section 15 of the &#039;&#039;&#039;Protection from Harassment Act (POHA)&#039;&#039;&#039; to compel TOC to post a correction notice. In a landmark 2017 ruling,&amp;lt;ref&amp;gt;https://www.elitigation.sg/gd/s/2017_SGCA_6&amp;lt;/ref&amp;gt; the Court of Appeal dismissed the Attorney-General&#039;s appeal in a 2-1 majority decision, ruling that the Government is not a &amp;quot;person&amp;quot; under Section 15 of POHA and therefore cannot invoke the Act to seek correction orders.&lt;br /&gt;
* &#039;&#039;&#039;Defamation (2019–2021):&#039;&#039;&#039; Prime Minister Lee Hsien Loong sued Terry Xu over an article regarding the Lee family dispute. In 2021, the High Court ordered Xu to pay S$210,000 in damages.&lt;br /&gt;
* &#039;&#039;&#039;Criminal Defamation (2018–2022):&#039;&#039;&#039; Terry Xu and contributor Daniel De Costa were convicted of criminal defamation over a letter alleging corruption. Their jail sentences were eventually upheld by the Court of Appeal.&lt;br /&gt;
* &#039;&#039;&#039;POFMA Challenges (2020):&#039;&#039;&#039; TOC was one of the first outlets to challenge a POFMA correction direction in court regarding execution methods in Changi Prison; however, the appeal was dismissed by the High Court and Court of Appeal.&lt;br /&gt;
* &#039;&#039;&#039;POFMA Section 11(3)(b) (2026):&#039;&#039;&#039; On 23 March 2026, Terry Xu and Miao Yi InfoTech (the Taiwanese holding company for TOC) were issued a direction under Section 11(3)(b) of POFMA by the Minister for Law and Second Minister for Home Affairs. This marked the first time an entity was required to publish a correction notice in the print edition of &#039;&#039;The Straits Times&#039;&#039; at its own expense, amounting to a cost of SGD 10,400.&amp;lt;ref&amp;gt;[https://theonlinecitizen.com/2026/03/24/a-historic-first-the-pofma-direction-against-the-online-citizen-and-what-it-means &amp;quot;A Historic First: The POFMA Direction Against The Online Citizen and What It Means&amp;quot;], The Online Citizen, 24 March 2026.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Media Organizations]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=The_Online_Citizen&amp;diff=4868</id>
		<title>The Online Citizen</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=The_Online_Citizen&amp;diff=4868"/>
		<updated>2026-05-17T02:04:28Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Entity&lt;br /&gt;
|entity_id           = the-online-citizen&lt;br /&gt;
|name                = The Online Citizen&lt;br /&gt;
|other_names         = The Online Citizen Asia, TOC, 独立媒体 (TOC)&lt;br /&gt;
|abbreviation        = TOC&lt;br /&gt;
|type                = Alternative news website&lt;br /&gt;
|logo                = &lt;br /&gt;
|image               = &lt;br /&gt;
|formed_date         = 2006-12-01&lt;br /&gt;
|dissolved_date      = &lt;br /&gt;
|status              = active&lt;br /&gt;
|parent_ministry     = &lt;br /&gt;
|parent_entity       = &lt;br /&gt;
|headquarters        = Taiwan (formerly Singapore)&lt;br /&gt;
|region_served       = Singapore&lt;br /&gt;
|leader_title1       = Editor-in-Chief&lt;br /&gt;
|leader_name1        = terry-xu&lt;br /&gt;
|leader_display1     = Terry Xu&lt;br /&gt;
|leader_title2       = Co-Founder&lt;br /&gt;
|leader_name2        = andrew-loh&lt;br /&gt;
|leader_display2     = Andrew Loh&lt;br /&gt;
|leader_title3       = Co-Founder&lt;br /&gt;
|leader_name3        = remy-choo&lt;br /&gt;
|leader_display3     = Remy Choo Zheng Xi&lt;br /&gt;
|num_employees       = &lt;br /&gt;
|num_employees_year  = &lt;br /&gt;
|budget              = &lt;br /&gt;
|budget_year         = &lt;br /&gt;
|revenue             = &lt;br /&gt;
|revenue_year        = &lt;br /&gt;
|purpose             = Independent socio-political journalism and commentary on Singapore affairs.&lt;br /&gt;
|legislation         = &lt;br /&gt;
|uen                 = &lt;br /&gt;
|website             = https://www.theonlinecitizen.com&lt;br /&gt;
|verified            = yes&lt;br /&gt;
|last_updated        = 2026-05-17&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Online Citizen&#039;&#039;&#039; (&#039;&#039;&#039;TOC&#039;&#039;&#039;) is a socio-political blogging platform known for its independent journalism and commentary, particularly on issues pertaining to [[Singapore]]. Established in December 2006 by Andrew Loh and Remy Choo Zheng Xi, TOC has positioned itself as a voice covering topics often overlooked by mainstream media.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== Early Years (2006–2010) ===&lt;br /&gt;
Initially, TOC functioned as a volunteer-driven platform, focusing on citizen journalism and commentary on political, social, and economic issues. TOC gained a following for its coverage of housing policies, social inequality, and governance, as well as its advocacy for greater civil liberties. &lt;br /&gt;
&lt;br /&gt;
In 2009, TOC played a significant role in covering the &#039;&#039;&#039;AWARE saga&#039;&#039;&#039;, a controversial leadership takeover of the Association of Women for Action and Research. TOC’s detailed accounts and on-the-ground reporting of the Extraordinary General Meeting (EGM) helped shape public understanding of the event.&lt;br /&gt;
&lt;br /&gt;
By 2010, TOC had become one of the most prominent independent socio-political websites in Singapore. Its growing influence led to increased government scrutiny and regulatory challenges.&lt;br /&gt;
&lt;br /&gt;
=== Transition to Political Association (2011–2015) ===&lt;br /&gt;
In 2011, the Singapore Registry of Political Donations designated TOC as a &#039;&#039;&#039;political association&#039;&#039;&#039;, citing its involvement in campaigns aimed at influencing legislation. This classification restricted foreign funding and capped anonymous contributions at SGD 5,000. On 24 January 2011, TOC submitted its required appointment holders: Siew Kum Hong, Joshua Chiang, Ravi Philemon, and Leong Sze Hian.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2011/01/24/tocs-reply-to-pmo/ &amp;quot;TOC’s reply to PMO&amp;quot;], The Online Citizen, 24 January 2011.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In 2014, TOC came under the management of &#039;&#039;&#039;The Opinion Collaborative Ltd (TOC Ltd)&#039;&#039;&#039;, a social enterprise. TOC retained editorial independence while ceding administrative and fundraising functions to TOC Ltd.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2014/06/04/the-online-citizen-to-be-owned-by-the-opinion-collaborative-ltd/ &amp;quot;The Online Citizen to be owned by The Opinion Collaborative Ltd&amp;quot;], The Online Citizen, 4 June 2014.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Restructuring and Relocation (2015–Present) ===&lt;br /&gt;
Following the 2015 General Election, TOC left TOC Ltd and was registered as a private limited company under &#039;&#039;&#039;Terry Xu&#039;&#039;&#039;. By February 2018, it was de-gazetted as a political association as it was then operated solely by Xu.&amp;lt;ref&amp;gt;[https://www.straitstimes.com/politics/the-online-citizen-website-and-two-other-groups-no-longer-considered-political-associations &amp;quot;The Online Citizen website and two other groups no longer considered political associations&amp;quot;], The Straits Times, February 2018.&amp;lt;/ref&amp;gt; In May 2020, TOC rebranded as &#039;&#039;&#039;The Online Citizen Asia&#039;&#039;&#039;.&amp;lt;ref&amp;gt;[https://www.theonlinecitizen.com/2020/05/05/the-online-citizen-renamed-as-the-online-citizen-asia-and-to-operate-under-new-domain/ &amp;quot;The Online Citizen renamed as The Online Citizen Asia&amp;quot;], The Online Citizen, 5 May 2020.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In September 2021, the Infocomm Media Development Authority (IMDA) cancelled TOC&#039;s broadcasting class license due to non-compliance with funding declarations.&amp;lt;ref&amp;gt;[https://www.imda.gov.sg/resources/press-releases-factsheets-and-speeches/press-releases/2021/cancellation-of-the-online-citizen-pte-ltd-class-licence &amp;quot;Cancellation of The Online Citizen Pte Ltd Class Licence&amp;quot;], IMDA, September 2021.&amp;lt;/ref&amp;gt; TOC subsequently relocated operations to Taiwan.&lt;br /&gt;
&lt;br /&gt;
In July 2023, the Singapore government classified TOC’s digital platforms as &#039;&#039;&#039;Declared Online Locations (DOLs)&#039;&#039;&#039;.&amp;lt;ref&amp;gt;[https://www.pofmaoffice.gov.sg/files/media-releases/pofma-pr-mci-21july2023-01.pdf &amp;quot;POFMA Declaration of Online Locations&amp;quot;], POFMA Office, 21 July 2023.&amp;lt;/ref&amp;gt; By September 2024, TOC resumed operations under its original name, dropping the &amp;quot;Asia&amp;quot; suffix to expand onto platforms not designated as DOLs.&amp;lt;ref&amp;gt;[https://gutzy.asia/2024/08/31/notice-to-our-readers-moving-back-to-the-online-citizen/ &amp;quot;Notice to our readers: Moving back to The Online Citizen&amp;quot;], Gutzy Asia, 31 August 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Founders and Editors ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Editors-in-Chief&lt;br /&gt;
! Name !! Start Date !! End Date&lt;br /&gt;
|-&lt;br /&gt;
| Andrew Loh || December 2006 || June 2011&lt;br /&gt;
|-&lt;br /&gt;
| Ravi Philemon || June 2011 || March 2012&lt;br /&gt;
|-&lt;br /&gt;
| Kumaran Pillai || [https://www.theonlinecitizen.com/2012/03/31/tocs-under-new-leadership/ March 2012] || 2013&lt;br /&gt;
|-&lt;br /&gt;
| Terry Xu || March 2013 || Present&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Legal and Political Issues ==&lt;br /&gt;
TOC has faced numerous legal challenges, including defamation suits and regulatory restrictions under the &#039;&#039;&#039;Protection from Online Falsehoods and Manipulation Act (POFMA)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[MINDEF–TOC POHA Dispute|POHA Legal Victory (2015–2017):]]&#039;&#039;&#039; Following an interview with Dr Ting Choon Meng regarding a patent dispute with the Ministry of Defence (MINDEF), the Attorney-General applied for an order under Section 15 of the &#039;&#039;&#039;Protection from Harassment Act (POHA)&#039;&#039;&#039; to compel TOC to post a correction notice. In a landmark 2017 ruling,&amp;lt;ref&amp;gt;https://www.elitigation.sg/gd/s/2017_SGCA_6&amp;lt;/ref&amp;gt; the Court of Appeal dismissed the Attorney-General&#039;s appeal in a 2-1 majority decision, ruling that the Government is not a &amp;quot;person&amp;quot; under Section 15 of POHA and therefore cannot invoke the Act to seek correction orders.&lt;br /&gt;
* &#039;&#039;&#039;Defamation (2019–2021):&#039;&#039;&#039; Prime Minister Lee Hsien Loong sued Terry Xu over an article regarding the Lee family dispute. In 2021, the High Court ordered Xu to pay S$210,000 in damages.&lt;br /&gt;
* &#039;&#039;&#039;Criminal Defamation (2018–2022):&#039;&#039;&#039; Terry Xu and contributor Daniel De Costa were convicted of criminal defamation over a letter alleging corruption. Their jail sentences were eventually upheld by the Court of Appeal.&lt;br /&gt;
* &#039;&#039;&#039;POFMA Challenges (2020):&#039;&#039;&#039; TOC was one of the first outlets to challenge a POFMA correction direction in court regarding execution methods in Changi Prison; however, the appeal was dismissed by the High Court and Court of Appeal.&lt;br /&gt;
* &#039;&#039;&#039;POFMA Section 11(3)(b) (2026):&#039;&#039;&#039; On 23 March 2026, Terry Xu and Miao Yi InfoTech (the Taiwanese holding company for TOC) were issued a direction under Section 11(3)(b) of POFMA by the Minister for Law and Second Minister for Home Affairs. This marked the first time an entity was required to publish a correction notice in the print edition of &#039;&#039;The Straits Times&#039;&#039; at its own expense, amounting to a cost of SGD 10,400.&amp;lt;ref&amp;gt;[https://theonlinecitizen.com/2026/03/24/a-historic-first-the-pofma-direction-against-the-online-citizen-and-what-it-means &amp;quot;A Historic First: The POFMA Direction Against The Online Citizen and What It Means&amp;quot;], The Online Citizen, 24 March 2026.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Media Organizations]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Wake_Up,_Singapore&amp;diff=4867</id>
		<title>Wake Up, Singapore</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Wake_Up,_Singapore&amp;diff=4867"/>
		<updated>2026-05-17T02:03:01Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Entity&lt;br /&gt;
|entity_id           = wake-up-singapore&lt;br /&gt;
|name                = Wake Up, Singapore&lt;br /&gt;
|other_names         = WUSG&lt;br /&gt;
|abbreviation        = WUSG&lt;br /&gt;
|type                = Alternative news website&lt;br /&gt;
|logo                = &lt;br /&gt;
|image               =WUSG.png &lt;br /&gt;
|formed_date         = 2013-09-01&lt;br /&gt;
|dissolved_date      = &lt;br /&gt;
|status              = active&lt;br /&gt;
|parent_ministry     = &lt;br /&gt;
|parent_entity       = &lt;br /&gt;
|headquarters        = Singapore&lt;br /&gt;
|region_served       = Singapore&lt;br /&gt;
|leader_title1       = Founder&lt;br /&gt;
|leader_name1        = ariffin-sha&lt;br /&gt;
|leader_display1     = Ariffin Sha&lt;br /&gt;
|leader_title2       = &lt;br /&gt;
|leader_name2        = &lt;br /&gt;
|leader_display2     = &lt;br /&gt;
|leader_title3       = &lt;br /&gt;
|leader_name3        = &lt;br /&gt;
|leader_display3     = &lt;br /&gt;
|num_employees       = Volunteer-run&lt;br /&gt;
|num_employees_year  = 2026&lt;br /&gt;
|budget              = &lt;br /&gt;
|budget_year         = &lt;br /&gt;
|revenue             = Non-profit&lt;br /&gt;
|revenue_year        = &lt;br /&gt;
|purpose             = Promoting alternative voices, reform, and social justice in Singapore.&lt;br /&gt;
|legislation         = &lt;br /&gt;
|uen                 = &lt;br /&gt;
|website             = &lt;br /&gt;
|verified            = yes&lt;br /&gt;
|last_updated        = 2026-05-17&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wake Up, Singapore&#039;&#039;&#039; (WUSG) is an independent, alternative news and media website in Singapore founded in September 2013. Run primarily by a community of young volunteer activists, the platform aims to voice alternative viewpoints on local and global issues, advocate for socio-political reform, and challenge pervasive cynicism and apathy within the country.&amp;lt;ref name=&amp;quot;climatedecl&amp;quot;&amp;gt;{{cite web |title=We stand with Wake Up, Singapore |url=https://www.sgclimaterally.com/post/wusg-solidarity |website=SG Climate Rally |access-date=17 May 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mission and Vision ==&lt;br /&gt;
The platform&#039;s stated goal is to &amp;quot;awaken the collective conscience and awareness of Singaporeans,&amp;quot; with a specific emphasis on engaging youth. It operates under the foundational philosophy that &amp;quot;the future of politics is now, the future of activism is now, and the future of news is now.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
WUSG regularly covers alternative topics that it considers underreported or avoided by mainstream state-aligned media outlets. Over its operational history, it has spotlighted causes related to marginalized groups, including the working class, healthcare worker burnout during the pandemic, food delivery rider grievances regarding CPF contributions, racism, and the death penalty.&amp;lt;ref name=&amp;quot;climatedecl&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notable Public Incidents ==&lt;br /&gt;
&lt;br /&gt;
=== 2022 KKH Miscarriage Story Controversy ===&lt;br /&gt;
On 23 March 2022, Wake Up, Singapore published an unverified story submitted by a reader claiming that she had suffered a miscarriage at KK Women&#039;s and Children&#039;s Hospital (KKH) due to a four-hour waiting time, and that the hospital had disposed of the foetus as medical waste.&amp;lt;ref name=&amp;quot;toc-court&amp;quot;&amp;gt;{{cite web |title=Woman and Wake Up, Singapore founder fined for fabricating miscarriage story at KKH |url=https://www.theonlinecitizen.com/2024/08/26/woman-and-wake-up-singapore-founder-fined-for-fabricating-miscarriage-story-at-kkh/ |website=The Online Citizen |access-date=17 May 2026}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Following a police report lodged by KKH and a subsequent investigation, the story was found to be entirely fabricated by the source, who had provided doctored invoices and documents to WUSG. WUSG took down the posts, issued an unreserved public apology to KKH, and cooperated with the authorities. &lt;br /&gt;
&lt;br /&gt;
The incident resulted in two primary state actions:&lt;br /&gt;
* &#039;&#039;&#039;POFMA Direction:&#039;&#039;&#039; On 27 March 2022, the Ministry of Health (MOH) instructed the [[POFMA]] Office to issue a correction direction to WUSG, which the platform complied with.&amp;lt;ref name=&amp;quot;jom-media&amp;quot;&amp;gt;{{cite web |title=Singapore This Week |url=https://www.jom.media/singapore-this-week-260424/ |website=Jom Media |access-date=17 May 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Criminal Defamation Conviction:&#039;&#039;&#039; In August 2024, the platform&#039;s founder, Ariffin Iskandar Sha Ali Akbar, pleaded guilty to criminal defamation for publishing the story without adequate verification and was fined S$8,000. The fabricator of the story was fined S$10,000.&amp;lt;ref name=&amp;quot;toc-court&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Operations and Recruitment ==&lt;br /&gt;
Wake Up, Singapore operates as a non-profit, user-supported, and volunteer-run media vehicle. It actively encourages members of the public to contribute to its growth as a community platform. &lt;br /&gt;
&lt;br /&gt;
The organization regularly seeks external support and recruits public hands for the following functional areas:&lt;br /&gt;
* Reporting on current affairs.&lt;br /&gt;
* Writing opinion pieces on issues of public interest.&lt;br /&gt;
* Creating alternative video and digital media content for TikTok.&lt;br /&gt;
&lt;br /&gt;
The platform can be contacted via its official team administration email at &#039;&#039;wakeupsg.team@gmail.com&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Media Organizations]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=File:WUSG.png&amp;diff=4866</id>
		<title>File:WUSG.png</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=File:WUSG.png&amp;diff=4866"/>
		<updated>2026-05-17T02:02:24Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Logo of Wake Up Singapore&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Template:Entity&amp;diff=4865</id>
		<title>Template:Entity</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Template:Entity&amp;diff=4865"/>
		<updated>2026-05-17T01:58:53Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;{{#cargo_declare:_table=entities |entity_id=String |name=String |other_names=String |abbreviation=String |type=String |logo=String |image=String |formed_date=Date |dissolved_date=Date |status=String |parent_ministry=String |parent_entity=String |headquarters=String |region_served=String |leader_title1=String |leader_name1=String |leader_display1=String |leader_title2=String |leader_name2=String |leader_display2=String |leader_title3=String |leader_name3=String...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{#cargo_declare:_table=entities&lt;br /&gt;
|entity_id=String&lt;br /&gt;
|name=String&lt;br /&gt;
|other_names=String&lt;br /&gt;
|abbreviation=String&lt;br /&gt;
|type=String&lt;br /&gt;
|logo=String&lt;br /&gt;
|image=String&lt;br /&gt;
|formed_date=Date&lt;br /&gt;
|dissolved_date=Date&lt;br /&gt;
|status=String&lt;br /&gt;
|parent_ministry=String&lt;br /&gt;
|parent_entity=String&lt;br /&gt;
|headquarters=String&lt;br /&gt;
|region_served=String&lt;br /&gt;
|leader_title1=String&lt;br /&gt;
|leader_name1=String&lt;br /&gt;
|leader_display1=String&lt;br /&gt;
|leader_title2=String&lt;br /&gt;
|leader_name2=String&lt;br /&gt;
|leader_display2=String&lt;br /&gt;
|leader_title3=String&lt;br /&gt;
|leader_name3=String&lt;br /&gt;
|leader_display3=String&lt;br /&gt;
|num_employees=String&lt;br /&gt;
|num_employees_year=String&lt;br /&gt;
|budget=String&lt;br /&gt;
|budget_year=String&lt;br /&gt;
|revenue=String&lt;br /&gt;
|revenue_year=String&lt;br /&gt;
|purpose=String&lt;br /&gt;
|legislation=String&lt;br /&gt;
|website=String&lt;br /&gt;
|uen=String&lt;br /&gt;
|verified=String&lt;br /&gt;
|last_updated=Date&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{#cargo_store:_table=entities&lt;br /&gt;
|entity_id={{{entity_id|}}}&lt;br /&gt;
|name={{{name|}}}&lt;br /&gt;
|other_names={{{other_names|}}}&lt;br /&gt;
|abbreviation={{{abbreviation|}}}&lt;br /&gt;
|type={{{type|}}}&lt;br /&gt;
|logo={{{logo|}}}&lt;br /&gt;
|image={{{image|}}}&lt;br /&gt;
|formed_date={{{formed_date|}}}&lt;br /&gt;
|dissolved_date={{{dissolved_date|}}}&lt;br /&gt;
|status={{{status|}}}&lt;br /&gt;
|parent_ministry={{{parent_ministry|}}}&lt;br /&gt;
|parent_entity={{{parent_entity|}}}&lt;br /&gt;
|headquarters={{{headquarters|}}}&lt;br /&gt;
|region_served={{{region_served|}}}&lt;br /&gt;
|leader_title1={{{leader_title1|}}}&lt;br /&gt;
|leader_name1={{{leader_name1|}}}&lt;br /&gt;
|leader_display1={{{leader_display1|}}}&lt;br /&gt;
|leader_title2={{{leader_title2|}}}&lt;br /&gt;
|leader_name2={{{leader_name2|}}}&lt;br /&gt;
|leader_display2={{{leader_display2|}}}&lt;br /&gt;
|leader_title3={{{leader_title3|}}}&lt;br /&gt;
|leader_name3={{{leader_name3|}}}&lt;br /&gt;
|leader_display3={{{leader_display3|}}}&lt;br /&gt;
|num_employees={{{num_employees|}}}&lt;br /&gt;
|num_employees_year={{{num_employees_year|}}}&lt;br /&gt;
|budget={{{budget|}}}&lt;br /&gt;
|budget_year={{{budget_year|}}}&lt;br /&gt;
|revenue={{{revenue|}}}&lt;br /&gt;
|revenue_year={{{revenue_year|}}}&lt;br /&gt;
|purpose={{{purpose|}}}&lt;br /&gt;
|legislation={{{legislation|}}}&lt;br /&gt;
|website={{{website|}}}&lt;br /&gt;
|uen={{{uen|}}}&lt;br /&gt;
|verified={{{verified|}}}&lt;br /&gt;
|last_updated={{{last_updated|}}}&lt;br /&gt;
}}&amp;lt;div class=&amp;quot;infobox-entity&amp;quot; style=&amp;quot;width:280px;min-width:200px;max-width:320px;float:right;clear:right;margin:0 0 1em 1.5em;font-size:88%;line-height:1.5;border:1px solid #a2a9b1;background:#f8f9fa;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;text-align:center;padding:8px 8px 2px;background:#ffffff;&amp;quot;&amp;gt;{{#if:{{{logo|}}}|[[File:{{{logo}}}|160px|center|alt={{{name|}}} logo]]|{{#if:{{{image|}}}||&amp;lt;div style=&amp;quot;height:50px;background:#f0f0f0;margin:0 30px;border-radius:3px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;}}}}{{#if:{{{image|}}}|&amp;lt;div style=&amp;quot;margin-top:4px;&amp;quot;&amp;gt;[[File:{{{image}}}|220px|center|alt={{{name|}}}]]&amp;lt;/div&amp;gt;}}&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;background:#1a3a5c;color:#ffffff;text-align:center;padding:7px 8px 6px;font-size:108%;font-weight:bold;line-height:1.35;&amp;quot;&amp;gt;{{#if:{{{name|}}}|{{{name}}}|&#039;&#039;Entity name missing&#039;&#039;}}{{#if:{{{abbreviation|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-size:82%;font-weight:normal;opacity:0.85;&amp;quot;&amp;gt;({{{abbreviation|}}}){{#if:{{{election_symbol|}}}|&amp;amp;nbsp;&amp;amp;middot;&amp;amp;nbsp;{{{election_symbol|}}}}}&amp;lt;/span&amp;gt;|}}&amp;lt;/div&amp;gt;&amp;lt;table style=&amp;quot;width:100%;border-collapse:collapse;background:transparent;&amp;quot;&amp;gt;{{#if:{{{other_names|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;width:38%;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Other names&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{other_names|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;width:38%;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:middle;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Status&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:middle;&amp;quot;&amp;gt;{{#switch:{{{status|}}}|active=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#d4edda;color:#155724;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;|abolished=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#f8d7da;color:#721c24;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Abolished&amp;lt;/span&amp;gt;|restructured=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#fff3cd;color:#856404;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Restructured&amp;lt;/span&amp;gt;|merged=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#e2e3e5;color:#383d41;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Merged&amp;lt;/span&amp;gt;|#default={{{status|}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;{{#if:{{{type|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Type&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{type|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{purpose|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Purpose&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{purpose|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{legislation|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Legislation&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{legislation|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#1a3a5c;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Leadership&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;{{#if:{{{leader_name1|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_title1|}}}|{{{leader_title1|}}}|Head}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#if:{{{leader_display1|}}}|[[{{{leader_name1|}}}|{{{leader_display1|}}}]]|{{{leader_name1|}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;color:#666;font-style:italic;text-align:center;font-size:90%;&amp;quot;&amp;gt;No current leadership data&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{leader_name2|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_title2|}}}|{{{leader_title2|}}}|Deputy}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#if:{{{leader_display2|}}}|[[{{{leader_name2|}}}|{{{leader_display2|}}}]]|{{{leader_name2|}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{leader_name3|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_title3|}}}|{{{leader_title3|}}}|Other}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#if:{{{leader_display3|}}}|[[{{{leader_name3|}}}|{{{leader_display3|}}}]]|{{{leader_name3|}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#1a3a5c;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Organisation&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;{{#if:{{{formed_date|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Formed&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#time:j F Y|{{{formed_date}}}}}&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#666;font-size:90%;&amp;quot;&amp;gt;({{#expr:{{CURRENTYEAR}}-{{#time:Y|{{{formed_date}}}}}}} years ago)&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{dissolved_date|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Dissolved&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#time:j F Y|{{{dissolved_date}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{parent_ministry|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Parent ministry&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{parent_ministry|}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{parent_entity|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Parent entity&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{parent_entity|}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{headquarters|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Headquarters&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{headquarters|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{region_served|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Region served&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{region_served|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{uen|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;UEN&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-family:monospace;&amp;quot;&amp;gt;{{{uen|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{num_employees|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Employees{{#if:{{{num_employees_year|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-weight:normal;font-size:88%;color:#555;&amp;quot;&amp;gt;({{{num_employees_year|}}}})&amp;lt;/span&amp;gt;|}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{num_employees|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{budget|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Budget{{#if:{{{budget_year|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-weight:normal;font-size:88%;color:#555;&amp;quot;&amp;gt;({{{budget_year|}}}})&amp;lt;/span&amp;gt;|}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{budget|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{revenue|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Revenue{{#if:{{{revenue_year|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-weight:normal;font-size:88%;color:#555;&amp;quot;&amp;gt;({{{revenue_year|}}}})&amp;lt;/span&amp;gt;|}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{revenue|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{website|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#1a3a5c;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;External links&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Website&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[{{{website|}}} Official website]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Template:Entity ==&lt;br /&gt;
Unified display and Cargo template for statutory boards, GLCs, government agencies, and other public entities.&lt;br /&gt;
Do not use this for ministries (use &amp;lt;code&amp;gt;Template:Ministry&amp;lt;/code&amp;gt;) or political parties (use &amp;lt;code&amp;gt;Template:Political-party&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Image fields ===&lt;br /&gt;
This template supports two separate image fields, matching the Wikipedia organisation infobox pattern:&lt;br /&gt;
* &amp;lt;code&amp;gt;logo&amp;lt;/code&amp;gt; — the entity&#039;s official logo (shown smaller, 160px, at the top)&lt;br /&gt;
* &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; — a photo of the building, campus, or other identifying image (shown larger, 220px, below the logo)&lt;br /&gt;
&lt;br /&gt;
Either or both can be used. If neither is set, a grey placeholder bar is shown.&lt;br /&gt;
&lt;br /&gt;
=== Full example (EDB) ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Entity&lt;br /&gt;
|entity_id           = edb&lt;br /&gt;
|name                = Economic Development Board&lt;br /&gt;
|other_names         = 经济发展局&lt;br /&gt;
|abbreviation        = EDB&lt;br /&gt;
|type                = Statutory board&lt;br /&gt;
|logo                = EDB logo.png&lt;br /&gt;
|image               = EDB building.jpg&lt;br /&gt;
|formed_date         = 1961-08-01&lt;br /&gt;
|dissolved_date      =&lt;br /&gt;
|status              = active&lt;br /&gt;
|parent_ministry     = Ministry of Trade and Industry&lt;br /&gt;
|parent_entity       =&lt;br /&gt;
|headquarters        = 250 North Bridge Road, #28-00 Raffles City Tower, Singapore 179101&lt;br /&gt;
|region_served       = Singapore&lt;br /&gt;
|leader_title1       = Chairman&lt;br /&gt;
|leader_name1        = lim-boon-heng&lt;br /&gt;
|leader_display1     = Lim Boon Heng&lt;br /&gt;
|leader_title2       = Managing Director&lt;br /&gt;
|leader_name2        = jacqueline-poh&lt;br /&gt;
|leader_display2     = Jacqueline Poh&lt;br /&gt;
|leader_title3       =&lt;br /&gt;
|leader_name3        =&lt;br /&gt;
|leader_display3     =&lt;br /&gt;
|num_employees       = ~500&lt;br /&gt;
|num_employees_year  = 2023&lt;br /&gt;
|budget              =&lt;br /&gt;
|budget_year         =&lt;br /&gt;
|revenue             =&lt;br /&gt;
|revenue_year        =&lt;br /&gt;
|purpose             = Promote investment into Singapore&lt;br /&gt;
|legislation         = Economic Development Board Act (Cap. 85)&lt;br /&gt;
|uen                 = T08GB0005H&lt;br /&gt;
|website             = https://www.edb.gov.sg&lt;br /&gt;
|verified            = yes&lt;br /&gt;
|last_updated        = 2026-05-17&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Full example (HDB) ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Entity&lt;br /&gt;
|entity_id           = hdb&lt;br /&gt;
|name                = Housing and Development Board&lt;br /&gt;
|other_names         = 建屋发展局&lt;br /&gt;
|abbreviation        = HDB&lt;br /&gt;
|type                = Statutory board&lt;br /&gt;
|logo                = HDB logo.png&lt;br /&gt;
|image               =&lt;br /&gt;
|formed_date         = 1960-02-01&lt;br /&gt;
|dissolved_date      =&lt;br /&gt;
|status              = active&lt;br /&gt;
|parent_ministry     = Ministry of National Development&lt;br /&gt;
|parent_entity       =&lt;br /&gt;
|headquarters        = HDB Hub, 480 Lorong 6 Toa Payoh, Singapore 310480&lt;br /&gt;
|region_served       = Singapore&lt;br /&gt;
|leader_title1       = Chairman&lt;br /&gt;
|leader_name1        = bobby-chin&lt;br /&gt;
|leader_display1     = Bobby Chin&lt;br /&gt;
|leader_title2       = Chief Executive Officer&lt;br /&gt;
|leader_name2        = tan-meng-dui&lt;br /&gt;
|leader_display2     = Tan Meng Dui&lt;br /&gt;
|leader_title3       =&lt;br /&gt;
|leader_name3        =&lt;br /&gt;
|leader_display3     =&lt;br /&gt;
|num_employees       = ~8,000&lt;br /&gt;
|num_employees_year  = 2023&lt;br /&gt;
|budget              =&lt;br /&gt;
|budget_year         =&lt;br /&gt;
|revenue             =&lt;br /&gt;
|revenue_year        =&lt;br /&gt;
|purpose             = Public housing development and management&lt;br /&gt;
|legislation         = Housing and Development Act 1959&lt;br /&gt;
|uen                 =&lt;br /&gt;
|website             = https://www.hdb.gov.sg&lt;br /&gt;
|verified            = yes&lt;br /&gt;
|last_updated        = 2026-05-17&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Field reference ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Field !! Type !! Required !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;entity_id&amp;lt;/code&amp;gt; || slug || Yes || Permanent. Lowercase hyphenated. e.g. &amp;lt;code&amp;gt;edb&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;hdb&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;mas&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; || text || Yes || Full English name&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;other_names&amp;lt;/code&amp;gt; || text || No || Other language names, comma-separated&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;abbreviation&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;EDB&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;HDB&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;Statutory board&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Government-linked company&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Government agency&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;logo&amp;lt;/code&amp;gt; || filename || No || Official logo. Shown at 160px. e.g. &amp;lt;code&amp;gt;EDB logo.png&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; || filename || No || Building or campus photo. Shown at 220px below logo. e.g. &amp;lt;code&amp;gt;EDB building.jpg&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;formed_date&amp;lt;/code&amp;gt; || YYYY-MM-DD || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;dissolved_date&amp;lt;/code&amp;gt; || YYYY-MM-DD || No || Leave blank if active&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;status&amp;lt;/code&amp;gt; || enum || Yes || &amp;lt;code&amp;gt;active&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;abolished&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;restructured&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;merged&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;parent_ministry&amp;lt;/code&amp;gt; || ministry page name || No || e.g. &amp;lt;code&amp;gt;Ministry of Trade and Industry&amp;lt;/code&amp;gt;. Creates a wikilink.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;parent_entity&amp;lt;/code&amp;gt; || entity page name || No || For entities under another entity rather than a ministry. Creates a wikilink.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;headquarters&amp;lt;/code&amp;gt; || text || No || Full address&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;region_served&amp;lt;/code&amp;gt; || text || No || e.g. &amp;lt;code&amp;gt;Singapore&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_title1&amp;lt;/code&amp;gt; || text || No || e.g. &amp;lt;code&amp;gt;Chairman&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Chief Executive Officer&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name1&amp;lt;/code&amp;gt; || slug or page name || No || Used as wikilink target&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_display1&amp;lt;/code&amp;gt; || text || No || Human-readable display name for the link&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_title2&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name2&amp;lt;/code&amp;gt; || slug or page name || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_display2&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_title3&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name3&amp;lt;/code&amp;gt; || slug or page name || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_display3&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;num_employees&amp;lt;/code&amp;gt; || text || No || e.g. &amp;lt;code&amp;gt;~8,000&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;num_employees_year&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;budget&amp;lt;/code&amp;gt; || text || No || Annual budget if publicly available&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;budget_year&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;revenue&amp;lt;/code&amp;gt; || text || No || For GLCs and revenue-generating entities&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;revenue_year&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;purpose&amp;lt;/code&amp;gt; || text || No || One-line statement of mandate&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;legislation&amp;lt;/code&amp;gt; || text || No || Enabling act or legislation&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;uen&amp;lt;/code&amp;gt; || text || No || ACRA Unique Entity Number&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;website&amp;lt;/code&amp;gt; || URL || No || Full URL with https&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;verified&amp;lt;/code&amp;gt; || enum || Yes || &amp;lt;code&amp;gt;yes&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;no&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;last_updated&amp;lt;/code&amp;gt; || YYYY-MM-DD || Yes ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Valid type values ===&lt;br /&gt;
* &amp;lt;code&amp;gt;Statutory board&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;Government-linked company&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;Government agency&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;Constitutional body&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;Advisory council&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Valid status values ===&lt;br /&gt;
* &amp;lt;code&amp;gt;active&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;abolished&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;restructured&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;merged&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Infobox templates]]&lt;br /&gt;
[[Category:Cargo templates]]&lt;br /&gt;
[[Category:Entity templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Wake_Up,_Singapore&amp;diff=4864</id>
		<title>Wake Up, Singapore</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Wake_Up,_Singapore&amp;diff=4864"/>
		<updated>2026-05-17T01:55:25Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: Created page with &amp;quot;{{Entity |entity_id           = wake-up-singapore |name                = Wake Up, Singapore |other_names         = WUSG |abbreviation        = WUSG |type                = Alternative news website |logo                =  |image               =  |formed_date         = 2013-09-01 |dissolved_date      =  |status              = active |parent_ministry     =  |parent_entity       =  |headquarters        = Singapore |region_served       = Singapore |leader_title1       = Founde...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Entity&lt;br /&gt;
|entity_id           = wake-up-singapore&lt;br /&gt;
|name                = Wake Up, Singapore&lt;br /&gt;
|other_names         = WUSG&lt;br /&gt;
|abbreviation        = WUSG&lt;br /&gt;
|type                = Alternative news website&lt;br /&gt;
|logo                = &lt;br /&gt;
|image               = &lt;br /&gt;
|formed_date         = 2013-09-01&lt;br /&gt;
|dissolved_date      = &lt;br /&gt;
|status              = active&lt;br /&gt;
|parent_ministry     = &lt;br /&gt;
|parent_entity       = &lt;br /&gt;
|headquarters        = Singapore&lt;br /&gt;
|region_served       = Singapore&lt;br /&gt;
|leader_title1       = Founder&lt;br /&gt;
|leader_name1        = ariffin-sha&lt;br /&gt;
|leader_display1     = Ariffin Sha&lt;br /&gt;
|leader_title2       = &lt;br /&gt;
|leader_name2        = &lt;br /&gt;
|leader_display2     = &lt;br /&gt;
|leader_title3       = &lt;br /&gt;
|leader_name3        = &lt;br /&gt;
|leader_display3     = &lt;br /&gt;
|num_employees       = Volunteer-run&lt;br /&gt;
|num_employees_year  = 2026&lt;br /&gt;
|budget              = &lt;br /&gt;
|budget_year         = &lt;br /&gt;
|revenue             = Non-profit&lt;br /&gt;
|revenue_year        = &lt;br /&gt;
|purpose             = Promoting alternative voices, reform, and social justice in Singapore.&lt;br /&gt;
|legislation         = &lt;br /&gt;
|uen                 = &lt;br /&gt;
|website             = &lt;br /&gt;
|verified            = yes&lt;br /&gt;
|last_updated        = 2026-05-17&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wake Up, Singapore&#039;&#039;&#039; (WUSG) is an independent, alternative news and media website in Singapore founded in September 2013. Run primarily by a community of young volunteer activists, the platform aims to voice alternative viewpoints on local and global issues, advocate for socio-political reform, and challenge pervasive cynicism and apathy within the country.&amp;lt;ref name=&amp;quot;climatedecl&amp;quot;&amp;gt;{{cite web |title=We stand with Wake Up, Singapore |url=https://www.sgclimaterally.com/post/wusg-solidarity |website=SG Climate Rally |access-date=17 May 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mission and Vision ==&lt;br /&gt;
The platform&#039;s stated goal is to &amp;quot;awaken the collective conscience and awareness of Singaporeans,&amp;quot; with a specific emphasis on engaging youth. It operates under the foundational philosophy that &amp;quot;the future of politics is now, the future of activism is now, and the future of news is now.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
WUSG regularly covers alternative topics that it considers underreported or avoided by mainstream state-aligned media outlets. Over its operational history, it has spotlighted causes related to marginalized groups, including the working class, healthcare worker burnout during the pandemic, food delivery rider grievances regarding CPF contributions, racism, and the death penalty.&amp;lt;ref name=&amp;quot;climatedecl&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notable Public Incidents ==&lt;br /&gt;
&lt;br /&gt;
=== 2022 KKH Miscarriage Story Controversy ===&lt;br /&gt;
On 23 March 2022, Wake Up, Singapore published an unverified story submitted by a reader claiming that she had suffered a miscarriage at KK Women&#039;s and Children&#039;s Hospital (KKH) due to a four-hour waiting time, and that the hospital had disposed of the foetus as medical waste.&amp;lt;ref name=&amp;quot;toc-court&amp;quot;&amp;gt;{{cite web |title=Woman and Wake Up, Singapore founder fined for fabricating miscarriage story at KKH |url=https://www.theonlinecitizen.com/2024/08/26/woman-and-wake-up-singapore-founder-fined-for-fabricating-miscarriage-story-at-kkh/ |website=The Online Citizen |access-date=17 May 2026}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Following a police report lodged by KKH and a subsequent investigation, the story was found to be entirely fabricated by the source, who had provided doctored invoices and documents to WUSG. WUSG took down the posts, issued an unreserved public apology to KKH, and cooperated with the authorities. &lt;br /&gt;
&lt;br /&gt;
The incident resulted in two primary state actions:&lt;br /&gt;
* &#039;&#039;&#039;POFMA Direction:&#039;&#039;&#039; On 27 March 2022, the Ministry of Health (MOH) instructed the [[POFMA]] Office to issue a correction direction to WUSG, which the platform complied with.&amp;lt;ref name=&amp;quot;jom-media&amp;quot;&amp;gt;{{cite web |title=Singapore This Week |url=https://www.jom.media/singapore-this-week-260424/ |website=Jom Media |access-date=17 May 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Criminal Defamation Conviction:&#039;&#039;&#039; In August 2024, the platform&#039;s founder, Ariffin Iskandar Sha Ali Akbar, pleaded guilty to criminal defamation for publishing the story without adequate verification and was fined S$8,000. The fabricator of the story was fined S$10,000.&amp;lt;ref name=&amp;quot;toc-court&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Operations and Recruitment ==&lt;br /&gt;
Wake Up, Singapore operates as a non-profit, user-supported, and volunteer-run media vehicle. It actively encourages members of the public to contribute to its growth as a community platform. &lt;br /&gt;
&lt;br /&gt;
The organization regularly seeks external support and recruits public hands for the following functional areas:&lt;br /&gt;
* Reporting on current affairs.&lt;br /&gt;
* Writing opinion pieces on issues of public interest.&lt;br /&gt;
* Creating alternative video and digital media content for TikTok.&lt;br /&gt;
&lt;br /&gt;
The platform can be contacted via its official team administration email at &#039;&#039;wakeupsg.team@gmail.com&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Media Organizations]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Template:Infobox-entities&amp;diff=4863</id>
		<title>Template:Infobox-entities</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Template:Infobox-entities&amp;diff=4863"/>
		<updated>2026-05-17T01:52:16Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;{{#cargo_declare:_table=entities |entity_id=String |name=String |other_names=String |abbreviation=String |type=String |logo=String |image=String |formed_date=Date |dissolved_date=Date |status=String |parent_ministry=String |parent_entity=String |headquarters=String |region_served=String |leader_title1=String |leader_name1=String |leader_display1=String |leader_title2=String |leader_name2=String |leader_display2=String |leader_title3=String |leader_name3=String...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{#cargo_declare:_table=entities&lt;br /&gt;
|entity_id=String&lt;br /&gt;
|name=String&lt;br /&gt;
|other_names=String&lt;br /&gt;
|abbreviation=String&lt;br /&gt;
|type=String&lt;br /&gt;
|logo=String&lt;br /&gt;
|image=String&lt;br /&gt;
|formed_date=Date&lt;br /&gt;
|dissolved_date=Date&lt;br /&gt;
|status=String&lt;br /&gt;
|parent_ministry=String&lt;br /&gt;
|parent_entity=String&lt;br /&gt;
|headquarters=String&lt;br /&gt;
|region_served=String&lt;br /&gt;
|leader_title1=String&lt;br /&gt;
|leader_name1=String&lt;br /&gt;
|leader_display1=String&lt;br /&gt;
|leader_title2=String&lt;br /&gt;
|leader_name2=String&lt;br /&gt;
|leader_display2=String&lt;br /&gt;
|leader_title3=String&lt;br /&gt;
|leader_name3=String&lt;br /&gt;
|leader_display3=String&lt;br /&gt;
|num_employees=String&lt;br /&gt;
|num_employees_year=String&lt;br /&gt;
|budget=String&lt;br /&gt;
|budget_year=String&lt;br /&gt;
|revenue=String&lt;br /&gt;
|revenue_year=String&lt;br /&gt;
|purpose=String&lt;br /&gt;
|legislation=String&lt;br /&gt;
|website=String&lt;br /&gt;
|uen=String&lt;br /&gt;
|verified=String&lt;br /&gt;
|last_updated=Date&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{#cargo_store:_table=entities&lt;br /&gt;
|entity_id={{{entity_id|}}}&lt;br /&gt;
|name={{{name|}}}&lt;br /&gt;
|other_names={{{other_names|}}}&lt;br /&gt;
|abbreviation={{{abbreviation|}}}&lt;br /&gt;
|type={{{type|}}}&lt;br /&gt;
|logo={{{logo|}}}&lt;br /&gt;
|image={{{image|}}}&lt;br /&gt;
|formed_date={{{formed_date|}}}&lt;br /&gt;
|dissolved_date={{{dissolved_date|}}}&lt;br /&gt;
|status={{{status|}}}&lt;br /&gt;
|parent_ministry={{{parent_ministry|}}}&lt;br /&gt;
|parent_entity={{{parent_entity|}}}&lt;br /&gt;
|headquarters={{{headquarters|}}}&lt;br /&gt;
|region_served={{{region_served|}}}&lt;br /&gt;
|leader_title1={{{leader_title1|}}}&lt;br /&gt;
|leader_name1={{{leader_name1|}}}&lt;br /&gt;
|leader_display1={{{leader_display1|}}}&lt;br /&gt;
|leader_title2={{{leader_title2|}}}&lt;br /&gt;
|leader_name2={{{leader_name2|}}}&lt;br /&gt;
|leader_display2={{{leader_display2|}}}&lt;br /&gt;
|leader_title3={{{leader_title3|}}}&lt;br /&gt;
|leader_name3={{{leader_name3|}}}&lt;br /&gt;
|leader_display3={{{leader_display3|}}}&lt;br /&gt;
|num_employees={{{num_employees|}}}&lt;br /&gt;
|num_employees_year={{{num_employees_year|}}}&lt;br /&gt;
|budget={{{budget|}}}&lt;br /&gt;
|budget_year={{{budget_year|}}}&lt;br /&gt;
|revenue={{{revenue|}}}&lt;br /&gt;
|revenue_year={{{revenue_year|}}}&lt;br /&gt;
|purpose={{{purpose|}}}&lt;br /&gt;
|legislation={{{legislation|}}}&lt;br /&gt;
|website={{{website|}}}&lt;br /&gt;
|uen={{{uen|}}}&lt;br /&gt;
|verified={{{verified|}}}&lt;br /&gt;
|last_updated={{{last_updated|}}}&lt;br /&gt;
}}&amp;lt;div class=&amp;quot;infobox-entity&amp;quot; style=&amp;quot;width:280px;min-width:200px;max-width:320px;float:right;clear:right;margin:0 0 1em 1.5em;font-size:88%;line-height:1.5;border:1px solid #a2a9b1;background:#f8f9fa;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;text-align:center;padding:8px 8px 2px;background:#ffffff;&amp;quot;&amp;gt;{{#if:{{{logo|}}}|[[File:{{{logo}}}|160px|center|alt={{{name|}}} logo]]|{{#if:{{{image|}}}||&amp;lt;div style=&amp;quot;height:50px;background:#f0f0f0;margin:0 30px;border-radius:3px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;}}}}{{#if:{{{image|}}}|&amp;lt;div style=&amp;quot;margin-top:4px;&amp;quot;&amp;gt;[[File:{{{image}}}|220px|center|alt={{{name|}}}]]&amp;lt;/div&amp;gt;}}&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;background:#1a3a5c;color:#ffffff;text-align:center;padding:7px 8px 6px;font-size:108%;font-weight:bold;line-height:1.35;&amp;quot;&amp;gt;{{#if:{{{name|}}}|{{{name}}}|&#039;&#039;Entity name missing&#039;&#039;}}{{#if:{{{abbreviation|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-size:82%;font-weight:normal;opacity:0.85;&amp;quot;&amp;gt;({{{abbreviation|}}}){{#if:{{{election_symbol|}}}|&amp;amp;nbsp;&amp;amp;middot;&amp;amp;nbsp;{{{election_symbol|}}}}}&amp;lt;/span&amp;gt;|}}&amp;lt;/div&amp;gt;&amp;lt;table style=&amp;quot;width:100%;border-collapse:collapse;background:transparent;&amp;quot;&amp;gt;{{#if:{{{other_names|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;width:38%;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Other names&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{other_names|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;width:38%;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:middle;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Status&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:middle;&amp;quot;&amp;gt;{{#switch:{{{status|}}}|active=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#d4edda;color:#155724;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;|abolished=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#f8d7da;color:#721c24;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Abolished&amp;lt;/span&amp;gt;|restructured=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#fff3cd;color:#856404;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Restructured&amp;lt;/span&amp;gt;|merged=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#e2e3e5;color:#383d41;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Merged&amp;lt;/span&amp;gt;|#default={{{status|}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;{{#if:{{{type|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Type&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{type|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{purpose|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Purpose&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{purpose|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{legislation|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Legislation&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{legislation|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#1a3a5c;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Leadership&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;{{#if:{{{leader_name1|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_title1|}}}|{{{leader_title1|}}}|Head}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#if:{{{leader_display1|}}}|[[{{{leader_name1|}}}|{{{leader_display1|}}}]]|{{{leader_name1|}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;color:#666;font-style:italic;text-align:center;font-size:90%;&amp;quot;&amp;gt;No current leadership data&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{leader_name2|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_title2|}}}|{{{leader_title2|}}}|Deputy}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#if:{{{leader_display2|}}}|[[{{{leader_name2|}}}|{{{leader_display2|}}}]]|{{{leader_name2|}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{leader_name3|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_title3|}}}|{{{leader_title3|}}}|Other}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#if:{{{leader_display3|}}}|[[{{{leader_name3|}}}|{{{leader_display3|}}}]]|{{{leader_name3|}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#1a3a5c;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Organisation&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;{{#if:{{{formed_date|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Formed&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#time:j F Y|{{{formed_date}}}}}&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#666;font-size:90%;&amp;quot;&amp;gt;({{#expr:{{CURRENTYEAR}}-{{#time:Y|{{{formed_date}}}}}}} years ago)&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{dissolved_date|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Dissolved&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#time:j F Y|{{{dissolved_date}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{parent_ministry|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Parent ministry&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{parent_ministry|}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{parent_entity|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Parent entity&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{parent_entity|}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{headquarters|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Headquarters&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{headquarters|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{region_served|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Region served&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{region_served|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{uen|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;UEN&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-family:monospace;&amp;quot;&amp;gt;{{{uen|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{num_employees|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Employees{{#if:{{{num_employees_year|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-weight:normal;font-size:88%;color:#555;&amp;quot;&amp;gt;({{{num_employees_year|}}}})&amp;lt;/span&amp;gt;|}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{num_employees|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{budget|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Budget{{#if:{{{budget_year|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-weight:normal;font-size:88%;color:#555;&amp;quot;&amp;gt;({{{budget_year|}}}})&amp;lt;/span&amp;gt;|}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{budget|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{revenue|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Revenue{{#if:{{{revenue_year|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-weight:normal;font-size:88%;color:#555;&amp;quot;&amp;gt;({{{revenue_year|}}}})&amp;lt;/span&amp;gt;|}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{revenue|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{website|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#1a3a5c;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;External links&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Website&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[{{{website|}}} Official website]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Template:Entity ==&lt;br /&gt;
Unified display and Cargo template for statutory boards, GLCs, government agencies, and other public entities.&lt;br /&gt;
Do not use this for ministries (use &amp;lt;code&amp;gt;Template:Ministry&amp;lt;/code&amp;gt;) or political parties (use &amp;lt;code&amp;gt;Template:Political-party&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Image fields ===&lt;br /&gt;
This template supports two separate image fields, matching the Wikipedia organisation infobox pattern:&lt;br /&gt;
* &amp;lt;code&amp;gt;logo&amp;lt;/code&amp;gt; — the entity&#039;s official logo (shown smaller, 160px, at the top)&lt;br /&gt;
* &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; — a photo of the building, campus, or other identifying image (shown larger, 220px, below the logo)&lt;br /&gt;
&lt;br /&gt;
Either or both can be used. If neither is set, a grey placeholder bar is shown.&lt;br /&gt;
&lt;br /&gt;
=== Full example (EDB) ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Entity&lt;br /&gt;
|entity_id           = edb&lt;br /&gt;
|name                = Economic Development Board&lt;br /&gt;
|other_names         = 经济发展局&lt;br /&gt;
|abbreviation        = EDB&lt;br /&gt;
|type                = Statutory board&lt;br /&gt;
|logo                = EDB logo.png&lt;br /&gt;
|image               = EDB building.jpg&lt;br /&gt;
|formed_date         = 1961-08-01&lt;br /&gt;
|dissolved_date      =&lt;br /&gt;
|status              = active&lt;br /&gt;
|parent_ministry     = Ministry of Trade and Industry&lt;br /&gt;
|parent_entity       =&lt;br /&gt;
|headquarters        = 250 North Bridge Road, #28-00 Raffles City Tower, Singapore 179101&lt;br /&gt;
|region_served       = Singapore&lt;br /&gt;
|leader_title1       = Chairman&lt;br /&gt;
|leader_name1        = lim-boon-heng&lt;br /&gt;
|leader_display1     = Lim Boon Heng&lt;br /&gt;
|leader_title2       = Managing Director&lt;br /&gt;
|leader_name2        = jacqueline-poh&lt;br /&gt;
|leader_display2     = Jacqueline Poh&lt;br /&gt;
|leader_title3       =&lt;br /&gt;
|leader_name3        =&lt;br /&gt;
|leader_display3     =&lt;br /&gt;
|num_employees       = ~500&lt;br /&gt;
|num_employees_year  = 2023&lt;br /&gt;
|budget              =&lt;br /&gt;
|budget_year         =&lt;br /&gt;
|revenue             =&lt;br /&gt;
|revenue_year        =&lt;br /&gt;
|purpose             = Promote investment into Singapore&lt;br /&gt;
|legislation         = Economic Development Board Act (Cap. 85)&lt;br /&gt;
|uen                 = T08GB0005H&lt;br /&gt;
|website             = https://www.edb.gov.sg&lt;br /&gt;
|verified            = yes&lt;br /&gt;
|last_updated        = 2026-05-17&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Full example (HDB) ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Entity&lt;br /&gt;
|entity_id           = hdb&lt;br /&gt;
|name                = Housing and Development Board&lt;br /&gt;
|other_names         = 建屋发展局&lt;br /&gt;
|abbreviation        = HDB&lt;br /&gt;
|type                = Statutory board&lt;br /&gt;
|logo                = HDB logo.png&lt;br /&gt;
|image               =&lt;br /&gt;
|formed_date         = 1960-02-01&lt;br /&gt;
|dissolved_date      =&lt;br /&gt;
|status              = active&lt;br /&gt;
|parent_ministry     = Ministry of National Development&lt;br /&gt;
|parent_entity       =&lt;br /&gt;
|headquarters        = HDB Hub, 480 Lorong 6 Toa Payoh, Singapore 310480&lt;br /&gt;
|region_served       = Singapore&lt;br /&gt;
|leader_title1       = Chairman&lt;br /&gt;
|leader_name1        = bobby-chin&lt;br /&gt;
|leader_display1     = Bobby Chin&lt;br /&gt;
|leader_title2       = Chief Executive Officer&lt;br /&gt;
|leader_name2        = tan-meng-dui&lt;br /&gt;
|leader_display2     = Tan Meng Dui&lt;br /&gt;
|leader_title3       =&lt;br /&gt;
|leader_name3        =&lt;br /&gt;
|leader_display3     =&lt;br /&gt;
|num_employees       = ~8,000&lt;br /&gt;
|num_employees_year  = 2023&lt;br /&gt;
|budget              =&lt;br /&gt;
|budget_year         =&lt;br /&gt;
|revenue             =&lt;br /&gt;
|revenue_year        =&lt;br /&gt;
|purpose             = Public housing development and management&lt;br /&gt;
|legislation         = Housing and Development Act 1959&lt;br /&gt;
|uen                 =&lt;br /&gt;
|website             = https://www.hdb.gov.sg&lt;br /&gt;
|verified            = yes&lt;br /&gt;
|last_updated        = 2026-05-17&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Field reference ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Field !! Type !! Required !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;entity_id&amp;lt;/code&amp;gt; || slug || Yes || Permanent. Lowercase hyphenated. e.g. &amp;lt;code&amp;gt;edb&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;hdb&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;mas&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; || text || Yes || Full English name&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;other_names&amp;lt;/code&amp;gt; || text || No || Other language names, comma-separated&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;abbreviation&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;EDB&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;HDB&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;Statutory board&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Government-linked company&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Government agency&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;logo&amp;lt;/code&amp;gt; || filename || No || Official logo. Shown at 160px. e.g. &amp;lt;code&amp;gt;EDB logo.png&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; || filename || No || Building or campus photo. Shown at 220px below logo. e.g. &amp;lt;code&amp;gt;EDB building.jpg&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;formed_date&amp;lt;/code&amp;gt; || YYYY-MM-DD || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;dissolved_date&amp;lt;/code&amp;gt; || YYYY-MM-DD || No || Leave blank if active&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;status&amp;lt;/code&amp;gt; || enum || Yes || &amp;lt;code&amp;gt;active&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;abolished&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;restructured&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;merged&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;parent_ministry&amp;lt;/code&amp;gt; || ministry page name || No || e.g. &amp;lt;code&amp;gt;Ministry of Trade and Industry&amp;lt;/code&amp;gt;. Creates a wikilink.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;parent_entity&amp;lt;/code&amp;gt; || entity page name || No || For entities under another entity rather than a ministry. Creates a wikilink.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;headquarters&amp;lt;/code&amp;gt; || text || No || Full address&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;region_served&amp;lt;/code&amp;gt; || text || No || e.g. &amp;lt;code&amp;gt;Singapore&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_title1&amp;lt;/code&amp;gt; || text || No || e.g. &amp;lt;code&amp;gt;Chairman&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Chief Executive Officer&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name1&amp;lt;/code&amp;gt; || slug or page name || No || Used as wikilink target&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_display1&amp;lt;/code&amp;gt; || text || No || Human-readable display name for the link&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_title2&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name2&amp;lt;/code&amp;gt; || slug or page name || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_display2&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_title3&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name3&amp;lt;/code&amp;gt; || slug or page name || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_display3&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;num_employees&amp;lt;/code&amp;gt; || text || No || e.g. &amp;lt;code&amp;gt;~8,000&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;num_employees_year&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;budget&amp;lt;/code&amp;gt; || text || No || Annual budget if publicly available&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;budget_year&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;revenue&amp;lt;/code&amp;gt; || text || No || For GLCs and revenue-generating entities&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;revenue_year&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;purpose&amp;lt;/code&amp;gt; || text || No || One-line statement of mandate&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;legislation&amp;lt;/code&amp;gt; || text || No || Enabling act or legislation&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;uen&amp;lt;/code&amp;gt; || text || No || ACRA Unique Entity Number&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;website&amp;lt;/code&amp;gt; || URL || No || Full URL with https&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;verified&amp;lt;/code&amp;gt; || enum || Yes || &amp;lt;code&amp;gt;yes&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;no&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;last_updated&amp;lt;/code&amp;gt; || YYYY-MM-DD || Yes ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Valid type values ===&lt;br /&gt;
* &amp;lt;code&amp;gt;Statutory board&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;Government-linked company&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;Government agency&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;Constitutional body&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;Advisory council&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Valid status values ===&lt;br /&gt;
* &amp;lt;code&amp;gt;active&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;abolished&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;restructured&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;merged&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Infobox templates]]&lt;br /&gt;
[[Category:Cargo templates]]&lt;br /&gt;
[[Category:Entity templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=People%27s_Action_Party&amp;diff=4862</id>
		<title>People&#039;s Action Party</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=People%27s_Action_Party&amp;diff=4862"/>
		<updated>2026-05-16T21:33:21Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Political-party&lt;br /&gt;
|party_id=pap&lt;br /&gt;
|name=People&#039;s Action Party&lt;br /&gt;
|other_names=人民行动党, Parti Tindakan Rakyat, மக்களின் செயல் கட்சி&lt;br /&gt;
|abbreviation=PAP&lt;br /&gt;
|image=PAP logo.png&lt;br /&gt;
|founded_date=1954-11-21&lt;br /&gt;
|dissolved_date=&lt;br /&gt;
|leader_name1=Lawrence Wong&lt;br /&gt;
|leader_designation1=Secretary-General&lt;br /&gt;
|leader_name2=Heng Swee Keat&lt;br /&gt;
|leader_designation2=Chairman&lt;br /&gt;
|website=https://www.pap.org.sg&lt;br /&gt;
|youth_wing=Young PAP&lt;br /&gt;
|status=active&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- {{DISPLAYTITLE:People&#039;s Action Party}} no need this template, can move page to different page name if needed --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Formation and Early Years (1954-1959) ==&lt;br /&gt;
The People&#039;s Action Party (PAP) was formed on 21 November 1954 by a group of British-educated left-wing lawyers and trade unionists, including &#039;&#039;&#039;Lee Kuan Yew&#039;&#039;&#039;, &#039;&#039;&#039;Goh Keng Swee&#039;&#039;&#039;, &#039;&#039;&#039;S. Rajaratnam&#039;&#039;&#039;, &#039;&#039;&#039;Toh Chin Chye&#039;&#039;&#039;, and &#039;&#039;&#039;Devan Nair&#039;&#039;&#039;. The founding members were motivated by the desire to end British colonial rule in Singapore and achieve full self-governance. They also aimed to create a democratic, socialist society. Many of the founding members had ties with the English-educated and Chinese-educated leftist movements.&lt;br /&gt;
&lt;br /&gt;
The party&#039;s formation came at a time when Singapore was dealing with the political turbulence of the post-war period, including communist insurgency in Malaya and labour unrest. The PAP quickly positioned itself as a party that could negotiate Singapore’s transition from colonial rule to self-governance. The PAP&#039;s platform at its inception included calls for independence through merger with Malaysia, democratic socialism, and multiracialism.&lt;br /&gt;
&lt;br /&gt;
==== Party Ideology ====&lt;br /&gt;
At its formation, the PAP espoused a mix of &#039;&#039;&#039;democratic socialism&#039;&#039;&#039; and &#039;&#039;&#039;anti-colonialism&#039;&#039;&#039;, and it aimed to champion the working class. The party&#039;s leadership was split between English-educated moderates like Lee Kuan Yew and radical left-wing members who had strong ties to the communist-linked trade unions. Over time, the PAP leadership would tilt towards the right, abandoning socialist elements in favor of economic pragmatism and capitalist development.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Multiracialism&#039;&#039;&#039;:	From the start, the PAP emphasized racial harmony and equality in a	country composed of various ethnic groups (Chinese, Malays, Indians,	and others).&lt;br /&gt;
* &#039;&#039;&#039;Economic	pragmatism&#039;&#039;&#039;:	Though initially oriented towards socialism, PAP gradually shifted	towards economic policies that embraced foreign investment,	industrialization, and a capitalist model, while maintaining strong	state control over key sectors of the economy.&lt;br /&gt;
* &#039;&#039;&#039;Authoritarianism	and meritocracy&#039;&#039;&#039;:	PAP has consistently emphasized meritocratic governance, but it has	also been accused of authoritarian tendencies, particularly in	limiting political opposition and controlling dissent through legal	and political mechanisms.&lt;br /&gt;
* &#039;&#039;&#039;Anti-communism&#039;&#039;&#039;:	Although there were leftist elements within the party in its early	years, the leadership, particularly Lee Kuan Yew, became	increasingly anti-communist as Singapore faced challenges from	leftist insurgencies in Malaya and the region.&lt;br /&gt;
&lt;br /&gt;
==== The Split and Merger with Malaysia (1959-1965) ====&lt;br /&gt;
In 1959, Singapore achieved self-government, and the PAP won a decisive victory in the first general election under the new constitution, with &#039;&#039;&#039;Lee Kuan Yew becoming Prime Minister&#039;&#039;&#039;. However, the party faced internal tensions between the pro-communist faction and the moderates. By 1961, the left-wing members, dissatisfied with the direction of the party, split to form the &#039;&#039;&#039;Barisan Sosialis&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
This division solidified the PAP&#039;s move towards more centrist policies. Lee Kuan Yew and the PAP leadership focused on achieving independence through merger with the Federation of Malaya. The reasoning was that merger would offer Singapore better security and economic stability. After negotiations, &#039;&#039;&#039;Singapore merged with Malaysia in 1963&#039;&#039;&#039;, but the arrangement quickly soured due to ethnic tensions and political differences, especially between the PAP and the United Malays National Organisation (UMNO), the dominant party in Malaysia. Singapore was expelled from Malaysia in &#039;&#039;&#039;1965&#039;&#039;&#039;, and it became an independent republic.&lt;br /&gt;
&lt;br /&gt;
==== Building a Nation (1965-1990) ====&lt;br /&gt;
After independence in 1965, the PAP faced the monumental challenge of transforming Singapore into a viable, independent state. The party pursued aggressive economic development, focusing on industrialization, attracting foreign direct investment, and creating a world-class infrastructure.&lt;br /&gt;
&lt;br /&gt;
During this period, PAP ideology shifted from socialism towards a more &#039;&#039;&#039;pragmatic, capitalist approach&#039;&#039;&#039;, where the state played a strong role in regulating the economy but embraced market forces. The government invested heavily in education, housing (the HDB program), healthcare, and infrastructure.&lt;br /&gt;
&lt;br /&gt;
PAP maintained tight control over the political landscape. The party&#039;s dominance was ensured through a combination of meritocratic policies that ensured economic growth, as well as measures such as the &#039;&#039;&#039;Internal Security Act (ISA)&#039;&#039;&#039;, which allowed detention without trial, used to suppress communist sympathizers and other perceived threats.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Economic	Growth&#039;&#039;&#039;:	PAP&#039;s focus on economic pragmatism turned Singapore into a global	financial and trade hub. Under the leadership of Lee Kuan Yew,	Singapore experienced rapid modernization, rising living standards,	and substantial foreign investment.&lt;br /&gt;
* &#039;&#039;&#039;One-Party	Dominance&#039;&#039;&#039;:	The PAP established itself as the dominant party, with &#039;&#039;&#039;the	opposition Barisan Sosialis weakening over time&#039;&#039;&#039; due	to internal splits and the detention of its leaders.&lt;br /&gt;
&lt;br /&gt;
==== PAP in the 1990s and 2000s: The Leadership Transition ====&lt;br /&gt;
In the 1990s, Singapore underwent a leadership transition. &#039;&#039;&#039;Goh Chok Tong&#039;&#039;&#039; succeeded Lee Kuan Yew as Prime Minister in &#039;&#039;&#039;1990&#039;&#039;&#039;. Goh’s leadership style was seen as more consultative and inclusive compared to the more hardline approach of his predecessor. However, the core ideology of the PAP — emphasizing meritocracy, economic pragmatism, and political stability — remained largely unchanged.&lt;br /&gt;
&lt;br /&gt;
During Goh&#039;s tenure, Singapore continued its economic growth, positioning itself as a high-tech economy, but social issues like the cost of living, inequality, and political freedoms began to be discussed more openly. Opposition parties like the &#039;&#039;&#039;Workers’ Party&#039;&#039;&#039; began to gain a foothold, though the PAP continued to dominate Parliament.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;&#039;2004&#039;&#039;&#039;, Goh Chok Tong was succeeded by &#039;&#039;&#039;Lee Hsien Loong&#039;&#039;&#039;, Lee Kuan Yew’s son, marking another leadership transition for the PAP. Under Lee Hsien Loong, the PAP government continued its emphasis on innovation and globalization, with policies aimed at keeping Singapore competitive in an increasingly interconnected world.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Political	Liberalization&#039;&#039;&#039;:	While there were some reforms, including loosening restrictions on	political expression and media, PAP has maintained firm control over	Singapore’s political system. The &#039;&#039;&#039;GRC	(Group Representation Constituency)&#039;&#039;&#039; system,	introduced in 1988, has been criticized for entrenching PAP’s	dominance by making it harder for opposition parties to gain	representation in Parliament.&lt;br /&gt;
* &#039;&#039;&#039;Economic	and Social Reforms&#039;&#039;&#039;:	The PAP introduced various initiatives to tackle social issues, such	as rising inequality and housing affordability, but critics argue	that these reforms have not been far-reaching enough.&lt;br /&gt;
&lt;br /&gt;
==== Recent History (2010-Present) ====&lt;br /&gt;
In the last decade, the PAP has faced greater electoral challenges. In the &#039;&#039;&#039;2011 General Election&#039;&#039;&#039;, the PAP won 60.1% of the vote, its lowest share since independence, and lost the Aljunied GRC to the &#039;&#039;&#039;Workers&#039; Party&#039;&#039;&#039;. The results were seen as a reflection of growing discontent over issues like rising costs of living, income inequality, and immigration policies.&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:202px; float:left; margin-right:15px;&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Pap-uniform.png|frameless|200px]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;small&amp;gt;Typical PAP uniform worn by members on their walkabouts&amp;lt;/small&amp;gt;&#039;&#039;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In response to the growing dissatisfaction, the PAP government introduced reforms to address issues like social inequality, housing affordability, and an aging population. Measures like the &#039;&#039;&#039;SkillsFuture initiative&#039;&#039;&#039;, the &#039;&#039;&#039;Pioneer Generation Package&#039;&#039;&#039;, and &#039;&#039;&#039;Workfare&#039;&#039;&#039; were rolled out to provide more support for Singaporeans.&lt;br /&gt;
&lt;br /&gt;
In the &#039;&#039;&#039;2020 General Election&#039;&#039;&#039;, the PAP secured 83 out of 93 seats, but its popular vote share declined to 61.24%, with the &#039;&#039;&#039;Workers&#039; Party&#039;&#039;&#039; making gains, including holding onto Aljunied GRC and winning Sengkang GRC. The results reflected the growing maturity of opposition politics in Singapore.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Leadership	Transition to Lawrence Wong&#039;&#039;&#039;:	In &#039;&#039;&#039;2024&#039;&#039;&#039;, &#039;&#039;&#039;Lawrence	Wong&#039;&#039;&#039; became	the Prime Minister, succeeding Lee Hsien Loong. Wong was chosen as	the leader of the &#039;&#039;&#039;4G	leadership&#039;&#039;&#039; team	within the PAP. His leadership has focused on guiding Singapore	through post-pandemic recovery, managing the economy in the face of	global uncertainties, and dealing with evolving social challenges.&lt;br /&gt;
* &#039;&#039;&#039;Continued	Dominance and Challenges&#039;&#039;&#039;:	While the PAP continues to dominate Singapore&#039;s political scene, it	faces increased scrutiny from a more politically engaged electorate,	particularly among younger voters. Issues such as freedom of speech,	economic inequality, and transparency remain at the forefront of	political discourse in Singapore.&lt;br /&gt;
&lt;br /&gt;
{{Navbar-parties}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
[[Category:Political Parties]]&lt;br /&gt;
[[Category:PAP]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Template:Political-party&amp;diff=4861</id>
		<title>Template:Political-party</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Template:Political-party&amp;diff=4861"/>
		<updated>2026-05-16T21:33:12Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{#cargo_declare:_table=parties&lt;br /&gt;
|party_id=String&lt;br /&gt;
|name=String&lt;br /&gt;
|other_names=String&lt;br /&gt;
|abbreviation=String&lt;br /&gt;
|founded_date=Date&lt;br /&gt;
|dissolved_date=Date&lt;br /&gt;
|logo=String&lt;br /&gt;
|leader_name1=String&lt;br /&gt;
|leader_display1=String&lt;br /&gt;
|leader_designation1=String&lt;br /&gt;
|leader_name2=String&lt;br /&gt;
|leader_display2=String&lt;br /&gt;
|leader_designation2=String&lt;br /&gt;
|leader_name3=String&lt;br /&gt;
|leader_display3=String&lt;br /&gt;
|leader_designation3=String&lt;br /&gt;
|headquarters=String&lt;br /&gt;
|membership_year=String&lt;br /&gt;
|membership=String&lt;br /&gt;
|ideology=String&lt;br /&gt;
|political_position=String&lt;br /&gt;
|international=String&lt;br /&gt;
|colours=String&lt;br /&gt;
|youth_wing=String&lt;br /&gt;
|womens_wing=String&lt;br /&gt;
|website=String&lt;br /&gt;
|status=String&lt;br /&gt;
|election_symbol=String&lt;br /&gt;
|uen=String&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{#cargo_store:_table=parties&lt;br /&gt;
|party_id={{{party_id|}}}&lt;br /&gt;
|name={{{name|}}}&lt;br /&gt;
|other_names={{{other_names|}}}&lt;br /&gt;
|abbreviation={{{abbreviation|}}}&lt;br /&gt;
|founded_date={{{founded_date|}}}&lt;br /&gt;
|dissolved_date={{{dissolved_date|}}}&lt;br /&gt;
|logo={{{image|}}}&lt;br /&gt;
|leader_name1={{{leader_name1|}}}&lt;br /&gt;
|leader_display1={{{leader_display1|}}}&lt;br /&gt;
|leader_designation1={{{leader_designation1|}}}&lt;br /&gt;
|leader_name2={{{leader_name2|}}}&lt;br /&gt;
|leader_display2={{{leader_display2|}}}&lt;br /&gt;
|leader_designation2={{{leader_designation2|}}}&lt;br /&gt;
|leader_name3={{{leader_name3|}}}&lt;br /&gt;
|leader_display3={{{leader_display3|}}}&lt;br /&gt;
|leader_designation3={{{leader_designation3|}}}&lt;br /&gt;
|headquarters={{{headquarters|}}}&lt;br /&gt;
|membership_year={{{membership_year|}}}&lt;br /&gt;
|membership={{{membership|}}}&lt;br /&gt;
|ideology={{{ideology|}}}&lt;br /&gt;
|political_position={{{political_position|}}}&lt;br /&gt;
|international={{{international|}}}&lt;br /&gt;
|colours={{{colours|}}}&lt;br /&gt;
|youth_wing={{{youth_wing|}}}&lt;br /&gt;
|womens_wing={{{womens_wing|}}}&lt;br /&gt;
|website={{{website|}}}&lt;br /&gt;
|status={{{status|}}}&lt;br /&gt;
|election_symbol={{{election_symbol|}}}&lt;br /&gt;
|uen={{{uen|}}}&lt;br /&gt;
}}&amp;lt;div class=&amp;quot;infobox-political-party&amp;quot; style=&amp;quot;width:280px;min-width:200px;max-width:320px;float:right;clear:right;margin:0 0 1em 1.5em;font-size:88%;line-height:1.5;border:1px solid #a2a9b1;background:#f8f9fa;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;text-align:center;padding:8px 4px 2px;background:#ffffff;&amp;quot;&amp;gt;{{#if:{{{image|}}}|[[File:{{{image}}}|200px|center|alt={{{name|}}} logo]]|&amp;lt;div style=&amp;quot;height:60px;background:#f0f0f0;margin:0 30px;border-radius:3px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;}}&amp;lt;/div&amp;gt;{{#if:{{{colours|}}}|&amp;lt;div style=&amp;quot;height:5px;background:{{{colours|}}};margin:0;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;}}&amp;lt;div style=&amp;quot;background:#2c3e50;color:#ffffff;text-align:center;padding:7px 8px 6px;font-size:108%;font-weight:bold;line-height:1.35;&amp;quot;&amp;gt;{{#if:{{{name|}}}|{{{name}}}|&#039;&#039;Party name missing&#039;&#039;}}{{#if:{{{abbreviation|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-size:82%;font-weight:normal;opacity:0.85;&amp;quot;&amp;gt;({{{abbreviation|}}}){{#if:{{{election_symbol|}}}|&amp;amp;nbsp;&amp;amp;middot;&amp;amp;nbsp;{{{election_symbol|}}}}}&amp;lt;/span&amp;gt;|}}&amp;lt;/div&amp;gt;&amp;lt;table style=&amp;quot;width:100%;border-collapse:collapse;background:transparent;&amp;quot;&amp;gt;{{#if:{{{other_names|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;width:38%;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Other names&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{other_names|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;width:38%;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:middle;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Status&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:middle;&amp;quot;&amp;gt;{{#switch:{{{status|}}}|active=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#d4edda;color:#155724;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;|deregistered=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#f8d7da;color:#721c24;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Deregistered&amp;lt;/span&amp;gt;|merged=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#fff3cd;color:#856404;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Merged&amp;lt;/span&amp;gt;|dissolved=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#e2e3e5;color:#383d41;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Dissolved&amp;lt;/span&amp;gt;|#default={{{status|}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;{{#if:{{{leader_name1|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Leadership&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{leader_name1|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_designation1|}}}|{{{leader_designation1|}}}|Leader}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{leader_name1|}}}|{{#if:{{{leader_display1|}}}|{{{leader_display1|}}}|{{{leader_name1|}}}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{leader_name2|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_designation2|}}}|{{{leader_designation2|}}}|Deputy}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{leader_name2|}}}|{{#if:{{{leader_display2|}}}|{{{leader_display2|}}}|{{{leader_name2|}}}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{leader_name3|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_designation3|}}}|{{{leader_designation3|}}}|Other leader}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{leader_name3|}}}|{{#if:{{{leader_display3|}}}|{{{leader_display3|}}}|{{{leader_name3|}}}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Organisation&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;{{#if:{{{founded_date|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Founded&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#time:j F Y|{{{founded_date}}}}}&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#666;font-size:90%;&amp;quot;&amp;gt;({{#expr:{{CURRENTYEAR}}-{{#time:Y|{{{founded_date}}}}}}} years ago)&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{dissolved_date|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Dissolved&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#time:j F Y|{{{dissolved_date}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{headquarters|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Headquarters&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{headquarters|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{uen|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;UEN&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-family:monospace;&amp;quot;&amp;gt;{{{uen|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{membership|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Membership{{#if:{{{membership_year|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-weight:normal;font-size:88%;color:#555;&amp;quot;&amp;gt;({{{membership_year|}}}})&amp;lt;/span&amp;gt;|}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{membership|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{ideology|}}}{{{political_position|}}}{{{international|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Political positions&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{ideology|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Ideology&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{ideology|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{political_position|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Position&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{political_position|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{international|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;International&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{international|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{youth_wing|}}}{{{womens_wing|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Associated organisations&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{youth_wing|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Youth wing&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{youth_wing|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{womens_wing|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Women&#039;s wing&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{womens_wing|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}{{#if:{{{website|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;External links&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Website&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[{{{website|}}} Official website]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Template:Political-party ==&lt;br /&gt;
Unified display and Cargo template for political party pages.&lt;br /&gt;
Do not use the old &amp;lt;code&amp;gt;Infobox-party&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Full example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Political-party&lt;br /&gt;
|party_id            = pap&lt;br /&gt;
|name                = People&#039;s Action Party&lt;br /&gt;
|other_names         = 人民行动党, Parti Tindakan Rakyat, மக்களின் செயல் கட்சி&lt;br /&gt;
|abbreviation        = PAP&lt;br /&gt;
|image               = PAP logo.png&lt;br /&gt;
|colours             = #002868&lt;br /&gt;
|election_symbol     = Lightning bolt&lt;br /&gt;
|founded_date        = 1954-11-21&lt;br /&gt;
|dissolved_date      =&lt;br /&gt;
|leader_name1        = lawrence-wong&lt;br /&gt;
|leader_display1     = Lawrence Wong&lt;br /&gt;
|leader_designation1 = Secretary-General&lt;br /&gt;
|leader_name2        = heng-swee-keat&lt;br /&gt;
|leader_display2     = Heng Swee Keat&lt;br /&gt;
|leader_designation2 = Chairman&lt;br /&gt;
|leader_name3        =&lt;br /&gt;
|leader_display3     =&lt;br /&gt;
|leader_designation3 =&lt;br /&gt;
|headquarters        = 57B New Upper Changi Road, Singapore 462057&lt;br /&gt;
|uen                 = S59SS0001F&lt;br /&gt;
|membership          = ~20,000&lt;br /&gt;
|membership_year     = 2023&lt;br /&gt;
|ideology            = [[Pragmatism]], [[Meritocracy]], [[Social conservatism]]&lt;br /&gt;
|political_position  = [[Centre-right politics|Centre-right]]&lt;br /&gt;
|international       =&lt;br /&gt;
|youth_wing          = Young PAP&lt;br /&gt;
|womens_wing         = PAP Women&#039;s Wing&lt;br /&gt;
|website             = https://www.pap.org.sg&lt;br /&gt;
|status              = active&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Field reference ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Field !! Type !! Required !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;party_id&amp;lt;/code&amp;gt; || slug || Yes || Permanent. e.g. &amp;lt;code&amp;gt;pap&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;wp&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; || text || Yes || Full English name&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;other_names&amp;lt;/code&amp;gt; || text || No || Other language names, comma-separated&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;abbreviation&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;PAP&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;WP&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; || filename || No || Filename only e.g. &amp;lt;code&amp;gt;PAP logo.png&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;colours&amp;lt;/code&amp;gt; || CSS colour || No || Hex colour for stripe. e.g. &amp;lt;code&amp;gt;#002868&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;election_symbol&amp;lt;/code&amp;gt; || text || No || As registered with ELD&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;founded_date&amp;lt;/code&amp;gt; || YYYY-MM-DD || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;dissolved_date&amp;lt;/code&amp;gt; || YYYY-MM-DD || No || Leave blank if active&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name1&amp;lt;/code&amp;gt; || mp_id slug || Yes || e.g. &amp;lt;code&amp;gt;lawrence-wong&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_display1&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;Lawrence Wong&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_designation1&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;Secretary-General&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name2&amp;lt;/code&amp;gt; || mp_id slug || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_display2&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_designation2&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name3&amp;lt;/code&amp;gt; || mp_id slug || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_display3&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_designation3&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;headquarters&amp;lt;/code&amp;gt; || text || No || Full address&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;uen&amp;lt;/code&amp;gt; || text || No || ROS Unique Entity Number&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;membership&amp;lt;/code&amp;gt; || text || No || e.g. &amp;lt;code&amp;gt;~20,000&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;membership_year&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;ideology&amp;lt;/code&amp;gt; || text || No || Wikilinked terms preferred&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;political_position&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;international&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;youth_wing&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;womens_wing&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;website&amp;lt;/code&amp;gt; || URL || No || Full URL with https&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;status&amp;lt;/code&amp;gt; || enum || Yes || &amp;lt;code&amp;gt;active&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;deregistered&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;merged&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;dissolved&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Infobox templates]]&lt;br /&gt;
[[Category:Cargo templates]]&lt;br /&gt;
[[Category:Political party templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Template:Political-party&amp;diff=4860</id>
		<title>Template:Political-party</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Template:Political-party&amp;diff=4860"/>
		<updated>2026-05-16T21:27:07Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ================================================================&lt;br /&gt;
     Template:Political-party&lt;br /&gt;
     Unified display + Cargo template for political party pages.&lt;br /&gt;
     Cargo table: parties&lt;br /&gt;
     Last updated: 2026-05-17&lt;br /&gt;
     ================================================================ --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── CARGO DECLARE (runs once, on template page itself) ──────── --&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{#cargo_declare:_table=parties&lt;br /&gt;
|party_id=String&lt;br /&gt;
|name=String&lt;br /&gt;
|other_names=String&lt;br /&gt;
|abbreviation=String&lt;br /&gt;
|founded_date=Date&lt;br /&gt;
|dissolved_date=Date&lt;br /&gt;
|logo=String&lt;br /&gt;
|leader_name1=String&lt;br /&gt;
|leader_display1=String&lt;br /&gt;
|leader_designation1=String&lt;br /&gt;
|leader_name2=String&lt;br /&gt;
|leader_display2=String&lt;br /&gt;
|leader_designation2=String&lt;br /&gt;
|leader_name3=String&lt;br /&gt;
|leader_display3=String&lt;br /&gt;
|leader_designation3=String&lt;br /&gt;
|headquarters=String&lt;br /&gt;
|membership_year=String&lt;br /&gt;
|membership=String&lt;br /&gt;
|ideology=String&lt;br /&gt;
|political_position=String&lt;br /&gt;
|international=String&lt;br /&gt;
|colours=String&lt;br /&gt;
|youth_wing=String&lt;br /&gt;
|womens_wing=String&lt;br /&gt;
|website=String&lt;br /&gt;
|status=String&lt;br /&gt;
|election_symbol=String&lt;br /&gt;
|uen=String&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- ── CARGO STORE ──────────────────────────────────────────────── --&amp;gt;&amp;lt;includeonly&amp;gt;{{#cargo_store:_table=parties&lt;br /&gt;
|party_id={{{party_id|}}}&lt;br /&gt;
|name={{{name|}}}&lt;br /&gt;
|other_names={{{other_names|}}}&lt;br /&gt;
|abbreviation={{{abbreviation|}}}&lt;br /&gt;
|founded_date={{{founded_date|}}}&lt;br /&gt;
|dissolved_date={{{dissolved_date|}}}&lt;br /&gt;
|logo={{{image|}}}&lt;br /&gt;
|leader_name1={{{leader_name1|}}}&lt;br /&gt;
|leader_display1={{{leader_display1|}}}&lt;br /&gt;
|leader_designation1={{{leader_designation1|}}}&lt;br /&gt;
|leader_name2={{{leader_name2|}}}&lt;br /&gt;
|leader_display2={{{leader_display2|}}}&lt;br /&gt;
|leader_designation2={{{leader_designation2|}}}&lt;br /&gt;
|leader_name3={{{leader_name3|}}}&lt;br /&gt;
|leader_display3={{{leader_display3|}}}&lt;br /&gt;
|leader_designation3={{{leader_designation3|}}}&lt;br /&gt;
|headquarters={{{headquarters|}}}&lt;br /&gt;
|membership_year={{{membership_year|}}}&lt;br /&gt;
|membership={{{membership|}}}&lt;br /&gt;
|ideology={{{ideology|}}}&lt;br /&gt;
|political_position={{{political_position|}}}&lt;br /&gt;
|international={{{international|}}}&lt;br /&gt;
|colours={{{colours|}}}&lt;br /&gt;
|youth_wing={{{youth_wing|}}}&lt;br /&gt;
|womens_wing={{{womens_wing|}}}&lt;br /&gt;
|website={{{website|}}}&lt;br /&gt;
|status={{{status|}}}&lt;br /&gt;
|election_symbol={{{election_symbol|}}}&lt;br /&gt;
|uen={{{uen|}}}&lt;br /&gt;
}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- ================================================================&lt;br /&gt;
     DISPLAY INFOBOX&lt;br /&gt;
     All on one continuous block — no bare newlines between divs,&lt;br /&gt;
     since MediaWiki converts those into &amp;lt;p&amp;gt; tags causing whitespace.&lt;br /&gt;
     Use HTML comments (--&amp;gt;) to join lines without gaps.&lt;br /&gt;
     ================================================================&lt;br /&gt;
--&amp;gt;&amp;lt;div class=&amp;quot;infobox-political-party&amp;quot; style=&amp;quot;width:280px;min-width:200px;max-width:320px;float:right;clear:right;margin:0 0 1em 1.5em;font-size:88%;line-height:1.5;border:1px solid #a2a9b1;background:#f8f9fa;&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- LOGO --&amp;gt;&amp;lt;div style=&amp;quot;text-align:center;padding:8px 4px 2px;background:#ffffff;&amp;quot;&amp;gt;{{#if:{{{image|}}}|[[File:{{{image}}}|200px|center|alt={{{name|}}} logo]]|&amp;lt;div style=&amp;quot;height:60px;background:#f0f0f0;margin:0 30px;border-radius:3px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;}}&amp;lt;/div&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- COLOUR STRIPE: only shown when colours is set --&amp;gt;{{#if:{{{colours|}}}|&amp;lt;div style=&amp;quot;height:5px;background:{{{colours|}}};margin:0;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- PARTY NAME HEADER --&amp;gt;&amp;lt;div style=&amp;quot;background:#2c3e50;color:#ffffff;text-align:center;padding:7px 8px 6px;font-size:108%;font-weight:bold;line-height:1.35;&amp;quot;&amp;gt;{{#if:{{{name|}}}|{{{name}}}|&#039;&#039;Party name missing&#039;&#039;}}{{#if:{{{abbreviation|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-size:82%;font-weight:normal;opacity:0.85;&amp;quot;&amp;gt;({{{abbreviation|}}}){{#if:{{{election_symbol|}}}|&amp;amp;nbsp;&amp;amp;middot;&amp;amp;nbsp;{{{election_symbol|}}}}}&amp;lt;/span&amp;gt;|}}&amp;lt;/div&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- INFOBOX TABLE --&amp;gt;&amp;lt;table style=&amp;quot;width:100%;border-collapse:collapse;background:transparent;&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- Other names --&amp;gt;{{#if:{{{other_names|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;width:38%;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Other names&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{other_names|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- Status: always shown --&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;width:38%;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:middle;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Status&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:middle;&amp;quot;&amp;gt;{{#switch:{{{status|}}}|active=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#d4edda;color:#155724;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;|deregistered=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#f8d7da;color:#721c24;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Deregistered&amp;lt;/span&amp;gt;|merged=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#fff3cd;color:#856404;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Merged&amp;lt;/span&amp;gt;|dissolved=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#e2e3e5;color:#383d41;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Dissolved&amp;lt;/span&amp;gt;|#default={{{status|}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- ── Leadership section ──────────────────────────────────────── --&amp;gt;{{#if:{{{leader_name1|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Leadership&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- Leader 1: leader_display1 is the human-readable name shown in the link.&lt;br /&gt;
     If omitted, falls back to the raw slug. Redirect at slug → MP page handles navigation. --&amp;gt;{{#if:{{{leader_name1|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_designation1|}}}|{{{leader_designation1|}}}|Leader}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{leader_name1|}}}|{{#if:{{{leader_display1|}}}|{{{leader_display1|}}}|{{{leader_name1|}}}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- Leader 2 --&amp;gt;{{#if:{{{leader_name2|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_designation2|}}}|{{{leader_designation2|}}}|Deputy}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{leader_name2|}}}|{{#if:{{{leader_display2|}}}|{{{leader_display2|}}}|{{{leader_name2|}}}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- Leader 3 --&amp;gt;{{#if:{{{leader_name3|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_designation3|}}}|{{{leader_designation3|}}}|Other leader}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{leader_name3|}}}|{{#if:{{{leader_display3|}}}|{{{leader_display3|}}}|{{{leader_name3|}}}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- ── Organisation section ─────────────────────────────────────── --&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Organisation&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- Founded --&amp;gt;{{#if:{{{founded_date|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Founded&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#time:j F Y|{{{founded_date}}}}}&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#666;font-size:90%;&amp;quot;&amp;gt;({{#expr:{{CURRENTYEAR}}-{{#time:Y|{{{founded_date}}}}}}} years ago)&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- Dissolved --&amp;gt;{{#if:{{{dissolved_date|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Dissolved&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#time:j F Y|{{{dissolved_date}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- Headquarters --&amp;gt;{{#if:{{{headquarters|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Headquarters&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{headquarters|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- UEN --&amp;gt;{{#if:{{{uen|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;UEN&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-family:monospace;&amp;quot;&amp;gt;{{{uen|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- Membership --&amp;gt;{{#if:{{{membership|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Membership{{#if:{{{membership_year|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-weight:normal;font-size:88%;color:#555;&amp;quot;&amp;gt;({{{membership_year|}}}})&amp;lt;/span&amp;gt;|}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{membership|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- ── Political positions section ──────────────────────────────── --&amp;gt;{{#if:{{{ideology|}}}{{{political_position|}}}{{{international|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Political positions&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#if:{{{ideology|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Ideology&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{ideology|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#if:{{{political_position|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Position&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{political_position|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#if:{{{international|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;International&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{international|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- ── Associated organisations section ────────────────────────── --&amp;gt;{{#if:{{{youth_wing|}}}{{{womens_wing|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Associated organisations&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#if:{{{youth_wing|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Youth wing&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{youth_wing|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#if:{{{womens_wing|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Women&#039;s wing&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{womens_wing|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;!-- ── External links section ───────────────────────────────────── --&amp;gt;{{#if:{{{website|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;External links&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Website&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[{{{website|}}} Official website]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================&lt;br /&gt;
     DOCUMENTATION (visible on template page only)&lt;br /&gt;
     ================================================================ --&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
Unified display and Cargo template for political party pages.&lt;br /&gt;
Do not use the old &amp;lt;code&amp;gt;Infobox-party&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Key change: leader_display fields ===&lt;br /&gt;
Because &amp;lt;code&amp;gt;{{#replace}}&amp;lt;/code&amp;gt; requires StringFunctions (not installed),&lt;br /&gt;
use the companion &amp;lt;code&amp;gt;leader_display&amp;lt;/code&amp;gt; fields for the human-readable name:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;leader_name1&amp;lt;/code&amp;gt; = mp_id slug (stored in Cargo, used as wikilink target)&lt;br /&gt;
* &amp;lt;code&amp;gt;leader_display1&amp;lt;/code&amp;gt; = display name shown in the infobox link&lt;br /&gt;
&lt;br /&gt;
=== Full example (PAP) ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Political-party&lt;br /&gt;
|party_id            = pap&lt;br /&gt;
|name                = People&#039;s Action Party&lt;br /&gt;
|other_names         = 人民行动党, Parti Tindakan Rakyat, மக்களின் செயல் கட்சி&lt;br /&gt;
|abbreviation        = PAP&lt;br /&gt;
|image               = PAP logo.png&lt;br /&gt;
|colours             = #002868&lt;br /&gt;
|election_symbol     = Lightning bolt&lt;br /&gt;
|founded_date        = 1954-11-21&lt;br /&gt;
|dissolved_date      =&lt;br /&gt;
|leader_name1        = lawrence-wong&lt;br /&gt;
|leader_display1     = Lawrence Wong&lt;br /&gt;
|leader_designation1 = Secretary-General&lt;br /&gt;
|leader_name2        = heng-swee-keat&lt;br /&gt;
|leader_display2     = Heng Swee Keat&lt;br /&gt;
|leader_designation2 = Chairman&lt;br /&gt;
|leader_name3        =&lt;br /&gt;
|leader_display3     =&lt;br /&gt;
|leader_designation3 =&lt;br /&gt;
|headquarters        = 57B New Upper Changi Road, Singapore 462057&lt;br /&gt;
|uen                 = S59SS0001F&lt;br /&gt;
|membership          = ~20,000&lt;br /&gt;
|membership_year     = 2023&lt;br /&gt;
|ideology            = [[Pragmatism]], [[Meritocracy]], [[Social conservatism]]&lt;br /&gt;
|political_position  = [[Centre-right politics|Centre-right]]&lt;br /&gt;
|international       =&lt;br /&gt;
|youth_wing          = Young PAP&lt;br /&gt;
|womens_wing         = PAP Women&#039;s Wing&lt;br /&gt;
|website             = https://www.pap.org.sg&lt;br /&gt;
|status              = active&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Field reference ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Field !! Type !! Required !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;party_id&amp;lt;/code&amp;gt; || slug || Yes || Permanent. e.g. &amp;lt;code&amp;gt;pap&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;wp&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; || text || Yes || Full English name&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;other_names&amp;lt;/code&amp;gt; || text || No || Other language names, comma-separated&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;abbreviation&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;PAP&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;WP&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; || filename || No || Filename only e.g. &amp;lt;code&amp;gt;PAP logo.png&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;colours&amp;lt;/code&amp;gt; || CSS colour || No || Hex or named colour for stripe. e.g. &amp;lt;code&amp;gt;#002868&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;election_symbol&amp;lt;/code&amp;gt; || text || No || As registered with ELD&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;founded_date&amp;lt;/code&amp;gt; || YYYY-MM-DD || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;dissolved_date&amp;lt;/code&amp;gt; || YYYY-MM-DD || No || Leave blank if active&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name1&amp;lt;/code&amp;gt; || mp_id slug || Yes || e.g. &amp;lt;code&amp;gt;lawrence-wong&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_display1&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;Lawrence Wong&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_designation1&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;Secretary-General&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name2&amp;lt;/code&amp;gt; || mp_id slug || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_display2&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_designation2&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name3&amp;lt;/code&amp;gt; || mp_id slug || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_display3&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_designation3&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;headquarters&amp;lt;/code&amp;gt; || text || No || Full address&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;uen&amp;lt;/code&amp;gt; || text || No || ROS Unique Entity Number&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;membership&amp;lt;/code&amp;gt; || text || No || e.g. &amp;lt;code&amp;gt;~20,000&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;membership_year&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;ideology&amp;lt;/code&amp;gt; || text || No || Wikilinked terms preferred&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;political_position&amp;lt;/code&amp;gt; || text || No || e.g. &amp;lt;code&amp;gt;Centre-right&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;international&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;youth_wing&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;womens_wing&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;website&amp;lt;/code&amp;gt; || URL || No || Full URL with https&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;status&amp;lt;/code&amp;gt; || enum || Yes || &amp;lt;code&amp;gt;active&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;deregistered&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;merged&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;dissolved&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Infobox templates]]&lt;br /&gt;
[[Category:Cargo templates]]&lt;br /&gt;
[[Category:Political party templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Template:Political-party&amp;diff=4859</id>
		<title>Template:Political-party</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Template:Political-party&amp;diff=4859"/>
		<updated>2026-05-16T21:23:21Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ================================================================&lt;br /&gt;
     Template:Political-party&lt;br /&gt;
     Unified display + Cargo template for political party pages.&lt;br /&gt;
     Cargo table: parties&lt;br /&gt;
     Last updated: 2026-05-17&lt;br /&gt;
     ================================================================ --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── CARGO DECLARE (runs once, on template page itself) ──────── --&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{#cargo_declare:_table=parties&lt;br /&gt;
|party_id=String&lt;br /&gt;
|name=String&lt;br /&gt;
|other_names=String&lt;br /&gt;
|abbreviation=String&lt;br /&gt;
|founded_date=Date&lt;br /&gt;
|dissolved_date=Date&lt;br /&gt;
|logo=String&lt;br /&gt;
|leader_name1=String&lt;br /&gt;
|leader_designation1=String&lt;br /&gt;
|leader_name2=String&lt;br /&gt;
|leader_designation2=String&lt;br /&gt;
|leader_name3=String&lt;br /&gt;
|leader_designation3=String&lt;br /&gt;
|headquarters=String&lt;br /&gt;
|membership_year=String&lt;br /&gt;
|membership=String&lt;br /&gt;
|ideology=String&lt;br /&gt;
|political_position=String&lt;br /&gt;
|international=String&lt;br /&gt;
|colours=String&lt;br /&gt;
|youth_wing=String&lt;br /&gt;
|womens_wing=String&lt;br /&gt;
|website=String&lt;br /&gt;
|status=String&lt;br /&gt;
|election_symbol=String&lt;br /&gt;
|uen=String&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── CARGO STORE (runs on every transclusion) ────────────────── --&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#cargo_store:_table=parties&lt;br /&gt;
|party_id={{{party_id|}}}&lt;br /&gt;
|name={{{name|}}}&lt;br /&gt;
|other_names={{{other_names|}}}&lt;br /&gt;
|abbreviation={{{abbreviation|}}}&lt;br /&gt;
|founded_date={{{founded_date|}}}&lt;br /&gt;
|dissolved_date={{{dissolved_date|}}}&lt;br /&gt;
|logo={{{image|}}}&lt;br /&gt;
|leader_name1={{{leader_name1|}}}&lt;br /&gt;
|leader_designation1={{{leader_designation1|}}}&lt;br /&gt;
|leader_name2={{{leader_name2|}}}&lt;br /&gt;
|leader_designation2={{{leader_designation2|}}}&lt;br /&gt;
|leader_name3={{{leader_name3|}}}&lt;br /&gt;
|leader_designation3={{{leader_designation3|}}}&lt;br /&gt;
|headquarters={{{headquarters|}}}&lt;br /&gt;
|membership_year={{{membership_year|}}}&lt;br /&gt;
|membership={{{membership|}}}&lt;br /&gt;
|ideology={{{ideology|}}}&lt;br /&gt;
|political_position={{{political_position|}}}&lt;br /&gt;
|international={{{international|}}}&lt;br /&gt;
|colours={{{colours|}}}&lt;br /&gt;
|youth_wing={{{youth_wing|}}}&lt;br /&gt;
|womens_wing={{{womens_wing|}}}&lt;br /&gt;
|website={{{website|}}}&lt;br /&gt;
|status={{{status|}}}&lt;br /&gt;
|election_symbol={{{election_symbol|}}}&lt;br /&gt;
|uen={{{uen|}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================&lt;br /&gt;
     DISPLAY INFOBOX&lt;br /&gt;
     Everything below is inside &amp;lt;includeonly&amp;gt; so nothing leaks&lt;br /&gt;
     onto the template page itself.&lt;br /&gt;
     ================================================================ --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;infobox-political-party&amp;quot; style=&amp;quot;width:280px;min-width:200px;max-width:320px;float:right;clear:right;margin:0 0 1em 1.5em;font-size:88%;line-height:1.5;border:1px solid #a2a9b1;background:#f8f9fa;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- LOGO --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center;padding:8px 4px 4px;background:#ffffff;&amp;quot;&amp;gt;{{#if:{{{image|}}}|[[File:{{{image}}}|200px|center|alt={{{name|}}} logo]]|&amp;lt;div style=&amp;quot;height:60px;background:#f0f0f0;margin:0 30px;border-radius:3px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- COLOUR STRIPE: only rendered when colours field has a value --&amp;gt;&lt;br /&gt;
{{#if:{{{colours|}}}|&amp;lt;div style=&amp;quot;height:5px;background:{{{colours|}}};margin:0;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- PARTY NAME HEADER --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#2c3e50;color:#ffffff;text-align:center;padding:7px 8px 6px;font-size:108%;font-weight:bold;line-height:1.35;&amp;quot;&amp;gt;{{#if:{{{name|}}}|{{{name}}}|&#039;&#039;Party name missing&#039;&#039;}}{{#if:{{{abbreviation|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-size:82%;font-weight:normal;opacity:0.85;&amp;quot;&amp;gt;({{{abbreviation|}}}){{#if:{{{election_symbol|}}}|&amp;amp;nbsp;&amp;amp;middot;&amp;amp;nbsp;{{{election_symbol|}}}}}&amp;lt;/span&amp;gt;|}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- INFOBOX TABLE --&amp;gt;&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;border-collapse:collapse;background:transparent;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Other names --&amp;gt;&lt;br /&gt;
{{#if:{{{other_names|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;width:38%;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Other names&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{other_names|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Status — always shown --&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;width:38%;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:middle;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Status&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:middle;&amp;quot;&amp;gt;{{#switch:{{{status|}}}|active=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#d4edda;color:#155724;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;|deregistered=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#f8d7da;color:#721c24;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Deregistered&amp;lt;/span&amp;gt;|merged=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#fff3cd;color:#856404;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Merged&amp;lt;/span&amp;gt;|dissolved=&amp;lt;span style=&amp;quot;display:inline-block;padding:1px 8px;border-radius:3px;background:#e2e3e5;color:#383d41;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Dissolved&amp;lt;/span&amp;gt;|#default={{{status|}}}&lt;br /&gt;
}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── SECTION: Leadership ──────────────────────────────────── --&amp;gt;&lt;br /&gt;
{{#if:{{{leader_name1|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Leadership&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Leader 1 — slug auto-formatted: hyphens → spaces for display text --&amp;gt;&lt;br /&gt;
{{#if:{{{leader_name1|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_designation1|}}}|{{{leader_designation1|}}}|Leader}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{leader_name1|}}}|{{ucfirst:{{#replace:{{{leader_name1|}}}|-| }}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Leader 2 --&amp;gt;&lt;br /&gt;
{{#if:{{{leader_name2|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_designation2|}}}|{{{leader_designation2|}}}|Deputy}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{leader_name2|}}}|{{ucfirst:{{#replace:{{{leader_name2|}}}|-| }}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Leader 3 --&amp;gt;&lt;br /&gt;
{{#if:{{{leader_name3|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;{{#if:{{{leader_designation3|}}}|{{{leader_designation3|}}}|Other leader}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{leader_name3|}}}|{{ucfirst:{{#replace:{{{leader_name3|}}}|-| }}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── SECTION: Organisation ────────────────────────────────── --&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Organisation&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Founded: date + age on separate lines, no wrapping --&amp;gt;&lt;br /&gt;
{{#if:{{{founded_date|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Founded&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#time:j F Y|{{{founded_date}}}}}&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#666;font-size:90%;&amp;quot;&amp;gt;({{#expr:{{CURRENTYEAR}}-{{#time:Y|{{{founded_date}}}}}}} years ago)&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Dissolved --&amp;gt;&lt;br /&gt;
{{#if:{{{dissolved_date|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Dissolved&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#time:j F Y|{{{dissolved_date}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Headquarters --&amp;gt;&lt;br /&gt;
{{#if:{{{headquarters|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Headquarters&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{headquarters|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- UEN --&amp;gt;&lt;br /&gt;
{{#if:{{{uen|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;UEN&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-family:monospace;&amp;quot;&amp;gt;{{{uen|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Membership --&amp;gt;&lt;br /&gt;
{{#if:{{{membership|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Membership{{#if:{{{membership_year|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-weight:normal;font-size:88%;color:#555;&amp;quot;&amp;gt;({{{membership_year|}}}})&amp;lt;/span&amp;gt;|}}&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{membership|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── SECTION: Political positions ────────────────────────── --&amp;gt;&lt;br /&gt;
{{#if:{{{ideology|}}}{{{political_position|}}}{{{international|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Political positions&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{ideology|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Ideology&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{ideology|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{political_position|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Position&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{political_position|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{international|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;International&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{international|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── SECTION: Associated organisations ───────────────────── --&amp;gt;&lt;br /&gt;
{{#if:{{{youth_wing|}}}{{{womens_wing|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;Associated organisations&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{youth_wing|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Youth wing&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{youth_wing|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{womens_wing|}}}|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Women&#039;s wing&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{womens_wing|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── SECTION: External links ─────────────────────────────── --&amp;gt;&lt;br /&gt;
{{#if:{{{website|}}}|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.03em;&amp;quot;&amp;gt;External links&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;white-space:nowrap;&amp;quot;&amp;gt;Website&amp;lt;/th&amp;gt;&amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[{{{website|}}} Official website]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================&lt;br /&gt;
     DOCUMENTATION (visible on template page only)&lt;br /&gt;
     ================================================================ --&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
Unified display and Cargo template for political party pages.&lt;br /&gt;
Use this for all party pages. Do not use the old &amp;lt;code&amp;gt;Infobox-party&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Full example (PAP) ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Political-party&lt;br /&gt;
|party_id            = pap&lt;br /&gt;
|name                = People&#039;s Action Party&lt;br /&gt;
|other_names         = 人民行动党, Parti Tindakan Rakyat, மக்களின் செயல் கட்சி&lt;br /&gt;
|abbreviation        = PAP&lt;br /&gt;
|image               = PAP logo.png&lt;br /&gt;
|colours             = #002868&lt;br /&gt;
|election_symbol     = Lightning bolt&lt;br /&gt;
|founded_date        = 1954-11-21&lt;br /&gt;
|dissolved_date      =&lt;br /&gt;
|leader_name1        = lawrence-wong&lt;br /&gt;
|leader_designation1 = Secretary-General&lt;br /&gt;
|leader_name2        = heng-swee-keat&lt;br /&gt;
|leader_designation2 = Chairman&lt;br /&gt;
|leader_name3        =&lt;br /&gt;
|leader_designation3 =&lt;br /&gt;
|headquarters        = 57B New Upper Changi Road, Singapore 462057&lt;br /&gt;
|uen                 = S59SS0001F&lt;br /&gt;
|membership          = ~20,000&lt;br /&gt;
|membership_year     = 2023&lt;br /&gt;
|ideology            = [[Pragmatism]], [[Meritocracy]], [[Social conservatism]]&lt;br /&gt;
|political_position  = [[Centre-right politics|Centre-right]]&lt;br /&gt;
|international       =&lt;br /&gt;
|youth_wing          = Young PAP&lt;br /&gt;
|womens_wing         = PAP Women&#039;s Wing&lt;br /&gt;
|website             = https://www.pap.org.sg&lt;br /&gt;
|status              = active&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Field reference ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Field !! Type !! Required !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;party_id&amp;lt;/code&amp;gt; || slug || Yes || Permanent. e.g. &amp;lt;code&amp;gt;pap&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;wp&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; || text || Yes || Full English name&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;other_names&amp;lt;/code&amp;gt; || text || No || Other language names, comma-separated&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;abbreviation&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;PAP&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;WP&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; || filename || No || Filename only e.g. &amp;lt;code&amp;gt;PAP logo.png&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;colours&amp;lt;/code&amp;gt; || CSS colour || No || Hex or named colour for stripe. e.g. &amp;lt;code&amp;gt;#002868&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;election_symbol&amp;lt;/code&amp;gt; || text || No || Symbol name as registered with ELD&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;founded_date&amp;lt;/code&amp;gt; || YYYY-MM-DD || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;dissolved_date&amp;lt;/code&amp;gt; || YYYY-MM-DD || No || Leave blank if active&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name1&amp;lt;/code&amp;gt; || mp_id slug || Yes || e.g. &amp;lt;code&amp;gt;lawrence-wong&amp;lt;/code&amp;gt;. Redirect must exist at this slug.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_designation1&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;Secretary-General&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name2&amp;lt;/code&amp;gt; || mp_id slug || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_designation2&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name3&amp;lt;/code&amp;gt; || mp_id slug || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_designation3&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;headquarters&amp;lt;/code&amp;gt; || text || No || Full address&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;uen&amp;lt;/code&amp;gt; || text || No || ROS Unique Entity Number&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;membership&amp;lt;/code&amp;gt; || text || No || e.g. &amp;lt;code&amp;gt;~20,000&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;membership_year&amp;lt;/code&amp;gt; || text || No || Year the membership figure applies to&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;ideology&amp;lt;/code&amp;gt; || text || No || Wikilinked terms preferred&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;political_position&amp;lt;/code&amp;gt; || text || No || e.g. &amp;lt;code&amp;gt;Centre-right&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;international&amp;lt;/code&amp;gt; || text || No || International affiliations if any&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;youth_wing&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;womens_wing&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;website&amp;lt;/code&amp;gt; || URL || No || Full URL with https&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;status&amp;lt;/code&amp;gt; || enum || Yes || &amp;lt;code&amp;gt;active&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;deregistered&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;merged&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;dissolved&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Notes on leader links ===&lt;br /&gt;
&amp;lt;code&amp;gt;leader_name1/2/3&amp;lt;/code&amp;gt; accept mp_id slugs (e.g. &amp;lt;code&amp;gt;lawrence-wong&amp;lt;/code&amp;gt;).&lt;br /&gt;
The template auto-formats the display text by replacing hyphens with spaces.&lt;br /&gt;
A redirect page must exist at each slug pointing to the full MP page.&lt;br /&gt;
&lt;br /&gt;
[[Category:Infobox templates]]&lt;br /&gt;
[[Category:Cargo templates]]&lt;br /&gt;
[[Category:Political party templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Template:Political-party&amp;diff=4858</id>
		<title>Template:Political-party</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Template:Political-party&amp;diff=4858"/>
		<updated>2026-05-16T21:18:34Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ================================================================&lt;br /&gt;
     Template:Political-party&lt;br /&gt;
     Unified display + Cargo template for political party pages.&lt;br /&gt;
     Cargo table: parties&lt;br /&gt;
     Last updated: 2026-05-17&lt;br /&gt;
     ================================================================ --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── CARGO DECLARE (runs once, on template page itself) ──────── --&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{#cargo_declare:_table=parties&lt;br /&gt;
|party_id=String&lt;br /&gt;
|name=String&lt;br /&gt;
|other_names=String&lt;br /&gt;
|abbreviation=String&lt;br /&gt;
|founded_date=Date&lt;br /&gt;
|dissolved_date=Date&lt;br /&gt;
|logo=String&lt;br /&gt;
|leader_name1=String&lt;br /&gt;
|leader_designation1=String&lt;br /&gt;
|leader_name2=String&lt;br /&gt;
|leader_designation2=String&lt;br /&gt;
|leader_name3=String&lt;br /&gt;
|leader_designation3=String&lt;br /&gt;
|headquarters=String&lt;br /&gt;
|membership_year=String&lt;br /&gt;
|membership=String&lt;br /&gt;
|ideology=String&lt;br /&gt;
|political_position=String&lt;br /&gt;
|international=String&lt;br /&gt;
|colours=String&lt;br /&gt;
|youth_wing=String&lt;br /&gt;
|womens_wing=String&lt;br /&gt;
|website=String&lt;br /&gt;
|status=String&lt;br /&gt;
|election_symbol=String&lt;br /&gt;
|uen=String&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── CARGO STORE (runs on every transclusion) ────────────────── --&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#cargo_store:_table=parties&lt;br /&gt;
|party_id={{{party_id|}}}&lt;br /&gt;
|name={{{name|}}}&lt;br /&gt;
|other_names={{{other_names|}}}&lt;br /&gt;
|abbreviation={{{abbreviation|}}}&lt;br /&gt;
|founded_date={{{founded_date|}}}&lt;br /&gt;
|dissolved_date={{{dissolved_date|}}}&lt;br /&gt;
|logo={{{image|}}}&lt;br /&gt;
|leader_name1={{{leader_name1|}}}&lt;br /&gt;
|leader_designation1={{{leader_designation1|}}}&lt;br /&gt;
|leader_name2={{{leader_name2|}}}&lt;br /&gt;
|leader_designation2={{{leader_designation2|}}}&lt;br /&gt;
|leader_name3={{{leader_name3|}}}&lt;br /&gt;
|leader_designation3={{{leader_designation3|}}}&lt;br /&gt;
|headquarters={{{headquarters|}}}&lt;br /&gt;
|membership_year={{{membership_year|}}}&lt;br /&gt;
|membership={{{membership|}}}&lt;br /&gt;
|ideology={{{ideology|}}}&lt;br /&gt;
|political_position={{{political_position|}}}&lt;br /&gt;
|international={{{international|}}}&lt;br /&gt;
|colours={{{colours|}}}&lt;br /&gt;
|youth_wing={{{youth_wing|}}}&lt;br /&gt;
|womens_wing={{{womens_wing|}}}&lt;br /&gt;
|website={{{website|}}}&lt;br /&gt;
|status={{{status|}}}&lt;br /&gt;
|election_symbol={{{election_symbol|}}}&lt;br /&gt;
|uen={{{uen|}}}&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── STATUS BADGE HELPER ─────────────────────────────────────── --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Maps status string to a coloured badge, similar to how Wikipedia&lt;br /&gt;
     infobox company signals defunct/active state visually. --&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#switch: {{{status|}}}&lt;br /&gt;
| active       = &amp;lt;span style=&amp;quot;display:inline-block;padding:1px 7px;border-radius:3px;background:#d4edda;color:#155724;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
| deregistered = &amp;lt;span style=&amp;quot;display:inline-block;padding:1px 7px;border-radius:3px;background:#f8d7da;color:#721c24;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Deregistered&amp;lt;/span&amp;gt;&lt;br /&gt;
| merged       = &amp;lt;span style=&amp;quot;display:inline-block;padding:1px 7px;border-radius:3px;background:#fff3cd;color:#856404;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Merged&amp;lt;/span&amp;gt;&lt;br /&gt;
| dissolved    = &amp;lt;span style=&amp;quot;display:inline-block;padding:1px 7px;border-radius:3px;background:#e2e3e5;color:#383d41;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Dissolved&amp;lt;/span&amp;gt;&lt;br /&gt;
| #default     = {{{status|}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── DISPLAY INFOBOX ─────────────────────────────────────────── --&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&amp;lt;div class=&amp;quot;infobox-political-party&amp;quot; style=&amp;quot;width:280px;min-width:200px;max-width:320px;float:right;clear:right;margin:0 0 1em 1.5em;font-size:88%;line-height:1.5;border:1px solid #a2a9b1;background:#f8f9fa;border-collapse:collapse;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── LOGO / IMAGE ─────────────────────────────────────────────── --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center;padding:8px 4px 4px;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}&lt;br /&gt;
| [[File:{{{image}}}|200px|center|alt={{{name|}}} logo]]&lt;br /&gt;
| &amp;lt;!-- no image: show placeholder bar --&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;height:8px;background:#e8e8e8;margin:0 20px;border-radius:2px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── PARTY NAME HEADER ──────────────────────────────────────── --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#2c3e50;color:#ffffff;text-align:center;padding:6px 8px;font-size:108%;font-weight:bold;line-height:1.3;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{name|}}}|{{{name}}}|&#039;&#039;Party name missing&#039;&#039;}}&lt;br /&gt;
{{#if:{{{abbreviation|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-size:80%;font-weight:normal;opacity:0.85;&amp;quot;&amp;gt;({{{abbreviation|}}}&amp;lt;/span&amp;gt;{{#if:{{{election_symbol|}}}|&amp;amp;nbsp;·&amp;amp;nbsp;Symbol:&amp;amp;nbsp;{{{election_symbol|}}}|}})}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── COLOUR STRIPE (shown only when colours field is set) ────── --&amp;gt;&lt;br /&gt;
{{#if:{{{colours|}}}&lt;br /&gt;
| &amp;lt;div style=&amp;quot;height:5px;background:{{{colours|#cccccc}}};&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
| &amp;lt;div style=&amp;quot;height:5px;background:#cccccc;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── INFOBOX ROWS ───────────────────────────────────────────── --&amp;gt;&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;border-collapse:collapse;background:transparent;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Other names --&amp;gt;&lt;br /&gt;
{{#if:{{{other_names|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;width:38%;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;Other names&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{other_names|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Status (always shown) --&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;width:38%;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;Status&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#switch: {{{status|}}}&lt;br /&gt;
| active       = &amp;lt;span style=&amp;quot;display:inline-block;padding:1px 7px;border-radius:3px;background:#d4edda;color:#155724;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
| deregistered = &amp;lt;span style=&amp;quot;display:inline-block;padding:1px 7px;border-radius:3px;background:#f8d7da;color:#721c24;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Deregistered&amp;lt;/span&amp;gt;&lt;br /&gt;
| merged       = &amp;lt;span style=&amp;quot;display:inline-block;padding:1px 7px;border-radius:3px;background:#fff3cd;color:#856404;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Merged&amp;lt;/span&amp;gt;&lt;br /&gt;
| dissolved    = &amp;lt;span style=&amp;quot;display:inline-block;padding:1px 7px;border-radius:3px;background:#e2e3e5;color:#383d41;font-size:90%;font-weight:bold;&amp;quot;&amp;gt;Dissolved&amp;lt;/span&amp;gt;&lt;br /&gt;
| #default     = {{{status|}}}&lt;br /&gt;
}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── SECTION HEADER: Leadership ────────────────────────────── --&amp;gt;&lt;br /&gt;
{{#if:{{{leader_name1|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.04em;&amp;quot;&amp;gt;Leadership&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Leader 1 --&amp;gt;&lt;br /&gt;
{{#if:{{{leader_name1|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;&lt;br /&gt;
      {{#if:{{{leader_designation1|}}}|{{{leader_designation1|}}}|Leader}}&lt;br /&gt;
    &amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{leader_name1|}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Leader 2 --&amp;gt;&lt;br /&gt;
{{#if:{{{leader_name2|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;&lt;br /&gt;
      {{#if:{{{leader_designation2|}}}|{{{leader_designation2|}}}|Deputy}}&lt;br /&gt;
    &amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{leader_name2|}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Leader 3 --&amp;gt;&lt;br /&gt;
{{#if:{{{leader_name3|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;&lt;br /&gt;
      {{#if:{{{leader_designation3|}}}|{{{leader_designation3|}}}|Other leader}}&lt;br /&gt;
    &amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[[{{{leader_name3|}}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── SECTION HEADER: Organisation ──────────────────────────── --&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.04em;&amp;quot;&amp;gt;Organisation&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Founded --&amp;gt;&lt;br /&gt;
{{#if:{{{founded_date|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;Founded&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
      {{#time:j F Y|{{{founded_date}}}}}&lt;br /&gt;
      &amp;lt;span style=&amp;quot;color:#555;font-size:90%;&amp;quot;&amp;gt;({{#expr:{{CURRENTYEAR}}-{{#time:Y|{{{founded_date}}}}}}}&amp;amp;nbsp;years ago)&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Dissolved (only if set) --&amp;gt;&lt;br /&gt;
{{#if:{{{dissolved_date|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;Dissolved&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{#time:j F Y|{{{dissolved_date}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Headquarters --&amp;gt;&lt;br /&gt;
{{#if:{{{headquarters|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;Headquarters&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{headquarters|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- UEN (Unique Entity Number — ROS registration) --&amp;gt;&lt;br /&gt;
{{#if:{{{uen|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;UEN&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-family:monospace;&amp;quot;&amp;gt;{{{uen|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Membership --&amp;gt;&lt;br /&gt;
{{#if:{{{membership|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;Membership{{#if:{{{membership_year|}}}|&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-weight:normal;font-size:88%;color:#555;&amp;quot;&amp;gt;({{{membership_year|}}}&amp;lt;/span&amp;gt;|}}&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{membership|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── SECTION HEADER: Politics ───────────────────────────────── --&amp;gt;&lt;br /&gt;
{{#if:{{{ideology|}}}{{{political_position|}}}{{{international|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.04em;&amp;quot;&amp;gt;Political positions&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Ideology --&amp;gt;&lt;br /&gt;
{{#if:{{{ideology|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;Ideology&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{ideology|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Political position --&amp;gt;&lt;br /&gt;
{{#if:{{{political_position|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;Political position&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{political_position|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- International affiliation --&amp;gt;&lt;br /&gt;
{{#if:{{{international|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;International&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{international|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── SECTION HEADER: Wings ──────────────────────────────────── --&amp;gt;&lt;br /&gt;
{{#if:{{{youth_wing|}}}{{{womens_wing|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.04em;&amp;quot;&amp;gt;Associated organisations&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Youth wing --&amp;gt;&lt;br /&gt;
{{#if:{{{youth_wing|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;Youth wing&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{youth_wing|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Women&#039;s wing --&amp;gt;&lt;br /&gt;
{{#if:{{{womens_wing|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;Women&#039;s wing&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;{{{womens_wing|}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ── SECTION HEADER: External ───────────────────────────────── --&amp;gt;&lt;br /&gt;
{{#if:{{{website|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:3px 6px;border-top:1px solid #a2a9b1;background:#2c3e50;color:#fff;font-size:90%;text-align:left;letter-spacing:0.04em;&amp;quot;&amp;gt;External links&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Website --&amp;gt;&lt;br /&gt;
{{#if:{{{website|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;font-weight:bold;background:#eaecf0;&amp;quot;&amp;gt;Website&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;padding:4px 6px;border-top:1px solid #a2a9b1;vertical-align:top;&amp;quot;&amp;gt;[{{{website|}}} Official website]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================&lt;br /&gt;
     DOCUMENTATION (visible on template page only)&lt;br /&gt;
     ================================================================ --&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
Unified display and Cargo template for political party pages.&lt;br /&gt;
Use this for all party pages. Do not use the old &amp;lt;code&amp;gt;Infobox-party&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Minimum required fields: &amp;lt;code&amp;gt;party_id&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;abbreviation&amp;lt;/code&amp;gt;,&lt;br /&gt;
&amp;lt;code&amp;gt;founded_date&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;status&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;leader_name1&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;leader_designation1&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Full example (PAP) ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Political-party&lt;br /&gt;
|party_id          = pap&lt;br /&gt;
|name              = People&#039;s Action Party&lt;br /&gt;
|other_names       = 人民行动党, Parti Tindakan Rakyat, மக்களின் செயல் கட்சி&lt;br /&gt;
|abbreviation      = PAP&lt;br /&gt;
|image             = PAP logo.png&lt;br /&gt;
|colours           = #002868&lt;br /&gt;
|election_symbol   = Lightning bolt&lt;br /&gt;
|founded_date      = 1954-11-21&lt;br /&gt;
|dissolved_date    =&lt;br /&gt;
|leader_name1      = lawrence-wong&lt;br /&gt;
|leader_designation1 = Secretary-General&lt;br /&gt;
|leader_name2      = heng-swee-keat&lt;br /&gt;
|leader_designation2 = Chairman&lt;br /&gt;
|leader_name3      =&lt;br /&gt;
|leader_designation3 =&lt;br /&gt;
|headquarters      = PAP Headquarters, 57B New Upper Changi Road, Singapore 462057&lt;br /&gt;
|uen               = S59SS0001F&lt;br /&gt;
|membership        = ~20,000&lt;br /&gt;
|membership_year   = 2023&lt;br /&gt;
|ideology          = [[Pragmatism]], [[Social conservatism]], [[Meritocracy]]&lt;br /&gt;
|political_position= [[Centre-right politics|Centre-right]]&lt;br /&gt;
|international     =&lt;br /&gt;
|youth_wing        = Young PAP&lt;br /&gt;
|womens_wing       = PAP Women&#039;s Wing&lt;br /&gt;
|website           = https://www.pap.org.sg&lt;br /&gt;
|status            = active&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Minimal example (SMC-level party) ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Political-party&lt;br /&gt;
|party_id          = rdu&lt;br /&gt;
|name              = Red Dot United&lt;br /&gt;
|abbreviation      = RDU&lt;br /&gt;
|founded_date      = 2020-07-10&lt;br /&gt;
|leader_name1      = ravi-philemon&lt;br /&gt;
|leader_designation1 = Secretary-General&lt;br /&gt;
|website           = https://www.reddotunited.sg&lt;br /&gt;
|status            = active&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Field reference ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Field !! Type !! Required !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;party_id&amp;lt;/code&amp;gt; || slug || Yes || Permanent. Lowercase hyphenated. e.g. &amp;lt;code&amp;gt;pap&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;wp&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; || text || Yes || Full English name&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;other_names&amp;lt;/code&amp;gt; || text || No || Other language names, comma-separated&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;abbreviation&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;PAP&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;WP&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; || filename || No || Filename only e.g. &amp;lt;code&amp;gt;PAP logo.png&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;colours&amp;lt;/code&amp;gt; || CSS colour || No || Used as stripe. e.g. &amp;lt;code&amp;gt;#002868&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;red&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;election_symbol&amp;lt;/code&amp;gt; || text || No || Symbol name as registered with ELD&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;founded_date&amp;lt;/code&amp;gt; || YYYY-MM-DD || Yes || ISO date&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;dissolved_date&amp;lt;/code&amp;gt; || YYYY-MM-DD || No || Leave blank if active&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name1&amp;lt;/code&amp;gt; || mp_id slug || Yes || e.g. &amp;lt;code&amp;gt;lawrence-wong&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_designation1&amp;lt;/code&amp;gt; || text || Yes || e.g. &amp;lt;code&amp;gt;Secretary-General&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name2&amp;lt;/code&amp;gt; || mp_id slug || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_designation2&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_name3&amp;lt;/code&amp;gt; || mp_id slug || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leader_designation3&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;headquarters&amp;lt;/code&amp;gt; || text || No || Full address&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;uen&amp;lt;/code&amp;gt; || text || No || ROS Unique Entity Number&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;membership&amp;lt;/code&amp;gt; || text || No || e.g. &amp;lt;code&amp;gt;~20,000&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;membership_year&amp;lt;/code&amp;gt; || text || No || Year of membership figure&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;ideology&amp;lt;/code&amp;gt; || text || No || Wikilinked ideological terms&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;political_position&amp;lt;/code&amp;gt; || text || No || e.g. &amp;lt;code&amp;gt;Centre-right&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;international&amp;lt;/code&amp;gt; || text || No || International affiliations&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;youth_wing&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;womens_wing&amp;lt;/code&amp;gt; || text || No ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;website&amp;lt;/code&amp;gt; || URL || No || Full URL with https&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;status&amp;lt;/code&amp;gt; || enum || Yes || &amp;lt;code&amp;gt;active&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;deregistered&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;merged&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;dissolved&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Valid status values ===&lt;br /&gt;
* &amp;lt;code&amp;gt;active&amp;lt;/code&amp;gt; — currently registered and operating&lt;br /&gt;
* &amp;lt;code&amp;gt;deregistered&amp;lt;/code&amp;gt; — removed from ROS register&lt;br /&gt;
* &amp;lt;code&amp;gt;merged&amp;lt;/code&amp;gt; — absorbed into another party&lt;br /&gt;
* &amp;lt;code&amp;gt;dissolved&amp;lt;/code&amp;gt; — voluntarily wound up&lt;br /&gt;
&lt;br /&gt;
[[Category:Infobox templates]]&lt;br /&gt;
[[Category:Cargo templates]]&lt;br /&gt;
[[Category:Political party templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Government_of_Singapore&amp;diff=4857</id>
		<title>Government of Singapore</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Government_of_Singapore&amp;diff=4857"/>
		<updated>2026-05-16T21:01:14Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Government of Singapore ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Government of Singapore&#039;&#039;&#039; consists of the President and &lt;br /&gt;
the Cabinet, as defined by the [[Constitution of Singapore]]. &lt;br /&gt;
Executive authority is vested in the President but exercised &lt;br /&gt;
on the advice of the Cabinet, led by the Prime Minister.&lt;br /&gt;
&lt;br /&gt;
== Current Ministries ==&lt;br /&gt;
&lt;br /&gt;
As of 2025, the Government of Singapore comprises 16 ministries:&lt;br /&gt;
&lt;br /&gt;
* [[Prime Minister&#039;s Office]] (PMO)&lt;br /&gt;
* [[Ministry of Digital Development and Information]] (MDDI)&lt;br /&gt;
* [[Ministry of Culture, Community and Youth]] (MCCY)&lt;br /&gt;
* [[Ministry of Defence]] (MINDEF)&lt;br /&gt;
* [[Ministry of Education]] (MOE)&lt;br /&gt;
* [[Ministry of Finance]] (MOF)&lt;br /&gt;
* [[Ministry of Foreign Affairs]] (MFA)&lt;br /&gt;
* [[Ministry of Health]] (MOH)&lt;br /&gt;
* [[Ministry of Home Affairs]] (MHA)&lt;br /&gt;
* [[Ministry of Law]] (MinLaw)&lt;br /&gt;
* [[Ministry of Manpower]] (MOM)&lt;br /&gt;
* [[Ministry of National Development]] (MND)&lt;br /&gt;
* [[Ministry of Social and Family Development]] (MSF)&lt;br /&gt;
* [[Ministry of Sustainability and the Environment]] (MSE)&lt;br /&gt;
* [[Ministry of Trade and Industry]] (MTI)&lt;br /&gt;
* [[Ministry of Transport]] (MOT)&lt;br /&gt;
&lt;br /&gt;
== Community Development Councils ==&lt;br /&gt;
&lt;br /&gt;
Singapore has five CDCs, each headed by a Mayor:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! District !! Mayor&lt;br /&gt;
|-&lt;br /&gt;
| Central Singapore || [[Denise Phua]]&lt;br /&gt;
|-&lt;br /&gt;
| North East || [[Baey Yam Keng]]&lt;br /&gt;
|-&lt;br /&gt;
| North West || [[Alex Yam Ziming]]&lt;br /&gt;
|-&lt;br /&gt;
| South East || [[Dinesh Vasu Dash]]&lt;br /&gt;
|-&lt;br /&gt;
| South West || [[Low Yen Ling]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Prime Ministers of Singapore ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Prime Minister !! Took office !! Left office&lt;br /&gt;
|-&lt;br /&gt;
| [[Lee Kuan Yew]] || 5 June 1959 || 28 November 1990&lt;br /&gt;
|-&lt;br /&gt;
| [[Goh Chok Tong]] || 28 November 1990 || 12 August 2004&lt;br /&gt;
|-&lt;br /&gt;
| [[Lee Hsien Loong]] || 12 August 2004 || 15 May 2024&lt;br /&gt;
|-&lt;br /&gt;
| [[Lawrence Wong]] || 15 May 2024 || Incumbent&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Government]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Government_of_Singapore&amp;diff=4856</id>
		<title>Government of Singapore</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Government_of_Singapore&amp;diff=4856"/>
		<updated>2026-05-16T20:59:43Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Government of Singapore ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Government of Singapore&#039;&#039;&#039; consists of the President and &lt;br /&gt;
the Cabinet, as defined by the [[Constitution of Singapore]]. &lt;br /&gt;
Executive authority is vested in the President but exercised &lt;br /&gt;
on the advice of the Cabinet, led by the Prime Minister.&lt;br /&gt;
&lt;br /&gt;
== Current Ministries ==&lt;br /&gt;
&lt;br /&gt;
As of 2025, the Government of Singapore comprises 16 ministries:&lt;br /&gt;
&lt;br /&gt;
* [[Prime Minister&#039;s Office]] (PMO)&lt;br /&gt;
* [[Ministry of Digital Development and Information]] (MDDI)&lt;br /&gt;
* [[Ministry of Culture, Community and Youth]] (MCCY)&lt;br /&gt;
* [[Ministry of Defence]] (MINDEF)&lt;br /&gt;
* [[Ministry of Education]] (MOE)&lt;br /&gt;
* [[Ministry of Finance]] (MOF)&lt;br /&gt;
* [[Ministry of Foreign Affairs]] (MFA)&lt;br /&gt;
* [[Ministry of Health]] (MOH)&lt;br /&gt;
* [[Ministry of Home Affairs]] (MHA)&lt;br /&gt;
* [[Ministry of Law]] (MinLaw)&lt;br /&gt;
* [[Ministry of Manpower]] (MOM)&lt;br /&gt;
* [[Ministry of National Development]] (MND)&lt;br /&gt;
* [[Ministry of Social and Family Development]] (MSF)&lt;br /&gt;
* [[Ministry of Sustainability and the Environment]] (MSE)&lt;br /&gt;
* [[Ministry of Trade and Industry]] (MTI)&lt;br /&gt;
* [[Ministry of Transport]] (MOT)&lt;br /&gt;
&lt;br /&gt;
== Community Development Councils ==&lt;br /&gt;
&lt;br /&gt;
Singapore has five CDCs, each headed by a Mayor:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! District !! Mayor&lt;br /&gt;
|-&lt;br /&gt;
| Central Singapore || [[Denise Phua]]&lt;br /&gt;
|-&lt;br /&gt;
| North East || [[Baey Yam Keng]]&lt;br /&gt;
|-&lt;br /&gt;
| North West || [[Alex Yam]]&lt;br /&gt;
|-&lt;br /&gt;
| South East || [[Dinesh Vasu Dash]]&lt;br /&gt;
|-&lt;br /&gt;
| South West || [[Low Yen Ling]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Prime Ministers of Singapore ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Prime Minister !! Took office !! Left office&lt;br /&gt;
|-&lt;br /&gt;
| [[Lee Kuan Yew]] || 5 June 1959 || 28 November 1990&lt;br /&gt;
|-&lt;br /&gt;
| [[Goh Chok Tong]] || 28 November 1990 || 12 August 2004&lt;br /&gt;
|-&lt;br /&gt;
| [[Lee Hsien Loong]] || 12 August 2004 || 15 May 2024&lt;br /&gt;
|-&lt;br /&gt;
| [[Lawrence Wong]] || 15 May 2024 || Incumbent&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Government]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Government_of_Singapore&amp;diff=4855</id>
		<title>Government of Singapore</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Government_of_Singapore&amp;diff=4855"/>
		<updated>2026-05-16T20:59:19Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: Created page with &amp;quot;== Government of Singapore ==  The &amp;#039;&amp;#039;&amp;#039;Government of Singapore&amp;#039;&amp;#039;&amp;#039; consists of the President and  the Cabinet, as defined by the Constitution of Singapore.  Executive authority is vested in the President but exercised  on the advice of the Cabinet, led by the Prime Minister.  == Current Ministries ==  As of 2025, the Government of Singapore comprises 16 ministries:  * Prime Minister&amp;#039;s Office (PMO) * Ministry of Digital Development and Information (MDDI) * Min...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Government of Singapore ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Government of Singapore&#039;&#039;&#039; consists of the President and &lt;br /&gt;
the Cabinet, as defined by the [[Constitution of Singapore]]. &lt;br /&gt;
Executive authority is vested in the President but exercised &lt;br /&gt;
on the advice of the Cabinet, led by the Prime Minister.&lt;br /&gt;
&lt;br /&gt;
== Current Ministries ==&lt;br /&gt;
&lt;br /&gt;
As of 2025, the Government of Singapore comprises 16 ministries:&lt;br /&gt;
&lt;br /&gt;
* [[Prime Minister&#039;s Office]] (PMO)&lt;br /&gt;
* [[Ministry of Digital Development and Information]] (MDDI)&lt;br /&gt;
* [[Ministry of Culture, Community and Youth]] (MCCY)&lt;br /&gt;
* [[Ministry of Defence]] (MINDEF)&lt;br /&gt;
* [[Ministry of Education]] (MOE)&lt;br /&gt;
* [[Ministry of Finance]] (MOF)&lt;br /&gt;
* [[Ministry of Foreign Affairs]] (MFA)&lt;br /&gt;
* [[Ministry of Health]] (MOH)&lt;br /&gt;
* [[Ministry of Home Affairs]] (MHA)&lt;br /&gt;
* [[Ministry of Law]] (MinLaw)&lt;br /&gt;
* [[Ministry of Manpower]] (MOM)&lt;br /&gt;
* [[Ministry of National Development]] (MND)&lt;br /&gt;
* [[Ministry of Social and Family Development]] (MSF)&lt;br /&gt;
* [[Ministry of Sustainability and the Environment]] (MSE)&lt;br /&gt;
* [[Ministry of Trade and Industry]] (MTI)&lt;br /&gt;
* [[Ministry of Transport]] (MOT)&lt;br /&gt;
&lt;br /&gt;
== Community Development Councils ==&lt;br /&gt;
&lt;br /&gt;
Singapore has five CDCs, each headed by a Mayor:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! District !! Mayor&lt;br /&gt;
|-&lt;br /&gt;
| Central Singapore || [[Denise Phua]]&lt;br /&gt;
|-&lt;br /&gt;
| North East || [[Baey Yam Keng]]&lt;br /&gt;
|-&lt;br /&gt;
| North West || [[Alex Yam]]&lt;br /&gt;
|-&lt;br /&gt;
| South East || [[Dinesh Vasu Dash]]&lt;br /&gt;
|-&lt;br /&gt;
| South West || [[Low Yen Ling]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Prime Ministers of Singapore ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Prime Minister !! Took office !! Left office&lt;br /&gt;
|-&lt;br /&gt;
| [[Lee Kuan Yew]] || 5 June 1959 || 28 November 1990&lt;br /&gt;
|-&lt;br /&gt;
| [[Goh Chok Tong]] || 28 November 1990 || 12 August 2004&lt;br /&gt;
|-&lt;br /&gt;
| [[Lee Hsien Loong]] || 12 August 2004 || 15 May 2024&lt;br /&gt;
|-&lt;br /&gt;
| [[Lawrence Wong]] || 15 May 2024 || Incumbent&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Government]]&lt;br /&gt;
[[Category:Singapore]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Category:Abolished_Ministries&amp;diff=4854</id>
		<title>Category:Abolished Ministries</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Category:Abolished_Ministries&amp;diff=4854"/>
		<updated>2026-05-16T20:56:06Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: Created page with &amp;quot;Ministries that have been abolished, merged, renamed or  restructured. Records are retained for historical reference.  Category:Ministries&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ministries that have been abolished, merged, renamed or &lt;br /&gt;
restructured. Records are retained for historical reference.&lt;br /&gt;
&lt;br /&gt;
[[Category:Ministries]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Category:Active_Ministries&amp;diff=4853</id>
		<title>Category:Active Ministries</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Category:Active_Ministries&amp;diff=4853"/>
		<updated>2026-05-16T20:55:49Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: Created page with &amp;quot;Currently active ministries of the Government of Singapore.  Category:Ministries&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently active ministries of the Government of Singapore.&lt;br /&gt;
&lt;br /&gt;
[[Category:Ministries]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Ministry_of_Foreign_Affairs&amp;diff=4852</id>
		<title>Ministry of Foreign Affairs</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Ministry_of_Foreign_Affairs&amp;diff=4852"/>
		<updated>2026-05-16T20:55:30Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Ministry&lt;br /&gt;
|ministry_id=mfa&lt;br /&gt;
|name=Ministry of Foreign Affairs&lt;br /&gt;
|abbreviation=MFA&lt;br /&gt;
|image=MFA logo.png&lt;br /&gt;
|formed_date=1965-08-09&lt;br /&gt;
|abolished_date=&lt;br /&gt;
|current_status=active&lt;br /&gt;
|current_minister=vivian-balakrishnan&lt;br /&gt;
|website=https://www.mfa.gov.sg&lt;br /&gt;
|parent_ministry=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Ministry of Foreign Affairs&#039;&#039;&#039; (&#039;&#039;&#039;MFA&#039;&#039;&#039;; Malay: &#039;&#039;Kementerian Ehwal Luar Negeri&#039;&#039;; Chinese: 新加坡外交部; Tamil: வெளியுறவு அமைச்சு) is a ministry of the [[Government of Singapore]] responsible for conducting and managing diplomatic relations between Singapore and other countries, managing its representation in international organisations, and providing consular assistance to overseas Singaporeans. It was established on 9 August 1965.&lt;br /&gt;
&lt;br /&gt;
Headquartered in Tanglin, the ministry operates under the motto &amp;quot;Establishing Our Place in the World.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Vision and Mission ==&lt;br /&gt;
According to the ministry, its core objective is to safeguard and advance Singapore&#039;s sovereignty, security, and prosperity through active and skillful diplomacy.&amp;lt;ref&amp;gt;{{cite web |title=Vision, Mission, and Values |url=https://www.mfa.gov.sg/about-mfa/vision-mission-and-values/ |website=Ministry of Foreign Affairs |access-date=16 May 2026}}&amp;lt;/ref&amp;gt; Its primary responsibilities include:&lt;br /&gt;
* Fostering strong bilateral relationships with international partners.&lt;br /&gt;
* Maintaining a stable and peaceful regional environment, primarily via [[ASEAN]].&lt;br /&gt;
* Championing international law and multilateralism through bodies like the [[United Nations]].&lt;br /&gt;
* Assisting Singaporeans traveling or residing abroad through its consular network.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
The MFA was established on 9 August 1965, immediately following Singapore&#039;s independence from Malaysia. It began operations out of a small office in City Hall with a staff of only 11 officers, led by [[S. Rajaratnam]] as the inaugural Minister for Foreign Affairs.&amp;lt;ref&amp;gt;{{cite web |title=Ministry of Foreign Affairs is established |url=https://www.nlb.gov.sg/main/article-detail?cmsuuid=8a64bc89-d4bc-4aab-be2f-884a3e9fb1be |website=National Library Board |access-date=16 May 2026}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The fledgling ministry&#039;s immediate priority was to secure international recognition for the new state. This was rapidly achieved with Singapore&#039;s admission as the 117th member of the United Nations on 21 September 1965, followed by entry into the Commonwealth on 15 October 1965. In 1967, Singapore became a founding member of the Association of Southeast Asian Nations (ASEAN).&lt;br /&gt;
&lt;br /&gt;
By the late 1960s, the ministry had established its first wave of overseas missions in critical global cities, including Kuala Lumpur, London, Canberra, Washington D.C., and Jakarta.&lt;br /&gt;
&lt;br /&gt;
== Organisation Structure ==&lt;br /&gt;
The ministry is split between its headquarters in Singapore and its extensive global footprint.&lt;br /&gt;
&lt;br /&gt;
=== Directorates ===&lt;br /&gt;
The administrative and policy backbone of MFA HQ is divided into 11 geographical and functional directorates dealing with political and economic matters, alongside 7 functional directorates covering specific fields:&amp;lt;ref&amp;gt;{{cite web |title=Organisation chart |url=https://www.mfa.gov.sg/about-mfa/organisation-chart/ |website=Ministry of Foreign Affairs |access-date=16 May 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Geographical Directorates:&#039;&#039;&#039; ASEAN; Americas; Australia, New Zealand &amp;amp; the Pacific; Europe; Middle East, North Africa &amp;amp; Central Asia; Northeast Asia; South Asia &amp;amp; Sub-Saharan Africa.&lt;br /&gt;
* &#039;&#039;&#039;Functional Directorates:&#039;&#039;&#039; Consular; Protocol; International Organisations; International Economics; Strategic Communications &amp;amp; Engagement; Development Partnerships (managing the Singapore Cooperation Programme).&lt;br /&gt;
* &#039;&#039;&#039;Internal Support:&#039;&#039;&#039; Human Resource Directorate, Corporate Affairs Directorate, and the MFA Diplomatic Academy (established in 2007 to train diplomatic personnel).&lt;br /&gt;
&lt;br /&gt;
=== Diplomatic Missions ===&lt;br /&gt;
Singapore maintains diplomatic relations with over 180 countries. The MFA manages:&lt;br /&gt;
* 50 overseas missions (including Embassies, High Commissions, Permanent Missions to the United Nations, and Consulates-General).&lt;br /&gt;
* Over 30 Honorary Consuls-General/Consuls abroad.&lt;br /&gt;
* A network of non-resident High Commissioners and Ambassadors based directly out of Singapore.&lt;br /&gt;
&lt;br /&gt;
== Ministers ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Minister !! Took office !! Left office !! Party&lt;br /&gt;
|-&lt;br /&gt;
| [[S. Rajaratnam]] || 9 August 1965 || 30 May 1980 || [[People&#039;s Action Party|PAP]]&lt;br /&gt;
|-&lt;br /&gt;
| [[S. Dhanabalan]] || 1 June 1980 || 12 September 1988 || PAP&lt;br /&gt;
|-&lt;br /&gt;
| [[Wong Kan Seng]] || 13 September 1988 || 1 January 1994 || PAP&lt;br /&gt;
|-&lt;br /&gt;
| [[S. Jayakumar]] || 2 January 1994 || 11 August 2004 || PAP&lt;br /&gt;
|-&lt;br /&gt;
| [[George Yeo]] || 12 August 2004 || 20 May 2011 || PAP&lt;br /&gt;
|-&lt;br /&gt;
| [[K. Shanmugam]] || 21 May 2011 || 30 September 2015 || PAP&lt;br /&gt;
|-&lt;br /&gt;
| [[Vivian Balakrishnan]] || 1 October 2015 || Incumbent || PAP&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [https://www.mfa.gov.sg Ministry of Foreign Affairs Official Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Ministries]]&lt;br /&gt;
[[Category:Active Ministries]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Category:Ministries&amp;diff=4851</id>
		<title>Category:Ministries</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Category:Ministries&amp;diff=4851"/>
		<updated>2026-05-16T20:54:54Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: Created page with &amp;quot;This category contains all Singapore government ministries,  both active and abolished.  == Subcategories == * :Category:Active Ministries — currently operating ministries * :Category:Abolished Ministries — restructured, merged or dissolved ministries  Category:Government&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This category contains all Singapore government ministries, &lt;br /&gt;
both active and abolished.&lt;br /&gt;
&lt;br /&gt;
== Subcategories ==&lt;br /&gt;
* [[:Category:Active Ministries]] — currently operating ministries&lt;br /&gt;
* [[:Category:Abolished Ministries]] — restructured, merged or dissolved ministries&lt;br /&gt;
&lt;br /&gt;
[[Category:Government]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Ministry_of_Foreign_Affairs&amp;diff=4850</id>
		<title>Ministry of Foreign Affairs</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Ministry_of_Foreign_Affairs&amp;diff=4850"/>
		<updated>2026-05-16T20:53:29Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Ministry&lt;br /&gt;
|ministry_id=mfa&lt;br /&gt;
|name=Ministry of Foreign Affairs&lt;br /&gt;
|abbreviation=MFA&lt;br /&gt;
|image=MFA logo.png&lt;br /&gt;
|formed_date=1965-08-09&lt;br /&gt;
|abolished_date=&lt;br /&gt;
|current_status=active&lt;br /&gt;
|current_minister=vivian-balakrishnan&lt;br /&gt;
|website=https://www.mfa.gov.sg&lt;br /&gt;
|parent_ministry=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Ministry of Foreign Affairs&#039;&#039;&#039; (&#039;&#039;&#039;MFA&#039;&#039;&#039;; Malay: &#039;&#039;Kementerian Ehwal Luar Negeri&#039;&#039;; Chinese: 新加坡外交部; Tamil: வெளியுறவு அமைச்சு) is a ministry of the [[Government of Singapore]] responsible for conducting and managing diplomatic relations between Singapore and other countries, managing its representation in international organisations, and providing consular assistance to overseas Singaporeans. It was established on 9 August 1965.&lt;br /&gt;
&lt;br /&gt;
Headquartered in Tanglin, the ministry operates under the motto &amp;quot;Establishing Our Place in the World.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Vision and Mission ==&lt;br /&gt;
According to the ministry, its core objective is to safeguard and advance Singapore&#039;s sovereignty, security, and prosperity through active and skillful diplomacy.&amp;lt;ref&amp;gt;{{cite web |title=Vision, Mission, and Values |url=https://www.mfa.gov.sg/about-mfa/vision-mission-and-values/ |website=Ministry of Foreign Affairs |access-date=16 May 2026}}&amp;lt;/ref&amp;gt; Its primary responsibilities include:&lt;br /&gt;
* Fostering strong bilateral relationships with international partners.&lt;br /&gt;
* Maintaining a stable and peaceful regional environment, primarily via [[ASEAN]].&lt;br /&gt;
* Championing international law and multilateralism through bodies like the [[United Nations]].&lt;br /&gt;
* Assisting Singaporeans traveling or residing abroad through its consular network.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
The MFA was established on 9 August 1965, immediately following Singapore&#039;s independence from Malaysia. It began operations out of a small office in City Hall with a staff of only 11 officers, led by [[S. Rajaratnam]] as the inaugural Minister for Foreign Affairs.&amp;lt;ref&amp;gt;{{cite web |title=Ministry of Foreign Affairs is established |url=https://www.nlb.gov.sg/main/article-detail?cmsuuid=8a64bc89-d4bc-4aab-be2f-884a3e9fb1be |website=National Library Board |access-date=16 May 2026}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The fledgling ministry&#039;s immediate priority was to secure international recognition for the new state. This was rapidly achieved with Singapore&#039;s admission as the 117th member of the United Nations on 21 September 1965, followed by entry into the Commonwealth on 15 October 1965. In 1967, Singapore became a founding member of the Association of Southeast Asian Nations (ASEAN).&lt;br /&gt;
&lt;br /&gt;
By the late 1960s, the ministry had established its first wave of overseas missions in critical global cities, including Kuala Lumpur, London, Canberra, Washington D.C., and Jakarta.&lt;br /&gt;
&lt;br /&gt;
== Organisation Structure ==&lt;br /&gt;
The ministry is split between its headquarters in Singapore and its extensive global footprint.&lt;br /&gt;
&lt;br /&gt;
=== Directorates ===&lt;br /&gt;
The administrative and policy backbone of MFA HQ is divided into 11 geographical and functional directorates dealing with political and economic matters, alongside 7 functional directorates covering specific fields:&amp;lt;ref&amp;gt;{{cite web |title=Organisation chart |url=https://www.mfa.gov.sg/about-mfa/organisation-chart/ |website=Ministry of Foreign Affairs |access-date=16 May 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Geographical Directorates:&#039;&#039;&#039; ASEAN; Americas; Australia, New Zealand &amp;amp; the Pacific; Europe; Middle East, North Africa &amp;amp; Central Asia; Northeast Asia; South Asia &amp;amp; Sub-Saharan Africa.&lt;br /&gt;
* &#039;&#039;&#039;Functional Directorates:&#039;&#039;&#039; Consular; Protocol; International Organisations; International Economics; Strategic Communications &amp;amp; Engagement; Development Partnerships (managing the Singapore Cooperation Programme).&lt;br /&gt;
* &#039;&#039;&#039;Internal Support:&#039;&#039;&#039; Human Resource Directorate, Corporate Affairs Directorate, and the MFA Diplomatic Academy (established in 2007 to train diplomatic personnel).&lt;br /&gt;
&lt;br /&gt;
=== Diplomatic Missions ===&lt;br /&gt;
Singapore maintains diplomatic relations with over 180 countries. The MFA manages:&lt;br /&gt;
* 50 overseas missions (including Embassies, High Commissions, Permanent Missions to the United Nations, and Consulates-General).&lt;br /&gt;
* Over 30 Honorary Consuls-General/Consuls abroad.&lt;br /&gt;
* A network of non-resident High Commissioners and Ambassadors based directly out of Singapore.&lt;br /&gt;
&lt;br /&gt;
== Ministers ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Minister !! Took office !! Left office !! Party&lt;br /&gt;
|-&lt;br /&gt;
| [[S. Rajaratnam]] || 9 August 1965 || 30 May 1980 || [[People&#039;s Action Party|PAP]]&lt;br /&gt;
|-&lt;br /&gt;
| [[S. Dhanabalan]] || 1 June 1980 || 12 September 1988 || PAP&lt;br /&gt;
|-&lt;br /&gt;
| [[Wong Kan Seng]] || 13 September 1988 || 1 January 1994 || PAP&lt;br /&gt;
|-&lt;br /&gt;
| [[S. Jayakumar]] || 2 January 1994 || 11 August 2004 || PAP&lt;br /&gt;
|-&lt;br /&gt;
| [[George Yeo]] || 12 August 2004 || 20 May 2011 || PAP&lt;br /&gt;
|-&lt;br /&gt;
| [[K. Shanmugam]] || 21 May 2011 || 30 September 2015 || PAP&lt;br /&gt;
|-&lt;br /&gt;
| [[Vivian Balakrishnan]] || 1 October 2015 || Incumbent || PAP&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [https://www.mfa.gov.sg Ministry of Foreign Affairs Official Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Ministries]]&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=Template:Ministry&amp;diff=4849</id>
		<title>Template:Ministry</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=Template:Ministry&amp;diff=4849"/>
		<updated>2026-05-16T20:51:32Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;{{#cargo_declare:_table=ministries |ministry_id=String |name=String |abbreviation=String |formed_date=Date |abolished_date=Date |current_status=String |current_minister=String |website=String |parent_ministry=String }}&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{#cargo_store:_table=ministries |ministry_id={{{ministry_id|}}} |name={{{name|}}} |abbreviation={{{abbreviation|}}} |formed_date={{{formed_date|}}} |abolished_date={{{abolished_date|}}} |current_status={{{current_status|...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{#cargo_declare:_table=ministries&lt;br /&gt;
|ministry_id=String&lt;br /&gt;
|name=String&lt;br /&gt;
|abbreviation=String&lt;br /&gt;
|formed_date=Date&lt;br /&gt;
|abolished_date=Date&lt;br /&gt;
|current_status=String&lt;br /&gt;
|current_minister=String&lt;br /&gt;
|website=String&lt;br /&gt;
|parent_ministry=String&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{#cargo_store:_table=ministries&lt;br /&gt;
|ministry_id={{{ministry_id|}}}&lt;br /&gt;
|name={{{name|}}}&lt;br /&gt;
|abbreviation={{{abbreviation|}}}&lt;br /&gt;
|formed_date={{{formed_date|}}}&lt;br /&gt;
|abolished_date={{{abolished_date|}}}&lt;br /&gt;
|current_status={{{current_status|}}}&lt;br /&gt;
|current_minister={{{current_minister|}}}&lt;br /&gt;
|website={{{website|}}}&lt;br /&gt;
|parent_ministry={{{parent_ministry|}}}&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&amp;lt;div style=&amp;quot;width:30%; overflow:auto; margin-left:15px; margin-top:0px; float:right;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; vertical-align:top;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:10px;&amp;quot;|{{#if:{{{image|}}}| [[File:{{{image}}}|200px|center]] | [[File:Bot Sleep.png|200px|center]] }}&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;| {{#if:{{{name|}}}|{{{name}}}| Input Ministry Name }}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:33%; vertical-align:top;&amp;quot;| &#039;&#039;&#039;Abbreviation&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{abbreviation|}}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Formed&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{#if:{{{formed_date|}}}|{{#time:j F Y|{{{formed_date}}}}}|}}&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{abolished_date|}}}|&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}} style=&amp;quot;vertical-align:top;&amp;quot; {{!}} &#039;&#039;&#039;Abolished&#039;&#039;&#039;&lt;br /&gt;
{{!}} style=&amp;quot;vertical-align:top;&amp;quot; {{!}} {{#time:j F Y|{{{abolished_date}}}}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Current Minister&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{#if:{{{current_minister|}}}|[[{{{current_minister|}}}]]|—}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Website&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{#if:{{{website|}}}|[{{{website|}}} {{{abbreviation|}}}]|—}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| &#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;| {{{current_status|}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Unified display and Cargo template for ministries.&lt;br /&gt;
Use this for all ministry pages.&lt;br /&gt;
Cargo data is stored in the ministries table.&lt;br /&gt;
&lt;br /&gt;
ministry_id must be a permanent lowercase slug that never&lt;br /&gt;
changes even if the ministry is renamed or abolished.&lt;br /&gt;
e.g. mfa, mot, mof, mha, mccy, mse&lt;br /&gt;
&lt;br /&gt;
current_minister must use mp_id slug format.&lt;br /&gt;
e.g. vivian-balakrishnan not Vivian Balakrishnan&lt;br /&gt;
&lt;br /&gt;
Valid current_status values: active / abolished&lt;br /&gt;
&lt;br /&gt;
image should be the logo filename only.&lt;br /&gt;
e.g. MFA logo.png not File:MFA logo.png&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
{{Ministry&lt;br /&gt;
|ministry_id=mfa&lt;br /&gt;
|name=Ministry of Foreign Affairs&lt;br /&gt;
|abbreviation=MFA&lt;br /&gt;
|image=MFA logo.png&lt;br /&gt;
|formed_date=1965-08-09&lt;br /&gt;
|abolished_date=&lt;br /&gt;
|current_status=active&lt;br /&gt;
|current_minister=vivian-balakrishnan&lt;br /&gt;
|website=https://www.mfa.gov.sg&lt;br /&gt;
|parent_ministry=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
	<entry>
		<id>https://politicalsg.com/index.php?title=File:MFA_logo.png&amp;diff=4848</id>
		<title>File:MFA logo.png</title>
		<link rel="alternate" type="text/html" href="https://politicalsg.com/index.php?title=File:MFA_logo.png&amp;diff=4848"/>
		<updated>2026-05-16T20:46:46Z</updated>

		<summary type="html">&lt;p&gt;SGPolitico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Logo of Singapore Ministry of Foreign Affairs&lt;/div&gt;</summary>
		<author><name>SGPolitico</name></author>
	</entry>
</feed>