Template:Test

From nUSA Wiki Archive
Revision as of 08:45, 27 January 2023 by Nusawiki (talk | contribs)
Jump to navigation Jump to search

There is a problem with parsing the infobox

  • 0
  • 1
    <title source="title">
  • 2
    <default>{{PAGENAME}}</default>
  • 3
    </title>
  • 4
  • 5
    <image source="image">
  • 6
    <default>"infobox-image"&gt;[[File:{{{image}}}|200px]]</default>
  • 7
    <div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}
  • 8
    </image>
  • 9
  • 10
    <header>Test</header>
  • 11
  • 12
    <data source="data1","data2">

    Attributes construct error

    Tag definition is not properly terminated

  • 13
    <label>Label</label>
  • 14
    </data>

    Opening and ending tag mismatch

  • 15
  • 16
  • 17
  • 18
    <data source="data3"><label>label</label></data>

    Extra content at the end of the document

  • 19
  • 20