Changes between Initial Version and Version 1 of MediaWikiPluginMacro


Ignore:
Timestamp:
Jul 13, 2007, 2:56:52 PM (17 years ago)
Author:
permon
Comment:

New hack MediaWikiPluginMacro, created by permon

Legend:

Unmodified
Added
Removed
Modified
  • MediaWikiPluginMacro

    v1 v1  
     1= MediaWiki language processor =
     2
     3== Description ==
     4
     5Plugin introduces new wiki macro `mediawiki'. Macro turns trac wiki into pure mediawiki. It is based on [http://www.djangosnippets.org/snippets/139/ this] script.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for MediaWikiPluginMacro are
     10[report:9?COMPONENT=MediaWikiPluginMacro here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=MediaWikiPluginMacro&owner=permon new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:mediawikipluginmacro here].
     18
     19== Source ==
     20
     21You can check out MediaWikiPluginMacro from [http://trac-hacks.org/svn/mediawikipluginmacro here] using Subversion, or [source:mediawikipluginmacro browse the source] with Trac.
     22
     23== Example ==
     24
     25{{{
     26{{{
     27#!mediawiki
     28= Heading =
     29Everything here is interpreted by ''mediawiki'' processor.
     30
     31== List ==
     32# first
     33## first.a
     34## first.b
     35
     36[Wiki link]
     37}}}
     38}}}
     39
     40== Recent Changes ==
     41
     42[[ChangeLog(mediawikipluginmacro, 3)]]
     43
     44== Author/Contributors ==
     45
     46'''Author:''' [wiki:permon] [[BR]]
     47'''Contributors:'''