Changes

From Amahi Wiki
Jump to: navigation, search
637 bytes added ,  21:16, 11 February 2013
m
__NOTOC__----{|width="100%" cellspacing= Help Topics "0" cellpadding="0" style="background-color: transparent"Wiki Formatting:|width="50%" valign="top"|=== About {{SITENAME}} ===* '''[http://www.mediawiki.org/wiki/Help:Formatting Text[Intro|Introduction]]''' to {{SITENAME}}* '''[http://www.mediawikiamahi.org/wiki/Help:Links Linksfaq FAQ]''' about {{SITENAME}}* '''[[http{{SITENAME}}://www.mediawiki.org/wiki/Help:Images ImagesCopyrights|Copyright]* [http://www.mediawiki.org/wiki/Help:Tables Tables]
= 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 === 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 '''[[TemplateSpecial:Code code templateListGroupRights| User rights]] that can be used like this'''* View all '''[[Special:Log|Public Logs]]'''
<pre>|&nbsp;&nbsp;{{Code|bash$ ls -ltotal 696...bash$ }}</pre>width="50%" valign="top"|
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]]'''
=== Touring in {{CodeSITENAME}} Wiki ===* View all '''[[Special:Categories|bash$ ls -ltotal 696categories]]'''* 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 ==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 thisCategory <syntaxhighlight lang="ruby"> > ["Amahi", "Linux"].map{|i| "#{i} is cool!"} => ["Amahi is cool!", "Linux is cool!"Help] </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]