Modify ↓
      
        Opened 13 years ago
Closed 9 years ago
#10066 closed enhancement (wontfix)
use of key-value-pairs in templates
| Reported by: | electro_nic | Owned by: | yu-ji | 
|---|---|---|---|
| Priority: | normal | Component: | WikiIncludePlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.12 | 
Description
The attachment contains a patch with the following features:
- use of key-value-pairs in templates
 - improved processor syntax
 - support for template versions with "@"
 - compatible with trac 0.12
 
{{{
#! WikiInclude page="Template@2"
|'''Hallo'''
|__World__
}}}
{{{
#!WikiInclude page=Template
|key2 ='''Hallo'''
|key4 = __sdfsdf__
|anotherKey1 =
  * Item 1
  * Item 2
|lastKey
}}}
[[WikiInclude(Template|Var1|Var2)]]
Attachments (1)
Change History (2)
Changed 13 years ago by
| Attachment: | keyvaluepairs.patch added | 
|---|
comment:1 Changed 9 years ago by
| Resolution: | → wontfix | 
|---|---|
| Status: | new → closed | 
Note: See
        TracTickets for help on using
        tickets.
    


Plugin is being removed. Please use IncludeMacro instead.