/var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/site/layouts/shortcodes
NameSizeModeActions
added-in.html2750644editdlrm
bs-table.html3990644editdlrm
callout-deprecated-dark-variants.html4670644editdlrm
callout.html2340644editdlrm
deprecated-in.html2790644editdlrm
docsref.html830644editdlrm
example.html24250644editdlrm
js-dismiss.html5610644editdlrm
js-docs.html24460644editdlrm
markdown.html290644editdlrm
param.html5960644editdlrm
partial.html250644editdlrm
placeholder.html29200644editdlrm
scss-docs.html29690644editdlrm
table.html8440644editdlrm
year.html660644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/site/layouts/shortcodes/table.html (844B)
{{- /* Usage: `table [args]` `args` are optional and can be one of the following: * class: any class(es) to be added to the `table` - default "" * simplified: show a simplified version in the examples - default `true` */ -}} {{- $class := .Get "class" -}} {{- $simplified := .Get "simplified" | default true -}} {{- $table_attributes := "" -}} {{- $table_content := " ...\n" -}} {{- with $class -}} {{- $table_attributes = printf ` class="%s"` . -}} {{- end -}} {{- if eq $simplified "false" -}} {{- $table_content = partialCached "table-content" . -}} {{- end -}} {{- $table := printf "\n%s" $table_attributes $table_content -}}
{{ partialCached "table-content" . }}
{{- highlight $table "html" "" -}}