Line 190: |
Line 190: |
| | → [[Veterinary Education Online]] | | | → [[Veterinary Education Online]] |
| |} | | |} |
| + | <br><br> |
| + | == Images == |
| + | |
| + | You will often want to make links different sizes, move them to different positions on the page, make them clickable links or give them captions. |
| + | |
| + | {|border="2" width="{{{width|100%}}}" cellspacing="4" cellpadding="3" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;empty-cells:show;{{{style|}}}" |
| + | |- |
| + | |bgcolor="#8DA7D6" color="black"|'''Description''' |
| + | |bgcolor="#8DA7D6" color="black"|'''You type''' |
| + | |bgcolor="#8DA7D6" color="black"|'''You get''' |
| + | |- |
| + | |Image appears on page |
| + | |<tt><nowiki>[[File:Wikivet.png]]</nowiki></tt> |
| + | |[[File:Wikivet.png]] |
| + | |- |
| + | |Change '''size''' of image - can set '''width''' and height will adjust according to same ratio as uploaded. In this example, want to make image 50 pixels wide, so insert '''<nowiki>|50px</nowiki>''' into the code |
| + | |<tt><nowiki>[[File:Wikivet.png|50px]]</nowiki></tt> |
| + | |[[File:Wikivet.png|50px]] |
| + | |- |
| + | |Change '''position''' of image |
| + | |<tt><nowiki>[[Veterinary Education Online|different text]]</nowiki></tt> |
| + | |[[Veterinary Education Online|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 [[Veterinary Education Online]]</nowiki></tt> |
| + | | → [[Veterinary Education Online]] |
| + | |} |
| + | |
| | | |
| For further help please look at this site; [http://www.mediawiki.org/wiki/Help:Contents help from MediaWiki] | | For further help please look at this site; [http://www.mediawiki.org/wiki/Help:Contents help from MediaWiki] |
| [[Category:Help]] | | [[Category:Help]] |