Template:Infobox: Difference between revisions

From Videogame Morgue File

(Created page with "<infobox layout="stacked"> <title source="name"><default>{{PAGENAME}}</default></title> <image source="image" /> <data source="title"><label>Title</label></data> <data...")
 
(Fixing the incorrect use of double (instead of triple) curly brackets in the new "series" data source)
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<infobox layout="stacked">
<infobox layout="stacked">
  <title source="name"><default>{{PAGENAME}}</default></title>
   <image source="image" />
   <image source="image" />
   <data source="title"><label>Title</label></data>
   <data source="developer"><label>Developer</label></data>
   <data source="publisher"><label>Publisher</label></data>
   <data source="publisher"><label>Publisher</label></data>
   <data source="date"><label>date</label></data>
  <data source="platforms"><label>Platforms</label></data>
  <data source="series">
    <label>Series</label>
    <format>[[:Category:{{{series}}}|''{{{series}}}'']]</format>
  </data>
   <data source="date"><label>Date</label></data>
  <data source="wikipedia">
    <label>Wikipedia</label>
    <format>[{{{wikipedia}}} {{{wikipedia}}}]</format>
  </data>
  <data source="mobygames">
    <label>MobyGames</label>
    <format>[{{{mobygames}}} {{{mobygames}}}]</format>
  </data>
  <data source="tcrf">
    <label>The Cutting Room Floor</label>
    <format>[{{{tcrf}}} {{{tcrf}}}]</format>
  </data>
  <data source="related"><label>Related</label></data>
</infobox>
</infobox>

Latest revision as of 02:09, 5 September 2022