Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ditto プレースホルダー内で変数を使用できますか? 例えば
[!Ditto? &tpl=`TPL-jc` &display=$myVar]
それ以外の
[!Ditto? &tpl=`TPL-jc` &display=`10`]
Ditto プレースホルダー内で別の Element を使用できます。
[!Ditto? &tpl=`TPL-jc` &display=`[+myVar+]`]
(これはプレースホルダーとしての myVar です)
[!Ditto? &tpl=`TPL-jc` &display=`[myVar]`]
(これは、必要な値を出力するスニペットとしての myVar です)
[!Ditto? &tpl=`TPL-jc` &display=`[*myVar*]`]
(テンプレート変数としての myVar です)