Template:Infobox award: Difference between revisions

From Bhikitia Pro, An open encyclopedia
Blossom (talk | contribs)
Created page with "<div class="infobox" style="width: 22em; border: 1px solid #aaa; border-collapse: collapse; margin: 10px; float: right; background: #f9f9f9;"> <table style="width: 100%; border: none;"> <tr> <th colspan="2" style="background: #e9e9e9; text-align: center;">Award Details</th> </tr> <tr> <td colspan="2" style="text-align: center;"> {{#if: {{{award_image|}}} | <img src="{{{award_image}}}"..."
 
Blossom (talk | contribs)
Blanked the page
Tag: Blanking
Line 1: Line 1:
<div class="infobox" style="width: 22em; border: 1px solid #aaa; border-collapse: collapse; margin: 10px; float: right; background: #f9f9f9;">
 
    <table style="width: 100%; border: none;">
        <tr>
            <th colspan="2" style="background: #e9e9e9; text-align: center;">Award Details</th>
        </tr>
        <tr>
            <td colspan="2" style="text-align: center;">
                {{#if: {{{award_image|}}}
                    | <img src="{{{award_image}}}" alt="Award Image" style="max-width:200px;"> }}
            </td>
        </tr>
        {{#if: {{{award_name|}}}
            | <tr>
                <th style="text-align: left;">Award Name</th>
                <td>{{{award_name}}}</td>
            </tr>
        }}
        {{#if: {{{award_year|}}}
            | <tr>
                <th style="text-align: left;">Year</th>
                <td>{{{award_year}}}</td>
            </tr>
        }}
        {{#if: {{{awarded_by|}}}
            | <tr>
                <th style="text-align: left;">Awarded By</th>
                <td>{{{awarded_by}}}</td>
            </tr>
        }}
        {{#if: {{{recipient|}}}
            | <tr>
                <th style="text-align: left;">Recipient</th>
                <td>{{{recipient}}}</td>
            </tr>
        }}
        {{#if: {{{reason|}}}
            | <tr>
                <th style="text-align: left;">Reason</th>
                <td>{{{reason}}}</td>
            </tr>
        }}
        {{#if: {{{related_work|}}}
            | <tr>
                <th style="text-align: left;">Related Work</th>
                <td>{{{related_work}}}</td>
            </tr>
        }}
    </table>
</div>

Revision as of 22:27, 10 December 2024