Difference between revisions of "Template:Infobox cite"

From emcawiki
Jump to: navigation, search
Line 18: Line 18:
 
| {{2}}
 
| {{2}}
 
|}
 
|}
 +
 +
<div class="infobox">
 +
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
 +
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
 +
<table class="infobox-table">{{#if:{{{param1|}}}|<tr>
 +
    <th>Parameter 1</th>
 +
    <td>{{{param1}}}</td>
 +
</tr>}}{{#if:{{{param2|}}}|<tr>
 +
    <th>Parameter 2</th>
 +
    <td>{{{param2}}}</td>
 +
</tr>}}</table>
 +
</div>
  
 
[[Category:Term]]
 
[[Category:Term]]
  
 
</includeonly>
 
</includeonly>

Revision as of 03:38, 15 June 2023

This is the "InfoBox cite" template. It should be called in the following format:

{{InfoBox cite
|Author(s)=
|To cite=
}}

Edit the page to see the template text.