Template:Leak Patch infobox: Difference between revisions
From Valve Cut Content
m (1 revision imported) |
(fixup) |
||
Line 1: | Line 1: | ||
{{Infobox | |||
| title = {{PAGENAME}} | |||
|image1={{#if: {{{image2|}}} | [[File:{{{image1}}}|300px]]|}} | |||
|caption1={{#if: {{{caption1|}}} |{{{caption1}}} |}} | |||
|image2={{#if: {{{image2|}}} | [[File:{{{image2}}}|300px]]|}} | |||
|caption2={{#if: {{{caption2|}}} |{{{caption2}}} |}} | |||
|image3={{#if: {{{image3|}}} | [[File:{{{image3}}}|300px]]|}} | |||
|caption3={{#if: {{{caption3|}}} |{{{caption3}}} |}} | |||
|image4={{#if: {{{image3|}}} | [[File:{{{image3}}}|300px]]|}} | |||
|caption4={{#if: {{{caption3|}}} |{{{caption3}}} |}} | |||
| header1 = Basic Information | |||
| label2 = {{#if: {{{date_released|}}} | Date Released |}} | |||
| data2 = {{#if: {{{date_released|}}} | {{{date_released}}} |}} | |||
| label3 = {{#if: {{{code_fixes|}}} | Code fixes? |}} | |||
| data3 = {{#if: {{{code_fixes|}}} | {{{code_fixes}}} |}} | |||
| label4 = {{#if: {{{filesize|}}} | File Size |}} | |||
| data4 = {{#if: {{{filesize|}}} | {{{filesize}}} |}} | |||
| header2 = Authors | |||
| label5 = {{#if: {{{authors|}}} | Authors |}} | |||
| data5 = {{#if: {{{authors|}}} | {{{authors}}} |}} | |||
| label6 = {{#if: {{{contributors|}}} | Contributors |}} | |||
| data6 = {{#if: {{{contributors|}}} | {{{contributors}}} |}} | |||
}} | |||
<!-- OLD IMPLEMENTATION | |||
<infobox> | <infobox> | ||
<title source="title1"> | <title source="title1"> | ||
Line 36: | Line 60: | ||
</data> | </data> | ||
</group> | </group> | ||
</infobox> | </infobox>--> | ||
<noinclude> | <noinclude> | ||
Example usage:<pre> | Example usage:<pre> |
Revision as of 21:07, 27 November 2018
Basic Information | |
---|---|
Authors |
Example usage:
{{Leak Patch infobox |title1=Example <!-- Put "at a glance" images related to the patch here -- logos, filenames, forum posts, etc. --> |image1=Example |caption1=Example |image2=Example |caption2=Example |image3=Example |caption3=Example |image4=Example |caption4=Example |date_released=Example<!-- Date of latest release. Preferred format: October 14, 2017; if it is continued, then "ongoing" --> |code_fixes=Example<!-- Does it patch the DLLs? Yes, or no. --> |filesize=Example<!-- Filesize of current version --> |authors=Example<!-- People who authored the patch --> |contributors=Example<!-- People who contributed or helped in the making of the patch --> }}