Infoboxes: Difference between revisions

From Infarupedia
No edit summary
Tag: Reverted
(bringing back towny player template!)
Tag: Undo
 
Line 3: Line 3:
Note: if something doesn't need to be filled in, for example, date of dissolution, just remove that line.
Note: if something doesn't need to be filled in, for example, date of dissolution, just remove that line.


= PlayerV3 =
= Player =
This is a different template than "Infobox player", the old one was better fit for a towny server and this V3 one is better fit for a server like Infaru III.


{{Infobox playerV3
{{Infobox player
| colorcode    =<nowiki>{{{colorcode|}}}</nowiki>
| colorcode    =<nowiki>{{{colorcode|}}}</nowiki>
| skin        =<nowiki>{{{skin|}}}</nowiki>
| skin        =<nowiki>{{{skin|}}}</nowiki>
Line 14: Line 13:
| java        =<nowiki>{{{java|}}}</nowiki>
| java        =<nowiki>{{{java|}}}</nowiki>
| bedrock      =<nowiki>{{{bedrock|}}}</nowiki>
| bedrock      =<nowiki>{{{bedrock|}}}</nowiki>
| residence    =<nowiki>{{{residence|}}}</nowiki>
| town        =<nowiki>{{{town|}}}</nowiki>
| occupations  =<nowiki>{{{occupations|}}}</nowiki>
| party        =<nowiki>{{{party|}}}</nowiki>
| affiliations =<nowiki>{{{affiliations|}}}</nowiki>
| offices      =<nowiki>{{{offices|}}}</nowiki>
| offices      =<nowiki>{{{offices|}}}</nowiki>
}}
}}


<pre>
<pre>
{Infobox playerV3
{{Infobox player
| colorcode    =
| colorcode    =
| skin        =
| skin        =
Line 29: Line 27:
| java        =
| java        =
| bedrock      =
| bedrock      =
| residence    =
| town        =
| occupations  =
| party        =
| affiliations =
| offices      =
| offices      =
}}
}}

Latest revision as of 20:31, 2 June 2024

These are some useful infoboxes provided by Sapero.

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 the Office section. 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|}}}
{{{flag|}}}
Name{{{name|}}}
Ruler{{{governor|}}}
Location{{{location|}}}
Capital{{{capital|}}}
Government{{{government|}}}
Map of {{{name|}}}
{{{map|}}}
{{Infobox territory
| colorcode    =
| flag         =
| name         =
| governor     =
| location     =
| capital      =
| citizens     =
| government   =
| map          =
}}

Town

{{{name|}}}
Name{{{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          =
}}

Province

{{Infobox Province
 | colorcode    =
 | logo         =
 | name         =
 | governor     =
 | capital_city =
 | towns        =
 | 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{{{colors|}}}
Slogan{{{slogan|}}}
Anthem{{{anthem|}}}
Urban Assembly Seats(deprecated){{{ua_seats|}}}
Senate Seats(deprecated){{{senate_seats|}}}
National Assembly Seats{{{nass_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 =
| nass_seats   = (national assembly seats)
| flag         =
}}
{{Infobox Company
| colorcode    =
| name         =
| logo         =
| logo_upright =
| logo_alt     =
| logo_size    =
| caption      =
| flag         =
| flag_alt     =
| flag_size    =
| keyppl       =
| founder      =
| hq           =
| type         =
| industry     =
| divisions    =
| products     =
| map          =
| map_size     =
}}