Difference between revisions of "Clicklaw Wikibooks Contributor Guide"

Jump to navigation Jump to search
no edit summary
Line 42: Line 42:
[[File:Logging_in_to_your_new_account.png | border|center|link=]]
[[File:Logging_in_to_your_new_account.png | border|center|link=]]


==Write in plain language==
==Plain language writing==
===A short definition of "Plain English"===
===A short definition of "Plain English"===
Brian Garner, from ''Legal Writing in Plain English,'' 2001, pp xiv:
Brian Garner, from ''Legal Writing in Plain English,'' 2001, pp xiv:
Line 67: Line 67:


==Editing content==
==Editing content==
===Editing a Clicklaw Wikibooks page===
===How to edit a page===
====How to edit a page====


#[[Clicklaw Wikibooks Contributor Guide#Logging in to your new account|Login to your account]] on Clicklaw Wikibooks.  
#[[Clicklaw Wikibooks Contributor Guide#Logging in to your new account|Login to your account]] on Clicklaw Wikibooks.  
Line 75: Line 74:
#You can make changes to the text in the edit window, and click on the “Save page” button to save your changes.<br /><br />[[File:Editing_a_page_on_the_wiki_2.png |border| 900px |center| link=]]
#You can make changes to the text in the edit window, and click on the “Save page” button to save your changes.<br /><br />[[File:Editing_a_page_on_the_wiki_2.png |border| 900px |center| link=]]


====Using wiki codes====
===Using wiki codes===
Clicklaw Wikibooks uses wiki codes, a relatively simple markup language, to present the headings, lists, indented paragraphs and other formatting that give form and structure to a wiki page. For example, to make a numbered list, you put each item on a separate line and start the line with a pound symbol:
Clicklaw Wikibooks uses wiki codes, a relatively simple markup language, to present the headings, lists, indented paragraphs and other formatting that give form and structure to a wiki page. For example, to make a numbered list, you put each item on a separate line and start the line with a pound symbol:


Line 99: Line 98:
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.
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 ====
=== 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 [[Talk:Resource List|Resource List discussion page]]. (Resources are managed as individual pages that are then automatically consolidated on a single [[Resource List]].)
For contributors updating resources for the guide [[Legal Help for British Columbians]], please see the explanatory note on the [[Talk:Resource List|Resource List discussion page]]. (Resources are managed as individual pages that are then automatically consolidated on a single [[Resource List]].)




===Clicklaw Wikibooks Cheatsheet=== (for key wiki codes and shortcuts)
==Clicklaw Wikibooks Cheatsheet==
See the [[Clicklaw Wikibooks Style Guide]] for style and word usage.
{|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;"
|colspan="3" align="center" style="background:#cee0f2; text-align:center;" |
<h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Clicklaw Wikibooks Cheatsheet</h2>
|-<!--WORKS ANYWHERE IN THE TEXT-->
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-size: 0.9em; text-align:center;" | '''Works anywhere in the text'''
|-<!--COLUMN HEADINGS-->
| width="30%" style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|Description
| style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|You type
| width="30%" style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|You get
|-<!--1ST ROW 1ST COLUMN-->
|Italic text
|<!--2ND COLUMN-->
<tt><nowiki>''italic''</nowiki></tt>
|<!--3RD COLUMN-->
''italic''
|-<!--HORIZONTAL LINE-->
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-<!--2ND ROW 1ST COLUMN-->
|Bold text
|
<tt><nowiki>'''bold'''</nowiki></tt>
|
'''bold'''
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Bold and italic text
|
<tt><nowiki>'''''bold & italic'''''</nowiki></tt>
|
'''''bold & italic'''''
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
||Link to another Clicklaw wiki page
|
<tt><nowiki>[[Name of page]]</nowiki></tt><br />
<tt><nowiki>[[Name of page|Text to display]]</nowiki></tt>
|
[[Name of page]]<br />
[[Name of page|Text to display]]
|-
 
|-<!--WORKS ONLY AT THE BEGINNING OF LINES-->
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-size: 0.9em; text-align:center;" | '''Works only at the beginning of lines'''
|-<!--COLUMN HEADINGS-->
| width="30%" style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|Description
| style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|You type
| width="30%" style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|You get
|-
|Section headings<br />
<div style="padding: 0.7em .5em; font-size:0.9em;">''A Table of Contents will automatically be generated when four headings are added to an article.''</div>
<div style="padding: 0em .5em; font-size:0.9em;">''Do not use =Level 1=; it is reserved for page titles.''</div>
|
<tt><nowiki>== Level 2 ==</nowiki></tt><br />
<tt><nowiki>=== Level 3 ===</nowiki></tt><br />
<tt><nowiki>==== Level 4 ====</nowiki></tt><br />
<tt><nowiki>===== Level 5 =====</nowiki></tt><br />
|
 
==Level 2==
===Level 3===
====Level 4====
===== Level 5 =====
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Bulleted list
|
<tt>* One</tt><br />
<tt>* Two</tt><br />
<tt>** Two point one</tt><br />
<tt>* Three</tt>
|
* One
* Two
** Two point one
* Three
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Numbered list
|
<tt># One</tt><br />
<tt># Two</tt><br />
<tt>## Two point one</tt><br />
<tt># Three</tt>
|
# One
# Two
## Two point one
# Three
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Indenting text
|
<tt><nowiki>no indent (normal)</nowiki></tt><br />
<tt><nowiki>:first indent</nowiki></tt><br />
<tt><nowiki>::second indent</nowiki></tt><br />
<tt><nowiki>:::third indent</nowiki></tt>
|
no indent (normal)<br />
:first indent
::second indent
:::third indent
|}


===Commenting on content===
===Commenting on content===

Navigation menu