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:MeetingInformation/answer

 25th September 2024 at 7:45pm

Add to some tiddler tagged $:/tags/ViewTemplate, such as $:/yourname/TiddlerTypeTemplates/Meeting:

<% if [all[current]tag[Meeting]] %>

  {{||MeetingInformationTemplate}}

<% endif %>

(The blank lines around {{||MeetingInformationTemplate}} may or may not be required – it's required if the template contains only a wikitext table, or it won't be recognized as a separate block.)

Go to question: Ex:MeetingInformation