Help:Contents: Difference between revisions

m Pipe link
No edit summary
Line 1: Line 1:
{{PD Help Page}}
== Suggestions ==
==Reading==
* [[Help:Navigation|Navigation]]
* [[Help:Searching|Searching]]
* [[Help:Tracking changes|Tracking changes]]
* [[Help:Watchlist|Watchlist]]


==Editing==
* Put things into '''categories''' so that people will be able to find your articles. It is easy: Just add a category tag like '''<nowiki>[[Category: CATEGORY NAME HERE]]</nowiki>''' to the end of any article you write, and it will be automatically added to the category list.
* [[Help:Editing pages|Editing pages]]
* [[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:Images|Images]]
* [[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]]
== Media Embedding ==
* [[Help:Variables|Variables]]
* [[Help:Namespaces|Namespaces]]


* [[Help:Special pages|Special pages]]
<div style="padding: 1%; margin: 1%; background-color: #CCCCCC;">Add '''Images''' to an article: <nowiki>[[image:ImageName.extension|Thumbnail size in pixels]]</nowiki>. For example, <nowiki>[[image:Test.jpg|240px]]</nowiki> or <nowiki>[[image:This_is_a_test.gif|250px]]</nowiki>.</div>
* [[Help:External searches|External searches]]


===Personal customization===
<div style="padding: 1%; margin: 1%; background-color: #CCCCAF;">Add '''MP3s''' to an article: <nowiki><mp3>Uploaded Filename.mp3 or external URL</mp3></nowiki> or <nowiki><mp3>uploaded filename.mp3 or external URL|download</mp3></nowiki> (the "download" parameter adds an icon with link to download the mp3). For example, <nowiki><mp3>Smelly.mp3</mp3></nowiki> or <nowiki><mp3>http://www.yourdomainhere.com/Smelly.mp3|download</mp3></nowiki>.</div>
* [[Help:Preferences|Preferences]]
* [[Help:Skins|Skins]]


==Wiki administration==
<div style="padding: 1%; margin: 1%; background-color: #CCCCCC;">Add '''externally''' hosted '''Flash Video''' to an article: You may link to hosted flash videos, like those found on [http://www.youtube.com/ Youtube] or [http://video.google.com Google Video], by using the '''xflash''' tag. For example, a Youtube video @ http://www.youtube.com/watch?v=YhkDBfBTKuw would be linked as <nowiki><xflash>http://www.youtube.com/v/YhkDBfBTKuw</xflash></nowiki>; a Google Video @ http://video.google.com/videoplay?docid=5752383157717584836 would be linked as <nowiki><xflash>http://video.google.com/googleplayer.swf?docid=5752383157717584836</xflash></nowiki>. This has only been tested with YouTube and Google Video to date. If you have some issue trying to use Flash video from other hosts, do not hesitate to [http://www.brenico.com/brenden.simpson/bribery.php contact us].</div>


* [[Help:Sysops and permissions|Sysops and permissions]]
<div style="padding: 1%; margin: 1%; background-color: #CCCCAF;">Add '''uploaded Flash Video''' (.flv) to an article: <nowiki><flvplayer>Uploaded Filename.flv</flvplayer></nowiki> For example, <nowiki><flvplayer width="400" height="400" autoplay="true" hidecontrols="true">filename.flv</flvplayer> starts playing the movie as soon as it is available for streaming and does not show any FlowPlayer controls to the user.</nowiki> For another example, <nowiki><flvplayer width="400" height="400" loop="true">filename.flv</flvplayer> Automatically sets the movie in looping mode as soon as it starts playing.</nowiki>


The following features require extra permissions that are not normally granted to all wiki users.
You may use any of the following attributes:
 
* width=px or % (Specify the width of the movie when displayed)
* [[Help:Protecting and unprotecting pages|Protecting and unprotecting pages]]
* height=px or a% (Specify the height of the movie when displayed)
* [[Help:Sysop deleting and undeleting|Sysop deleting and undeleting]]
* loop=true/false (Loop the movie, default:true)
* [[Help:Patrolled edits|Patrolled edits]]
* autoplay=true/false (Automatically start playing the movie, default:false)
* [[Help:Blocking users|Blocking users]]
* hidecontrols=true/false (Hide the controls of FlowPlayer, default:false)
* [[Help:Range blocks|Range IP blocks]]
</div>
* [[Help:Assigning permissions|Assigning permissions]]
 
{{Languages|Help:Contents}}
[[Category:Help| ]]
__NOTOC__

Revision as of 15:43, 19 January 2009

Suggestions

  • Put things into categories so that people will be able to find your articles. It is easy: Just add a category tag like [[Category: CATEGORY NAME HERE]] to the end of any article you write, and it will be automatically added to the category list.


Media Embedding

Add Images to an article: [[image:ImageName.extension|Thumbnail size in pixels]]. For example, [[image:Test.jpg|240px]] or [[image:This_is_a_test.gif|250px]].
Add MP3s to an article: <mp3>Uploaded Filename.mp3 or external URL</mp3> or <mp3>uploaded filename.mp3 or external URL|download</mp3> (the "download" parameter adds an icon with link to download the mp3). For example, <mp3>Smelly.mp3</mp3> or <mp3>http://www.yourdomainhere.com/Smelly.mp3|download</mp3>.
Add externally hosted Flash Video to an article: You may link to hosted flash videos, like those found on Youtube or Google Video, by using the xflash tag. For example, a Youtube video @ http://www.youtube.com/watch?v=YhkDBfBTKuw would be linked as <xflash>http://www.youtube.com/v/YhkDBfBTKuw</xflash>; a Google Video @ http://video.google.com/videoplay?docid=5752383157717584836 would be linked as <xflash>http://video.google.com/googleplayer.swf?docid=5752383157717584836</xflash>. This has only been tested with YouTube and Google Video to date. If you have some issue trying to use Flash video from other hosts, do not hesitate to contact us.
Add uploaded Flash Video (.flv) to an article: <flvplayer>Uploaded Filename.flv</flvplayer> For example, <flvplayer width="400" height="400" autoplay="true" hidecontrols="true">filename.flv</flvplayer> starts playing the movie as soon as it is available for streaming and does not show any FlowPlayer controls to the user. For another example, <flvplayer width="400" height="400" loop="true">filename.flv</flvplayer> Automatically sets the movie in looping mode as soon as it starts playing.

You may use any of the following attributes:

  • width=px or % (Specify the width of the movie when displayed)
  • height=px or a% (Specify the height of the movie when displayed)
  • loop=true/false (Loop the movie, default:true)
  • autoplay=true/false (Automatically start playing the movie, default:false)
  • hidecontrols=true/false (Hide the controls of FlowPlayer, default:false)