Help:Guide to 'How-to' wiki pages

From InfoEx Help Information
Jump to navigation Jump to search

This pages give a short overview of the available templates and functionalities available for writing the help pages.

General structure of pages

The general structure of the 'How-to' pages are:

  • a introductory sentence stating the purpose of this page
  • a floating div with the requirements for the task described in this How-to page
  • a background section describing valuable background relating to the task discussed on this How-to page
  • a step-by-step description of the task including screen captures
  • a section with links to any other relevant wiki pages
  • a final section that includes information of when this How-to page was last tested

Note that not all of these sections make sense for every How-to page. Feel free to modify when appropriate.

Visit the How-to page template to get a copy of the high-level wiki code for these How-to pages.

Categories

To make it easier to navigate through the documentation, it is useful to associate individual pages with categories. To add a category to a document, simply add [[Category: Name of Category]] at the very bottom of the page.

We currently have the following categories:

Feel free to suggest additional categories

Floating boxes

Requirements box

REQUIREMENTS
Permission Permission level
Connectivity Required connectivity

To specify the requirements for the task discussed on a wiki page use {{Requirements|UserLevel=User Level|Connectivity=Required connectivity}}, which produces a blue box in the right top hand corner of the current section. Use the requirements box on the second line of a How-to page right under the _NOTOC_ line.

Use the following enumerations for the permission levels:

  • All users
  • Observation moderators and higher
  • Operation administrator and higher
  • Super user only

Use the following enumerations for the connectivity levels:

  • Online only
  • Online and partial offline
  • Online and offline

Edit the template Template:Requirements to make changes to this floating box.

Note box

Note boxes are used to highlight noteworthy aspects of the application that directly relate to the particular step within the step-by-step description of a task. To add a green note box use {{Note|Content.}}

NOTE Content.

Use {{Note | Content. | NoteWithImage}} to create a note box that nicely fits next to a image on the right hand side.

Edit the template Template:Note to make changes to this floating box.

Issue box

Issue boxes are used to highlight existing bugs that directly relate to the particular step within the step-by-step description of a task. To add a yellow issue box use {{Issue | Content. | NoteNoImage | Issue Number | Date}}, which produces

ISSUE Content.
JIRA: -Issue Number (Date)

Use {{Issue | Content. | IssueWithImage | Issue Number | Date}} to create an issue box that nicely fits next to a image on the right hand side.

Edit the template Template:Issue to make changes to this floating box.

New box

New boxes are used to highlight recent improvements to the Infoex application. To add a orange new box for the 2013/14 season use {{New2013-14 | Content. | NewNoImage}}, which produces

NEW 2013/14 Content.

Use {{New2013-14 | Content. | NewWithImage}} to create an issue box that nicely fits next to a image or the requirement box on the right hand side.

Templates have been created for the 2013/14 and 2014/15 seasons.

Edit Template:New2013-14 or Template:New2014-15 to make changes to these floating boxes.

Adding a New box to a page automatically tag the page with the categories New 2013-14 or New 2014-15 respectively. These category overview pages provide lists of all relevant pages.

Images

Standard display of screen capture for illustrating a step

Fig. X: Figure Caption

Use [[File:FileName.png|300px|thumb|right|Fig. X: Figure caption]] to refer to to a screen screen capture that illustrates the current step.

Use an descriptive name for the file name of the screen capture (e.g., LocationPickerWithBluePin.png) to simplify the management of these images and make it easier to find unique names.

Insert the wiki code for the image right on the very first line of the section where you would like to have the image. This way it lines up with the top of the first line of text.

To upload and new image, simply add the wiki code to your page, save the page and click on the red link in the figure frame. This will lead you right to the upload page. Once you have uploaded the figure, it will automatically show up the next time you load the wiki page.

Integrating images of commonly used buttons in text

The InfoEx application uses a number of standard buttons for adding, editing or deleting. To adds these buttons into your description of the the steps, simply link to the relevant image by including [[File:NameOfButton.png]] into your text.

The currently supported buttons include:

  • General admin buttons
    • Add button ButtonAdd.png (file name: ButtonAdd.png)
    • Copy button ButtonCopy.png (file name: ButtonCopy.png)
    • Delete button ButtonDelete.png (file name: ButtonDelete.png)
    • Edit button ButtonEdit.png (file name: ButtonEdit.png)
    • Trash Button ButtonTrash.png (file name ButtonTrash.png)
  • Report buttons
    • Settings button ButtingSettings.png (file name: ButtonSettings.png)
  • Location catalog buttons
    • Drawing a new point button ButtonDrawPoint.png (file name: ButtonDrawPoint.png)
    • Drawing a new line button ButtonDrawLine.png (file name: ButtonDrawLine.png)
    • Drawing a new polygon button ButtonDrawPolygon.png (file name: ButtonDrawPolygon)
    • Editing an existing shape ButtonEditShape.png (file name: ButtonEditShape.png)
    • Exporting location catalog as KML file ButtonExportKML.png (file name: ButtonExportKML.png)
    • Loading a KML with location geometries ButtonLoadKML.png (file name: ButtonLoadKML.png)
    • Mouse button ButtonMouse.png (file name: ButtonMouse.png)
    • Search button ButtonSearch.png (file name: ButtonSearch.png)
    • Show layers of location catalog in off position ButtonShowLayersOff.png (file name: ButtonShowLayersOff.png)
    • Show layers of location catalog in on position ButtonShowLayersOn.png (file name: ButtonShowLayersOn.png)
    • Show mountain range polygons ButtonShowMtnRanges.png (file name: ButtonShowMtnRanges.png)
    • Blue location pin LocationPin.png (file name: LocationPin.png)

Links

Link to CAA user management website

To add a link to the CAA user management website use {{UserAdminURL|OptionalExtension}}, which produces http://user.avalanche.ca/#/OptionalExtension.

To only include a link to the trunk URL include {{UserAdminURL}}.

Edit the template Template:UserAdminURL to make changes to the URL trunk.

Link to InfoEx application

To add a link to the InfoEx application website use {{InfoExURL|OptionalExtension}}, which produces https://infoex.avalancheassociation.ca/OptionalExtension.

To only include a link to the trunk URL include {{InfoExURL}}.

Edit the template Template:InfoExURL to make changes to the URL trunk.

Link to another wiki page

To add a link to another wiki page, simply type [[Name of other wiki page]].

Link to definitions page

The wiki includes a Definitions page that contains short descriptions of terms commonly used in the InfoEx application and the associate help documents. To link to a particular term in the definitions page write [[Definitions#Name of anchor on definitions page | Term displayed in text]]. For example [[Definitions#Assessment|assessments]] creates assessments.

Lists

The following code will produce an ordered list.

{|class="TblSteps"
|-
|class="StepNum" | 1.
|Description of first step.
|-
|class="StepNum" | 2.
|Description of second step.
|-
|class="StepNum" | 3.
|...
|}

Special formatting

Text buttons

To highlight buttons in the descriptions of the individual steps, a number of styles have been created. You can turn any text into a button by formatting it in the following fashion {{Button Style | Text of button}}. For example, {{ButtonBlue|Blue button}} creates Blue button. Edit the page: template:ButtonBlue or template:ButtonGrey to change the appearance of the button.

The currently supported button styles include:

  • Blue button (template name ButtonBlue)
  • Grey button (template name ButtonGrey)
  • Grey button with white text (template name ButtonGreyWhite)

The buttons are created with a wiki template, but their style can be changed in the main stylesheet of this wiki.

Other tips

Hiding of default table of content

Add _NOTOC_ at the top of the page to hide the default table of content.

Help for general formatting

Visit the general wiki user guide at http://meta.wikimedia.org/wiki/Help:Contents for other help on formatting and general wiki features.