Help:Editing
From WxPerl wiki
The wxPerl wiki uses the open-source Wikipedia system for its pages. If you know how to edit Wikipedia pages, you will be right at home here. If not, here are some helpful tips.
Almost every page on this website can be modified; that is what makes it a "wiki". This means that if you see an error on a page, you can (and should) edit the page to fix it. Every page also has an editable "discussion" page, where you can propose changes, ask questions, discuss clarifications, and so on.
The best place to learn how to edit pages is at Wikipedia's editing tutorial pages. Some highlights are presented here, as a sort of quick-reference.
Contents |
Headings
==Top-Level Heading==
===Secondary Heading===
Text Formatting
''italic''
'''bold'''
'''''bold italic'''''
Links
Link to another page in this wiki by enclosing its name in double square brackets:
- [[AnotherPage]] = AnotherPage
To link to another page, but use different display text for the link, use a vertical bar:
- [[AnotherPage|display text]] = display text
Code
Source code can be put in <pre> tags:
- <pre>
- print "Hello, World\n";
- </pre>
This will display as:
print "Hello, World\n";
Further Exploration
For further information, see Wikipedia's How To Edit page.
