Template:Infobox game: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
No edit summary
(Replaced content with "Category:Infoboxes132")
Tag: Replaced
Line 1: Line 1:
<infobox>
  <title source="title1"/>
  <image source="image1">
    <caption source="caption1"/>
  </image>
  <group>
    <header>About this game</header>
    <data source="maker">
      <label>Maker</label>
    </data>
    <data source="release_date">
      <label>Release Date</label>
    </data>
    <data source="type">
      <label>Type</label>
    </data>
    <data source="status">
      <label>Status</label>
    </data>
  </group>
  <group>
    <header>Other attributes</header>
    <data source="language">
      <label>Language</label>
    </data>
    <data source="country_of_origin">
      <label>Country Of Origin</label>
    </data>
  </group>
</infobox>
<noinclude>
Example usage:<pre>
{{Infobox game
|title1=Example
|image1=Example
|caption1=Example
|maker=Example
|release_date=Example
|type=Example
|language=Example
|country_of_origin=Example
}}
</pre>
</noinclude>
[[Category:Infoboxes132]]
[[Category:Infoboxes132]]

Revision as of 23:02, 13 May 2021