~ubuntu-branches/ubuntu/hardy/moin/hardy-security

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/HelpOnMacros/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-05-14 15:55:15 UTC
  • mfrom: (0.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070514155515-apl4srcch40h9fcx
Tags: 1.5.7-3ubuntu1
* Merge from debian unstable, remaining changes:
  - 11000_show_traceback_toggle.patch: allow for 'show_traceback=0' in
    Moin configurations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
||<-3>{{{[[GetVal(NeatSnippets,regards)]]}}}||
122
122
||<5%>[[BR]]||<^ 75% style="margin: 10px;"> Retrieve dictionary entries from dict pages. || If you have a page called GermanDict which contains the entry ''Test'', you should see the translation here: [[GetVal(GermanDict,Test)]] ||
123
123
||<-3>{{{ [[MonthCalendar(,,12)]]}}}||
124
 
||<5%>[[BR]]||<^ 75% style="margin: 10px;"> Displays a Calendar and creates link for entries to each day on subpages || See MoinMoin:MonthCalendar ||
 
124
||<5%>[[BR]]||<^ 75% style="margin: 10px;"> Displays a Calendar and creates link for entries to each day on subpages || See /MonthCalendar ||
125
125
 
126
126
[[FootNote()]]
127
127
 
140
140
}}}
141
141
   
142
142
You could write a !MacroName.py file like this:
143
 
{{{
 
143
{{{#!python
144
144
Dependencies = []
145
145
 
146
146
def execute(macro, args):