Template:MedalTemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
{| border="0" cellpadding="4" cellspacing="0" style="float:right; margin:0 0 0 0; width:100%; background:; border-collapse:collapse; vertical-align: middle" | {| border="0" cellpadding="4" cellspacing="0" style="float:right; margin:0 0 0 0; width:100%; background:; border-collapse:collapse; vertical-align: middle" | ||
|- | |- | ||
! colspan="2" style="text-align:center; background:# | ! colspan="2" style="text-align:center; background:#C3D6EF;" | <font style="font-size:130%;">{{{name}}}</font> | ||
|- style="text-align:center;" | |- style="text-align:center;" | ||
|- | |- | ||
Line 75: | Line 75: | ||
}} | }} | ||
Example Usage:<pre> | Example Usage:<pre> | ||
{{MedalTemplate | |||
|name = Medal of Honour | |||
|fullname = Medal of Honour | |||
|image = [[File:Image 2024-04-04 061458909.png|100px]] | |||
|awarded_for = doing something cool in war | |||
|country = {{GER}} | |||
|presenter = President | |||
|eligibility = Veterans of campaign | |||
|ribbon = [[File:Image 2024-04-04 061509949.png|100px]] | |||
|status = No longer awarded | |||
|established = 01/01/2021 | |||
|firstawarded = 01/01/2021 | |||
|lastawarded = 02/01/2021 | |||
|totalawarded = 2 | |||
|nextlower = Link to next lower (if any) | |||
|nexthigher = Link to next higher (if any) | |||
}} | |||
</pre> | </pre> | ||
{{MedalTemplate | |||
|name = Medal of Honour | |||
|fullname = Medal of Honour | |||
|image = [[File:Image 2024-04-04 061458909.png|100px]] | |||
|awarded_for = doing something cool in war | |||
|country = {{GER}} | |||
|presenter = President | |||
|eligibility = Veterans of campaign | |||
|ribbon = [[File:Image 2024-04-04 061509949.png|100px]] | |||
|status = No longer awarded | |||
|established = 01/01/2021 | |||
|firstawarded = 01/01/2021 | |||
|lastawarded = 02/01/2021 | |||
|totalawarded = 2 | |||
|nextlower = Link to next lower (if any) | |||
|nexthigher = Link to next higher (if any) | |||
}} | |||
[[Category: Templates]] | [[Category: Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 00:17, 4 April 2024
|
|
Example Usage:
{{MedalTemplate |name = Medal of Honour |fullname = Medal of Honour |image = [[File:Image 2024-04-04 061458909.png|100px]] |awarded_for = doing something cool in war |country = {{GER}} |presenter = President |eligibility = Veterans of campaign |ribbon = [[File:Image 2024-04-04 061509949.png|100px]] |status = No longer awarded |established = 01/01/2021 |firstawarded = 01/01/2021 |lastawarded = 02/01/2021 |totalawarded = 2 |nextlower = Link to next lower (if any) |nexthigher = Link to next higher (if any) }}
|