Difference between revisions of "Help:Contents"

From Freephile Wiki
Jump to navigation Jump to search
(→‎Linked Images: correct link)
Line 1: Line 1:
 +
What's Wikipedia?
 +
# http://wikipedia.org - the largest encyclopedia in the world. Introduction at http://wikipedia.org/wiki/Wikipedia:About
 +
# [[wp:Wikipedia:Ten_things_you_may_not_know_about_Wikipedia|Ten things you may not know about Wikipedia]]
 +
# [[wp:Wikipedia:Ten_things_you_may_not_know_about_images_on_Wikipedia|Ten things you may not know about images on Wikipedia]]
 +
 
==Howto Information==
 
==Howto Information==
 
If you solve a problem, why not contribute your solution to this website as an article that others can easily find?  Adding or editing articles is very easy.
 
If you solve a problem, why not contribute your solution to this website as an article that others can easily find?  Adding or editing articles is very easy.
Line 12: Line 17:
 
and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help.
 
and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help.
  
What's Wikipedia?
 
# [[mw:Wikipedia:Ten_things_you_may_not_know_about_Wikipedia|Ten things you may not know about Wikipedia]]
 
# [[mw:Wikipedia:Ten_things_you_may_not_know_about_images_on_Wikipedia|Ten things you may not know about images on Wikipedia]]
 
 
=== Linked Images ===
 
=== Linked Images ===
 
By default, this system is configured to show an image and link to it's description page.  Sometimes, you want to use an image to link to a page of your choice.  There are [[mw:Help:Linked_images| many ways to make mediawiki link images]], but the most convenient that we settled on here is to use the [[mw:Extension:Icon|Icon extension]]
 
By default, this system is configured to show an image and link to it's description page.  Sometimes, you want to use an image to link to a page of your choice.  There are [[mw:Help:Linked_images| many ways to make mediawiki link images]], but the most convenient that we settled on here is to use the [[mw:Extension:Icon|Icon extension]]
Line 23: Line 25:
  
 
To get your image to float left or right, wrap the
 
To get your image to float left or right, wrap the
 +
  
 
<nowiki>{{#icon}}</nowiki> in a div with the appropriate class like so:
 
<nowiki>{{#icon}}</nowiki> in a div with the appropriate class like so:
 +
  
 
<nowiki><div class="floatright">{{#icon}}</div></nowiki> Although I modified the Icon extension to be able to specify a class in the icon tag itself, the extension now reveals some weaknesses that make me want to change to the LinkedImage extension http://www.mediawiki.org/wiki/Extension:LinkedImage
 
<nowiki><div class="floatright">{{#icon}}</div></nowiki> Although I modified the Icon extension to be able to specify a class in the icon tag itself, the extension now reveals some weaknesses that make me want to change to the LinkedImage extension http://www.mediawiki.org/wiki/Extension:LinkedImage
  
 
Also,
 
Also,
 +
  
  
  
 
<nowiki>[[Media:foo.pdf]]</nowiki> would produce a link to a pdf document, so
 
<nowiki>[[Media:foo.pdf]]</nowiki> would produce a link to a pdf document, so
 +
  
  

Revision as of 12:39, 7 November 2008

What's Wikipedia?

  1. http://wikipedia.org - the largest encyclopedia in the world. Introduction at http://wikipedia.org/wiki/Wikipedia:About
  2. Ten things you may not know about Wikipedia
  3. Ten things you may not know about images on Wikipedia

Howto Information[edit | edit source]

If you solve a problem, why not contribute your solution to this website as an article that others can easily find? Adding or editing articles is very easy.

Editing from OpenOffice[edit | edit source]

http://extensions.services.openoffice.org/project/wikipublisher Sun has a new extension to OpenOffice that allows you to write wiki articles from right in your word processor.

Help using this website: See the main wikipedia[edit | edit source]

There is a volume of 'help' information available at the main wikipedia site, so that effort is not reproduced here. See the Help Table of Contents

Please see documentation on customizing the interface and the User's Guide for usage and configuration help.

Linked Images[edit | edit source]

By default, this system is configured to show an image and link to it's description page. Sometimes, you want to use an image to link to a page of your choice. There are many ways to make mediawiki link images, but the most convenient that we settled on here is to use the Icon extension The syntax (described at Icons) is

{{#icon: Info.png|Info|24|floatright|Special:Help}}

To get your image to float left or right, wrap the


{{#icon}} in a div with the appropriate class like so:


<div class="floatright">{{#icon}}</div> Although I modified the Icon extension to be able to specify a class in the icon tag itself, the extension now reveals some weaknesses that make me want to change to the LinkedImage extension http://www.mediawiki.org/wiki/Extension:LinkedImage

Also,



[[Media:foo.pdf]] would produce a link to a pdf document, so



[[Media:Ejbdesignpatterns.pdf]] produces a link to http://freephile.com/wiki/images/6/6d/Ejbdesignpatterns.pdf

See also