Template:Infobox ERAProduct: Difference between revisions

From Goober Games
No edit summary
No edit summary
Line 10: Line 10:
<data source="upc"><label>'''UPC'''</label></data>
<data source="upc"><label>'''UPC'''</label></data>
<data source="available"><label>'''Available'''</label></data>
<data source="available"><label>'''Available'''</label></data>
<data source="buylink"><label>'''Buy'''</label><format>[{{{buylink}}} Buy Product]</format></data>
<header source="buylink"><label>'''Buy'''</label><format>[{{{buylink}}} Buy Product]</format></header>
</group>
</group>
</infobox>
</infobox>

Revision as of 19:17, 21 May 2024

There is a problem with parsing the infobox

  • 0
  • 1
    <group>
  • 2
    <title source="title"><default>{{PAGENAME}}</default><format>{{{title|{{PAGENAME}}}}}</format></title>
  • 3
    <media source="image">
  • 4
    <caption source="caption"><small>{{{caption}}}</small></caption>
  • 5
    </media>
  • 6
    </group>
  • 7
    <group>
  • 8
    <data source="code"><label>'''Code'''</label></data>
  • 9
    <data source="upc"><label>'''UPC'''</label></data>
  • 10
    <data source="available"><label>'''Available'''</label></data>
  • 11
    <header source="buylink"><label>'''Buy'''</label><format>[{{{buylink}}} Buy Product]</format></header>

    Opening and ending tag mismatch

    Incorrect XML markup. Please validate your XML

  • 12
    </group>

    Opening and ending tag mismatch

  • 13

    Extra content at the end of the document


Template for an ERA Product infobox.

{{Infobox Generic
|title          =
|image          =
|caption        =
|code           =
|upc            =
|available      =
|buylink        =
}}

Notes:

  • If "title" is omitted, it will default to the name of the page.