Difference between revisions of "Template:Books"

From Temple of the White Rat
Jump to navigation Jump to search
(Created page with "wip")
 
Line 1: Line 1:
wip
<includeonly><!--
--><table class="books">
    <tr><td  colspan="2" style="text-align: center; font-size:140%;">'''{{#if: {{{title|}}}|{{{title|}}}|{{PAGENAME}}}}'''</td></tr>
    {{#if: {{{file|}}}|<tr><td  colspan="2">[[File:{{{file|}}}{{!}}250px{{!}}center]]</td></tr>}}
    {{#if: {{{caption|}}}|<tr><td  colspan="2" style="text-align: center;">''{{{caption|}}}''</td></tr>}}
    <tr>
        <td class="books-data-title">Parameter 1</td>
        <td class="books-data">{{{prm1}}}</td>
    </tr>
    {{#if: {{{prm2|}}}|<tr>
        <td class="books-data-title">Parameter 2</td>
        <td class="books-data">{{{prm2}}}</td>
    </tr>}}
  </table>{{#ifeq:{{NAMESPACE}}|Template|<!-- do nothing -->|[[Category:Some category]]}}</includeonly>

Revision as of 06:22, 29 January 2022