Difference between revisions of "Help:Contents"

From Freephile Wiki
Jump to navigation Jump to search
(updated with the content from mw)
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{PD Help Page}}
+
What's Wikipedia?
==Reading==
+
# http://wikipedia.org - the largest encyclopedia in the world. Introduction at http://wikipedia.org/wiki/Wikipedia:About
* [[Help:Navigation|Navigation]]
+
# [[wp:Wikipedia:Ten_things_you_may_not_know_about_Wikipedia|Ten things you may not know about Wikipedia]]
* [[Help:Searching|Searching]]
+
# [[wp:Wikipedia:Ten_things_you_may_not_know_about_images_on_Wikipedia|Ten things you may not know about images on Wikipedia]]
* [[Help:Tracking changes|Tracking changes]]
 
* [[Help:Watchlist|Watchlist]]
 
  
==Editing==
+
==Howto Information==
* [[Help:Editing pages|Editing pages]]
+
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.
* [[Help:Starting a new page|Starting a new page]]
 
* [[Help:Formatting|Formatting]]
 
* [[Help:Links|Links]]
 
* [[Help:User page|User pages]]
 
* [[Help:Talk pages|Talk pages]]
 
* [[Help:Signatures|Signatures]]
 
  
===Advanced editing===
+
== Editing from OpenOffice ==
* [[Help:Images|Images]]
+
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:Tables|Tables]]
 
* [[Help:Categories|Categories]]
 
* [[Help:Subpages|Subpages]]
 
* [[Help:Managing files|Managing files]]
 
* [[Help:Moving a page|Moving (renaming) a page]]
 
* [[Help:Redirects|Redirects]]
 
* [[Help:Deleting a page|Deleting a page]]
 
* [[Help:Protected pages|Protected pages]]
 
  
* [[Help:Templates|Templates]]
+
== Help using this website: See the main wikipedia ==
* [[Help:Variables|Variables]]
+
There is a volume of 'help' information available at the main wikipedia site, so that effort is not reproduced here.
* [[Help:Namespaces|Namespaces]]
+
See the [[wikipedia:help:Content|Help Table of Contents]]
  
* [[Help:Special pages|Special pages]]
+
Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]
* [[Help:External searches|External searches]]
+
and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help.
  
===Personal customization===
+
=== Linked Images ===
* [[Help:Preferences|Preferences]]
+
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]]
* [[Help:Skins|Skins]]
+
The syntax (described at [[Icons]]) is
 +
<pre>
 +
{{#icon: Info.png|Info|24|floatright|Special:Help}}
 +
</pre>
  
==Wiki administration==
+
To get your image to float left or right, wrap the
  
* [[Help:Sysops and permissions|Sysops and permissions]]
 
  
The following features require extra permissions that are not normally granted to all wiki users.
+
<nowiki>{{#icon}}</nowiki> in a div with the appropriate class like so:
  
* [[Help:Protecting and unprotecting pages|Protecting and unprotecting pages]]
 
* [[Help:Sysop deleting and undeleting|Sysop deleting and undeleting]]
 
* [[Help:Patrolled edits|Patrolled edits]]
 
* [[Help:Blocking users|Blocking users]]
 
* [[Help:Range blocks|Range IP blocks]]
 
* [[Help:Assigning permissions|Assigning permissions]]
 
  
{{Languages|Help:Contents}}
+
<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:Help| ]]
+
 
__NOTOC__
+
Also,
[[Category:Imported help]]
+
 
 +
 
 +
 
 +
 
 +
<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
 +
 
 +
See also
 +
* [[mw:Help:Images]]
  
 
[[Category:Howto]]
 
[[Category:Howto]]
 
[[Category:Help]]
 
[[Category:Help]]

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