]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/fr/pgsrc/PluginCalendrier
Minor adjustments to new markup.
[SourceForge/phpwiki.git] / locale / fr / pgsrc / PluginCalendrier
1 Date: Wed, 13 Feb 2002 20:50:00 -0500
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.2-jeffs-hacks)
3 X-Rcs-Id: $Id: PluginCalendrier,v 1.2 2002-02-14 01:49:53 carstenklapp Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=PluginCalendrier;
6   flags=PAGE_LOCKED;
7   pgsrc_version="2 $Revision: 1.2 $";
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 Le PluginCalendrier peut être utilisé pour générer un calendrier mensuel au sein d'une page du wiki. C'est une façon pratique d'obtenir des [ wikis personnels |WikiPersonnel].
12
13 Les dates individuelles dans le calendrier lient à des pages wiki spécifiquement nommées. Les noms des "pages du jour" sont formées par défaut en ajoutant la date au nom de la page sur laquelle apparaît le calendrier.
14
15 ''Cette fonctionnalité a été inspirée par [Manila|http://manila.userland.com/], et a été tout d'abord implémentée par GaryBenson. Elle fut par la suite implémentée sous forme de PluginWiki par JeffDairiki.''
16
17 !! Usage :
18  <?plugin Calendar?>
19
20 vous donnera :
21 <?plugin Calendar?>
22
23 --------
24
25 !! Arguments du Plugin
26
27 ! Sélection du Mois
28
29 ;__year__: spécifie l'année du calendrier (l'année actuelle par défaut)
30 ;__month__: spécifie le mois du calendrier (le mois actuel par défaut)
31 ;__month_offset__: ajouté au ''mois''. Peut être utilisé pour inclure l'équivalent de plusieurs mois sur une seule page du wiki.
32 <?plugin Calendar month_offset=+1?>
33
34 !Noms de la "Page du Jour"
35
36 ;__date_format__:[Strftime| php-function:strftime] style format string used to generate page names for the "day pages."  The default value is '%Y-%m-%d'.
37 ;__prefix__: Prepended to the date (formatted per ''date_format'') to generate the "day page" names.  The default value is '[[pagename]:'.
38
39 ! Appearance
40
41 ;__month_format__: [Strftime| php-function:strftime] style format string used to generate the title of the calendar.  (Default: '%B, %Y'.)
42 ;__wday_format__: [Strftime| php-function:strftime] style format string used to generate the day-of-week names at the top of the calendar.
43 ;__start_wday__: What day of the week does the calendar start on.  This should be specified as an integer in the range zero (Sunday) through six (Saturday), inclusive.
44
45 <?plugin Calendar start_wday=1 ?>
46 -----
47
48 ! Patch for 1.2
49
50 GaryBenson wrote the first calendar implementation for PhpWiki 1.2.  (Since 1.2 doesn't support plugins, it uses a ###CALENDAR### token as a trigger.)  Gary provides a screenshot at http://inauspicious.org/files/screenshots/calender.png, a [patch |http://inauspicious.org/files/phpwiki/phpwiki-1.2.0-calendar.patch] (on 1.2.0), and [calendar.php |http://inauspicious.org/files/phpwiki/calendar.php] (which renders a view of the year.)
51 ----
52 DocumentationDePhpWiki