© 2015 X2Engine Inc.

Difference between revisions of "Wiki Usage:For contributors"

From X2Engine
Jump to: navigation, search
(Extra InterWiki Prefixes)
Line 22: Line 22:
 
== Extra InterWiki Prefixes ==
 
== Extra InterWiki Prefixes ==
 
Prefixes have been added for common locations throughout this wiki;
 
Prefixes have been added for common locations throughout this wiki;
;Class documentation in the X2Engine class reference
+
 
: <pre>[[x2doc:{class name}|]]</pre> Example: [[x2doc:Contacts|Contacts]]
+
=== The X2Engine class reference ===
;Class documentation in the Yii Framework class reference
+
<pre>[[x2doc:{class name}|]]</pre> Example: [[x2doc:Contacts|Contacts]]
: <pre>[[yii:{class name}|]]</pre> Example: [[yii:CActiveRecord|CActiveRecord]]
+
 
;Pages on x2engine.com
+
=== The Yii Framework class reference ===
: <pre>[[x2:{page name}|]]</pre> Example: [[x2:partners|partners]]
+
<pre>[[yii:{class name}|]]</pre> Example: [[yii:CActiveRecord|CActiveRecord]]
 +
Also, if you wish to link to an attribute or method of a class, use the following syntax (the typical format of permalinks):
 +
<pre>[[yii:{class name}#{property name}-detail|{class name}::{property name}]]</pre>
 +
 
 +
=== Pages in The Definitive Guide to Yii ===
 +
<pre>[[yiiguide:{article ID}|{article name}]]</pre>
 +
Article IDs will typically be a section and a page name in lower case, separated by a period, i.e. "basics.controller".
 +
 
 +
=== Pages on x2engine.com ===
 +
<pre>[[x2:{page name}|]]</pre> Example: [[x2:partners|partners]]

Revision as of 00:00, 14 September 2012


Bare Essentials

Edit/create a page
Search for it, and if it doesn’t exist you’ll see a link to create it.
Edit/create a category
Search for Category:{Category Name} and create it in much the same way as with creating a page.
Categorize a page
Place at the top of the page:
[[Category:{Category name}]]

Interwiki Links

Relevant page: The InterWiki manual. Interwiki links are a great way to quickly link to a page in another instance of MediaWiki without including the full URL. The syntax is:

[[{prefix}:{page}|]]

Where the pipe is added at the end of the link to hide the interwiki prefix in the resulting link, which makes links look nicer in general. You can optionally set the link text manually by inserting it after the pipe.

Extra InterWiki Prefixes

Prefixes have been added for common locations throughout this wiki;

The X2Engine class reference

[[x2doc:{class name}|]]
Example: Contacts

The Yii Framework class reference

[[yii:{class name}|]]
Example: CActiveRecord

Also, if you wish to link to an attribute or method of a class, use the following syntax (the typical format of permalinks):

[[yii:{class name}#{property name}-detail|{class name}::{property name}]]

Pages in The Definitive Guide to Yii

[[yiiguide:{article ID}|{article name}]]

Article IDs will typically be a section and a page name in lower case, separated by a period, i.e. "basics.controller".

Pages on x2engine.com

[[x2:{page name}|]]
Example: partners