Template:AwardBox: Difference between revisions
From Hack Forums Wiki
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
| image = [[File:{{PAGENAME}} (Award).png|center]] | | image = [[File:{{PAGENAME}} (Award).png|center]] | ||
| caption = <i>{{{AwardDesc}}}</i><br> | | caption = <i>{{{AwardDesc}}}</i><br> | ||
| | | label1 = Type: | data1 = {{{AwardType}}} | ||
| label2 = Award ID: | data2 = [http://www.hackforums.net/myawards.php?awid={{{AwardID}}} <span style="color: white;">{{{AwardID}}}</span>] | |||
| | |||
}} | }} | ||
Revision as of 22:03, 12 July 2015
This template is used on Award pages (any article with the Award: namespace), and is used to describe the specific details of said award.
{{AwardBox
| AwardDesc =
| AwardType =
| AwardID =
| AwardDetails =
| AwardRecip =
}}
Example usage is below.
{{AwardBox
| AwardDesc = Full description of the award, as it appears on awards.php
| AwardType = Purchased, Earned, Limited, or Discontinued.
| AwardID = The exact Award ID #.
| AwardDetails = If details for the award are public (donator awards), list them here. Else, detail why the award is usually given out.
| AwardRecip = Table of Award Recipients. When making the table, the pipe character must be escaped! Use {{!}} to do it.
}}