User:Sapero/sandbox: Difference between revisions

From Infarupedia
No edit summary
No edit summary
Line 144: Line 144:
}}
}}
</pre>
</pre>
To add office terms, look to [[User:Sapero/sandbox#Office]]. Just paste that code at offices. To add multiple, just paste the new one after the earlier and you'll have 2.
java and bedrock are meant for your usernames on that platform.
java and bedrock are meant for your usernames on that platform.
To add office terms, look to [[User:Sapero/sandbox#Office]]. Just paste that code at offices. MAKE SURE YOU ADD THE LINE "| embed = yes" to the infobox.
To add multiple, just paste the new one after the earlier and you'll have 2. Like so:
{{Infobox player
| name        =ExampleUser
| offices      = {{Infobox office | embed = yes | office = Mayor of Examplestan | status = Incumbent | term_start = 420 B.C.E.}}{{Infobox office | embed = yes | office = King of Exampledonia | status = Abdicated | term_start = 400 B.C.E. | term_end = 69 C.E.}}
}}
<pre>
{{Infobox player
| name        =ExampleUser
| offices      ={{Infobox office | embed = yes | office = Mayor of Examplestan | status = Incumbent | term_start = 420 B.C.E.}}{{Infobox office | embed = yes | office = King of Exampledonia | status = Abdicated | term_start = 400 B.C.E. | term_end = 69 C.E.}}
}}
</pre>
== Office ==
{{Infobox office
| office      =<nowiki>{{{office|}}}</nowiki>
| status      =<nowiki>{{{status|}}}</nowiki>
| term_start  =<nowiki>{{{term_start|}}}</nowiki>
| term_end    =<nowiki>{{{term_end|}}}</nowiki>
| predecessor  =<nowiki>{{{predecessor|}}}</nowiki>
| successor    =<nowiki>{{{successor|}}}</nowiki>
}}
<pre>
{{Infobox office
| office      =
| status      =
| term_start  =
| term_end    =
| predecessor  =
| successor    =
}}
</pre>

Revision as of 21:52, 2 June 2023

Infoboxes

Note: if something doesn't need to be filled in, for example, date of dissolution, just remove that line.

Political Party

{{{name|}}}
Name{{{name|}}}
Abbreviation{{{abbreviation|}}}
Party leader{{{leader|}}}
Founder{{{founder|}}}
Founded{{{founded|}}}
Dissolved{{{dissolved|}}}
Merger of{{{merger|}}}
Split from{{{split|}}}
Preceded by{{{predecessor|}}}
Merged into{{{merged|}}}
Succeeded by{{{successor|}}}
Membership{{{membership|}}}
Ideology{{{ideology|}}}
Political Position{{{polspec|}}}
Colors{{unbulleted list | {{color box|#000000|border=<nowiki>darkgray}} - | {{color box|#000000|border=<nowiki>darkgray}} -}}
Slogan{{{slogan|}}}
Anthem{{{anthem|}}}
Urban Assembly Seats{{{ua_seats|}}}
Senate Seats{{{senate_seats|}}}
{{{flag|}}}
{{Infobox party
| colorcode    =
| logo         =
| name         =
| abbreviation =
| hq           =
| leader       =
| founder      =
| founded      =
| dissolved    =
| merger       =
| split        =
| predecessor  =
| merged       =
| successor    =
| membership   =
| ideology     =
| polspec      =
| colors       =
| slogan       =
| anthem       =
| ua_seats     =
| senate_seats =
| flag         =
}}




Constituent territory

{{{name|}}}
Name{{{name|}}}
Ruler{{{governor|}}}
Location{{{location|}}}
Capital{{{capital|}}}
Government{{{government|}}}
Map of {{{name|}}}
{{{map|}}}
{{Infobox territory
| colorcode    =
| logo         =
| name         =
| governor     =
| location     =
| capital      =
| citizens     =
| government   =
| map          =
}}

Town

{{{name|}}}
Name{{{name|}}}
Mayor{{{mayor|}}}
Location{{{location|}}}
Citizens{{{citizens|}}}
Government{{{government|}}}
Map of {{{name|}}}
{{{map|}}}
{{Infobox town
| colorcode    =
| logo         =
| name         =
| mayor        =
| location     =
| capital      =
| citizens     =
| government   =
| map          =
}}

Player

{{{name|}}}
{{{skin|}}}
Java Name{{{java|}}}
Bedrock Name{{{bedrock|}}}
Town{{{town|}}}
Party{{{party|}}}
{{{offices|}}}
{{Infobox player
| colorcode    =
| skin         =
| name         =
| java         =
| bedrock      =
| town         =
| party        =
| offices      =
}}

java and bedrock are meant for your usernames on that platform. To add office terms, look to User:Sapero/sandbox#Office. Just paste that code at offices. MAKE SURE YOU ADD THE LINE "| embed = yes" to the infobox. To add multiple, just paste the new one after the earlier and you'll have 2. Like so:

ExampleUser
Mayor of Examplestan
Incumbent
420 B.C.E. -
King of Exampledonia
Abdicated
400 B.C.E. - 69 C.E.
{{Infobox player
| name         =ExampleUser
| offices      ={{Infobox office | embed = yes | office = Mayor of Examplestan | status = Incumbent | term_start = 420 B.C.E.}}{{Infobox office | embed = yes | office = King of Exampledonia | status = Abdicated | term_start = 400 B.C.E. | term_end = 69 C.E.}}
}}


Office

{{{office|}}}
{{{status|}}}
{{{term_start|}}} - {{{term_end|}}}
Predecessor{{{predecessor|}}}
Successor{{{successor|}}}
{{Infobox office
| office       =
| status       =
| term_start   =
| term_end     =
| predecessor  =
| successor    =
}}