Difference between revisions of "Help:Contents"

From WikiVet English
Jump to navigation Jump to search
(included link to how-to videos)
(61 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{frontpage
+
See also [http://www.mediawiki.org/wiki/Help:Contents Detailed Help from Media Wiki]
|pagetitle =Welcome to the Help Pages
 
|pagebody = WikiVet is a collaboratively edited veterinary encyclopedia to which you can contribute. These series of articles aim to help you join in this ongoing project. The following pages will discuss features of WikiVet, giving style and content guidance, and laying down some basic rules and guidelines to follow whilst using the WikiVet. Please remember that this is only a basic tutorial and if you are struggling please look at the external Wikipedia help pages or email on of our admins. A key feature of WikiVet is the [[sandpit]]. This is essentially a practice area for editing and experimenting. No one will mind if you mess this page up whilst learning the ropes of WikiVet.
 
|contenttitle = Content
 
|contentbody =<big><b>[[Help:General Guidelines|General Guidelines]]  
 
  
[[Help:Writing a Wiki Article|Writing a Wiki Article]]
+
== Text formatting markup ==
<br><sup>+ [[Help:Searching|Search tips]]</sup>
 
  
[[Help:Reviewing content|Reviewing content]]
+
{| {{Prettytable}}
 +
|-
 +
|{{Hl2}} |'''Description'''
 +
|{{Hl2}} |'''You type'''
 +
|{{Hl2}} |'''You get'''
 +
|-
 +
| colspan="3" align="center" | ''applies anywhere''
 +
|-
 +
|Italic text
 +
|<tt><nowiki>''italic''</nowiki></tt>
 +
|''italic''
 +
|-
 +
| Bold text
 +
|<tt><nowiki>'''bold'''</nowiki></tt>
 +
|'''bold'''
 +
|-
 +
| Bold and italic
 +
|<tt><nowiki>'''''bold & italic'''''</nowiki></tt>
 +
|'''''bold & italic'''''
 +
|-
 +
|Escape wiki markup
 +
|<tt><nowiki><nowiki>no ''markup''</nowiki></nowiki></tt>
 +
|<nowiki>no ''markup''</nowiki>
 +
|-
 +
| colspan="3" align="center" | ''only at the beginning of the line''
 +
|-
 +
|Headings of<br />
 +
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 [http://en.wikipedia.org/wiki/Wikipedia:Section#Table_of_contents_.28TOC.29 table of contents].</ref>
 +
|
 +
<tt><nowiki>==level 1==</nowiki></tt><br />
 +
<tt><nowiki>===level 2===</nowiki></tt><br />
 +
<tt><nowiki>====level 3====</nowiki></tt><br />
 +
<tt><nowiki>=====level 4=====</nowiki></tt>
 +
|
  
[[Help:Creating School Page|Creating a Vet School page]]
+
==Level 1==
 +
===Level 2===
 +
====Level 3====
 +
=====Level 4=====
 +
|-
 +
|Horizontal rule
 +
|
 +
<tt><nowiki>----</nowiki></tt>
 +
|
 +
----
 +
|-
 +
|Bullet list
 +
|
 +
&#42; one<br>
 +
&#42; two<br>
 +
&#42; three<br>
 +
&#42;&#42; three and one-third<br>
 +
&#42;&#42; three and two-thirds<br>
 +
|
 +
* one
 +
* two
 +
* three
 +
** three and one-third
 +
** three and two-thirds
 +
|-
 +
|Numbered list
 +
|
 +
&#35; one<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 />
 +
&#35;&#35; three point two<br />
 +
|
 +
# one
 +
# two<br>spanning several lines<br>without breaking the numbering
 +
# three
 +
## three point one
 +
## three point two
 +
|-
 +
| Mixture of bulleted<br /> and numbered lists
 +
|
 +
&#35; one<br />
 +
&#35; two<br />
 +
&#35;&#42; two point one<br />
 +
&#35;&#42; two point two<br />
 +
|
 +
# one
 +
# two
 +
#* two point one
 +
#* two point two
 +
|-
 +
|Definition list
 +
|
 +
&#59;Definition<br />
 +
&#58;item 1<br />
 +
&#58;item 2<br />
 +
|
 +
;Definition
 +
:item 1
 +
:item 2
 +
|-
 +
|Preformatted text
 +
|
 +
&nbsp;&nbsp;preformatted text is done with<br />
 +
&nbsp;&nbsp;a space at the<br />
 +
&nbsp;&nbsp;beginning of the line<br />
 +
|
 +
preformatted text is done with
 +
a space at the
 +
beginning of the line
 +
|}
  
[[Help:Books|Creating an eBook or PDF]]
+
Notes: <references/>
  
[[Help:WikiMarkup Formatting|Formatting Cheatsheet]]
+
== Paragraphs ==
  
[[Help:Personalise User Page|Personalising your user page]]
+
MediaWiki ignores normal line breaks. To start a new paragraph, leave an empty line. You can also start a new line with the HTML tags <tt><nowiki><br> or <br/></nowiki></tt>.
  
[[Help:Collapsible tables|Collapsible tables]]
+
== HTML ==
  
[[Help:Frequently Asked Questions |FAQ]]
+
Some [[w:HTML|HTML]] tags are allowed in MediaWiki, for example <tt><nowiki><code></nowiki></tt>, <tt><nowiki><div></nowiki></tt>, <tt><nowiki><span></nowiki></tt> and <tt><nowiki><font></nowiki></tt>.
  
[[Help:Content Maps|Content Maps]]
 
  
[[Help:Templates|Templates]]
+
=== Links ===
  
[[Help:Extensions|Extensions]]
+
You will often want to make clickable ''links'' to other pages.
  
[[Translate|Translating content]]
+
{| {{Prettytable}}
 +
|-
 +
|{{Hl3}}|'''Description'''
 +
|{{Hl3}}|'''You type'''
 +
|{{Hl3}}|'''You get'''
 +
|-
 +
|Internal link
 +
|<tt><nowiki>[[Main Page]]</nowiki></tt>
 +
|[[Main Page]]
 +
|-
 +
|Category link
 +
|<tt><nowiki>[[:Category:Help]]</nowiki></tt>
 +
|[[:Category:Help]]
 +
|-
 +
|Piped link
 +
|<tt><nowiki>[[Main Page|different text]]</nowiki></tt>
 +
|[[Main Page|different text]]
 +
|-
 +
|Anchor link
 +
|<tt><nowiki>[[#External links|Anchor link]]</nowiki></tt>
 +
|[[#External links|Anchor link]]
 +
|-
 +
|External link
 +
|<tt><nowiki>http://mediawiki.org</nowiki></tt>
 +
|http://mediawiki.org
 +
|-
 +
|Internal link to image file
 +
|<tt><nowiki>[[media:example.jpg]]</nowiki></tt>
 +
|[[media:example.jpg]]
 +
|-
 +
|External link,<br />
 +
different title
 +
|<tt><nowiki>[http://mediawiki.org MediaWiki]</nowiki></tt>
 +
|[http://mediawiki.org MediaWiki]
 +
|-
 +
|External link,<br />
 +
unnamed
 +
|<tt><nowiki>[http://mediawiki.org]</nowiki></tt>
 +
|[http://mediawiki.org]
 +
|-
 +
|External link,<br />
 +
same host unnamed
 +
|<tt><nowiki>[http://{{SERVERNAME}}/pagename]</nowiki></tt>
 +
|[http://{{SERVERNAME}}/pagename]
 +
|-
 +
|Interwiki link
 +
|<tt><nowiki>[[Wikipedia:MediaWiki]]</nowiki></tt>
 +
|[[Wikipedia:MediaWiki]]
 +
|-
 +
|mailto
 +
|<tt><nowiki>mailto:info@example.org</nowiki></tt>
 +
|mailto:info@example.org
 +
|-
 +
|mailto unnamed
 +
|<tt><nowiki>[mailto:info@example.org]</nowiki></tt>
 +
|[mailto:info@example.org]
 +
|-
 +
|mailto named
 +
|<tt><nowiki>[mailto:info@example.org info]</nowiki></tt>
 +
|[mailto:info@example.org info]
 +
|-
 +
|redirect
 +
|<tt><nowiki>#REDIRECT [[Main Page]]</nowiki></tt>
 +
| &rarr; [[Main Page]]
 +
|}
  
[[Help:Find and Replace|Find and Replace ]]<sup>(sysop & 'authors' only)</sup>
+
===Extension:Cite===
  
[[WikiVet logos]]
+
[http://www.mediawiki.org/wiki/Extension:Cite/Cite.php#Usage www.mediawiki.org/wiki/Extension:Cite]
  
[[Sandpit]]
+
=== Multiple uses of the same footnote ===
  
[[Help:Videos|How-to videos]]</b></big>
+
To give a footnote a unique identifier, use '''&lt;ref name="name">'''. You can then refer to the same footnote again by using a ref tag with the same name. The text inside the second tag doesn't matter, because the text already exists in the first reference. You can either copy the whole footnote, or you can use a terminated empty ref tag that looks like this: '''&lt;ref name="name" />'''.
  
|logo =help-logo.png
+
In the following example, the same source is cited three times.
}}
+
 
 +
<blockquote>
 +
<tt>
 +
This is an example of multiple references to the same footnote.<font color=red>'''&lt;ref name&#61;"multiple">'''Remember that when you refer to the same footnote multiple times, the text from the first reference is used.'''&lt;/ref>'''</font>
 +
<br/>
 +
<br/>
 +
Such references are particularly useful when citing sources, if different statements come from
 +
the same source.<font color=red>'''&lt;ref name&#61;"multiple">'''This text is superfluous, and won't show up anywhere. We may as well just use an empty tag.'''&lt;/ref>'''</font>
 +
<br/>
 +
<br/>
 +
A concise way to make multiple references is to use empty ref tags, which have a slash at the
 +
end. Although this may reduce redundant work, please be aware that if a future editor removes the first reference, this will result in the loss of all references using the empty ref tags.<font color=red>'''&lt;ref name&#61;"multiple" />'''</font>
 +
<br/>
 +
<br/>
 +
&#61;=Notes==
 +
<br/>
 +
<font color=red>'''&lt;references/>'''</font>
 +
</tt>
 +
</blockquote>
 +
 
 +
The text above gives the following result in the article (see also section below):
 +
<blockquote>
 +
This is an example of multiple references to the same footnote.<ref name="multiple">Remember that when you refer to the same footnote multiple times, the text from the first reference is used.</ref>
 +
<br/>
 +
<br/>
 +
Such references are particularly useful when citing sources, when different statements come from the same source.<ref name="multiple">This text is superfluous, and won't show up anywhere. We may as well just use an empty tag.</ref>
 +
<br/>
 +
<br/>
 +
A concise way to make multiple references is to use empty ref tags, which have a slash at the end. Although this may reduce redundant work, please be aware that if a future editor removes the first reference, this will result in the loss of all references using the empty ref tags.<ref name="multiple" />
 +
</blockquote>

Revision as of 17:47, 14 January 2008

See also Detailed Help from Media Wiki

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
Headings of

different levels [1][2]

==level 1==
===level 2===
====level 3====
=====level 4=====

Level 1

Level 2

Level 3

Level 4
Horizontal rule

----


Bullet list

* one
* two
* three
** three and one-third
** three and two-thirds

  • one
  • two
  • three
    • three and one-third
    • three and two-thirds
Numbered list

# 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

# 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

Notes:

  1. 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.
  2. An article with four or more headings will automatically create a table of contents.

Paragraphs

MediaWiki 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 MediaWiki, for example <code>, <div>, <span> and <font>.


Links

You will often want to make clickable links to other pages.

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
redirect #REDIRECT [[Main Page]] Main Page

Extension:Cite

www.mediawiki.org/wiki/Extension:Cite

Multiple uses of the same footnote

To give a footnote a unique identifier, use <ref name="name">. You can then refer to the same footnote again by using a ref tag with the same name. The text inside the second tag doesn't matter, because the text already exists in the first reference. You can either copy the whole footnote, or you can use a terminated empty ref tag that looks like this: <ref name="name" />.

In the following example, the same source is cited three times.

This is an example of multiple references to the same footnote.<ref name="multiple">Remember that when you refer to the same footnote multiple times, the text from the first reference is used.</ref>

Such references are particularly useful when citing sources, if different statements come from the same source.<ref name="multiple">This text is superfluous, and won't show up anywhere. We may as well just use an empty tag.</ref>

A concise way to make multiple references is to use empty ref tags, which have a slash at the end. Although this may reduce redundant work, please be aware that if a future editor removes the first reference, this will result in the loss of all references using the empty ref tags.<ref name="multiple" />

==Notes==
<references/>

The text above gives the following result in the article (see also section below):

This is an example of multiple references to the same footnote.[1]

Such references are particularly useful when citing sources, when different statements come from the same source.[1]

A concise way to make multiple references is to use empty ref tags, which have a slash at the end. Although this may reduce redundant work, please be aware that if a future editor removes the first reference, this will result in the loss of all references using the empty ref tags.[1]

  1. 1.0 1.1 1.2 Remember that when you refer to the same footnote multiple times, the text from the first reference is used. Cite error: Invalid <ref> tag; name "multiple" defined multiple times with different content