mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
d276e0aa25
* Improve docs of transcludes and backtranscludes operators * Improve docs: cross reference hard/soft links and transclusions
17 lines
785 B
Plaintext
17 lines
785 B
Plaintext
created: 20240610085133221
|
|
modified: 20240610085613037
|
|
tags: Concepts
|
|
title: Hard and Soft Transclusions
|
|
|
|
A <<.def "hard transclusion">> is a [[transclusion|Transclusion]] that can be detected by a superficial examination of WikiText.
|
|
|
|
A transclusion is <<.def "soft">> if it is:
|
|
|
|
* contained in text [[trancluded|Transclusion]] from elsewhere
|
|
* supplied via a [[macro|Macros]], [[procedure|Procedures]] or [[variable|Variables]]
|
|
* generated by a [[transclude widget|TranscludeWidget]] whose <<.attr $tiddler>> attribute is a transclusion, macro or variable
|
|
|
|
<$macrocall $name=".warning" _="""Soft transclusions are not detected by transclusion-related filter operators <<.olink transcludes>> and <<.olink backtranscludes>>."""/>
|
|
|
|
This concept is analogous to [[Hard and Soft Links]].
|