Difference between revisions of "Template:Infobox"

Jump to navigation Jump to search
No change in size ,  06:48, 29 January 2022
no edit summary
Line 5: Line 5:
     {{#if: {{{caption|}}}|<tr><td  colspan="2" style="text-align: center;">''{{{caption|}}}''</td></tr>}}
     {{#if: {{{caption|}}}|<tr><td  colspan="2" style="text-align: center;">''{{{caption|}}}''</td></tr>}}
     <tr>
     <tr>
         <td class="ibfobox-data-title">Parameter 1</td>
         <td class="infobox-data-title">Parameter 1</td>
         <td class="ibfobox-data">{{{prm1}}}</td>
         <td class="infobox-data">{{{prm1}}}</td>
     </tr>
     </tr>
     {{#if: {{{prm2|}}}|<tr>
     {{#if: {{{prm2|}}}|<tr>
         <td class="ibfobox-data-title">Parameter 2</td>
         <td class="infobox-data-title">Parameter 2</td>
         <td class="ibfobox-data">{{{prm2}}}</td>
         <td class="infobox-data">{{{prm2}}}</td>
     </tr>}}
     </tr>}}
   </table>{{#ifeq:{{NAMESPACE}}|Template|<!-- do nothing -->|[[Category:Some category]]}}</includeonly><noinclude>{{Infobox Documentation}}</noinclude>
   </table>{{#ifeq:{{NAMESPACE}}|Template|<!-- do nothing -->|[[Category:Some category]]}}</includeonly><noinclude>{{Infobox Documentation}}</noinclude>

Navigation menu