Template:Cut Enemies: Difference between revisions

From Valve Cut Content
Jump to: navigation, search
oldwiki>Livelong2
(prot)
 
mNo edit summary
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<infobox>
{{Infobox
  <title source="title1">
| title = {{#if: {{{title1|}}} | {{{title1}}} | {{PAGENAME}} |}}
    <default>{{PAGENAME}}</default>
|image1={{#if: {{{image1|}}} | [[File:{{{image1}}}|300px]]|}}
  </title>
|caption1={{#if: {{{caption1|}}} |{{{caption1}}} |}}
  <image source="image1">
|image2={{#if: {{{image2|}}} | [[File:{{{image2}}}|300px]]|}}
    <caption source="caption1"/>
|caption2={{#if: {{{caption2|}}} |{{{caption2}}} |}}
  </image>
|image3={{#if: {{{image3|}}} | [[File:{{{image3}}}|300px]]|}}
  <image source="image2">
|caption3={{#if: {{{caption3|}}} |{{{caption3}}} |}}
    <caption source="caption2"/>
|image4={{#if: {{{image4|}}} | [[File:{{{image4}}}|300px]]|}}
  </image>
|caption4={{#if: {{{caption4|}}} |{{{caption4}}} |}}
  <image source="image3">
|  header1 = Condition
    <caption source="caption3"/>
| label2 = {{#if: {{{model|}}} | Model |}}
  </image>
| data2 = {{#if: {{{model|}}} | {{{model}}} |}}
  <image source="image4">
| label3 = {{#if: {{{texture|}}} | Texture |}}
    <caption source="caption4"/>
| data3 = {{#if: {{{texture|}}} | {{{texture}}} |}}
  </image>
| label4 = {{#if: {{{ai|}}} | AI |}}
  <group>
| data4 = {{#if: {{{ai|}}} | {{{ai}}} |}}
    <header>Condition</header>
}}
    <data source="model">
      <label>Model</label>
    </data>
    <data source="texture">
      <label>Texture</label>
    </data>
    <data source="ai">
      <label>AI</label>
    </data>
    <data source="corruption_(if_any)">
      <label>Corruption (if any)</label>
    </data>
  </group>
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:<pre>

Latest revision as of 02:12, 20 December 2020

Cut Enemies
Condition

Example usage:

{{Cut Enemies
|title1=Example
|image1=Example
|caption1=Example
|image2=Example
|caption2=Example
|image3=Example
|caption3=Example
|image4=Example
|caption4=Example
|model=Example
|texture=Example
|ai=Example
}}