Template:Infobox presidential administration: Difference between revisions

From AmericanGovSim
Jump to navigation Jump to search
No edit summary
No edit summary
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox
{{Infobox
|style        = width:{{#if:{{{width|}}}|{{{width}}}|17.5em}};
| bodyclass = vcard


|image        = {{#invoke:InfoboxImage|InfoboxImage|image={{{insignia|}}}|size={{{insigniasize|}}}|alt={{{insigniaalt|}}}|sizedefault=120px}}
| abovestyle = padding-top:0; padding-bottom:0;
|imagestyle  = padding-bottom:0.4em; border-bottom:solid 1px #ccd2d9;
| above = <div style="padding-top:0.3em; padding-bottom:0.3em; line-height: 1;">{{Br separated entries
|caption      = {{{insigniacaption|}}}
| 1 = <span class="fn org">{{{name}}}</span>
| 2 = <span class="nickname" style="font-size: 0.8em;">Presidential Administration</span>
| 3 = <span class="nickname" style="font-size: 0.8em;">{{{date_begin}}} &ndash; {{{date_end}}}</span>
}}</div>
<hr>
| label1  = President
| class1  = agent
| data1  = {{{president}}}


|data1  = {{{name|}}}
| label2 = Vice President
|data2  = Presidential Administration
| class2 = agent
|label3 = Style
| data2   = {{{vice_president}}}
|data3  = {{{style|}}}
|label4 = Type
|data4   = {{{type|}}}
|label5  = Status
|data5  = {{{status|}}}
|label6  = Abbreviation
|data6  = {{{abbreviation|}}}


|label7  = Member of
<br/>
|data7  = {{{member_of|{{{memberof|}}}}}}
 
|label8  = Reports to
| label4 = Senate Control
|data8  = {{{reports_to|{{{reportsto|}}}}}}
| class4 = agent
|label9 = Residence
| data4   = {{{congress_no1}}} Senate &ndash; {{{senate_control1}}} <br> {{{congress_no2}}} Senate &ndash; {{{senate_control2}}}
|data9  = {{{residence|}}}
 
|label10 = Seat
| label5 = House Control
|data10   = {{{seat|}}}
| class5 = agent
|label11  = Nominator
| data5  = {{{congress_no1}}} House &ndash; {{{house_control1}}} <br> {{{congress_no2}}} House &ndash; {{{house_control2}}}
|data11  = {{{nominator|}}}
 
|label12 = Appointer
<br/>
|data12  = {{{appointer|}}}<!--
 
        -->{{#if:{{{appointer_qualified|}}}
| label7 = Notable Events
          | <br />{{{appointer_qualified}}}
| class7 = agent
          }}
| data7  = {{{notable_events}}}
|label13  = Term length
 
|data13  = {{{termlength|}}}<!--
}}<noinclude>
        -->{{#if:{{{termlength_qualified|}}}
{{Documentation}}
          | <br />{{{termlength_qualified}}}
          }}
|label14 = Constituting instrument
|data14 = {{{constituting_instrument|}}}
|label15 = Precursor
|data15 = {{{precursor|}}}
|label16 = Inaugural holder
|data16  = {{{inaugural|}}}
|label17 = Formation
|data17  = {{{formation|}}}
|label18 = Founder
|data18  = {{{founder|}}}
|label19 = Named&nbsp;for
|data19  = {{{named_for|}}}
|label20 = First in-sim holder
|data20  = {{{first|}}}
|label21 = Final holder
|data21 = {{{last|}}}
|label22 = Abolished
|data22 = {{{abolished|}}}
|label23 = Succession
|data23  = {{{succession|}}}
|label24 = Unofficial names
|data24  = {{{unofficial_names|}}}
|label25 = Deputy
|data25  = {{{deputy|}}}
|label26 = Salary
|data26  = {{{salary|}}}
|label27 = Website
|data27  = {{{website|}}}
|header28 = {{{footnotes_title|}}}
|data29  = {{{footnotes|}}}
}}{{#if:{{{footnotes_title|}}}|[[Category:Pages using infobox official post with footnotes title]]}}<noinclude>
{{documentation}}
</noinclude>
</noinclude>

Latest revision as of 03:29, 26 February 2023

{{{name}}}
Presidential Administration
{{{date_begin}}} – {{{date_end}}}

President {{{president}}}
Vice President

{{{vice_president}}}


Senate Control {{{congress_no1}}} Senate – {{{senate_control1}}}
{{{congress_no2}}} Senate – {{{senate_control2}}}
House Control

{{{congress_no1}}} House – {{{house_control1}}}
{{{congress_no2}}} House – {{{house_control2}}}


Notable Events {{{notable_events}}}

<templatestyles src="Module:Documentation/styles.css"></templatestyles>

Template documentation[view] [edit] [history] [purge]

Usage

{{Infobox presidential_administration
| name       = <!-- name of the admin, e.g. Cabin Administration
| date_begin = 
| date_end   = <!-- if current, say "Present" -->

| president = 
| vice_president = 

| congress_no1 = <!-- the first congress presided over in the format number<sup>suffix</sup>, e.g. 144<sup>th</sup> -->
| senate_control1 = <!-- party/parties who controlled the senate e.g. [[NAL]] or [[LRP]], [[RRP]] -->
| house_control1  =

| congress_no2 = 
| senate_control2 = 
| house_control2  = 

| notable_events = <!-- stuff that happened, separated by <br> -->
}}