Changes between Initial Version and Version 1 of IncludePagesPlugin


Ignore:
Timestamp:
Dec 15, 2007, 7:18:05 PM (16 years ago)
Author:
RottenChester
Comment:

New hack IncludePagesPlugin, created by Rottenchester

Legend:

Unmodified
Added
Removed
Modified
  • IncludePagesPlugin

    v1 v1  
     1= Macro to Include Another Page in Current Page =
     2
     3== Description ==
     4
     5This is another version of the include macro. It takes one mandatory item and two optional positional items.  The mandatory item is the page name.  The optional items are the class of the generated heading and the class of the div surrounding the included page. If the first positional item is missing, no heading will be generated.  If the second is missing, no div will be generated.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for IncludePagesPlugin are
     10[report:9?COMPONENT=IncludePagesPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=IncludePagesPlugin&owner=Rottenchester new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:includepagesplugin here].
     18
     19== Source ==
     20
     21You can check out IncludePagesPlugin from [http://trac-hacks.org/svn/includepagesplugin here] using Subversion, or [source:includepagesplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25{{{
     26    [[IncludePages(Foo)]]
     27    [[IncludePages(Foo,headclass)]]
     28    [[IncludePages(Foo,headclass,blockclass)]]
     29}}}
     30
     31== Recent Changes ==
     32
     33[[ChangeLog(includepagesplugin, 3)]]
     34
     35== Author/Contributors ==
     36
     37'''Author:''' [wiki:Rottenchester] [[BR]]
     38'''Contributors:'''