Changes

From Amahi Wiki
Jump to: navigation, search
952 bytes removed ,  21:16, 11 February 2013
m
__NOTOC__
== Help Topics ==
Wiki Formatting:
* [http://www.mediawiki.org/wiki/Help:Formatting Text]
* [http://www.mediawiki.org/wiki/Help:Links Links]
* [http://www.mediawiki.org/wiki/Help:Images Images]
* [http://www.mediawiki.org/wiki/Help:Tables Tables]
 
{{Template talk:Code}}
 
== Syntax Highlight for Code ==
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]
 
----
{|width="100%" cellspacing="0" cellpadding="0" style="background-color: transparent"
=== 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]]'''
=== Users Community ===
* Discuss about {{SITENAME}} in '''[http://forums.amahi.org ForaForums]'''
* 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]]'''
|&nbsp;&nbsp;
|width="50%" valign="top"|
 
===Articles ===
<!--
* '''[[{{SITENAME}}:UserGuide|User Guide]]'''
* '''[[{{SITENAME}}:Standards|Policies and standards]]''' for article writers
* '''[[:Category:UnderDevelopment|Under Development]]'''
* '''[[{{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]]'''
=== Touring in {{SITENAME}} Wiki ===
* View all '''[[Special:Categories|categories]]'''
* View all '''[http://wiki.amahi.org/index.php?title=Special%3AAllPages&from=&to=&namespace=10 templates]'''
* View all '''[[:Category:WorkInProgress |Under Development]]'''
* View some '''[[Special:Statistics|Statistics]]'''
|}
[[Category:Help]]