{{!
  Version summary block for the SetupCheck error page.

  Required data:
  - data-template: string (escaped) - template marker, must survive in output as an HTML comment
  - version-title: string (escaped) - heading for the version block
  - smw-title: string (escaped) - label for the Semantic MediaWiki row
  - smw-version: string (escaped) - installed Semantic MediaWiki version
  - smw-upgradekey: string (escaped) - current upgrade key
  - mw-title: string (escaped) - label for the MediaWiki row
  - mw-version: string (escaped) - installed MediaWiki version
  - code-title: string (escaped) - label for the setup check code row
  - code-type: string (escaped) - setup check code identifier

  Note: the <!-- ROW --> markers are consumed by the SetupCheck CLI rendering
  path (str_replace to newlines) and must survive verbatim.
}}
<!--{{data-template}}--><h4>{{version-title}}</h4><p><div style="margin-left:10px;display: flex; width: 90%;"><div style="flex-basis:30%;">{{smw-title}}:</div><div>{{smw-version}}&nbsp;({{smw-upgradekey}})</div></div><!-- ROW --><div style="margin-left:10px;display: flex; width: 90%;"><div style="flex-basis:30%;">{{mw-title}}:</div><div>{{mw-version}}</div></div><!-- ROW --><div style="margin-top:10px;margin-left:10px;display: flex; width: 90%;"><div style="flex-basis:30%;">{{code-title}}:</div><div><a href="https://www.semantic-mediawiki.org/wiki/Help:Setup_check/{{code-type}}">{{code-type}}</a></div></div></p>
