Changes between Version 19 and Version 20 of DiscussionPlugin


Ignore:
Timestamp:
Jun 18, 2006, 3:55:37 PM (18 years ago)
Author:
Radek Bartoň
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DiscussionPlugin

    v19 v20  
    4747}}}
    4848
     49== Macros ==
     50
     51There are few wiki maros avaiable:
     52
     53{{{
     54[forum:<forum_id> <text>]
     55}}}
     56Displays link to forum with id <id> and text <text>. Second argument is optional.
     57
     58{{{
     59[topic:<topic_id> <text>]
     60}}}
     61Displays link to topic with id <id> and text <text>. Second argument is optional.
     62
     63{{{
     64[message:<message_id> <text>]
     65}}}
     66Displays link to reply with id <id> and text <text>. Second argument is optional.
     67
     68{{{
     69[[ViewTopic(<topic_subject>)]]
     70}}}
     71Displays content of topic with subject <topic_subject>. If no subject given displays content of topic with same subject as name of current wiki page.
     72
    4973== Example ==
    5074
     
    5478}}}
    5579
    56 == Screenshots ==
    57 
    58 Shot of the forum index:
    59 
    60     http://trac-hacks.org/attachment/wiki/DiscussionPlugin/screenshot.jpg?format=raw
    61 
    6280== Author/Contributors ==
    6381