Template:FactionInfo: Difference between revisions

Jump to navigation Jump to search
fandom>PineApple1298
No edit summary
fandom>LenEnjoyer
No edit summary
Line 23: Line 23:
   <data source="discord_invite">
   <data source="discord_invite">
     <label>Discord Invite</label>
     <label>Discord Invite</label>
  </data>
</data>
  <data source="affiliation">
    <label>Affiliation</label>
   </data>
   </data>
</infobox>
</infobox>

Revision as of 18:45, 6 January 2023

There is a problem with parsing the infobox

  • 0
  • 1
    <title source="title1">
  • 2
    <default>{{PAGENAME}}</default>
  • 3
    </title>
  • 4
    <image source="image1">
  • 5
    <caption source="caption1"/>
  • 6
    </image>
  • 7
    <data source="founder">
  • 8
    <label>Founder</label>
  • 9
    </data>
  • 10
    <data source="leader">
  • 11
    <label>Leader</label>
  • 12
    </data>
  • 13
    <data source="founded">
  • 14
    <label>Founded</label>
  • 15
    </data>
  • 16
    <data source="active">
  • 17
    <label>Active</label>
  • 18
    </data>
  • 19
    <data source="members">
  • 20
    <label>Members</label>
  • 21
    </data>
  • 22
    <data source="discord_invite">
  • 23
    <label>Discord Invite</label>
  • 24
    </data>
  • 25
    </data>

    Opening and ending tag mismatch

  • 26
    <data source="affiliation">

    Extra content at the end of the document

  • 27
    <label>Affiliation</label>
  • 28
    </data>
  • 29

Example usage:

{{FactionInfo
|title1=Example
|image1=Example
|caption1=Example
|founder=Example
|leader=Example
|founded=Example
|discord_invite=Example
}}