Help:Cheat Sheet
From Ciscowiki
Contents |
Start a new page
Using Wikilinks
CiscoWiki makes it very easy to link wiki pages using a standard syntax (see Links). If you (or anyone else) creates a link to an article that doesn't exist yet, the link will be coloured red, like this.
Clicking a red link, will take you to the edit page for the new article. Simply type your text, click save and the new page will be created.
Once the page has been created, the link will change from red to blue (purple for pages you've visited) indicating that the article now exists.
Usually this is the best way to create a new page, because it means that right from the start, the page will be linked from at least one other place on the wiki (and typically you will want to mesh it into other related pages later) If you are creating a new page without creating any link to it, you may need to ask yourself: Does this page really fit in with the topics already covered in the wiki? Also, how are you expecting visitors to find this page? Normally there is no reason to create a page without first creating a red link to it.
Using the URL
You can use the wiki's URL for creating a new page. The URL to an article of the wiki is usually something like this:
http://supportwiki.cisco.com/wiki/loggedin.php/TITLE OF ARTICLEorhttp://supportwiki.cisco.com/wiki/TITLE OF ARTICLE
If you replace TITLE OF ARTICLE with the name of the page you wish to create, you will be taken to a blank page which indicates that no article of that name exists yet. Clicking the "edit" page tab at the top of the page will take you to the edit page for that article, where you can create the new page by typing your text, and clicking submit.
From the search page
If you search for a page that doesn't exist (using the search box and 'go' button on the left of the page) then you will be provided with a link to create the new page. (Note that this technique doesn't work if you use the 'search' button).
Under a Category
Using the Product Selector Application (PSA) you can create an article under a specific category. First, you need to find the category where your new article belongs to. Once you know the category, type in the title of the article you wish to create in the box that says "Create an Article to this Category" and click on Submit. Finally, edit the new articel and click on Save page.
Text formatting markup
| Description | You type | You get |
| applies anywhere | ||
| Italic text | ''italic'' | italic |
| Bold text | '''bold''' | bold |
| Bold and italic | '''''bold & italic''''' | bold & italic |
| Escape wiki markup | <nowiki>no ''markup''</nowiki> | no ''markup'' |
| only at the beginning of the line | ||
| Indent text | :Indent text | Indent text |
| Headings of different levels <ref>Use of a heading created by single equal signs is discouraged as it appears with the same formatting and size as the page title, which can be confusing.</ref><ref>An article with four or more headings will automatically create a table of contents.</ref> |
==level 1== |
Level 1Level 2Level 3Level 4 |
| Horizontal rule |
---- |
|
| Bullet list |
* one |
|
| Numbered list |
# one |
|
| Mixture of bulleted and numbered lists |
# one |
|
| Definition list |
;Definition |
|
| Preformatted text |
preformatted text is done with |
preformatted text is done with a space at the beginning of the line |
Paragraphs
CiscoWiki ignores normal line breaks. To start a new paragraph, leave an empty line. You can also start a new line with the HTML tags <br> or <br/>.
HTML
Some HTML tags are allowed in CiscoWiki, for example <code>, <div>, <span> and <font>.
How to link
| Description | You type | You get |
| Internal link | [[Main Page]] | Main Page |
| Category link | [[:Category:Help]] | Category:Help |
| Piped link | [[Main Page|different text]] | different text |
| Anchor link | [[#External links|Anchor link]] | Anchor link |
| External link | http://mediawiki.org | http://mediawiki.org |
| Internal link to image file | [[media:example.jpg]] | media:example.jpg |
| External link, different title | [http://mediawiki.org MediaWiki] | MediaWiki |
| External link, unnamed | [http://mediawiki.org] | [1] |
| External link, same host unnamed | [http://{{SERVERNAME}}/pagename] | [2] |
| Interwiki link | [[Wikipedia:MediaWiki]] | Wikipedia:MediaWiki |
| mailto | mailto:info@example.org | mailto:info@example.org |
| mailto unnamed | [mailto:info@example.org] | [3] |
| mailto named | [mailto:info@example.org info] | info |
| mailto named with subject line | [mailto:info@example.org?Subject=URL%20Encoded%20Subject info] | info |
| redirect | #REDIRECT [[Main Page]] | → Main Page |
How to add categories
To add an article to a category put the following at the end of the page you are editing...
[[Category:NAME]]
where NAME is the name of the category you want to add it to. Any number of category tags may be added to the page - the page will be listed in all of them.
You can also specify an additional SORT parameter that dictates where the page will appear, alphabetically, within the category. This is achieved by using the following markup:
[[Category:NAME|SORT]]
So for example, to add this page to the 'Help' category, you would use:
[[Category:Help|Categories]]
Note that we used 'Categories' as the sort parameter. Without this the page would be listed under 'H' for 'Help:Categories', instead of under 'C', which is more useful. Other situations where you might want to use the sort parameter is when you have articles about people that are titled as FirstName LastName but within the category you want them listed as LastName, FirstName.
Another way to sort the article in the correct letter without the namespace is
[[Category:Help|{{SUBPAGENAME}}]]
This is extremely helpful when using templates which include a category tag.
Note: the SORT parameter does not affect how the page title is displayed within the category listing, just how it is ordered. In the above example, the link to this page will still be 'Help:Categories', and not 'Categories' as you might expect!
Linking to Category Pages
To create a link to a category page:
[[:Category:NAME]]
If you were linking to the Category Page for Help on MediaWiki, the link would look like this: Category:Help
If you want to display alternate text for the link:
[[:Category:NAME|TEXT]]
Here is an example of the same link to the Category Page for Help on MediaWiki as above, but with alternative text: MediaWiki Help Index
Categorize Categories
Categories themselves and other uploaded files like Pictures can be categorized exactly like normal pages. It is useful to connect the article-categories with categories already in place to establish connections and hierarchies. To this end, after saving the article, follow the category links at the end of the page to see, if the category is already in place and if not, categorize them until you connect them with an existing category.

