aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.176 - [ghost] Built-In

Mnemonic aid: ghost for GHOST of a style

See also:  [glos] ,  [gstyle] ,  [listg] ,  [locs] ,  [s] ,  [spage]  and  [style] 

This outputs a style verbatim, without processing it. Invoked without the source option, it works like  [s styleName]  and  {styleName} , which is to say it will output a local style if one exists, otherwise it will output a global style if it exists. If neither style type exists, then it will output nothing.

With source=global, it will output the global style, ignoring any local version. If the global style does not exist, there will be no output.

With source=local, it will output the local style, or if the local style does not exist, there will be no output.


[ghost (source=global|local)styleName]

[gstyle boldenx You are too bold, sirrah!]
[style boldenx <b>[b]</b>]
[ghost boldenx]
[ghost source=global,boldenx]
[ghost source=local,boldenx]

&#60;b&#62;&#91;b&#93;&#60;/b&#62;
You are too bold&#44; sirrah!
&#60;b&#62;&#91;b&#93;&#60;/b&#62;
<b>[b]</b> You are too bold, sirrah! <b>[b]</b>

Other built-ins used here:  [gstyle]  and  [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