WikiUsageTips
See also Main.TWikiSummary
List a single media item in a topic. Replace xxx with the media topic number.
Here is an example. First the code you use.
M1202 2011-11-16 Lawsuit Against City of San Diego Regarding Municipal Code 54.0110 -- Bryan Pease CitizensOversight
M1592 2014-06-25 Study on genetically modified corn, herbicide and tumors reignites controversy -- CbsNews
Highlighting
Twiki syntax allows you to choose the color of the text, but not a way to easily highlight -- like using a felt-tip highlighter
Just enclose the text with the following
or you can use the following 'easier to remember' forms:
Formatted Search of Form Fields
- Use a string like the following:
"[FormFieldName](/Common/FormFieldName)" value=".*Target.*"
Block to create form to create a topic * with specific topic template and form.
- And with name specified by the user.
- Change TYPE and TEMPLATETOPICNAME for each use.
Auto-create a topic directly from a link
- One click and auto-numbered topic is created.
- Replace "BaseN" with a unique WikiName Base for each series, if you wish to have topic name clickable or
- Replace "BaseN" with nonWikiName base for each series, such as "M" to create a shortest name that is not clickable.
- Check number of zeros for length of the number used, such as 00000 means five digits (fixed length).
- Replace TEMPLATE with the name of the base template
- Replace PARENTTOPIC with the parent topic name.
- Replace FORMTEMPLATE with the name of the form to attach.
- Replace TYPE with the readable name of this type of topic.
Force Page breaks in printed output
The "sticky" tags are required to avoid removal of these during wsiwyg editing.
This has been defined as %<nop>PAGEBREAK% so you can use that now.
-- Main.RaymondLutz - 09 Aug 2007