Getting started with wiki: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
m
no edit summary
(New page: == Getting started contributing content == The wiki allows you to edit any page by clicking the 'edit' tab. To insert a link press the button with a link in the editor to get a [ [ <link...)
 
mNo edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Getting started contributing content ==
The DataFlex Wiki is a place for all VDF Developers to contribute their knowledge for the greater good.  Anyone who visits this website is invited to make a contribution.  This page contains a few tips for those who are new to the world of wikis.


Don't be afraid to have a go at something.  The worst that can happen is that someone else will either revert your contribution, or tidy it up to meet some standards of the site.
If you want to experiment with the wiki, then use the [[WikiPlayGround]] page.
==Getting started contributing content==
===Editing===
The wiki allows you to edit any page by clicking the 'edit' tab.
The wiki allows you to edit any page by clicking the 'edit' tab.


To insert a link press the button with a link in the editor to get a [ [ <link name> ] ] tag (without spaces), put whatever name you want the page to have in there.
===Adding a new page===
To add a new page you need to find an existing page and place a link to a new page on that .
 
You can create a link using
 
<pre>
[[<link name>]]
</pre>
 
When trying to link to an existing page, remember that the links are case sensitive, so ''VDF'' doesn't equal ''vdf''.
 
If the link name isn't descriptive enough, then you can make it more so by adding some more text:


When you press the link for the first time you get the chance to create a page.
<pre>
[[<link name>|<description>]]
</pre>
 
Links that are blue already exist, while read ones are pages that haven't been created.  If you click on a red link, you are taken to the edit screen where you can start writing.


So when you add to the wiki, you first create a link to the page and then you add the page (not the other way around which is the normal way in most systems).
So when you add to the wiki, you first create a link to the page and then you add the page (not the other way around which is the normal way in most systems).


== More advanced things ==
=== using categories ===
Use categories to sort items. Put Category tags at the end of the page.
Use categories to sort items. Put Category tags at the end of the page.


For example (again, without spaces)
For example (again, without spaces)
 
<pre>
[ [Category:<some category> ] ] [ [ Category:<some other category> ] ]
[[Category:<some category>]] [[Category:<some other category>]]
</pre>


To mark that one category is a subcategory of another, click on the link to go to your category page, and in there edit the category page itself to add a 'category' tag to where it should point.
To mark that one category is a subcategory of another, click on the link to go to your category page, and in there edit the category page itself to add a 'category' tag to where it should point.


[http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet More details on the wiki style formatting used (cheatsheet) in wikipedia web sites.]
[http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet More details on the wiki style formatting used (cheatsheet) in wikipedia web sites.]
Remember to put your category at the bottom of the edited text.
[[Category: DataFlex.Wiki]]

Navigation menu