Difference between revisions of "Help:Contents"

From Freephile Wiki
Jump to navigation Jump to search
m (Unprotected "Help:Contents")
(Replacing page with 'Deprecated See Help this page should be automatically replaced by the Help:Contents from meta in just a few moments. Category:Howto Category:Help')
Line 1: Line 1:
What's Wikipedia?
+
Deprecated
# 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]]
 
  
== Using ==
+
See [[Help]]
# See the [http://en.wikipedia.org/wiki/Wikipedia:Help_desk Help desk] to ask questions
 
# See the MediaWiki [[mw:Help:Contents]] for a much greater resource than what is found locally here.
 
  
This site uses a customized theme which means that the links are in different areas.  Specifically, the main links are in the left navigation column, while "special" links are at the top margin and bottom of each page.
+
this page should be automatically replaced by the Help:Contents from meta in just a few moments.
 
 
== Editing Information ==
 
Adding or editing articles is very easy.  There is a large volume of "help" information available at the main wikipedia site, so that effort is not reproduced here.
 
# See the [[wp:Help:Content|Help Table of Contents]]
 
# http://en.wikipedia.org/wiki/Help:Editing
 
# [http://en.wikipedia.org/wiki/Category:Editor_handbook See the Editor's Handbook]
 
# [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet The Cheatsheet] (which includes links to the print cheatsheets)
 
# [http://en.wikipedia.org/wiki/Help:HTML_in_wikitext What HTML is allowed]?
 
 
 
=== Images ===
 
 
 
 
 
<nowiki>[[Image:foo.jpg]]</nowiki> produces an image  You must first upload the image.  You can not embed external images, with the notable exception that you CAN use 1.5 million images available in the commons project.
 
 
 
 
 
<nowiki>[[Media:foo.pdf]]</nowiki> would produce a link to a pdf document, so
 
 
 
 
 
<nowiki>[[Media:Ejbdesignpatterns.pdf]]</nowiki> produces a link to http://freephile.com/wiki/images/6/6d/Ejbdesignpatterns.pdf
 
* [[mw:Help:Images]]
 
 
 
 
 
== Using External Editors ==
 
You can even use tools like OpenOffice or Eclipse to edit this wiki.
 
=== Editing from OpenOffice ===
 
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.
 
 
 
== Advanced Editing and Customization ==
 
Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]
 
and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help.
 
 
 
=== 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]]
 
The syntax (described at [[Icons]]) is
 
<pre>
 
{{#icon: Info.png|Info|24|floatright|Special:Help}}
 
</pre>
 
 
 
To get your image to float left or right, wrap the
 
 
 
 
 
<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
 
  
 
[[Category:Howto]]
 
[[Category:Howto]]
 
[[Category:Help]]
 
[[Category:Help]]

Revision as of 01:13, 19 January 2009

Deprecated

See Help

this page should be automatically replaced by the Help:Contents from meta in just a few moments.