Difference between revisions of "Help"

From LRDE

 
(25 intermediate revisions by 2 users not shown)
Line 2: Line 2:
   
 
; [[Mediawiki:Sidebar]]
 
; [[Mediawiki:Sidebar]]
  +
: Navigation sidebar. This page use a specific syntax (see [http://www.mediawiki.org/wiki/Manual:Interface/Sidebar]).
: Navigation sidebar
 
   
 
; [[Mediawiki:Common.css]]
 
; [[Mediawiki:Common.css]]
 
: Global css (affect all pages)
 
: Global css (affect all pages)
  +
  +
== Interwiki links ==
  +
  +
You can create interwiki links using the prefixes “www” and “intra” :
  +
* <nowiki>[[intra:Main page]]</nowiki> link to the intranet main page ;
  +
* <nowiki>[[www:News]]</nowiki> link to the news page of the public wiki.
  +
  +
; [[mw:Manual:Interwiki|Official documentation]]
  +
; [{{SERVER}}/{{SCRIPTPATH}}/api.php?action=query&meta=siteinfo&siprop=interwikimap List of prefixes]
   
 
== External help pages ==
 
== External help pages ==
Line 11: Line 20:
 
: Wiki markup is the syntax and keywords used by the MediaWiki software to format a page.
 
: Wiki markup is the syntax and keywords used by the MediaWiki software to format a page.
 
; [http://meta.wikimedia.org/wiki/Help:Advanced_editing Advanced wiki markup]
 
; [http://meta.wikimedia.org/wiki/Help:Advanced_editing Advanced wiki markup]
; [http://meta.wikimedia.org/wiki/Help:Images_and_other_uploaded_files Image]
+
; [https://www.mediawiki.org/wiki/Help:Images Image]
 
; [http://meta.wikimedia.org/wiki/Help:Wikitext_examples Example]
 
; [http://meta.wikimedia.org/wiki/Help:Wikitext_examples Example]
 
; [http://meta.wikimedia.org/wiki/Help:Link Link]
 
; [http://meta.wikimedia.org/wiki/Help:Link Link]
Line 17: Line 26:
 
; [http://meta.wikimedia.org/wiki/Help:List List]
 
; [http://meta.wikimedia.org/wiki/Help:List List]
 
; [http://meta.wikimedia.org/wiki/Help:Category Category]
 
; [http://meta.wikimedia.org/wiki/Help:Category Category]
  +
; [http://www.mediawiki.org/wiki/Help:Magic_words Magic words]
  +
: Strings of text that MediaWiki associates with a return value or function, such as time, site details, or page names.
  +
; [http://meta.wikimedia.org/wiki/Wiki_color_formatting_help Colors]
  +
: Permit access to global variables.
   
 
== Extensions ==
 
== Extensions ==
  +
  +
=== Polyglot extension ===
  +
  +
The Polyglot extension provides automatic redirects based on user language.
  +
  +
To create a multlingual page, ex: YourPage, you need to :
  +
# create the english page [[YourPage]]
  +
# for each translation, create same page with the suffix “/” followed by a language code like “fr”, “de”, … For example the french page will be [[YourPage/fr]]
  +
  +
See [http://www.mediawiki.org/wiki/Extension:Polyglot Polyglot extension page]
   
 
=== Realname extension ===
 
=== Realname extension ===
Line 31: Line 54:
   
 
See [http://www.mediawiki.org/wiki/Extension:LDAP_Authentication LDAP extension page].
 
See [http://www.mediawiki.org/wiki/Extension:LDAP_Authentication LDAP extension page].
  +
  +
=== Semantic Media Wiki ===
  +
  +
; Ajout de la propriété «Property name» avec la valeur «value» : <nowiki>[[Property name::value]]</nowiki>
  +
; Typage de la propriété «Course period» :
  +
# Éditer la page [[Property:Course period]]
  +
# Ajouter un type écrivant sur la page <nowiki>[[Has type::Text]]</nowiki>, voir la liste des types sur la page suivante [http://www.semantic-mediawiki.org/wiki/Help:Properties_and_types#List_of_datatypes]
  +
# Définir des valeurs autorisées avec <nowiki>[[Allows value::Value]]</nowiki> [http://www.semantic-mediawiki.org/wiki/Help:Special_property_Allows_value]
  +
  +
=== Widgets ===
  +
  +
The Widgets extension allows the creation of raw HTML pages that can be embedded (similarly to templates) in normal wiki pages.
  +
  +
See [http://www.mediawiki.org/wiki/Extension:Widgets Widgets extension page] or [http://www.mediawikiwidgets.org/Widgets_Catalog Widgets catalog].
  +
  +
List of currently installed widgets :
  +
{{#ask: [[Widget:+]]}}
  +
  +
=== Tips ===
  +
  +
; Block of code/email ([http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi#Supported_languages Supported languages]) : <nowiki><syntaxhighlight lang="email|bash|python|cpp" line enclose="div">…</syntaxhighlight></nowiki>

Latest revision as of 16:58, 26 February 2014

Hidden special pages

Mediawiki:Sidebar
Navigation sidebar. This page use a specific syntax (see [1]).
Mediawiki:Common.css
Global css (affect all pages)

Interwiki links

You can create interwiki links using the prefixes “www” and “intra” :

  • [[intra:Main page]] link to the intranet main page ;
  • [[www:News]] link to the news page of the public wiki.
Official documentation
List of prefixes

External help pages

Wiki markup
Wiki markup is the syntax and keywords used by the MediaWiki software to format a page.
Advanced wiki markup
Image
Example
Link
Table
List
Category
Magic words
Strings of text that MediaWiki associates with a return value or function, such as time, site details, or page names.
Colors
Permit access to global variables.

Extensions

Polyglot extension

The Polyglot extension provides automatic redirects based on user language.

To create a multlingual page, ex: YourPage, you need to :

  1. create the english page YourPage
  2. for each translation, create same page with the suffix “/” followed by a language code like “fr”, “de”, … For example the french page will be YourPage/fr

See Polyglot extension page

Realname extension

Attempts to replace any username links into realname links.

See extension page.

LDAP authentication extension

Use our internal LDAP database to authenticate the users.

See LDAP extension page.

Semantic Media Wiki

Ajout de la propriété «Property name» avec la valeur «value»
[[Property name::value]]
Typage de la propriété «Course period»
  1. Éditer la page Property:Course period
  2. Ajouter un type écrivant sur la page [[Has type::Text]], voir la liste des types sur la page suivante [2]
  3. Définir des valeurs autorisées avec [[Allows value::Value]] [3]

Widgets

The Widgets extension allows the creation of raw HTML pages that can be embedded (similarly to templates) in normal wiki pages.

See Widgets extension page or Widgets catalog.

List of currently installed widgets :


Tips

Block of code/email (Supported languages)
<syntaxhighlight lang="email|bash|python|cpp" line enclose="div">…</syntaxhighlight>