{{- $cat := .Get 0 }} {{ if .IsNamedParams }}{{- $cat = .Get "cat" }}{{- end }} {{- $id := $cat }} {{- $title := $cat }} {{- if .Get "id" }}{{ $id = .Get "id" }}{{ end }} {{- if .Get "title" }}{{ $title = .Get "title" }}{{ end }} {{- $version := index (split $.Page.File.Path "/") 1 -}} {{- if (eq $version "latest") -}} {{- $version = index site.Data.releases 1 -}} {{- end -}}
{{- if isset $bi "infix" }}
{{ index (index $bi.args 0) "name" }} {{ $bi.infix }} {{ index (index $bi.args 1) "name" }}
{{- else }}
{{ $name }}
{{- end }}
|
{{- if isset $bi "infix" }}
{{ $bi.description | markdownify }}
{{- range $element := $bi.args }}
{{ $element.name }} ({{ $element.type }})
{{ $element.description | markdownify }}
{{- end }}
{{ $bi.result.name }} ({{ $bi.result.type }})
{{ $bi.result.description | markdownify }}
|
---|