Template:Mod InfoBox: Difference between revisions
From Valve Cut Content
m (1 revision imported) |
(new format) |
||
Line 1: | Line 1: | ||
{{Infobox | |||
|title1={{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}}} |}} | |||
| header1 = Mod Information | |||
| label2 = {{#if: {{{release_date|}}} | Release Date |}} | |||
| data2 = {{#if: {{{release_date|}}} | {{{release_date}}} |}} | |||
| label3 = {{#if: {{{developer|}}} | Developer |}} | |||
| data3 = {{#if: {{{developer|}}} | {{{developer}}} |}} | |||
| label4 = {{#if: {{{mod_for|}}} | For |}} | |||
| data4 = {{#if: {{{mod_for |}}} | {{{mod_for}}} |}} | |||
| label5 = {{#if: {{{website|}}} | Website |}} | |||
| data5 = {{#if: {{{website |}}} | {{{website}}} |}} | |||
| label6 = {{#if: {{{steamg|}}} | Steam Group |}} | |||
| data6 = {{#if: {{{steamg |}}} | {{{steamg}}} |}} | |||
|header7= Developer Information | |||
| label8 = {{#if: {{{creators|}}} | Creators |}} | |||
| data8 = {{#if: {{{creators |}}} | {{{creators}}} |}} | |||
| label9 = {{#if: {{{programmers|}}} | Programmers |}} | |||
| data9 = {{#if: {{{programmers |}}} | {{{programmers}}} |}} | |||
| label10 = {{#if: {{{level_designers|}}} | Level Designers |}} | |||
| data10 = {{#if: {{{level_designers |}}} | {{{level_designers}}} |}} | |||
| label11 = {{#if: {{{modelers|}}} | Modelers |}} | |||
| data11 = {{#if: {{{modelers |}}} | {{{modelers}}} |}} | |||
| label12 = {{#if: {{{artists|}}} | Artists |}} | |||
| data12 = {{#if: {{{artists |}}} | {{{artists}}} |}} | |||
| label13 = {{#if: {{{sound_designers|}}} | Sound Designers |}} | |||
| data13 = {{#if: {{{sound_designers |}}} | {{{sound_designers}}} |}} | |||
| label14 = {{#if: {{{composer|}}} | Composers |}} | |||
| data14 = {{#if: {{{composer |}}} | {{{composer}}} |}} | |||
}} | |||
<!-- | |||
<infobox> | <infobox> | ||
<title source="title1"> | <title source="title1"> | ||
Line 54: | Line 90: | ||
</data> | </data> | ||
</group> | </group> | ||
</infobox> | </infobox>--> | ||
<noinclude> | <noinclude> | ||
Example usage:<pre> | Example usage:<pre> |
Revision as of 15:55, 28 November 2018
Mod Information | |
---|---|
Developer Information |
Example usage:
{{Mod InfoBox <!--- Images --> |title1=Example |image1=Example <!-- Use these to show off cool promotional art and logos. Captions are optional--> |caption1=Example |image2=Example |caption2=Example |image3=Example |caption3=Example |image4=Example |caption4=Example |image5=Example |caption5=Example |release_date=Example<!-- As always, if applicable--> <!-- Developer info --> |developer=Example |mod_for=Example <!-- What game does it mod? Half-Life 2? Half-Life? Portal 2?--> |website=Example <!-- Moddb pages count --> |steamg=Example <!-- In-depth developer info. Optional --> |mod_creator(s)=Example |programmer(s)=Example |level_designer(s)=Example |sound_designer(s)=Example |modeler(s)=Example |texture_artist(s)=Example |artist(s)=Example |composer=Example }}