(((meta (@ (content . "Zettelmarkup: Transclusion") (name . "title"))) (meta (@ (content . "manual") (name . "role"))) (meta (@ (content . "#manual #zettelmarkup #zettelstore") (name . "tags"))) (meta (@ (content . "zmk") (name . "syntax"))) (meta (@ (content . "00001006000000 00001007030000 00001007040324 00001007800000 00001017000000") (name . "back"))) (meta (@ (content . "00001006000000 00001007030000 00001007040324 00001007800000 00001017000000") (name . "backward"))) (meta (@ (content . "1") (name . "box-number"))) (meta (@ (content . "(c) 2020-present by Detlef Stern ") (name . "copyright"))) (meta (@ (content . "20220131151022") (name . "created"))) (meta (@ (content . "00001006050000 00001007031110 00001007031140 00001007040310 00001007050000 00001007700000") (name . "forward"))) (meta (@ (content . "en") (name . "lang"))) (meta (@ (content . "EUPL-1.2-or-later") (name . "license"))) (meta (@ (content . "20220922155031") (name . "modified"))) (meta (@ (content . "20220922155031") (name . "published"))) (meta (@ (content . "public") (name . "visibility")))) (p "A transclusion allows to include the content of other zettel into the current zettel.") (p "The transclusion specification begins with three consecutive left curly bracket characters (" (@L (@H "“") (kbd "{") (@H "”")) ", U+007B) at the first position of a line and ends with three consecutive right curly bracket characters (" (@L (@H "“") (kbd "}") (@H "”")) ", U+007D)." " " "The curly brackets delimit either a " (a (@ (href . "00001006050000")) "zettel identifier") " or a searched zettel list." " " "You can add some " (a (@ (href . "00001007050000")) "attributes") ", although a transclusion does not support the default attribute." " " "Any other characters in this line will be ignored.") (p "This leads to three variants of transclusions:") (ol (li "Transclusion of the content of another zettel into the current zettel." " " "This is done if you specify a zettel identifier, and is called " (em "zettel transclusion") ".") (li "Transclusion of the list of zettel references that satisfy a " (a (@ (href . "00001007700000")) "query expression") "." " " "This is called " (em "query transclusion") ".") (li "Transclusion of the content of an image, referenced by a " (a (@ (href . "00001007040310#link-specifications")) "hosted or based") " link / URL.")) (p "The first two variants are described on separate zettel:") (ul (li (a (@ (href . "00001007031110")) "Zettel transclusion")) (li (a (@ (href . "00001007031140")) "Query transclusion"))))