Difference between revisions of "Help:Contents"

From Amahi Wiki
Jump to: navigation, search
 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Help Topics ==
+
__NOTOC__
Wiki Formatting:
+
----
* [http://www.mediawiki.org/wiki/Help:Formatting Text]
+
{|width="100%" cellspacing="0" cellpadding="0" style="background-color: transparent"
* [http://www.mediawiki.org/wiki/Help:Links Links]
+
|width="50%" valign="top"|
* [http://www.mediawiki.org/wiki/Help:Images Images]
+
=== About {{SITENAME}} ===
* [http://www.mediawiki.org/wiki/Help:Tables Tables]
+
*'''[[Intro|Introduction]]''' to {{SITENAME}}
 +
*'''[http://www.amahi.org/faq FAQ]''' about {{SITENAME}}
 +
*'''[[{{SITENAME}}:Copyrights|Copyright]]
  
= Code Formatting =
+
=== Users ===
 +
* How to '''[[Help:Register|register]]''' to {{SITENAME}}wiki
 +
* How to '''[[Help:Connect|connect]]''' to to {{SITENAME}}wiki
 +
* How to change to {{SITENAME}} wiki '''[[Help:Preferences|preferences]]'''
  
To add formatting to code, we have a little [[Template:Code code template]] that can be used like this:
+
=== Users Community ===
 +
* Discuss about  {{SITENAME}} in '''[http://forums.amahi.org Forums]'''
 +
* Chat in '''[irc://irc.freenode.net/{{SITENAME}} {{SITENAME}} IRC Channel]'''
 +
* View the {{NUMBEROFACTIVEUSERS}} '''[[Special:ActiveUsers|Active Users]]''' in {{SITENAME}}wiki
 +
* '''[[Special:Listusers/sysop| SysOps]]'''
 +
* View '''[[Special:ListGroupRights| User rights]]'''
 +
* View all '''[[Special:Log|Public Logs]]'''
  
<pre>
+
|&nbsp;&nbsp;
{{Code|bash$ ls -l
+
|width="50%" valign="top"|
total 696
 
...
 
bash$
 
}}
 
</pre>
 
  
Which should look like this:
+
===Articles ===
 +
<!--
 +
* '''[[{{SITENAME}}:UserGuide|User Guide]]'''
 +
* '''[[{{SITENAME}}:Standards|Policies and standards]]''' for article writers
 +
* '''[[{{SITENAME}}:Translate|Translation]]'''
 +
-->
 +
* How to '''[[Help:CreatePage|Start a new article]]'''
 +
* How to '''[[Help:Editing|edit an article]]'''
 +
* How to '''[[Help:Formating|format an article]]'''
 +
<!--
 +
* How to '''[[Help:AddImage|add images]]''' in articles
 +
* How to '''[[Help:UploadFile|uplod files]]''' in {{SITENAME}}
 +
* How to '''[[Help:MovePage|rename or move]]''' an article
 +
* How to '''[[Help:Redirect|redirect]]''' to an other article
 +
* How to '''[[Help:Transclude|include]]''' an article in an other article-->
 +
* How to '''[[Help:Templates|add a template]]'''
 +
* How to '''[[Help:Categories|use categories]]'''
 +
* List to '''[[Special:MostLinkedTemplates | select a template]]'''
  
{{Code|bash$ ls -l
+
=== Touring in {{SITENAME}} Wiki ===
total 696
+
* View all '''[[Special:Categories|categories]]'''
...
+
* View all '''[http://wiki.amahi.org/index.php?title=Special%3AAllPages&from=&to=&namespace=10 templates]'''
bash$
+
* View all '''[[:Category:WorkInProgress |Under Development]]'''
}}
+
* View some '''[[Special:Statistics|Statistics]]'''
 +
|}
  
== Syntax Highlight for Code ==
+
[[Category:Help]]
If you like syntax highlighting, we have the syntax highlight extension and you can do this:
 
 
 
<pre>
 
<syntaxhighlight lang="php">
 
<?php
 
      $v = "string";    // sample initialization
 
?>
 
</syntaxhighlight>
 
</pre>
 
 
 
To look like:
 
 
 
<syntaxhighlight lang="php">
 
<?php
 
      $v = "string";    // sample initialization
 
?>
 
</syntaxhighlight>
 
 
 
or
 
 
 
<pre>
 
<syntaxhighlight lang="ruby">
 
> ["Amahi", "Linux"].map{|i| "#{i} is cool!"}
 
=> ["Amahi is cool!", "Linux is cool!"]
 
</syntaxhighlight>
 
</pre>
 
 
 
To look like this:
 
 
 
      <syntaxhighlight lang="ruby">
 
      > ["Amahi", "Linux"].map{|i| "#{i} is cool!"}
 
      => ["Amahi is cool!", "Linux is cool!"]
 
      </syntaxhighlight>
 
 
 
We have set the [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi syntax highliting] extension with bash as the default language, since it's probably the most common in this wiki. You can override it as above.
 
 
 
= More Help =
 
 
 
[http://meta.wikimedia.org/wiki/Help:Editing Complete editing help]
 

Latest revision as of 21:16, 11 February 2013


About Amahi Wiki

Users

Users Community

  

Articles

Touring in Amahi Wiki Wiki