stc expression syntax part variants

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Wiki Markup
{html}
<table id="table1001" cellpadding="3" style="border-collapse: collapse" border="1" 
bordercolor="#C0C0C0">
 <tr>
   <th bgcolor="#CCCCFF" valign="top">Category</th>
   <th bgcolor="#CCCCFF" valign="top">Select <br>Attribute(s)</th>
   <th bgcolor="#CCCCFF" valign="top">(<font color="#CC0000">:</font>)Template(s)</th>
   <th bgcolor="#CCCCFF" valign="top"><font color="#CC0000">;</font> options</th>
   <th bgcolor="#CCCCFF" valign="top">Examples</th>
 </tr>
 <tr>
   <td>&nbsp;</td>
   <td>-</td>
   <td>-</td>
   <td>-</td>
   <td>&nbsp;</td>
 </tr>
 <tr>
   <td>Convert attrib to string</td>
   <td>X</td>
   <td>-</td>
   <td>-</td>
   <td><tt>&lt;customer&gt;</tt></td>
 </tr>
 <tr>
   <td>&nbsp;</td>
   <td>X</td>
   <td>-</td>
   <td>X</td>
   <td><tt>&lt;customers; separator=&quot;, &quot;&gt;</tt> </td>
 </tr>
 <tr>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
 </tr>
 <tr>
   <td>Invoke inner template</td>
   <td>-</td>
   <td>X</td>
   <td>-</td>
   <td><tt>&lt;disclaimer(yr=&quot;2009&quot;, co=coname)&gt;</tt></td>
 </tr>
 <tr>
   <td>&nbsp;</td>
   <td>-</td>
   <td>X</td>
   <td>X</td>
   <td><tt>&lt;hitcount()&gt;; format=&quot;fancy&quot;&gt;</tt></td>
 </tr>
 <tr>
   <td>&nbsp;</td>
   <td>X</td>
   <td>X</td>
   <td>-</td>
   <td><tt>&lt;customer:salutation()&gt;</tt></td>
 </tr>
 <tr>
   <td>&nbsp;</td>
   <td>X</td>
   <td>X</td>
   <td>X</td>
   <td><tt>&lt;customers:makebold(); separator=&quot;, &quot;&gt;</tt></td>
 </tr>
 </table>

<p><font size="1">Expressions Intro HTML Version: GW&nbsp; 2009-06-24</font></p>



{html}