Opened 14 years ago
Closed 13 years ago
#387 closed enhancement (fixed)
write trac: macro for mediawiki
| Reported by: | Will Kahn-Greene | Owned by: | Will Kahn-Greene | 
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | infrastructure | Keywords: | |
| Cc: | Parent Tickets: | 
Description
Having a trac: macro (or whatever it's called) for our wiki would make it easier to link to Trac issues.
I wrote one for PCF's wiki that connected to Bugzilla. Pretty sure it wasn't too hard. It might have been in the configuration file.
Change History (3)
comment:2 by , 13 years ago
| Component: | component1 → infrastructure | 
|---|
comment:3 by , 13 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
I created a Trac macro using gandaro's macro text.


Do you mean a macro that can be used like this:
{{Issue|387|Alternative text}}? That should be easy to do, maybe this already is a solution:[http://issues.mediagoblin.org/ticket/{{{1}}} {{{2|Issue {{{1}}}}}}]