Personal tools
Class Notes

Difference between revisions of "Help:Editing"

From Our Story

m
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Edit a page ==
+
[[Help:Contents|Return to the Help Desk]]
  
You must be a registered user and logged in to edit pages in Our Story.
+
== Edit a page  ==
  
To edit a page, click on the "Edit" link in the top right corner of a page, or on an individual section of a page. A page may be protected, meaning not everyone can edit that page.
+
You must be a registered user and logged in to edit or create pages in Our Story.  
  
 +
Most of all, we want you to jump right in and start writing your stories and recollections of WSU! If you ever have any questions, please [[Our Story:Contact|contact us]].
  
== Formatting ==
+
To edit a page, click on the "Edit" link in the top right corner of a page, or on an individual section of a page. A page may be protected, meaning not everyone can edit that page.<br>
  
When formatting a page, you can use the tools at the top of the edit box.
+
If a page is not yet created, you can click "Write a story" in the menu to the left to get started.  
  
You can also format your text using "wiki markup." This consists of normal characters like asterisks, single quotes or equation marks which have a special function in the wiki, sometimes depending on their position. For example, to format a word in italic, you include it in two single quotes like ''this'' See the table below for wiki formatting characters.
+
Most of the editing tools will be in the toolbar, which looks very similar to Microsoft Word or other word processors.  
  
Our Story ignores normal line breaks. To start a new paragraph, leave an empty line. You can also start a new line with the HTML tags <nowiki><br> or <br/></nowiki>.
+
One special button is labeled "'''Wikitext'''." Wikis, like Our Story or Wikipedia, use a special formatting "language." This help page describes many of the wiki formatting codes, but you '''don't need to learn''' wiki formatting language to add or edit stories.  
  
Some HTML tags are allowed, for example <nowiki><code>, <div>, <span> and <font>.</nowiki>
+
When editing or creating a page, please note these requests:
  
You can learn more about formatting in a wiki at: http://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_Page_Help/Do-It-Yourself/Formatting_Text
+
*Add a category or categories to your story. There is some guidance for selecting or making categories on this page: [[Help:Categories|Help:Categories]]. This will help others navigate Our Story and link related stories.
 +
*Add plenty of links. Links will also help people build Our Story.
  
 +
<br>
  
== Preview ==
+
== Formatting  ==
  
It's a good idea to use the 'Show preview' button to see what your change will look like, before you save it. This is also related to tracking changes because every time you save, this is displayed to others as a separate change. This isn't something to worry about too much, but it's good to get into the habit of eliminating mistakes in your own work, by using a preview before saving, rather than saving several minor corrections afterwards.
+
When formatting a page, you can use the tools at the top of the edit box for most of your needs.  
  
 +
If you click on the "Wikitext" button, which will allow you to format your text using "wiki markup." This consists of normal characters like asterisks, single quotes or equation marks which have a special function in the wiki, sometimes depending on their position. For example, to format a word in italic, you include it in two single quotes like <nowiki>''this''</nowiki>. See the table below for common wiki formatting. To make extra lines, just enter them or use the HTML tag <nowiki><br /></nowiki>.
  
== Text formatting in a wiki ==
+
Some HTML tags are allowed, for example <nowiki><code>, <div>, <span> and <font>.</nowiki>
  
{| align="center" cellspacing="5"
+
You can learn more about formatting in a wiki at: http://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_Page_Help/Do-It-Yourself/Formatting_Text
!'''Description'''
+
 
!'''You type'''
+
<br>
!'''You get'''
+
 
 +
== Preview  ==
 +
 
 +
It's a good idea to use the 'Show preview' button to see what your change will look like, before you save it. This is also related to tracking changes because every time you save, this is displayed to others as a separate change. This isn't something to worry about too much, but it's good to get into the habit of eliminating mistakes in your own work, by using a preview before saving, rather than saving several minor corrections afterwards.
 +
 
 +
<br>
 +
 
 +
== Text formatting in a wiki  ==
 +
 
 +
{| cellspacing="3" style="background-color: rgb(240, 240, 240);"
 
|-
 
|-
| colspan="3" align="center" | ''applies anywhere''
+
! '''Description'''
 +
! '''You type'''
 +
! '''You get'''
 
|-
 
|-
|Italic text
+
| align="center" colspan="3" | ''applies anywhere''
|<tt><nowiki>''italic''</nowiki></tt>
 
|''italic''
 
 
|-
 
|-
| Bold text
+
| Italic text  
|<tt><nowiki>'''bold'''</nowiki></tt>
+
| <tt><nowiki>''italic''</nowiki></tt>  
|'''bold'''
+
| ''italic''
 
|-
 
|-
| Bold and italic
+
| Bold text
|<tt><nowiki>'''''bold & italic'''''</nowiki></tt>
+
| <tt><nowiki>'''bold'''</nowiki></tt>  
|'''''bold & italic'''''
+
| '''bold'''
 
|-
 
|-
|Escape wiki markup
+
| Bold and italic
|<tt><nowiki><nowiki>no "markup"</nowiki></nowiki></tt>
+
| <tt><nowiki>'''''bold & italic'''''</nowiki></tt>  
|<nowiki>no ''markup''</nowiki>
+
| '''''bold &amp; italic'''''
 
|-
 
|-
|Fixed width text
+
| Escape wiki markup
|
+
| <tt><nowiki><nowiki>no "markup"</nowiki>&lt;/nowiki&gt;</tt>  
<nowiki><tt>Fixed width text</tt></nowiki>
+
| <nowiki>no ''markup''</nowiki>
|
 
<tt>Fixed width text</tt>
 
 
|-
 
|-
| colspan="3" align="center" | ''only at the beginning of the line''
+
| Fixed width text
 +
|  
 +
<nowiki><tt>Fixed width text</tt></nowiki>
 +
 
 +
|
 +
<tt>Fixed width text</tt>
 +
 
 
|-
 
|-
| Indent text
+
| align="center" colspan="3" | ''only at the beginning of the line''
|
+
|-
<tt><nowiki>:Single indent</nowiki></tt><br />
+
| Indent text  
<tt><nowiki>::Double indent</nowiki></tt><br />
+
|  
<tt><nowiki>:::::Multiple indent</nowiki></tt>
+
<tt><nowiki>:Single indent</nowiki></tt><br> <tt><nowiki>::Double indent</nowiki></tt><br> <tt><nowiki>:::::Multiple indent</nowiki></tt>  
|
+
 
:Single indent
+
|  
::Double indent
+
:Single indent  
 +
::Double indent  
 
:::::Multiple indent
 
:::::Multiple indent
 +
 
|-
 
|-
|Headings of<br />
+
| Headings of<br>  
different levels <ref>An article with four or more headings will automatically create a [http://en.wikipedia.org/wiki/Wikipedia:Section#Table_of_contents_.28TOC.29 table of contents].</ref>
+
different levels &lt;ref&gt;An article with four or more headings will automatically create a [http://en.wikipedia.org/wiki/Wikipedia:Section#Table_of_contents_.28TOC.29 table of contents].&lt;/ref&gt;
|
+
 
<tt><nowiki>=level 1=</nowiki></tt><ref>Use of a level 1 heading is '''''highly discouraged''''' as it appears with the same formatting and size as the page title, which can be confusing.</ref><br />
+
|  
<tt><nowiki>==level 2==</nowiki></tt><br />
+
<tt><nowiki>=level 1=</nowiki></tt>&lt;ref&gt;Use of a level 1 heading is '''''highly discouraged''''' as it appears with the same formatting and size as the page title, which can be confusing.&lt;/ref&gt;<br> <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> <tt><nowiki>======level 6======</nowiki></tt>  
<tt><nowiki>===level 3===</nowiki></tt><br />
+
 
<tt><nowiki>====level 4====</nowiki></tt><br />
+
| <!-- little hack to prevent TOC viewing -->  
<tt><nowiki>=====level 5=====</nowiki></tt><br />
+
<span style="border-bottom: 1px solid rgb(170, 170, 170); margin: 0pt; font-size: 188%; padding-top: 0.5em; padding-bottom: 0.17em;">Level 1</span><br><br> <span style="border-bottom: 1px solid rgb(170, 170, 170); margin: 0pt; font-size: 150%; padding-top: 0.5em; padding-bottom: 0.17em;">Level 2</span><br><br> <span style="border-bottom: medium none; font-size: 132%; font-weight: bold;">Level 3</span><br> <span style="border-bottom: medium none; font-size: 100%; font-weight: bold;">Level 4</span><br> {{DEFAULTSORT:[[[http://www.example.com link title]]#Redirect [[—[[Category:]]]]]}}<span style="border-bottom: medium none; font-size: 86%; font-weight: bold;">Level 5</span><br> <span style="border-bottom: medium none; font-size: 80%; font-weight: bold;">Level 6</span><br>  
<tt><nowiki>======level 6======</nowiki></tt>
+
 
|
 
<!-- little hack to prevent TOC viewing -->
 
<span style="font-size: 188%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;">Level 1</span><br/><br/>
 
<span style="font-size: 150%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;">Level 2</span><br/><br/>
 
<span style="font-size: 132%; border-bottom: none; font-weight: bold;">Level 3</span><br/>
 
<span style="font-size: 100%; border-bottom: none; font-weight: bold;">Level 4</span><br/>
 
{{DEFAULTSORT:[[[http://www.example.com link title]]#Redirect [[—[[Category:]]]]]}}<span style="font-size: 86%; border-bottom: none; font-weight: bold;">Level 5</span><br/>
 
<span style="font-size: 80%; border-bottom: none; font-weight: bold;">Level 6</span><br/>
 
 
|-
 
|-
|Horizontal rule
+
| Horizontal rule  
|
+
|  
<tt><nowiki>----</nowiki></tt>
+
<tt><nowiki>----</nowiki></tt>  
|
+
 
 +
|  
 
----
 
----
 +
 
|-
 
|-
|Bullet list
+
| Bullet list  
|
+
|  
&#42; one<br />
+
*one<br> * two<br> * three<br> ** three point one<br> ** three point two<br>
&#42; two<br />
+
 
&#42; three<br />
+
|  
&#42;&#42; three point one<br />
+
*one  
&#42;&#42; three point two<br />
+
*two  
|
+
*three  
* one
+
**three point one  
* two
+
**three point two
* three
+
 
** three point one
 
** three point two
 
 
|-
 
|-
|Numbered list
+
| Numbered list  
|
+
|  
&#35; one<br />
+
#one<br> # two<nowiki><br /></nowiki>spanning several lines<nowiki><br /></nowiki>without breaking the numbering<br> # three<br> ## three point one<br> ## three point two<br>
&#35; two<nowiki><br /></nowiki>spanning several lines<nowiki><br /></nowiki>without breaking the numbering<br />
+
 
&#35; three<br />
+
|  
&#35;&#35; three point one<br />
+
#one  
&#35;&#35; three point two<br />
+
#two<br>spanning several lines<br>without breaking the numbering  
|
+
#three  
# one
+
##three point one  
# two<br>spanning several lines<br>without breaking the numbering
+
##three point two
# three
+
 
## three point one
 
## three point two
 
 
|-
 
|-
| Mixture of bulleted<br /> and numbered lists
+
| Mixture of bulleted<br> and numbered lists  
|
+
|  
&#35; one<br />
+
#one<br> # two<br> #* two point one<br> #* two point two<br>
&#35; two<br />
+
 
&#35;&#42; two point one<br />
+
|  
&#35;&#42; two point two<br />
+
#one  
|
+
#two  
# one
+
#*two point one  
# two
+
#*two point two
#* two point one
+
 
#* two point two
 
 
|-
 
|-
|Definition list
+
| Definition list  
|
+
|  
&#59;Definition<br />
+
;Definition<br>&nbsp;  
&#58;item 1<br />
+
:item 1<br>&nbsp;:item 2<br>
&#58;item 2<br />
+
 
|
+
|  
;Definition
+
;Definition  
:item 1
+
:item 1  
 
:item 2
 
:item 2
 +
 
|-
 
|-
|Preformatted text
+
| Preformatted text  
|
+
|  
&nbsp;&nbsp;preformatted text is done with<br />
+
&nbsp;&nbsp;preformatted text is done with<br> &nbsp;&nbsp;a space at the<br> &nbsp;&nbsp;beginning of the line<br>  
&nbsp;&nbsp;a space at the<br />
+
 
&nbsp;&nbsp;beginning of the line<br />
+
|  
|
 
 
  preformatted text is done with
 
  preformatted text is done with
 
  a space at the  
 
  a space at the  
 
  beginning of the line
 
  beginning of the line
 +
 
|-
 
|-
|Preformatted text with no indentation
+
| Preformatted text with no indentation  
|
+
|  
&nbsp;<nowiki><pre> some preformatted text with no indentation </pre></nowiki>
+
&nbsp;<nowiki><pre> some preformatted text with no indentation </pre></nowiki>  
|
+
 
<pre>
+
| <pre>some preformatted
some preformatted
 
 
text with no indentation
 
text with no indentation
 
</pre>
 
</pre>
 
|-
 
|-
|Blockquotes
+
| Blockquotes  
|
+
|  
Body<br>
+
Body<br> text text text text text text text text text text text text text text text text text text text text text text text text  
text text text text text text text text text text text text
 
text text text text text text text text text text text text
 
  
<nowiki><blockquote>  quote quote quote quote quote quote </blockquote></nowiki>
+
<nowiki><blockquote>  quote quote quote quote quote quote </blockquote></nowiki>  
  
text text text text text text text text text text text text
+
text text text text text text text text text text text text  
|
 
Body<br>
 
text text text text text text text text text text text text
 
text text text text text text text text text text text text
 
  
<blockquote> quote quote quote quote quote quote </blockquote>
+
|
 +
Body<br> text text text text text text text text text text text text text text text text text text text text text text text text
 +
<blockquote>quote quote quote quote quote quote </blockquote>  
 +
text text text text text text text text text text text text
  
text text text text text text text text text text text text
+
|-
 +
| Comment
 +
|
 +
<tt><nowiki><!--This is comment--></nowiki></tt>
  
|-
+
|  
|Comment
+
<!--This is comment-->&#124;}
|
+
 
<tt><nowiki><!--This is comment--></nowiki></tt>
+
|}
|
+
 
<!--This is comment-->|}
+
<br>
 +
 
 +
== How to link  ==
 +
 
 +
To make a link, you can highlight the text to link and click on the "Link" button (a globe with a chain icon).
 +
 
 +
*For an external link, paste or type in the full link. For example: http://www.google.com
 +
*For an internal link, paste or type just the page name. This can be a story title, or some other page. For example: "Notes of WSC 1940" or "Help:Editing" (without the quotes) would be the link.
 +
*For a Category link, type "Category:Category_name." For example: the link to type would be "Category:Apple Cup" (without the quotes).
  
 +
<br>
  
== How to link ==
+
'''Linking, the wiki formatting way'''
  
{| align="center" cellspacing="5"
+
{| cellspacing="3" style="background-color: rgb(240, 240, 240);"
 
|-
 
|-
!'''Description'''
+
! '''Description'''  
!'''You type'''
+
! '''You type'''  
!'''You get'''
+
! '''You get'''
 
|-
 
|-
|Internal link
+
| Internal link  
|<tt><nowiki>[[Main Page]]</nowiki></tt>
+
| <tt><nowiki>[[Main Page]]</nowiki></tt>  
|[[Main Page]]
+
| [[Main Page]]
 
|-
 
|-
|Piped link  
+
| Piped link  
|<tt><nowiki>[[Main Page|different text]]</nowiki></tt>
+
| <tt><nowiki>[[Main Page|different text]]</nowiki></tt>  
|[[Main Page|different text]]
+
| [[Main Page|different text]]
 
|-
 
|-
|External link
+
| External link  
|<tt><nowiki>http://mediawiki.org</nowiki></tt>
+
| <tt><nowiki>http://mediawiki.org</nowiki></tt>  
|http://mediawiki.org
+
| http://mediawiki.org
 
|-
 
|-
|External link,<br />
+
| External link,<br>  
different title
+
different title  
|<tt><nowiki>[http://mediawiki.org MediaWiki]</nowiki></tt>
+
 
|[http://mediawiki.org MediaWiki]
+
| <tt><nowiki>[http://mediawiki.org MediaWiki]</nowiki></tt>  
 +
| [http://mediawiki.org MediaWiki]
 
|-
 
|-
|External link,<br />
+
| External link,<br>  
numbered
+
numbered  
|<tt><nowiki>[http://mediawiki.org]</nowiki></tt>
+
 
|[http://mediawiki.org]
+
| <tt><nowiki>[http://mediawiki.org]</nowiki></tt>  
 +
| [http://mediawiki.org]
 
|-
 
|-
|Anchor link  
+
| Anchor link  
|<tt><nowiki>[[#See also]]</nowiki></tt>
+
| <tt><nowiki>[[#See also]]</nowiki></tt>  
|[[#See also]]
+
| [[#See_also]]
 
|-
 
|-
|Anchor link at another page
+
| Anchor link at another page  
|<tt><nowiki>[[Help:Images#See also]]</nowiki></tt>
+
| <tt><nowiki>[[Help:Images#See also]]</nowiki></tt>  
|[[Help:Images#See also]]
+
| [[Help:Images#See_also]]
 
|-
 
|-
|Category link
+
| Category link  
|<tt><nowiki>[[:Category:Help]]</nowiki></tt>
+
| <tt><nowiki>[[:Category:Help]]</nowiki></tt>  
|[[:Category:Help]]
+
| [[:Category:Help]]
 
|-
 
|-
|Internal link to image file
+
| Internal link to image file  
|<tt><nowiki>[[media:example.jpg]]</nowiki></tt>
+
| <tt><nowiki>[[media:example.jpg]]</nowiki></tt>  
|[[media:example.jpg]]
+
| [[Media:Example.jpg]]
 
|-
 
|-
|Internal link to pdf file
+
| Internal link to pdf file  
|<tt><nowiki>[[media:example.pdf]]</nowiki></tt>
+
| <tt><nowiki>[[media:example.pdf]]</nowiki></tt>  
|[[media:example.pdf]]
+
| [[Media:Example.pdf]]
 
|-
 
|-
|Interwiki link
+
| Interwiki link  
|<tt><nowiki>[[Wikipedia:MediaWiki]]</nowiki></tt>
+
| <tt><nowiki>[[Wikipedia:MediaWiki]]</nowiki></tt>  
|[[Wikipedia:MediaWiki]]
+
| [[wikipedia:MediaWiki]]
 
|-
 
|-
|mailto link
+
| mailto link  
|<tt><nowiki>[mailto:info@example.org email me]</nowiki></tt>
+
| <tt><nowiki>[mailto:info@example.org email me]</nowiki></tt>  
|[mailto:info@example.org email me]
+
| [mailto:info@example.org email me]
 
|-
 
|-
|redirect
+
| redirect  
|<tt><nowiki>#REDIRECT [[Main Page]]</nowiki></tt>
+
| <tt><nowiki>#REDIRECT [[Main Page]]</nowiki></tt>  
| &rarr; [[Main Page]]
+
| [[Main Page]]
 
|-
 
|-
|External link to video file (.avi, .mpg)
+
| External link to video file (.avi, .mpg)  
|<tt><nowiki>[http://en.wikipedia.org/wiki/.avi .avi]</nowiki></tt>
+
| <tt><nowiki>[http://en.wikipedia.org/wiki/.avi .avi]</nowiki></tt>  
|[http://en.wikipedia.org/wiki/.avi .avi]
+
| [http://en.wikipedia.org/wiki/.avi .avi]
 
|-
 
|-
|External link to sound file (.mp3, .ogg, .wav)
+
| External link to sound file (.mp3, .ogg, .wav)  
|<tt><nowiki>[http://en.wikipedia.org/wiki/.wav .wav]</nowiki></tt>
+
| <tt><nowiki>[http://en.wikipedia.org/wiki/.wav .wav]</nowiki></tt>  
|[http://en.wikipedia.org/wiki/.wav .wav]
+
| [http://en.wikipedia.org/wiki/.wav .wav]
 
|-
 
|-
|External link to a document (.doc, .pdf)
+
| External link to a document (.doc, .pdf)  
|<tt><nowiki>[http://en.wikipedia.org/wiki/.doc .doc]</nowiki></tt>
+
| <tt><nowiki>[http://en.wikipedia.org/wiki/.doc .doc]</nowiki></tt>  
|[http://en.wikipedia.org/wiki/.doc .doc]
+
| [http://en.wikipedia.org/wiki/.doc .doc]
 
|}
 
|}
  
By default, when you write a link (URL) as is, it will be transformed to an external link.
+
By default, when you write a link (URL) as is, it will be transformed to an external link.  
 
 
 
 
== Images ==
 
  
Before you place an image on a page, you must upload the file. "Upload file" is usually an option in the Toolbox in the right sidebar.
+
You can read more about links here: http://www.mediawiki.org/wiki/Help:Links
  
You may use the "Embedded image" button at the top of the edit box to place an image, or other file such as sound or video.
+
== Images  ==
  
If you want to include an image, the wiki formatting is:
+
Before you place an image on a page, you must first put the photo or image on Our Story, by [[Help:Managing files|uploading the file]]. "Upload file" is usually an option in the Toolbox in the right sidebar. (You can also upload more than one photo at a time, through the [[Special:MultipleUpload|Multiple Upload page]].)  
<code><nowiki>[[Image:{name}|{options}]]</nowiki></code>
 
Where options can be zero or more of the following, separated by pipes:
 
*<code>thumb</code>, <code>thumbnail</code>, <code>frame</code>, or <code>frameless</code>: Controls how the image is formatted
 
*<code>left</code>, <code>right</code>, <code>center</code>, <code>none</code>: Controls the alignment of the image on the page
 
*<code>baseline</code>, <code>sub</code>, <code>super</code>, <code>top</code>, <code>text-top</code>, <code>middle</code>, <code>bottom</code>, <code>text-bottom</code>: Controls the vertical alignment of the image on the page
 
*<code>{width}px</code>: Resizes the image to the given width in pixels
 
* Special cases:
 
** <code>page=1</code>: Displays the specified page when showing a djvu file
 
*<code>link={destination}</code>: Allows to link to an arbitrary title, URL or just nowhere ([[rev:41727|1.14+]])
 
*<code>alt={alternative text}</code>: For changing the alternative text (<code>alt=""</code>) of an image ([[rev:41837|1.14+]])
 
  
The options can be given in any order. If a given option does not match any of the other possibilities, it is assumed to be the caption text. Caption text can contain wiki links or other formatting.
+
You can use the "Image" button at the top of the edit box to place an image, or other file such as sound or video. In the image menu, you can search for your image, resize it, add a caption, and choose alignment on the page.  
  
For more image formatting options, visit: http://www.mediawiki.org/wiki/Help:Images
+
[[Help:Images|'''Go to this page for more help on images and how to include a gallery of images on your page.''']]
  
 +
<br>
  
== Tables ==
+
== Tables ==
  
Tables may be authored in wiki pages using either HTML table elements directly, or using wikicode formatting to define the table. HTML table elements and their use are well described on various web pages and will not be discussed here. The benefit of wikicode is that the table is constructed of character symbols which tend to make it easier to perceive the table structure in the article editing view compared to HTML table elements.
+
Tables may be authored in wiki pages using either HTML table elements directly, or using wikicode formatting to define the table. HTML table elements and their use are well described on various web pages and will not be discussed here. The benefit of wikicode is that the table is constructed of character symbols which tend to make it easier to perceive the table structure in the article editing view compared to HTML table elements.  
  
As a general rule, it is best to avoid using a table unless you need one. Table markup often complicates page editing.
+
As a general rule, it is best to avoid using a table unless you need one. Table markup often complicates page editing.  
  
 
To learn more: http://www.mediawiki.org/wiki/Help:Tables
 
To learn more: http://www.mediawiki.org/wiki/Help:Tables

Latest revision as of 00:05, April 23, 2010

Return to the Help Desk

Edit a page

You must be a registered user and logged in to edit or create pages in Our Story.

Most of all, we want you to jump right in and start writing your stories and recollections of WSU! If you ever have any questions, please contact us.

To edit a page, click on the "Edit" link in the top right corner of a page, or on an individual section of a page. A page may be protected, meaning not everyone can edit that page.

If a page is not yet created, you can click "Write a story" in the menu to the left to get started.

Most of the editing tools will be in the toolbar, which looks very similar to Microsoft Word or other word processors.

One special button is labeled "Wikitext." Wikis, like Our Story or Wikipedia, use a special formatting "language." This help page describes many of the wiki formatting codes, but you don't need to learn wiki formatting language to add or edit stories.

When editing or creating a page, please note these requests:

  • Add a category or categories to your story. There is some guidance for selecting or making categories on this page: Help:Categories. This will help others navigate Our Story and link related stories.
  • Add plenty of links. Links will also help people build Our Story.


Formatting

When formatting a page, you can use the tools at the top of the edit box for most of your needs.

If you click on the "Wikitext" button, which will allow you to format your text using "wiki markup." This consists of normal characters like asterisks, single quotes or equation marks which have a special function in the wiki, sometimes depending on their position. For example, to format a word in italic, you include it in two single quotes like ''this''. See the table below for common wiki formatting. To make extra lines, just enter them or use the HTML tag <br />.

Some HTML tags are allowed, for example <code>, <div>, <span> and <font>.

You can learn more about formatting in a wiki at: http://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_Page_Help/Do-It-Yourself/Formatting_Text


Preview

It's a good idea to use the 'Show preview' button to see what your change will look like, before you save it. This is also related to tracking changes because every time you save, this is displayed to others as a separate change. This isn't something to worry about too much, but it's good to get into the habit of eliminating mistakes in your own work, by using a preview before saving, rather than saving several minor corrections afterwards.


Text formatting in a wiki

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''
Fixed width text

<tt>Fixed width text</tt>

Fixed width text

only at the beginning of the line
Indent text

:Single indent
::Double indent
:::::Multiple indent

Single indent
Double indent
Multiple indent
Headings of

different levels <ref>An article with four or more headings will automatically create a table of contents.</ref>

=level 1=<ref>Use of a level 1 heading is highly discouraged as it appears with the same formatting and size as the page title, which can be confusing.</ref>
==level 2==
===level 3===
====level 4====
=====level 5=====
======level 6======

Level 1

Level 2

Level 3
Level 4
Level 5
Level 6

Horizontal rule

----


Bullet list
  • one
    * two
    * three
    ** three point one
    ** three point two
  • one
  • two
  • three
    • three point one
    • three point two
Numbered list
  1. one
    # two<br />spanning several lines<br />without breaking the numbering
    # three
    ## three point one
    ## three point two
  1. one
  2. two
    spanning several lines
    without breaking the numbering
  3. three
    1. three point one
    2. three point two
Mixture of bulleted
and numbered lists
  1. one
    # two
    #* two point one
    #* two point two
  1. one
  2. two
    • two point one
    • two point two
Definition list
Definition
 
item 1
 :item 2
Definition
item 1
item 2
Preformatted text

  preformatted text is done with
  a space at the
  beginning of the line

preformatted text is done with
a space at the 
beginning of the line
Preformatted text with no indentation

 <pre> some preformatted text with no indentation </pre>

some preformatted
text with no indentation
Blockquotes

Body
text text text text text text text text text text text text text text text text text text text text text text text text

<blockquote> quote quote quote quote quote quote </blockquote>

text text text text text text text text text text text text

Body
text text text text text text text text text text text text text text text text text text text text text text text text

quote quote quote quote quote quote

text text text text text text text text text text text text

Comment

<!--This is comment-->

|}


How to link

To make a link, you can highlight the text to link and click on the "Link" button (a globe with a chain icon).

  • For an external link, paste or type in the full link. For example: http://www.google.com
  • For an internal link, paste or type just the page name. This can be a story title, or some other page. For example: "Notes of WSC 1940" or "Help:Editing" (without the quotes) would be the link.
  • For a Category link, type "Category:Category_name." For example: the link to type would be "Category:Apple Cup" (without the quotes).


Linking, the wiki formatting way

Description You type You get
Internal link [[Main Page]] Main Page
Piped link [[Main Page|different text]] different text
External link http://mediawiki.org http://mediawiki.org
External link,

different title

[http://mediawiki.org MediaWiki] MediaWiki
External link,

numbered

[http://mediawiki.org] [1]
Anchor link [[#See also]] #See_also
Anchor link at another page [[Help:Images#See also]] Help:Images#See_also
Category link [[:Category:Help]] Category:Help
Internal link to image file [[media:example.jpg]] Media:Example.jpg
Internal link to pdf file [[media:example.pdf]] Media:Example.pdf
Interwiki link [[Wikipedia:MediaWiki]] wikipedia:MediaWiki
mailto link [mailto:info@example.org email me] email me
redirect #REDIRECT [[Main Page]] Main Page
External link to video file (.avi, .mpg) [http://en.wikipedia.org/wiki/.avi .avi] .avi
External link to sound file (.mp3, .ogg, .wav) [http://en.wikipedia.org/wiki/.wav .wav] .wav
External link to a document (.doc, .pdf) [http://en.wikipedia.org/wiki/.doc .doc] .doc

By default, when you write a link (URL) as is, it will be transformed to an external link.

You can read more about links here: http://www.mediawiki.org/wiki/Help:Links

Images

Before you place an image on a page, you must first put the photo or image on Our Story, by uploading the file. "Upload file" is usually an option in the Toolbox in the right sidebar. (You can also upload more than one photo at a time, through the Multiple Upload page.)

You can use the "Image" button at the top of the edit box to place an image, or other file such as sound or video. In the image menu, you can search for your image, resize it, add a caption, and choose alignment on the page.

Go to this page for more help on images and how to include a gallery of images on your page.


Tables

Tables may be authored in wiki pages using either HTML table elements directly, or using wikicode formatting to define the table. HTML table elements and their use are well described on various web pages and will not be discussed here. The benefit of wikicode is that the table is constructed of character symbols which tend to make it easier to perceive the table structure in the article editing view compared to HTML table elements.

As a general rule, it is best to avoid using a table unless you need one. Table markup often complicates page editing.

To learn more: http://www.mediawiki.org/wiki/Help:Tables

Our Story site map

Our Story main page | Our Story categories | Help Desk
Contact | Give | Advertise
Washington State Magazine | Washington State University | Class Notes

Our Story is coordinated by

In partnership with

Our Story and Washington State Magazine are publications of Washington State University. All rights reserved.
P.O. Box 641227, Washington State University, Pullman, WA 99164-1227 USA | wsm@wsu.edu, 509-335-2388
Accessibility | Copyright | Policies