Difference between revisions of "Template:AwardBox"
From Hack Forums Wiki
Line 3: | Line 3: | ||
| bodystyle = overflow: auto; width: 20%; background: #333333; color: #d3d3d3; float: right; | | bodystyle = overflow: auto; width: 20%; background: #333333; color: #d3d3d3; float: right; | ||
| above = <u>{{{AwardName}}}</u> | | above = <u>{{{AwardName}}}</u> | ||
| header1 = | |||
| label1 = | |||
| image = [[File:{{{AwardPic}}}|center]] | | image = [[File:{{{AwardPic}}}|center]] | ||
| data1 = <i>{{{AwardDesc}}}</i><br><br> | | data1 = <i>{{{AwardDesc}}}</i><br><br> |
Revision as of 15:10, 10 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 | AwardName = | AwardPic = | AwardDesc = | AwardType = | AwardID = | AwardDetails = | AwardRecip = }}
Example usage is below.
{{AwardBox | AwardName = Full name of the award, as it appears on awards.php | AwardPic = Image of the award (no File: is necessary, but include (Award)) | 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. }}