An open API service indexing awesome lists of open source software.

https://github.com/trac-hacks/trac-newpagemacro

A little macro you can insert into your wiki pages which will let you create a new page from a template
https://github.com/trac-hacks/trac-newpagemacro

trac-plugin

Last synced: 7 months ago
JSON representation

A little macro you can insert into your wiki pages which will let you create a new page from a template

Awesome Lists containing this project

README

          

trac-NewPageMacro
=================

A little macro you can insert into your wiki pages which will let you create a new page from a template

Example Usage:

[[NewPage(parent=wiki/projects,template=ProjectTemplate,placeholder=My new project,button=New Project)]]

If you need more than one in a single page... provide and id:

[[NewPage(id=projects,parent=wiki/projects,template=ProjectTemplate,placeholder=My new project,button=New Project)]]