Template:Infobox Generic: Difference between revisions

From Red Faction Wiki
No edit summary
No edit summary
Line 2: Line 2:
     <group>
     <group>
<title source="title"><default>{{PAGENAME}}</default><format>{{{title|{{PAGENAME}}}}}</format></title>
<title source="title"><default>{{PAGENAME}}</default><format>{{{title|{{PAGENAME}}}}}</format></title>
<media source="image"/>
<media source="image">
<caption source="imageinfo"><small>{{{imageinfo}}}</small></caption>
    <caption source="imageinfo"></small>{{{imageinfo}}}</small></caption>
    </media>
</group>
</group>
</infobox>
</infobox>

Revision as of 03:35, 31 January 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="imageinfo"></small>{{{imageinfo}}}</small></caption>

    Opening and ending tag mismatch

  • 5
    </media>

    Opening and ending tag mismatch

  • 6
    </group>

    Extra content at the end of the document

  • 7


{{Infobox Generic
|title          =
|image          =
|imageinfo      =
}}

Notes:

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