Template:AwardBox: Difference between revisions
From Hack Forums Wiki
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
{{Infobox | {{Infobox | ||
| bodystyle = overflow: auto; width: 20%; background: #333333; color: #d3d3d3; float: right; | | bodystyle = overflow: auto; width: 20%; background: #333333; color: #d3d3d3; float: right; | ||
| above = <u>{{ | | above = <u>{{PAGENAME}}</u> | ||
| header1 = | | header1 = | ||
| label1 = | | label1 = | ||
| image = [[File:{{{ | | image = [[File:{{{PAGENAME}}} (Award).png|center]] | ||
| data1 = <i>{{{AwardDesc}}}</i><br><br> | | data1 = <i>{{{AwardDesc}}}</i><br><br> | ||
| label2 = Type: | data2 = {{{AwardType}}} | | label2 = Type: | data2 = {{{AwardType}}} | ||
| Line 26: | Line 26: | ||
<pre> | <pre> | ||
{{AwardBox | {{AwardBox | ||
| AwardDesc = | | AwardDesc = | ||
| AwardType = | | AwardType = | ||
| Line 38: | Line 36: | ||
<pre> | <pre> | ||
{{AwardBox | {{AwardBox | ||
| AwardDesc = Full description of the award, as it appears on awards.php | | AwardDesc = Full description of the award, as it appears on awards.php | ||
| AwardType = Purchased, Earned, Limited, or Discontinued. | | AwardType = Purchased, Earned, Limited, or Discontinued. | ||
Revision as of 19:38, 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
| 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.
}}