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
- Host: GitHub
- URL: https://github.com/trac-hacks/trac-newpagemacro
- Owner: trac-hacks
- Created: 2012-08-25T00:14:38.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-06-23T04:14:59.000Z (almost 13 years ago)
- Last Synced: 2025-10-30T18:55:04.018Z (7 months ago)
- Topics: trac-plugin
- Language: Python
- Size: 108 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)]]