From e423c2191225858441c793a243a09afdc546f15f Mon Sep 17 00:00:00 2001 From: Ben Williams Date: Thu, 22 Jan 2015 15:00:57 +0000 Subject: [PATCH] WikiText error in documentation A minor issue - the wrong slashes are used in part of this text for emphasis. This confused me until I realised what was going on (I thought the /'s were part of the template syntax). --- .../tw5.com/tiddlers/wikitext/Transclusion with Templates.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/wikitext/Transclusion with Templates.tid b/editions/tw5.com/tiddlers/wikitext/Transclusion with Templates.tid index bca8f0903..daf599874 100644 --- a/editions/tw5.com/tiddlers/wikitext/Transclusion with Templates.tid +++ b/editions/tw5.com/tiddlers/wikitext/Transclusion with Templates.tid @@ -24,7 +24,7 @@ Hello, my title is A The style is applied as expected, but the title is wrong: we want ``{{!!title}}`` to refer to the target tiddler B, and not the source tiddler A. -The solution is to use a \\template\\. In this case, the source tiddler A is called the [[TemplateTiddler|TemplateTiddlers]], and it is //applied// to tiddler B using the notation ``{{||A}}``. The difference is that any TextReference which does not refer explicitly to a specific tiddler is applied to the [[current tiddler|CurrentTiddler]], that is, the target tiddler. As a result, tiddler B now looks as expected: +The solution is to use a //template//. In this case, the source tiddler A is called the [[TemplateTiddler|TemplateTiddlers]], and it is //applied// to tiddler B using the notation ``{{||A}}``. The difference is that any TextReference which does not refer explicitly to a specific tiddler is applied to the [[current tiddler|CurrentTiddler]], that is, the target tiddler. As a result, tiddler B now looks as expected: <<< @@background-color:yellow;