Modify

Opened 12 years ago

Closed 7 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)

keyvaluepairs.patch (4.2 KB) - added by electro_nic 12 years ago.

Download all attachments as: .zip

Change History (2)

Changed 12 years ago by electro_nic

Attachment: keyvaluepairs.patch added

comment:1 Changed 7 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

Plugin is being removed. Please use IncludeMacro instead.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain yu-ji.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.