Features

- using heavily modified versions of the header and footer action I make certain pages starting with special initals like FCWelcome use certain stylesheets, the round edges are also implemented there using a very dirty method that still needs improvement, all this will probably evolve into a real upgrade in the future including an action to control the different styles
- the include action allows you to show wiki pages inside a wiki page

possible improvements


It would be nice to have text snippets, that can easily added to Wikipages by just putting a certain text-brick into the source. E.g. add
sign for adding a pre-defined signature or date for the actual date. This is no action because the text block should be hard-wired afterwards, it's just a one-time interpretation by the formatter who makes certain text from a variable. I think there is nothing like this yet.

anchor action manual


/**
 "anchor action"
 author: DotMG <m.randimbisoa@dotmg.net>
 Parameters :
 ? name : name of anchor to set
 ? target : name of an anchor to go to
 ? text : Text to be displayed on link to anchor, optional
 ? title : optional, a code {{anchor target="Sometarget"}} without the parameter text will
   display between tags <a> and </a> the value of parameter title, if set, when defining
   {{anchor name="Sometarget"}}. (see usage).
 ? h3 : Dispaly a <h3></h3> tag after the anchor newly set, all link to that anchor without
   the parameter text will have h3 as caption.
 ? special : if this parameter is set, its value should be one of "table_of_contents" or "usage"

 > parameter name goes with title or h3, should not be used with parameter target.
 > parameter target goes with text.

  Special use :
   . {{anchor special="table_of_contents"}} : Display a list of anchors having the parameter h3 set.
   . {{anchor special="usage"}} : Show this help.

 Usage :
  {{anchor name="top" title="Top of page"}} => <a name="top"></a>
  {{anchor target="top"}} => <a href="#top">Top of page</a>
  {{anchor target="top" text="Back to top"}} => <a href="#top">Back to top</a>
  {{anchor name="paragraph1" h3="Introduction"}} => <a name="paragraph1"></a><h3>Introduction</h3>
  {{anchor target="paragraph1"}} => <a href="#paragraph1">Introduction</a>
**/
Diese Seite wurde 4 mal kommentiert. [Kommentare zeigen]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki