User:Sapero/sandbox: Difference between revisions

From Infarupedia
No edit summary
No edit summary
Line 1: Line 1:
= Infoboxes =
= Infoboxes =
Note: if something doesn't need to be filled in, for example, date of dissolution, just remove that line.
== Political Party ==
== Political Party ==


Line 120: Line 122:


{{Infobox player
{{Infobox player
 
| colorcode    =<nowiki>{{{colorcode|}}}</nowiki>
| skin        =<nowiki>{{{skin|}}}</nowiki>
| name        =<nowiki>{{{name|}}}</nowiki>
| java        =<nowiki>{{{java|}}}</nowiki>
| bedrock      =<nowiki>{{{bedrock|}}}</nowiki>
| town        =<nowiki>{{{town|}}}</nowiki>
| party        =<nowiki>{{{party|}}}</nowiki>
| offices      =<nowiki>{{{offices|}}}</nowiki>
}}
}}


<pre>
<pre>
 
{{Infobox player
| colorcode    =
| skin        =
| name        =
| java        =
| bedrock      =
| town        =
| party        =
| offices      =
}}
</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.

Revision as of 21:42, 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      =
}}

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.