User:Sapero/sandbox: Difference between revisions

From Infarupedia
No edit summary
 
Line 193: Line 193:
| senate_seats =
| senate_seats =
| flag        =
| flag        =
}}
</pre>
== Country ==
{{Infobox country
| colorcode    =<nowiki>{{{colorcode|}}}</nowiki>
| name        =<nowiki>{{{name|}}}</nowiki>
| language    =<nowiki>{{{language|}}}</nowiki>
| denonym      =<nowiki>{{{denonym|}}}</nowiki>
| location    =<nowiki>{{{location|}}}</nowiki>
| capital      =<nowiki>{{{capital|}}}</nowiki>
| largestcity  =<nowiki>{{{largestcity|}}}</nowiki>
| government  =<nowiki>{{{government|}}}</nowiki>
| religion    =<nowiki>{{{religion|}}}</nowiki>
| currency    =<nowiki>{{{currency|}}}</nowiki>
| map          =<nowiki>{{{map|}}}</nowiki>
}}
<pre>
{{Infobox country
| colorcode    =
| name        =
| language    =
| denonym      =
| location    =
| capital      =
| largestcity  =
| government  =
| religion    =
| currency    =
| map          =
}}
}}
</pre>
</pre>

Latest revision as of 17:15, 5 December 2024

Templates

These templates get used often so..

Unbulleted list

Unbulleted list can be used to make a list. Used often under the alias/pronoun/town/party fields.

  • like
  • this

without the bullets.

  • like this
  • see?
  • pretty cool right?
  • ...
{{unbulleted list|first item|second item|third item|...}}

The unbulleted list may be replaced with:

  • ubl
  • ubt
  • ublist
  • unbullet

Infoboxes

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

Player

{{{name|}}}
{{{skin|}}}
Alias{{{alias|}}}
Java Name{{{java|}}}
Bedrock Name{{{bedrock|}}}
Pronouns{{{pronoun|}}}
Town{{{town|}}}
Party{{{party|}}}
{{{offices|}}}
{{Infobox player
| colorcode    =
| skin         =
| name         =
| alias        =
| pronoun      =
| 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    =
}}

Constituent territory

{{{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|}}}
Mayor{{{mayor|}}}
Location{{{location|}}}
Territory{{{territory|}}}
Citizens{{{citizens|}}}
Government{{{government|}}}
Map of {{{name|}}}
{{{map|}}}
{{Infobox town
| colorcode    =
| logo         =
| name         =
| mayor        =
| location     =
| territory    =
| citizens     =
| government   =
| map          =
}}

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=darkgray}} - | {{color box|#000000|border=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         =
}}

Country

{{{name|}}}
Languages{{{language|}}}
Denonym{{{denonym|}}}
Location{{{location|}}}
Capital{{{capital|}}}
Largest City{{{largestcity|}}}
Government{{{government|}}}
Religion{{{religion|}}}
Currency{{{currency|}}}
Map of {{{name|}}}
{{{map|}}}
{{Infobox country
| colorcode    =
| name         =
| language     =
| denonym      =
| location     =
| capital      =
| largestcity  =
| government   =
| religion     =
| currency     =
| map          =
}}