Edgewall Software

Changes between Version 5 and Version 6 of 0.12/WikiProcessors


Ignore:
Timestamp:
Apr 10, 2010, 7:43:08 PM (14 years ago)
Author:
Christian Boos
Comment:

sync with [9452] and freezing

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/WikiProcessors

    v5 v6  
     1** Note: this page was used to prepare the 0.12 version of wiki:/WikiProcessors, see now directly that toplevel page **
    12= Wiki Processors =
    23
     
    5859{{{#!td style="border: none"
    5960{{{
    60 #!html
    61 <pre class="wiki">{{{
    62 #!html
    63 &lt;h1 style="color: grey"&gt;This is raw HTML&lt;/h1&gt;
    64 }}}</pre>
     61{{{
     62<h1 style="color: grey">This is raw HTML</h1>
     63}}}
    6564}}}
    6665}}}
     
    105104  }}}
    106105}}}
    107 
    108 
     106|-----------------------------------------------------------------
     107{{{#!td colspan=2 align=center style="border: none"
     108
     109     __Example 3__: Searching tickets from a wiki page, by keywords.
     110}}}
     111|-----------------------------------------------------------------
     112{{{#!td style="border: none"
     113  {{{
     114  {{{
     115  #!html
     116  <form action="/query" method="get">
     117  <input type="text" name="keywords" value="~" size="30">
     118  <input type="submit" value="Search by Keywords">
     119  <!-- To control what fields show up use hidden fields
     120  <input type="hidden" name="col" value="id">
     121  <input type="hidden" name="col" value="summary">
     122  <input type="hidden" name="col" value="status">
     123  <input type="hidden" name="col" value="milestone">
     124  <input type="hidden" name="col" value="version">
     125  <input type="hidden" name="col" value="owner">
     126  <input type="hidden" name="col" value="priority">
     127  <input type="hidden" name="col" value="component">
     128  -->
     129  </form>
     130  }}}
     131  }}}
     132}}}
     133{{{#!td valign=top style="border: none; padding: 1em"
     134  {{{
     135  #!html
     136  <form action="/query" method="get">
     137  <input type="text" name="keywords" value="~" size="30">
     138  <input type="submit" value="Search by Keywords">
     139  <!-- To control what fields show up use hidden fields
     140  <input type="hidden" name="col" value="id">
     141  <input type="hidden" name="col" value="summary">
     142  <input type="hidden" name="col" value="status">
     143  <input type="hidden" name="col" value="milestone">
     144  <input type="hidden" name="col" value="version">
     145  <input type="hidden" name="col" value="owner">
     146  <input type="hidden" name="col" value="priority">
     147  <input type="hidden" name="col" value="component">
     148  -->
     149  </form>
     150  }}}
     151}}}
    109152== Available Processors ==
    110153
     
    174217}}}
    175218
    176 The same is valid for all other mime types supported.
    177 
    178 === Additional Processors ===
     219The same is valid for all other [TracSyntaxColoring#SyntaxColoringSupport mime types supported].
     220
     221
    179222For more processor macros developed and/or contributed by users, visit:
    180223 * [trac:ProcessorBazaar]