Template:InfoboxOverview: Difference between revisions

From Universe Wiki | Dawn of Victory 2289
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:


|headerstyle =  
|headerstyle =  
|labelstyle  = text-align:left; padding: 5px 10px 5px 10px; line-height:14px; font-weight:bold; width:33%
|labelstyle  = text-align:left; padding: 5px 10px 5px 10px; line-height:14px; font-weight:bold; width:33%; border:solid 1px #E7CC75
|datastyle  = text-align:left; vertical-align:top; transparent; padding: 10px 10px 5px 10px; line-height:14px
|datastyle  = text-align:left; vertical-align:top; transparent; padding: 10px 10px 5px 10px; line-height:14px; border:solid 1px #E7CC75


|header1 =  
|header1 =  
Line 33: Line 33:
</pre>
</pre>
</noinclude>
</noinclude>
<--Until I figure out a nice way to make this easy to plug into any table, this is just going to be a copy-able block of code for nested tables-->
{{{!}} class="infobox" cellspacing="0" style="width:100%; display:flex; justify-content:left; align-items:left"
{{!}}-
{{!}} colspan="1" style="{{{labelstyle}}}" {{!}} {{{label1|}}}
{{!}} colspan="1" style="{{{datastyle}}}" {{!}} {{{data1|}}}
{{!}}-
    {{!}} colspan="1" style="{{{labelstyle}}}" {{!}} {{{label2|}}}
{{!}} colspan="1" style="{{{datastyle}}}" {{!}} {{{data2|}}}
{{!}}-
    {{!}} colspan="1" style="{{{labelstyle}}}" {{!}} {{{label3|}}}
{{!}} colspan="1" style="{{{datastyle}}}" {{!}} {{{data3|}}}
{{!}}-
    {{!}} colspan="1" style="{{{labelstyle}}}" {{!}} {{{label4|}}}
{{!}} colspan="1" style="{{{datastyle}}}" {{!}} {{{data4|}}}
{{!}}-
    {{!}} colspan="1" style="{{{labelstyle}}}" {{!}} {{{label5|}}}
{{!}} colspan="1" style="{{{datastyle}}}" {{!}} {{{data5|}}}
{{!}}-
{{!}}}

Latest revision as of 22:45, 27 May 2025

{{InfoboxOverview
|name        = InfoboxOverview
|bodystyle   = width: 100%

|titlestyle  = font-size:120%
|title       = 

|headerstyle = 
|labelstyle  = text-align:left; padding: 5px 10px 5px 10px; line-height:14px; font-weight:bold; width:33%; border:solid 1px #E7CC75
|datastyle   = text-align:left; vertical-align:top; transparent; padding: 10px 10px 5px 10px; line-height:14px; border:solid 1px #E7CC75

|header1 = 
| label1 = 
|  data1 = 
|header2 = 
| label2 = 
|  data2 = 
|header3 = 
| label3 = 
|  data3 = 
|header4 = 
| label4 = 
|  data4 = 
|header5 = 
| label5 = 
|  data5 = 

|belowstyle = 
|below = 
}}


<--Until I figure out a nice way to make this easy to plug into any table, this is just going to be a copy-able block of code for nested tables-->