Template:Infobox unit: Difference between revisions

Created page with "{{Infobox | bodystyle = float: left; | title = {{{name|<includeonly>{{PAGENAME}}</includeonly>}}} | autoheaders = y | image = {{#if:{{{image|}}}|[[File:{{{image}}}|{{{image_size|}}}]]}} | caption = {{{caption|}}} | headerstyle = background:#ccf; <!-- Player Information --> | header1 = Player Information | label2 = Name | data2 = {{{player-name|}}} | label3 = Discord Name | data3 = {{{disc-name|}}} | label4 = Pronouns | d..."
 
No edit summary
Line 1: Line 1:
{{Infobox
{{Infobox
| bodystyle  = float: left;
| bodystyle  = float: left; <!-- This gets table to align left instead or right. -->
| title      = {{{name|<includeonly>{{PAGENAME}}</includeonly>}}}
| title      = {{{unit-name|}}}
| autoheaders = y
| autoheaders = y
| image      = {{#if:{{{image|}}}|[[File:{{{image}}}|{{{image_size|}}}]]}}
| image      = {{#if:{{{image|}}}|[[File:{{{image}}}|{{{image_size|}}}]]}}
| caption    = {{{caption|}}}
| caption    = {{{caption|}}}
| headerstyle = background:#ccf;
| headerstyle = background:#ccf;
<!-- Player Information -->
<!-- General Information -->
| header1    = Player Information  
| header1    = General Information
| label2      = Name
| label2      = Designation
| data2      = {{{player-name|}}}
| data2      = {{{designation|}}}
| label3      = Discord Name
| label3      = Nickname
| data3      = {{{disc-name|}}}
| data3      = {{{nickname|}}}
| label4      = Pronouns
| label4      = Led By
| data4      = {{{pronouns|}}}
| data4      = {{{leader|}}}
| label5      = Wiki Account
| label5      = Wiki Account <!-- Ignore this parameter. Easier to do this than redo all the goddamn numbers again. -->
| data5      = {{{wiki-acc|}}}
| data5      = {{{wiki-acc|}}}
<!-- Roleplay Information -->
<!-- Mechanical Information -->
| header6    = Roleplay Information
| header6    = Mechanical Information
| label7      = Leader
| label7      = Class
| data7      = {{{leader|}}}
| data7      = {{{class|}}}
| label8      = Other Characters
| label8      = Force Strength
| data8      = {{{characters|}}}
| data8      = {{{fs|}}}
| label9      = Participating Campaigns
| label9      = Speed
| data9       = {{{campaigns|}}}
| data9     = {{{speed|}}}
| label10      = Taskforce
| label10      = Armor
| data10      = {{{taskforce|}}}
| data10      = {{{armor|}}}
| label11      = Taskforce Specialization
| label11      = Air Mobility
| data11      = {{{tf-special|}}}
| data11      = {{{air-mobile|}}}
| label12      = IDENT
| label12      = Maximum Energy
| data12      = {{{ident|}}}
| data12      = {{{energy|}}}
| label13      = Controlled Units (Historical)
| label13      = May Target
| data13      = {{{u-history|}}}
| data13      = {{{targets|}}}
| label14      = Controlled Units (Active)
| label14      = Weapon
| data14      = {{{u-active|}}}
| data14      = {{{weapon|}}}
| label15      = Actions / Passives / Equipment
| data15      = {{{mech|}}}
}}
}}