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

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/HelpOnTemplates/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
##master-page:Unknown-Page
 
4
##master-date:Unknown-Date
 
5
#acl -All:write Default
 
6
#format wiki
 
7
#language en
 
8
== Help on Templates ==
 
9
 
 
10
Templates make it easier for users to add new pages. Instead of requiring that each bit of new information be added by hand, templates have some text and structure already filled in. [[HelpOnVariables|Variables]] can be used to insert date, time, creator, pagename, and the like.
 
11
 
 
12
A template page must be named with an ending fitting the standard template name ending (which defaults to some non-blank characters followed by "'''Template'''"). The administrator can change the default template name ending by setting "{{{page_template_regex}}}" in the configuration files. The new template page will be added to the list of template pages displayed when you try to show a non-existent page. For example, NonExistentHelpPage has a link to HelpTemplate that loads the content of HelpTemplate into the editor box, when you click on that link.
 
13
 
 
14
There are other default templates distributed with your !MoinMoin instance like a HomepageTemplate (for user homepages), a CategoryTemplate (for category pages, see  HelpOnCategories) or a SlideTemplate (for slides, see HelpOnSlideShows).