Difference: WikiUsageTips (1 vs. 9)

Revision 92009-04-20 - Main.RaymondLutz

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Wiki Usage Tips

See also TWiki Summary

Added:
>
>

List a single media item in a topic. Replace xxx with the media topic number.

%SEARCH{".*" scope="topic" topic="Mxxx" noheader="on"  type="regex" nototal="on" nosearch="on" format=%MEDIAFORMAT% order="formfield(PubDate)"}%
 

Highlighting

Twiki syntax allows you to choose the color of the text, but not a way to easily <span

Revision 82009-03-13 - Main.RaymondLutz

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Wiki Usage Tips

Line: 64 to 64
 This has been defined as %PAGEBREAK% so you can use that now.

-- Raymond Lutz - 09 Aug 2007 \ No newline at end of file

Added:
>
>
META TOPICMOVED by="RaymondLutz" date="1236908387" from="Common.TwikiUsageTips" to="Common.WikiUsageTips"

Revision 72009-02-01 - Main.RaymondLutz

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Wiki Usage Tips

Added:
>
>
See also TWiki Summary
 

Highlighting

Twiki syntax allows you to choose the color of the text, but not a way to easily <span

Revision 62008-11-25 - Main.RaymondLutz

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Wiki Usage Tips

Line: 52 to 52
 Submit New TYPE* - Click here to create a new TYPE.
Added:
>
>

Force Page breaks in printed output

The "sticky" tags are required to avoid removal of these during wsiwyg editing.

<sticky><div style="page-break-before: always">&nbsp;</div></sticky>

This has been defined as %PAGEBREAK% so you can use that now.

 -- Raymond Lutz - 09 Aug 2007 \ No newline at end of file

Revision 52008-07-24 - Main.RaymondLutz

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Wiki Usage Tips

Line: 10 to 10
 Just enclose the text with the following
<span style="background:yellow"> highlight -- like using a felt-tip highlighter </span>
Added:
>
>
 
Added:
>
>
or you can use the following 'easier to remember' forms:
%HILITE%highlight -- like using a felt-tip highlighter %ENDHILITE%
 
Added:
>
>
And here is a sample using this method: highlight -- like using a felt-tip highlighter and the rest that is not highlighted.
 

Formatted Search of Form Fields

Revision 42008-06-30 - Main.RaymondLutz

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Wiki Usage Tips

Line: 9 to 9
  Just enclose the text with the following
Changed:
<
<
highlight -- like using a felt-tip highlighter
>
>
highlight -- like using a felt-tip highlighter
 

Revision 32007-10-09 - Main.RaymondLutz

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Wiki Usage Tips

Line: 18 to 18
 
  • Use a string like the following: "FormFieldName\" value=\".*Target.*\"
Added:
>
>

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.

<form action="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%WEB%/">
*Add new TYPE:* <br />
<input type="text" name="topic" size="32" />
<input type="hidden" name="templatetopic" value="TEMPLATETOPICNAME" />
<input type="hidden" name="topicparent" value="PARENTTOPICNAME" />
<input type="submit" value="Add new TYPE" />
</form>

Auto-create a topic directly from a link

  • One click and auto-numbered topic is created.
  • Replace "BaseN" with a unique Wiki Name? 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.

[[%SCRIPTURLPATH{"edit"}%/%WEB%/BaseNAUTOINC00000?templatetopic=%WEB%.TEMPLATE&topicparent=%WEB%.PARENTTOPIC&formtemplate=FORMTEMPLATE][Submit New TYPE]]* - Click here to create a new TYPE.
 -- Raymond Lutz - 09 Aug 2007 \ No newline at end of file

Revision 22007-10-09 - Main.RaymondLutz

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Wiki Usage Tips

Changed:
<
<

Highlighting

>
>

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
Line: 14 to 14
 
Added:
>
>

Formatted Search of Form Fields

 
Added:
>
>
  • Use a string like the following: "FormFieldName\" value=\".*Target.*\"
  -- Raymond Lutz - 09 Aug 2007

Revision 12007-08-09 - Main.RaymondLutz

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="WebHome"

Wiki Usage Tips

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

<span 
style="background:yellow"> highlight -- like using a felt-tip highlighter </span>

-- Raymond Lutz - 09 Aug 2007

 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding CopsWiki? Send feedback