Template:Infobox: Difference between revisions

From Weegeepie Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#css:
{{#css:
:root {
:root {
   --WgpGradientTop: #35A774 !important;
   --WgpGradientTop: #35A774;
   --WgpGradientBottom: #267548 !important;
   --WgpGradientBottom: #267548;
   --WgpTextColor: white !important;
   --WgpTextColor: white;
}
}
}}
}}
Line 15: Line 15:
   </tr>
   </tr>
   <tr>
   <tr>
     <th class="infobox-header" style="transform: none !important;" colspan="2">{{{header1|Header goes here}}}</th>
     <th class="infobox-header" style="transform: none !important;" colspan="2">{{{header1|1st Header 1 goes here}}}</th>
   </tr>
   </tr>
   <tr>
   <tr>
     <td><b>{{{label2|Label 2 goes here}}}</b></td>
     <td style="padding: 2px 4px;"><b>{{{label2|Label 2 goes here}}}</b></td>
     <td>{{{data2|Data 2 goes here}}}</td>
     <td style="">{{{data2|Data 2 goes here}}}</td>
   </tr>
   </tr>
   <tr>
   <tr>
     <td><b>{{{label3|Label 3 goes here}}}</b></td>
     <td style="padding: 2px 4px;"><b>{{{label3|Label 3 goes here}}}</b></td>
     <td>{{{data3|Data 3 goes here}}}</td>
     <td style="">{{{data3|Data 3 goes here}}}</td>
   </tr>
   </tr>
   <tr>
   <tr>
     <td><b>{{{label4|Label 4 goes here}}}</b></td>
     <td style="padding: 2px 4px;"><b>{{{label4|Label 4 goes here}}}</b></td>
     <td>{{{data4|Data 4 goes here}}}</td>
     <td style="">{{{data4|Data 4 goes here}}}</td>
   </tr>
   </tr>
   <tr>
   <tr>
     <th class="infobox-header" style="transform: none !important;" colspan="2">{{{header5|Set header}}}</th>
     <th class="infobox-header" style="transform: none !important;" colspan="2">{{{header5|2nd header 5 goes here}}}</th>
   </tr>
   </tr>
   <tr>
   <tr>
     <td><b>{{{label6|Label 6 goes here}}}</b></td>
     <td style="padding: 2px 4px;"><b>{{{label6|Label 6 goes here}}}</b></td>
     <td>{{{data6|Data 6 goes here}}}</td>
     <td style="">{{{data6|Data 6 goes here}}}</td>
   </tr>
   </tr>
</table>
</table>

Latest revision as of 14:33, 4 June 2025


Page title goes here
Image goes here
1st Header 1 goes here
Label 2 goes here Data 2 goes here
Label 3 goes here Data 3 goes here
Label 4 goes here Data 4 goes here
2nd header 5 goes here
Label 6 goes here Data 6 goes here