This is a stripped-down version of a single section of Grok TiddlyWiki, optimized for fast loading and readability by search engines. Some features are missing.

For the full Grok TiddlyWiki experience, please visit the wiki version of this page.

Ex:ParameterizedCit

 30th September 2024 at 9:52pm

Clone the ContactInformationTemplate and create a ContactInformationParameters version that does not use the current tiddler in any way (and thus does not need to be transcluded as a template).

If you've been messing with your ContactInformationTemplate, feel free to start with this version:

<h2>Information about {{!!title}}</h2>

<ul>
<li>''Email'': {{!!email}}</li>
<li>''Phone'': {{!!phone}}</li>
<li>
  ''Family'':
  <$transclude $variable="list-links-draggable" tiddler=<<currentTiddler>> field="family" />
</li>
<li>''Manager'': {{!!manager}}</li>
</ul>

Go to answer: Ex:ParameterizedCit/answer