Difference between revisions of "Editing the Wiki"
P.petrelli (talk | contribs) m |
|||
Line 3: | Line 3: | ||
List of all categories: [[Special:Categories]] | List of all categories: [[Special:Categories]] | ||
+ | |||
=== Adding a Category === | === Adding a Category === | ||
Line 8: | Line 9: | ||
Add to the bottom of a page: | Add to the bottom of a page: | ||
<nowiki>[[Category:Foo]]</nowiki> | <nowiki>[[Category:Foo]]</nowiki> | ||
+ | |||
+ | Or there's a blue square button with a C on the right in the wiki text editor | ||
=== Creating a Category === | === Creating a Category === |
Revision as of 23:27, 17 March 2019
Contents
Categories
List of all categories: Special:Categories
Adding a Category
Add to the bottom of a page: [[Category:Foo]]
Or there's a blue square button with a C on the right in the wiki text editor
Creating a Category
Create a page named Category:Foo
Categories can be members of other categories, this will create a tree structure
Link to a Category with [[:Category:Foo]]
Templates
List of all templates: Special:PrefixIndex/Template:
Adding a Template
Add to the page: {{Template:Foo}}
(This can be used to include the contents of any page, the `Template:` prefix is just a convention)
Creating a Template
Create a page named Template:Foo
The Template:Color box template can be used within another template to create a coloured box
See template documentation at [1]
Watching Pages
There is a 'Watch this page' checkbox when you edit a page - does this do anything?