Clicklaw Wikibooks Contributor Guide

From Clicklaw Wikibooks
Jump to navigation Jump to search

This is a help page for contributors or users.


This is a guide for editors and contributors who have accounts with Clicklaw Wikibooks, and who are actively responsible for editing content. The Clicklaw Wikibooks Contributor Guide is designed to get editors and contributors started. If you are not a Clicklaw Wikibooks contributor, but are a Clicklaw contributor for the main Clicklaw website and need support, please see the Clicklaw Website Contributor Guide.

Before you edit

Know what you're responsible for

Have you been invited to edit a particular title? Are you certain the page you're on is part of that title, and does not belong to a different wikibook?

Be conscientious about which page you are editing. Several different titles, or wikibooks, reside on this platform. Please only edit pages from those titles (or chapters within titles) for which you are responsible. Generally, let your discretion guide you, or email editor@clicklaw.bc.ca for help.

But also...

Relax, you can't screw up

Having asked you to be mindful of the pages you edit, take comfort in knowing that you literally can't damage a page so badly that it cannot be restored. One of the best things about this wiki platform is that each page has a "History" of older versions, including the one you just saved over. You (or another person) can always undo an edit and restore an older version of a page.

When viewing a page's history tab:

  • Selecting Undo on the current version will show you the difference between it and the next most recent version, and you can then select "Save page" to restore the earlier of the two versions.
  • Selecting Rollback on the current version of a page will undo all of the recent changes by the contributor who had saved that current version, with the effect of rewinding the page back to the most recent version saved by someone other than that contributor.

If we haven't taught you how to do it, ask us how (or leave it be)

But a minimum knowledge of the tools is required. Other than knowing how to log in, navigate around, and where to find things like the "Edit" tab, you will need to know how to:

  1. create (or fix) links to cases, legislation, other web resources,
  2. make lists (like this numbered list),
  3. create emphasis for key words or documents using italics, or in rare cases bold,
  4. divide pages with section headings and subheadings,
  5. indent paragraphs or blocks of text,
  6. create text in a plain format (for legislation excerpts), and
  7. understand a few technical things that are happening and the limited things you need to know to:
    • change what alert boxes are saying on pages,
    • work with your contributor bio page,
    • understand some of the weird coding and know what to leave alone,
    • maybe change the contents of tables, and
    • participate in Discussion pages (these are locked down so only editors can see Discussions about a page).

This page shows you how to do the above. You are not expected to do anything technically beyond what is explained here.

Logging in to your new account

Everyone who contributes to Clicklaw Wikibooks will be given an account. All of your work is linked to your account, so it’s important to use the same account every time.

  1. You will receive an email from editor@clicklaw.bc.ca containing your username and password.
  2. Go to http://wiki.clicklaw.bc.ca/.
  3. Use the "Log in" button at the top right to log in with the username and password supplied in the email.
  4. Change your password to something secure that you will remember (if you need to find the Change Password page, it’s http://wiki.clicklaw.bc.ca/index.php?title=Special:ChangePassword).

Logging in to your new account.png

Getting to the edit screen of a page or a section

Once you are logged in and viewing the page you want to edit:

  1. Click on the "Edit" tab (to edit the whole page) or click on the "edit" link for a particular section.

    Editing a page on the wiki.png

  2. You can make changes to the text in the edit window, and click on the “Save page” button to save your changes.

    Editing a page on the wiki 2.png

Basic editing using wiki codes

As soon as you click "Edit" you will see that Clicklaw Wikibooks uses wiki codes, a relatively simple markup language, to determine how content looks. The headings, lists, indented paragraphs and other formatting that give form and structure to a wiki page are controlled using wiki codes.

For example, to make a numbered list, you put each item on a separate line and start the line with a pound symbol:

This wiki code Results in this display on the page
# One

# Two
## Two point one
# Three

  1. One
  2. Two
    1. Two point one
  3. Three

The good news is that there are not very many wiki codes, and many of them (for example, bold, italics, hyperlink) also have buttons in the edit toolbar that you can use that will automatically insert the codes.

The Clicklaw Wikibooks Cheatsheet features the key wiki codes. Also available is a Clicklaw Wikibooks Style Guide that highlights key style and word usage for Clicklaw Wikibooks.

Note about updating resources in Legal Help for British Columbians

For contributors updating resources for the guide Legal Help for British Columbians, please see the explanatory note on the Resource List discussion page. (Resources are managed as individual pages that are then automatically consolidated on a single Resource List.)

Plain language writing

A short definition of "Plain English"

Brian Garner, from Legal Writing in Plain English, 2001, pp xiv:

A word about "plain English." The phrase certainly shouldn't connote drab and dreary language. Actually, plain English is typically quite interesting to read. It's robust and direct—the opposite of gaudy, pretentious language. You achieve plain English when you use the simplest, most straightforward way of expressing an idea. You can still choose interesting words. But you'll avoid fancy ones that have everyday replacements meaning precisely the same thing.

Plain language tips

We are writing with the public reader in mind, not lawyers or other legal advocates. Depending on the wikibook, you may need to aim for a very low reading level. For example, Legal Help for British Columbians serves very basic information so people can take the first step towards finding help for their common legal problem. JP Boyd on Family Law, on the other hand, presumes a higher reading level, since it offers motivated self-represented individuals a slightly more detailed description of family law. Both groups of readers benefit from plain language writing methods. Some tips to consider when writing or reviewing legal information for the public:

  1. Think about your reader and question what they know or don't know.
  2. Think about questions your readers will have on the topic, and organize your thoughts accordingly.
  3. Summarize main points using headers.
  4. Organize steps or similar information with lists.
  5. Write brief sentences and keep paragraphs short.
  6. Use common phrases and words.
  7. Avoid unnecessary descriptive adverbs and words.
  8. Write in the active voice and keep verb and subject close together.
  9. Ask another reader to evaluate your writing.

More on plain language writing

Clicklaw Wikibooks Cheatsheet

Clicklaw Wikibooks Cheatsheet

Works anywhere in the text
Description You type You get
Italic text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic text

'''''bold & italic'''''

bold & italic

Link to another Clicklaw wiki page

[[Name of page]]
[[Name of page|Text to display]]

Name of page
Text to display

Works only at the beginning of lines
Description You type You get
Section headings
A Table of Contents will automatically be generated when four headings are added to an article.
Do not use =Level 1=; it is reserved for page titles.

== Level 2 ==
=== Level 3 ===
==== Level 4 ====

Level 2
Level 3

Level 4

Bulleted list

* One
* Two
** Two point one
* Three

  • One
  • Two
    • Two point one
  • Three
Numbered list

# One
# Two
## Two point one
# Three

  1. One
  2. Two
    1. Two point one
  3. Three
Indenting text

no indent (normal)
:first indent
::second indent
:::third indent

no indent (normal)

first indent
second indent
third indent

Using the Discussion tab to commenting on content

Clicklaw contributors have the ability to leave comments for other contributors or editors on any page of a Clicklaw Wikibook. This can be a very useful way to flag possible changes that you think might be worth considering, but you are not wanting to make without input from others. Note that any discussion pages are invisible to most users. Only logged-in contributors and those with accounts on Clicklaw Wikibooks can see comments posted in discussion pages. This was done deliberately so that members of the legal profession could make recommendations or have debates about how to present legal information, and do so freely without concern that the public may encounter comments or questions intended only for other editors, which taken out of context might cause confusion.

To leave a comment on a Discussion page:

  1. Login to your account on Clicklaw Wikibooks.
  2. Navigate to the page that you want to leave a comment on.
  3. Click on the "Discussion" tab, and then click "Edit".
  4. Add your comment, leaving your signature at the end. If you are replying to a comment, indent your comment one level further than the comment that you are replying to. So for example:
The link to the Consumer Protection BC's complaint roadmap needs to be updated. - Drew
I have updated the link as of March 2013. - Beatriz

(To indent, use colons for each level you want to indent - for example, two colons (::) to indent two levels.)

Discussion tab.png

Leaving a signature

Typing four tilde marks in a row will automatically place a signature for you, consisting of your username and the time that you left your signature. Please use a signature to let others know who made a contribution to a talk page, and when.

Function Wiki markup (replaced when saving) Resulting wiki code Resulting display
Signature plus timestamp
~~~~

[[User:Username|Username]] 12:34, 1 February 2008 (UTC)

Username 12:34, 1 February 2008 (UTC)
Signature alone
~~~

[[User:Username|Username]]

Username
Timestamp alone
~~~~~
12:34, 1 February 2008 (UTC) 12:34, 1 February 2008 (UTC)

Additional resources

The Clicklaw Wikibooks Style Guide highlights key style and word usage for pages on Clicklaw Wikibooks.

The MediaWiki website also includes excellent support material — for example, instructions on navigating a wiki, editing pages, and much more. (MediaWiki is free, open source software that powers Clicklaw Wikibooks, as well as the hugely popular Wikipedia.)

For further information

This Guide is maintained by the Clicklaw site editors. For more information or support, please contact editor at clicklaw.bc.ca.