{{$pluginName := .Get "pluginName"}} {{ if $pluginName }}
Name | Type | {{ if $variableName }}Default | {{ end }}||
---|---|---|---|---|
{{else}} |
{{ end }}
{{.comment.shortText | safeHTML}} {{ if .comment.text}}{{.comment.text | safeHTML}} {{ end}} {{ range .comment.tags -}} {{ if eq .tag "description"}}{{.text | safeHTML}} {{ end}} {{ if eq .tag "version"}}Minimum lightGallery version required: {{.text}} {{ end}} {{ if eq .tag "example"}} {{ highlight .text "js" "" }} {{ end}} {{ end -}} |