{{vid|upcase}} / {{pid|upcase}} - {{page.title|xml_escape}}
| VID | 0x{{vid|upcase}} |
|---|---|
| PID | 0x{{pid|upcase}} |
| Owner | {{org.title|xml_escape}} |
| License | {{page.license|xml_escape}} |
| Site | {{page.site|xml_escape}} |
| Source | {{page.source|xml_escape}} |
{% include data.html %} {% capture orgpath %}/org/{{page.owner}}/{% endcapture %} {% assign org = orgs|where:"url",orgpath|first %} {% assign urlparts = page.url|split:"/" %} {% assign vid = urlparts[1] %} {% assign pid = urlparts[2] %} {% capture title %}{{vid}}/{{pid|upcase}} {{page.title}}{% endcapture %} {% include head.html title=title %}
| VID | 0x{{vid|upcase}} |
|---|---|
| PID | 0x{{pid|upcase}} |
| Owner | {{org.title|xml_escape}} |
| License | {{page.license|xml_escape}} |
| Site | {{page.site|xml_escape}} |
| Source | {{page.source|xml_escape}} |