inclusion syntax
{{ cardname | view }}
{{ cardname | key: value }}
{{ cardname | key1: value1 ; key2 value2 }}
Keys and Values
| Key | Values | Notes |
|---|---|---|
|
view |
open, closed, titled, change, content, core, raw, link, name, linkname, url
|
"view" key is optional; if no key is given, value will be treated as view |
|
item |
same as above |
Search and Pointer cards only |
|
size |
icon, small, medium, large, full |
Image cards only |
|
type |
any valid Cardtype name |
soon to be deprecated; set type via rules with *default setting |
|
other |
any valid CSS value |
will be treated as CSS |
Notes
- whitespace is optional
- inclusions can use contextual names
- see inclusion feature for examples.
