{{#linkType type}}
    {{#if withline}}
        <code><a href="{{type.href}}#source" target="{{type.target}}" >{{type.raw}}:{{{line}}}</a></code>
    {{else}}
        <code><a href="{{type.href}}" target="{{type.target}}" >{{type.raw}}{{#compare type.indexKey "!==" ''}}['{{type.indexKey}}']{{/compare}}</a></code>
    {{/if}}
{{else}}
    <code>{{type}}</code>
{{/linkType}}
