aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.17 - [ul] Built-In

Mnemonic aid: ul for Unordered List

This built-in allows you to easily build HTML  <ul>  style lists.


[ul (istyle=hstyle,)(lstyle=hstyle,)(wrap=styleName,)(sep=X,)item(Xitem)]

[style ulw *[b]*]
[ul joe,fred]
[ul wrap=ulw,joe,fred]
[ul sep=||,joe||fred]
[ul sep=||,wrap=ulw,joe||fred]
[ul lstyle=color:#ff0000,joe,fred]
[ul istyle=color:#ff0000,joe,fred]

<ul>
<li>joe</li>
<li>fred</li>
</ul>

<ul>
<li>*joe*</li>
<li>*fred*</li>
</ul>

<ul>
<li>joe</li>
<li>fred</li>
</ul>

<ul>
<li>*joe*</li>
<li>*fred*</li>
</ul>

<ul style="color:#ff0000">
<li>joe</li>
<li>fred</li>
</ul>

<ul>
<li style="color:#ff0000">joe</li>
<li style="color:#ff0000">fred</li>
</ul>
  • joe
  • fred
  • *joe*
  • *fred*
  • joe
  • fred
  • *joe*
  • *fred*
  • joe
  • fred
  • joe
  • fred

Other built-ins used here:  [style] 

Keyboard Navigation
, Previous Page . Next Page t TOC i Index

Valid HTML 4.01 Loose
 

This manual was generated with wtfm
wtfm uses aa_macro and SqLite
aa_macro uses Python 2.7