Help:Editing

From RPTools Wiki
Revision as of 16:04, 29 November 2008 by Craig (talk | contribs) (New page: See the media wiki help on editing page for details of formatting and markup. To perform syntax highlighting on your macro code enclose it in the following tags <pre...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

See the media wiki help on editing page for details of formatting and markup.

To perform syntax highlighting on your macro code enclose it in the following tags

  <source lang="mtmacro" line>
  </source>

Example

  <source lang="mtmacro" line>
    [getName()]
  </source>

Produces

  [getName()]