~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/WikiCourse(2f)22(20)Parsers/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Please edit system and help pages ONLY in the master wiki!
 
2
## For more information, please see MoinMoin:MoinDev/Translation.
 
3
## page was renamed from WikiCourse/22 Parser
 
4
##master-page:
 
5
##master-date:
 
6
#acl -All:write Default
 
7
#format wiki
 
8
#language en
 
9
#pragma section-numbers off
 
10
<<Navigation(slides)>>
 
11
= Parsers =
 
12
== Input ==
 
13
{{{{
 
14
 {{{#!python
 
15
 def hello(name):
 
16
     print "Hello %s" % name
 
17
 }}}
 
18
}}}}
 
19
 
 
20
== Display ==
 
21
{{{#!python
 
22
def hello(name):
 
23
    print "Hello %s" % name
 
24
}}}