Recent Changes for "Aide pour les macros" - Wiki Spothttp://wikispot.org/Aide_pour_les_macrosRecent Changes of the page "Aide pour les macros" on Wiki Spot.en-us Aide pour les macroshttp://wikispot.org/Aide_pour_les_macros2008-02-24 16:21:29valeurdusage(quick edit) <div id="content" class="wikipage content"> Differences for Aide pour les macros<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 75: </td> <td> Line 75: </td> </tr> <tr> <td> <span>-</span> ["LangueFrançaise"] ["PageTranslation"] ["Help<span>_</span>with<span>_m</span>acros"] </td> <td> <span>+</span> ["LangueFrançaise"] ["PageTranslation"] ["Help<span>&nbsp;</span>with<span>&nbsp;M</span>acros"] </td> </tr> </table> </div> Aide pour les macroshttp://wikispot.org/Aide_pour_les_macros2008-02-24 16:15:29valeurdusagebeginning of translation into french for Help_with_macros page <div id="content" class="wikipage content"> Differences for Aide pour les macros<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> </td> <td> <span>+ [[TableOfContents(right)]]Les macros permettent l'insertion d'éléments ou de fonctionnalités au sein des pages wiki, tel que l'ajout de notes de pied-de-page, d'images, de boites de commentaires souvent trouvées en bas des pages, et plus. Vous pouvez reconnaître une macro au fait que sa syntaxe est de {{{[[cetteForme]]}}}, avec des doubles crochets de chaque côté.<br> + <br> + Ce que vous mettez entre les crochets affecte le comportement de la macro, de la même façon qu'avec les fonctions des programmes informatiques. Ainsi par exemple, écrire {{{[[Image(a.gif, right)]]}}} génèrera un résultat très différent de {{{[[Image(b.png, left)]]}}}. Dans ces exemples, la macro utilisée sert à insérer une image dans la page. Mais le nom de l'image, ainsi que la position à laquelle cette image apparaîtra sur la page, ont été formulés différemment. Pour plus d'information voir : ["Help with Images"], ["Help with Maps"], ou les ["Help with Editing" autres pages d'aide].<br> + <br> + Pour utiliser une macro, cliquer le bouton d'édition situé en haut de la page (certains wikis nécessitent que vous soyez connecté au préalable). Certaines macros nécessitent des ["Parameters" paramètres], des éléments écrits entre (parentèses) qui disent à la macro ce qu'elle doit faire.<br> + <br> + ''Exemple:''<br> + {{{<br> + Il y a [[PageCount]] pages sur ce wiki.<br> + Macro Anti-spam (être connecté pour voir le résultat!): [[MailTo(bob AT example DOT com)]]<br> + Voici 3 pages prises au hasard :<br> + [[RandomPage(3)]]<br> + }}}<br> + ''Affiche :''<br> + Il y a [[PageCount]] pages sur ce wiki.<br> + Macro Anti-spam (être connecté pour voir le résultat!): [[MailTo(bob AT example DOT com)]]<br> + Voici 3 pages prises au hasard :<br> + [[RandomPage(3)]]<br> + <br> + <br> + ''Pour une discussion plus approfondie sur la macro {{{[[Image()]]}}}, voir ["Help with Images"].''<br> + <br> + = Macros Texte =<br> + Ces macros insèrent quelque chose au sein du texte de la page.<br> + || {{{[[nbsp]]}}} || ajoute un ''espace non-sécable'' -- un espace simple qui permet de conserver deux mots côte-à-côte sur une même ligne.||<br> + || {{{[[heart]]}}} || crée un [[heart]] Ne marche pas bien avec les Macs (no love for Apple, I guess).||<br> + ||&lt;^&gt; {{{[[br]]}}}|| ajoute un saut de ligne. En général ce n'est pas nécessaire, car le wiki interprète correctement les nouvelles lignes, mais occasionnellement vous pouvez être amené à forcer la disposition. Utile généralement quand vous travaillez avec des tableaux.||<br> + <br> + = Macros de Formatage et d'Edition =<br> + ||&lt;20%&gt; {{{[[Anchor(nom_ancre)]]}}} || définit une ancre. Utilisez {{{[#nom_ancre Texte du lien]}}} pour créer un lien vers l'ancre nommée. Notez que ''tout'' est sensible à la casse et que si l'ancre est définie avec des doubles crochets {{{[[]]}}}, elle est appelée avec des simples crochets {{{[]}}}. ||<br> + || {{{[[address(addresse_de_la_rue)]]}}} || vous permet de spécifier un "map point" pour la page situé à "addresse_de_la_rue''. Voir ["Help with Maps"] ||<br> + || {{{[[Comments]]}}} || génère une ["Comments" boite de commentaires] qui dit juste "Comments"||<br> + || {{{[[Comments(Laisser vos commentaires ici)]]}}} || génère une boite de commentaires, mais avec un texte autre que "Comments"||<br> + || {{{[[File(filename)]]}}} || inclue un lien vers un fichier que vous avez uploadé sur la page. Ceci étant : utilisez {{{[[Image]]}}} pour afficher des images ! ||<br> + || {{{[[FootNote(Ceci est la note de bas-de-page)]]}}} || crée une note de bas-de-page [[FootNote(Ceci est le texte de la nbp)]] ||<br> + || {{{[[FootNote]]}}} || lists the page's footnotes (footnotes appear at the bottom of the page if {{{[[FootNote]]}}} isn't used) ||<br> + || {{{[[Image(image_name.jpg, thumbnail,}}}[[br]] {{{ size, noborder, left/right,}}}[[br]] {{{ "Caption including ["Wiki" links]")]]}}} || see ["Help with Images"] ||<br> + || {{{[[Include(pagename)]]}}}[[br]]{{{[[Include(nom_page, "titre ici",}}}[[br]]{{{ left or right, width%)]]}}} || Inclue le contenu de la page nom_page au sein de la page courante. Vous pouvez également faire un {{{[[Include(nom_page, "titre ici")]]}}} pour que l'inclusion affiche un titre associé à un lien "edit". With full options, {{{[[Include(pagename, "Coolest page", right, 30%)]]}}} includes the page "pagename," with the heading "Coolest page," and floats it to the right while taking up 30% of the page.||<br> + || {{{[[MailTo(somebody AT yahoo DOT com)]]}}} || obscures an email address (sort of) from people who aren't logged in (like those harvesting email addresses for spam), looks like [[MailTo(somebody AT yahoo DOT com)]] to you. ||<br> + || {{{[[stop]]}}} || creates a box to link it to a "/Talk" page. Used when there is a big dispute among ["User Statistics" users] on the content of a page. ||<br> + || {{{[[TableOfContents]]}}} || Creates a table of contents based on the {{{= title =}}} ["Help with Headings" headers] on the page. It indents based on the number of equal signs. ||<br> + <br> + = General Macros =<br> + || {{{[[Stats(username)]]}}} || Given an argument of ''username'', it will print out the statistics for that user ||<br> + || {{{[[LinksHere]]}}} || provides a list of pages that link to the current page (this can actually be used to tag content)||<br> + || {{{ [[[LinksHere(pagename)]]}}} || provides list of pages that link to an arbitrary wiki page ||<br> + || {{{[[RandomPage(n)]]}}} || where n is a number of links to randomly selected wiki pages ||<br> + ||&lt;^&gt; {{{ [[RandomQuote(pagename)]]}}} || also works for random images. The page that this references should just be a list of whatever you want to randomly select. See [wiki:Davis:"Photography"] for an example. [[FootNote(Can someone explain random images a lot clearer please? The Photography page isn't there on WikiSpot.)]]||<br> + || {{{[[PageCount]]}}} || How many pages are in the wiki? [[PageCount]]; that's how many. ||<br> + || {{{[[UserCount]]}}} || How many users are on this wiki? [[UserCount]]; that's how many. ||<br> + <br> + = Wiki Administration Macros =<br> + These macros will generally only need to be used by your wiki administrator, and even then only rarely.<br> + <br> + || {{{[[Events]]}}} || Used to create the Events Board functionality, where events from all users are sorted by time. ||<br> + || {{{ [[EventsButtons(feed)]]}}} || Creates buttons at the top of the events page for RSS and Livejournal syndication, where ''feed'' is the name of the livejournal feed you're using. ||<br> + || {{{[[FirefoxSearch]]}}} || creates a link to install the Firefox/Mozilla ["Wiki Spot Search Plugin" search plugin] for the wiki ||<br> + || {{{[[RecentChanges]]}}} || powers your favorite page, ["Recent Changes"] ||<br> + || {{{[[TitleIndex]]}}} || powers the ["All Pages"] page, listing every page in a particular wiki ||<br> + || {{{[[Bookmarks]]}}} || powers the ["Bookmarks"] page, which lets users track particular pages ||<br> + || {{{[[UserPreferences]]}}} || powers the ["User Settings"] page, which lets people create accounts and change their account settings ||<br> + || {{{[[OrphanedPages]]}}} || powers the ["Orphaned Pages"] page, and lists all pages which have no incoming internal links ||<br> + || {{{[[OutgoingLinks]]}}} || powers the ["Outgoing Links"] page, listing the number of links each page contains ||<br> + || {{{[[Stats]]}}} || powers the ["User Statistics"] page, giving a full list of all stats. Using a username as an argument, this returns only that user's statistics. ||<br> + || {{{[[search]]}}} || Prints out a search box, similar to the one in the upper right of this page. ||<br> + || {{{ [[search(global)]]}}} || A search box that ["Interwiki Search" searches] all of Wiki Spot ||<br> + || {{{[[WantedPages]]}}} || powers the ["Wanted Pages"] page, listing all internal links that haven't been made yet ||<br> + || {{{[[paypal]]}}} || "Make a Donation" paypal button ||<br> + ''' Wiki Settings macros:'''<br> + * {{{[[GeneralSettings]]}}}<br> + * {{{[[SecuritySettings]]}}}<br> + * {{{[[UserGroups]]}}}<br> + <br> + ----<br> + ["LangueFrançaise"] ["PageTranslation"] ["Help_with_macros"]</span> </td> </tr> </table> </div>