2015-01-24 21:18:44 +00:00
created: 20150123220237000
2024-06-10 10:36:44 +00:00
modified: 20240610085736941
2015-01-24 21:18:44 +00:00
tags: Concepts
title: Hard and Soft Links
type: text/vnd.tiddlywiki
2024-06-10 10:36:44 +00:00
A <<.def "hard link">> is a [[link|Linking in WikiText]] that can be detected by a superficial examination of WikiText.
2015-01-24 21:18:44 +00:00
A link is <<.def "soft">> if it is:
* contained in text [[trancluded|Transclusion]] from elsewhere
* supplied via a [[macro|Macros]] or [[variable|Variables]]
* generated by a link widget whose <<.attr to>> attribute is a transclusion, macro or variable
2015-02-26 16:32:00 +00:00
<$macrocall $name=".warning" _="""Soft links are not detected by link-related filter operators such as <<.olink backlinks>>, <<.olink links>>, <<.olink all>> and <<.olink is>>."""/>
2024-06-10 10:36:44 +00:00
This concept is analogous to [[Hard and Soft Transclusions]].