Difference between revisions of "Help:Contents"

From Freephile Wiki
Jump to navigation Jump to search
m (Pipe link)
Line 1: Line 1:
{{PD Help Page}}
+
==Howto Information==
==Reading==
+
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:Navigation|Navigation]]
 
* [[Help:Searching|Searching]]
 
* [[Help:Tracking changes|Tracking changes]]
 
* [[Help:Watchlist|Watchlist]]
 
  
==Editing==
+
== Editing from OpenOffice ==
* [[Help:Editing pages|Editing pages]]
+
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: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===
+
== Help using this website: See the main wikipedia ==
* [[Help:Images|Images]]
+
There is a volume of 'help' information available at the main wikipedia site, so that effort is not reproduced here.
* [[Help:Tables|Tables]]
+
See the [[wikipedia:help:Content|Help Table of Contents]]
* [[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]]
+
Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]
* [[Help:Variables|Variables]]
+
and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help.
* [[Help:Namespaces|Namespaces]]
 
  
* [[Help:Special pages|Special pages]]
+
=== Linked Images ===
* [[Help:External searches|External searches]]
+
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]], ( and [[mw:Wikipedia:10 things you did not know about images on Wikipedia]]) 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>
  
===Personal customization===
+
To get your image to float left or right, wrap the
* [[Help:Preferences|Preferences]]
+
<nowiki>{{#icon}}</nowiki> in a div with the appropriate class like so:
* [[Help:Skins|Skins]]
+
<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
  
==Wiki administration==
+
Also,
  
* [[Help:Sysops and permissions|Sysops and permissions]]
 
  
The following features require extra permissions that are not normally granted to all wiki users.
+
<nowiki>[[Media:foo.pdf]]</nowiki> would produce a link to a pdf document, 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>[[Media:Ejbdesignpatterns.pdf]]</nowiki> produces a link to http://freephile.com/wiki/images/6/6d/Ejbdesignpatterns.pdf
[[Category:Help| ]]
+
 
__NOTOC__
+
See also
 +
* [[mw:Help:Images]]
 +
 
 +
[[Category:Howto]]
 +
[[Category:Help]]

Revision as of 13:56, 31 October 2008

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, ( and mw:Wikipedia:10 things you did not know about images on Wikipedia) 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