Template:Infobox: Difference between revisions

From Weegeepie Wiki
Jump to navigation Jump to search
m (1 revision imported)
No edit summary
 
(36 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|[[Category:Infobox templates|{{remove first word|{{SUBPAGENAME}}}}]]}}}}|}}</includeonly><noinclude>
{{#css:
{{documentation}}
:root {
<!-- Categories go in the /doc subpage, and interwikis go in Wikidata. -->
  --WgpGradientTop: #35A774;
</noinclude>
  --WgpGradientBottom: #267548;
  --WgpTextColor: white;
}
}}
 
<table class="infobox" style="border-spacing:0;">
<tr>
<th style="color:var(--WgpTextColor);background:linear-gradient( var(--WgpGradientTop) , var(--WgpGradientBottom) ); line-height: 1.75; text-align: center !important; font-size: 18px;" colspan="4">{{{title|Page title goes here}}}</th>
</tr>
  <tr>
    <td colspan="2" style="text-align:center; padding: 0 !important;">{{{image|Image goes here}}}</td>
  </tr>
  <tr>
    <th class="infobox-header" style="transform: none !important;" colspan="2">{{{header1|1st Header 1 goes here}}}</th>
  </tr>
  <tr>
    <td style="padding: 2px 4px;"><b>{{{label2|Label 2 goes here}}}</b></td>
    <td style="">{{{data2|Data 2 goes here}}}</td>
  </tr>
  <tr>
    <td style="padding: 2px 4px;"><b>{{{label3|Label 3 goes here}}}</b></td>
    <td style="">{{{data3|Data 3 goes here}}}</td>
  </tr>
  <tr>
    <td style="padding: 2px 4px;"><b>{{{label4|Label 4 goes here}}}</b></td>
    <td style="">{{{data4|Data 4 goes here}}}</td>
  </tr>
  <tr>
    <th class="infobox-header" style="transform: none !important;" colspan="2">{{{header5|2nd header 5 goes here}}}</th>
  </tr>
  <tr>
    <td style="padding: 2px 4px;"><b>{{{label6|Label 6 goes here}}}</b></td>
    <td style="">{{{data6|Data 6 goes here}}}</td>
  </tr>
</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