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| | | 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; | ||
<!-- | <!-- General Information --> | ||
| header1 = | | header1 = General Information | ||
| label2 = | | label2 = Designation | ||
| data2 = {{{ | | data2 = {{{designation|}}} | ||
| label3 = | | label3 = Nickname | ||
| data3 = {{{ | | data3 = {{{nickname|}}} | ||
| label4 = | | label4 = Led By | ||
| data4 = {{{ | | 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|}}} | ||
<!-- | <!-- Mechanical Information --> | ||
| header6 = | | header6 = Mechanical Information | ||
| label7 = | | label7 = Class | ||
| data7 = {{{ | | data7 = {{{class|}}} | ||
| label8 = | | label8 = Force Strength | ||
| data8 = {{{ | | data8 = {{{fs|}}} | ||
| label9 = | | label9 = Speed | ||
| data9 | | data9 = {{{speed|}}} | ||
| label10 = | | label10 = Armor | ||
| data10 = {{{ | | data10 = {{{armor|}}} | ||
| label11 = | | label11 = Air Mobility | ||
| data11 = {{{ | | data11 = {{{air-mobile|}}} | ||
| label12 = | | label12 = Maximum Energy | ||
| data12 = {{{ | | data12 = {{{energy|}}} | ||
| label13 = | | label13 = May Target | ||
| data13 = {{{ | | data13 = {{{targets|}}} | ||
| label14 = | | label14 = Weapon | ||
| data14 = {{{ | | data14 = {{{weapon|}}} | ||
| label15 = Actions / Passives / Equipment | |||
| data15 = {{{mech|}}} | |||
}} | }} | ||