From Ryzom Forge Wiki
m (Translation banner) |
|||
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{tabLang|FR|DE|EN|ES|{{ | + | {{Migrated to|:fr:ARK, expert}} |
+ | {{tabLang|FR|ARCC Expert DE|ARCC Expert EN|ARCC Expert ES|ARCC Expert FR|ARCC Expert RU}} | ||
+ | {{toTrad|FR|À revérifier par rapport à la [[ARCC_Expert_EN| version anglaise]] maintenue à jour}} | ||
{{WIP}} | {{WIP}} | ||
− | |||
− | |||
− | |||
<big>Manuel d’utilisation de l' '''A.R.C.C.'''</big> | <big>Manuel d’utilisation de l' '''A.R.C.C.'''</big> | ||
Line 11: | Line 10: | ||
*[[ARCC Expert FR|Volume III: Guide d'utilisation avancée]] | *[[ARCC Expert FR|Volume III: Guide d'utilisation avancée]] | ||
− | *BBCODE | + | ==BBCODE== |
− | * | + | Les BBcode auront toujours la même description: |
+ | |||
+ | [Ryzom_BBCode='''attribut''']''texte''[/Ryzom_BBCode] | ||
+ | |||
+ | Dans les affichages des exemples, nous utilisons le '''caractère gras''' pour l'attribut et l'''italique'' pour le texte. | ||
+ | ===url=== | ||
+ | ====Paramètres==== | ||
+ | =====texte===== | ||
+ | URL ou titre_à_afficher | ||
+ | =====attribut===== | ||
+ | URL lorsque le texte n'est pas nul | ||
+ | ** titre_à_afficher: Nom ou intitulé de l'URL | ||
+ | ====Exemples==== | ||
+ | *<nowiki>[url]http://forge.ryzom.com/wiki/ARCC_Expert_FR[/url]</nowiki> | ||
+ | *<nowiki>[url=http://forge.ryzom.com/wiki/ARCC_Expert_FR]The ARCC[/url]</nowiki> | ||
+ | |||
+ | ===scripturl=== | ||
+ | ====Paramètres==== | ||
+ | *texte: ajoute une extension PHP à L’URL fournie dans l'attribut. | ||
+ | <div style="margin:0em; padding:0em;border: none;background:yellow;"> | ||
+ | *attribut: ne semble pas marcher (un seul caractère parsé). S'il est nul, remonte l'URL du script en cours. | ||
+ | </div> | ||
+ | ====Exemples==== | ||
+ | *[scripturl]ryform_action=edit&ryform_name=stages%3A0[/scripturl] donne: | ||
+ | :'''<nowiki>http://app.ryzom.com/app_arcc/index.php?action=script_Edit&script=2088</nowiki>'''<big>&</big>''ryform_action=edit&ryform_name=stages%3A0'' | ||
+ | |||
+ | ===imgurl=== | ||
+ | ====Paramètres==== | ||
+ | *texte: 2 champs poossibles: | ||
+ | *# URL de l'image, obligatoire: image clicable; | ||
+ | *# Affichage du nom de l'URL au survol de la souri sur l'icone. Précédé du caractère souligné ("_"), il s'agit d'un texte à traduire qui sera entre parenthèses "{}" s'il n'est pas traduit. | ||
+ | *attribut: URL | ||
+ | |||
+ | ====Exemples==== | ||
+ | *<nowiki>[imgurl=http://forge.ryzom.com/wiki/ARCC_Expert_FR]http://app.ryzom.com//data/icons/32/emotion_tongue.png _The_ARCC[/imgurl]</nowiki> | ||
+ | [http://forge.ryzom.com/wiki/ARCC_Expert_FR [[file:emotion_tongue.png|The_ARCC]] ] | ||
+ | |||
+ | ===db=== | ||
+ | ====Paramètres==== | ||
+ | *texte: | ||
+ | *#chargement d'une donnée: ''cellule ='' valeur | ||
+ | *#extraction d'une donnée enregistrée: ''cellule'' | ||
+ | |||
+ | :cellule est défini par: ''ligne'': ''colonne'' | ||
+ | :# ''ligne'' = enregistrement dans la base (peut être nommé ou numéro d'ordre à partir de 0) | ||
+ | :# ''colonne'' ou "scope" = domaine d’application: | ||
+ | :##player | ||
+ | :##guild | ||
+ | :##arcc => 0 | ||
+ | :##civ | ||
+ | :##cult | ||
+ | :##org | ||
+ | :##race | ||
+ | *attribut: Nom de la base. | ||
+ | |||
+ | ====Exemples==== | ||
+ | *[db=TestDB]0:0=100[/db] chargement d'une valeur (100) dans une DB. | ||
+ | *[db=TestDB]3:0[/db] RAZ dans une DB. | ||
+ | |||
+ | ===img=== | ||
+ | <div style="margin:0em; padding:0em;border: none;background:yellow;"> | ||
+ | ====Paramètres==== | ||
+ | *texte: nul ou adresse_de_l_image nom_de_l_image | ||
+ | *attribut: significatif si texte est nul | ||
+ | ** nom_de_l_image (utilisé aussi pour l'affichage de remplacement si est image absente. Éventuellement traduite automatiquement) | ||
+ | |||
+ | ====Exemples==== | ||
+ | *[img]http://app.ryzom.com//data/icons/32/emotion_happy.png[/img] | ||
+ | </div> | ||
+ | |||
+ | ===div=== | ||
+ | ====Paramètres==== | ||
+ | *texte: texte qui sera affiché dans une page HTML dans un bloc "div" HTML. C'est un container qui divise la page en une section contenant ses propres objet et styles. | ||
+ | <div style="margin:0em; padding:0em;border: none;background:yellow;"> | ||
+ | *attribut: array composé de trois éléments: | ||
+ | ** class | ||
+ | ** id | ||
+ | ** style | ||
+ | </div> | ||
+ | |||
+ | ====Exemples==== | ||
+ | *[div]Un texte[/div] | ||
+ | <div style="margin:0em; padding:0em;border: none;background:yellow;"> | ||
+ | *[div=Classe|identiy|color:#f00;...???]txt[/div] | ||
+ | </div> | ||
+ | |||
+ | ===expr=== | ||
+ | <div style="margin:0em; padding:0em;border: none;background:yellow;"> | ||
+ | *affichage du calcul | ||
+ | *affichage du résultat | ||
+ | </div> | ||
+ | ===map=== | ||
+ | *[map]18176,-29492[/map] | ||
+ | ===link=== | ||
+ | *[link][/link] ⇒ http://app.ryzom.com/app_arcc/index.php?action=script_Edit&event=211&script=1929 | ||
+ | :http://app.ryzom.com/app_arcc/index.php?action=scripts_Main&event=211 (A.R.C.C. » TESTS » Bepock » UserGuide » NewEvent » Nouvel event ) | ||
+ | *[link]GrimSon[/link] ⇒ http://app.ryzom.com/app_arcc/index.php?action=script_Edit&event=211&script=1936 | ||
+ | :http://app.ryzom.com/app_arcc/index.php?action=script_Edit&script=1936&version=0 (A.R.C.C. » TESTS » Bepock » UserGuide » NewEvent » NewEvent » GrimSon) | ||
+ | *[link]#weGPlayerInfos_BBCodeTest[/link] ⇒ http://app.ryzom.com/app_arcc/index.php?action=script_Edit&script=2088&select=weGPlayerInfos_BBCodeTest | ||
+ | :http://app.ryzom.com/app_arcc/index.php?message=recipe_updated&action=script_Edit&script=2088&ryform_action=&ryform_name= ( | ||
+ | A.R.C.C. » TESTS » Bepock » UserGuide » NewEvent » NewEvent » BBCODE: stage weGPlayerInfos_BBCodeTest) | ||
+ | ===validate=== | ||
+ | ===trad=== | ||
+ | ===t=== | ||
+ | ===math=== | ||
+ | @process randint(0, 100) | ||
+ | |||
+ | ===timer=== | ||
+ | ===date=== | ||
+ | ===func=== | ||
+ | ===itemicon=== | ||
+ | ===lua=== | ||
+ | ===param=== | ||
+ | ===data=== | ||
+ | ===session=== | ||
+ | ===get=== | ||
+ | ===post=== | ||
+ | ===playerinfos=== | ||
+ | ===gender=== | ||
+ | ===playerbackup=== | ||
+ | ===playerstat=== | ||
+ | ===scriptinfos=== | ||
+ | ===if=== | ||
+ | ===ifnot=== | ||
+ | ===hack=== | ||
+ | <div style="margin:0em; padding:0em;border: none;background:yellow;"> | ||
+ | ====Paramètres==== | ||
+ | *texte: | ||
+ | *attribut: significatif si texte est nul | ||
+ | ** | ||
+ | ====Exemples==== | ||
+ | </div> | ||
+ | ==HTML== | ||
+ | <table> | ||
+ | |||
+ | <tr style="background-image:url(http://dl.dropbox.com/u/17987525/webig/inner1.png)"> | ||
+ | <td> </td> | ||
+ | <td><img src="http://arcc-ryzom.rhcloud.com/images/prerite/m0385ccmcb01.sitem.png"/></td><td>Alpha :</td><td>([db=TestDB]0:0[/db]+2000)/4000</td><td><img src="http://app.ryzom.com/app_arcc/scripts/events/event_temple/progress_bar.php?value=[db=TestDB]1:0[/db]&value_max=4000+40&rand=[func]now[/func]" /></td></tr> | ||
+ | |||
+ | <tr style="background-image:url(http://dl.dropbox.com/u/17987525/webig/inner1.png)"> | ||
+ | <td> </td> | ||
+ | <td><img src="http://arcc-ryzom.rhcloud.com/images/prerite/m0655chsca01.sitem.png" /></td><td>Beta :</td><td> [db=TestDB]1:0[/db]/4000+60</td><td><img src="http://app.ryzom.com/app_arcc/scripts/events/event_temple/progress_bar.php?value=[db=TestDB]4:0[/db]&value_max=4000&rand=[func]now[/func]" /></td></tr> | ||
+ | |||
+ | <tr style="background-image:url(http://dl.dropbox.com/u/17987525/webig/inner1.png)"> | ||
+ | <td> </td> | ||
+ | <td><img src="http://arcc-ryzom.rhcloud.com/images/prerite/m0685ccpca01.sitem.png" /></td><td>Gamma :</td><td> [db=TestDB]2:0[/db]/4000</td><td><img src="http://app.ryzom.com/app_arcc/scripts/events/event_temple/progress_bar.php?value=[db=TestDB]2:0[/db]&value_max=4000&rand=[func]now[/func]" /></td></tr> | ||
+ | |||
+ | |||
+ | <tr style="background-image:url(http://dl.dropbox.com/u/17987525/webig/inner1.png)"> | ||
+ | <td> </td> | ||
+ | <td><img src="http://arcc-ryzom.rhcloud.com/images/prerite/m0559ccncb01.sitem.png" /></td><td>Delta :</td><td> [db=TestDB]3:0[/db]/4000</td><td><img src="http://app.ryzom.com/app_arcc/scripts/events/event_temple/progress_bar.php?value=[db=TestDB]3:0[/db]&value_max=4000&rand=[func]now[/func]" /></td></tr> | ||
+ | |||
+ | </table> | ||
+ | |||
+ | [list=1] | ||
+ | [*]now:[func]now[/func] | ||
+ | [*]rand %:[func=rand]0|100[/func] | ||
+ | [*]calc:[math](10*2)[/math] | ||
+ | [*]session DATE:[session=DATE][func]now[/func][/session] | ||
+ | [*]DATE:[session]DATE[/session] | ||
+ | [*]date:[date]DATE[/date] | ||
+ | [*]rand*DATE:[math][func=rand]0|100[/func]*[session]DATE[/session][/math] | ||
+ | [*]rand*DATE:[math]([func=rand]0|100[/func]*[session]DATE[/session])%100[/math] | ||
+ | [*] | ||
+ | [/list] | ||
+ | |||
+ | [list] | ||
+ | [*]session DATE:[session=DATE][func]now[/func][/session] | ||
+ | [*]DATE:[session]DATE[/session] | ||
+ | [*]date:[date]DATE[/date] | ||
+ | |||
+ | [*]1 [date shard=atys][/date] | ||
+ | [*]2 [date=atys][/date] | ||
+ | [*]3 [date shard][/date] | ||
+ | [*]4 [date][/date] | ||
+ | [*]5 [date]1407426669[/date] | ||
+ | [session=DATE][func]now[/func]+1000[/session] | ||
+ | [*]6 [time][session]DATE[/session][/time] | ||
+ | [*] | ||
+ | [*]Samedi 8 Novembre 12:00:00 UTC (dans 3 mois) | ||
+ | [*]17h - Tria, Pluvia 15, 3e CA 2580 | ||
+ | [*][time]2014-11-08 12:00[/time] | ||
+ | [*]1:[date shard=atys]2014-11-08 12:00[/date] | ||
+ | [*]2:[date=atys]2014-11-08 12:00[/date] | ||
+ | [*]3:[date shard]2014-11-08 12:00[/date] | ||
+ | [*]4:[date]2014-11-08 12:00[/date] | ||
+ | [*] | ||
+ | [*]1:[date shard=atys]2014-11-08 12:00[/date] | ||
+ | [*]2:[date=atys]2014-11-08 12:00[/date] | ||
+ | [*]3:[date shard]2014-11-08 12:00[/date] | ||
+ | [*]4:[date]2014-11-08 12:00[/date] | ||
+ | [*] | ||
+ | [*]1:[shard=atys]2014-11-08 12:00[/shard] | ||
+ | [*]2: | ||
+ | [*]3:[shard]2014-11-08 12:00[/shard] | ||
+ | [*]4:[date]2014-11-08 12:00[/date] | ||
+ | [*] | ||
+ | [*]1:[date shard=atys=2014-11-08 12:00][/date] | ||
+ | [*]2:[date=atys=2014-11-08 12:00][/date] | ||
+ | [*]3:[date shard=2014-11-08 12:00][/date] | ||
+ | [*]4:[date=2014-11-08 12:00][/date] | ||
+ | [*] | ||
+ | [*] | ||
+ | [*] | ||
+ | [*] | ||
+ | [*] | ||
+ | [*] | ||
+ | [*] | ||
+ | [*] | ||
+ | [/list] | ||
+ | |||
+ | |||
+ | liste des item .ps et .sitem? | ||
+ | |||
+ | players dans les db permet de différencier et mémoriser chaque players ! | ||
+ | il doir en etre de meme pour guilde etc... | ||
+ | |||
+ | |||
+ | <div style="margin:0em; padding:0em;border: none;background:yellow;"> | ||
+ | ====Paramètres==== | ||
+ | *texte: | ||
+ | *attribut: significatif si texte est nul | ||
+ | ** | ||
+ | ====Exemples==== | ||
+ | </div> | ||
+ | |||
+ | ⇒ | ||
+ | |||
+ | ==Autre soutils de l'ARCC== | ||
*[[ARCC traductions FR|Traduction automatique]] | *[[ARCC traductions FR|Traduction automatique]] | ||
+ | |||
+ | '''[[ARCC Guide EN|←ARCC Guide EN]]''' | ||
+ | {{In_Category|ARCC}} | ||
{{TPInWikiRyzom}} | {{TPInWikiRyzom}} | ||
− | |||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
[[Category:ARCC]] | [[Category:ARCC]] | ||
[[Category:FR]] | [[Category:FR]] |
Latest revision as of 09:23, 14 June 2018
Migration
Please use the migrated document at URL shown below.
WIP
in Arbeit -
work in progress -
trabajo en curso -
travaux en cours -
незавершенное
Manuel d’utilisation de l' A.R.C.C.
- Volume I : Guide de démarrage rapide (Quick Start Guide)
- Volume II : Guide d'utilisation
- Volume III: Guide d'utilisation avancée
Contents
- 1 BBCODE
- 1.1 url
- 1.2 scripturl
- 1.3 imgurl
- 1.4 db
- 1.5 img
- 1.6 div
- 1.7 expr
- 1.8 map
- 1.9 link
- 1.10 validate
- 1.11 trad
- 1.12 t
- 1.13 math
- 1.14 timer
- 1.15 date
- 1.16 func
- 1.17 itemicon
- 1.18 lua
- 1.19 param
- 1.20 data
- 1.21 session
- 1.22 get
- 1.23 post
- 1.24 playerinfos
- 1.25 gender
- 1.26 playerbackup
- 1.27 playerstat
- 1.28 scriptinfos
- 1.29 if
- 1.30 ifnot
- 1.31 hack
- 2 HTML
- 3 Autre soutils de l'ARCC
BBCODE
Les BBcode auront toujours la même description:
[Ryzom_BBCode=attribut]texte[/Ryzom_BBCode]
Dans les affichages des exemples, nous utilisons le caractère gras pour l'attribut et l'italique pour le texte.
url
Paramètres
texte
URL ou titre_à_afficher
attribut
URL lorsque le texte n'est pas nul
- titre_à_afficher: Nom ou intitulé de l'URL
Exemples
- [url]http://forge.ryzom.com/wiki/ARCC_Expert_FR[/url]
- [url=http://forge.ryzom.com/wiki/ARCC_Expert_FR]The ARCC[/url]
scripturl
Paramètres
- texte: ajoute une extension PHP à L’URL fournie dans l'attribut.
- attribut: ne semble pas marcher (un seul caractère parsé). S'il est nul, remonte l'URL du script en cours.
Exemples
- [scripturl]ryform_action=edit&ryform_name=stages%3A0[/scripturl] donne:
- http://app.ryzom.com/app_arcc/index.php?action=script_Edit&script=2088&ryform_action=edit&ryform_name=stages%3A0
imgurl
Paramètres
- texte: 2 champs poossibles:
- URL de l'image, obligatoire: image clicable;
- Affichage du nom de l'URL au survol de la souri sur l'icone. Précédé du caractère souligné ("_"), il s'agit d'un texte à traduire qui sera entre parenthèses "{}" s'il n'est pas traduit.
- attribut: URL
Exemples
- [imgurl=http://forge.ryzom.com/wiki/ARCC_Expert_FR]http://app.ryzom.com//data/icons/32/emotion_tongue.png _The_ARCC[/imgurl]
db
Paramètres
- texte:
- chargement d'une donnée: cellule = valeur
- extraction d'une donnée enregistrée: cellule
- cellule est défini par: ligne: colonne
- ligne = enregistrement dans la base (peut être nommé ou numéro d'ordre à partir de 0)
- colonne ou "scope" = domaine d’application:
- player
- guild
- arcc => 0
- civ
- cult
- org
- race
- attribut: Nom de la base.
Exemples
- [db=TestDB]0:0=100[/db] chargement d'une valeur (100) dans une DB.
- [db=TestDB]3:0[/db] RAZ dans une DB.
img
Paramètres
- texte: nul ou adresse_de_l_image nom_de_l_image
- attribut: significatif si texte est nul
- nom_de_l_image (utilisé aussi pour l'affichage de remplacement si est image absente. Éventuellement traduite automatiquement)
Exemples
- [img][/img]
div
Paramètres
- texte: texte qui sera affiché dans une page HTML dans un bloc "div" HTML. C'est un container qui divise la page en une section contenant ses propres objet et styles.
- attribut: array composé de trois éléments:
- class
- id
- style
Exemples
- [div]Un texte[/div]
- [div=Classe|identiy|color:#f00;...???]txt[/div]
expr
- affichage du calcul
- affichage du résultat
map
- [map]18176,-29492[/map]
link
- http://app.ryzom.com/app_arcc/index.php?action=scripts_Main&event=211 (A.R.C.C. » TESTS » Bepock » UserGuide » NewEvent » Nouvel event )
- [link]GrimSon[/link] ⇒ http://app.ryzom.com/app_arcc/index.php?action=script_Edit&event=211&script=1936
- http://app.ryzom.com/app_arcc/index.php?action=script_Edit&script=1936&version=0 (A.R.C.C. » TESTS » Bepock » UserGuide » NewEvent » NewEvent » GrimSon)
- [link]#weGPlayerInfos_BBCodeTest[/link] ⇒ http://app.ryzom.com/app_arcc/index.php?action=script_Edit&script=2088&select=weGPlayerInfos_BBCodeTest
A.R.C.C. » TESTS » Bepock » UserGuide » NewEvent » NewEvent » BBCODE: stage weGPlayerInfos_BBCodeTest)
validate
trad
t
math
@process randint(0, 100)
timer
date
func
itemicon
lua
param
data
session
get
post
playerinfos
gender
playerbackup
playerstat
scriptinfos
if
ifnot
hack
Paramètres
- texte:
- attribut: significatif si texte est nul
Exemples
HTML
Alpha : | ([db=TestDB]0:0[/db]+2000)/4000 | |||
Beta : | [db=TestDB]1:0[/db]/4000+60 | |||
Gamma : | [db=TestDB]2:0[/db]/4000 | |||
Delta : | [db=TestDB]3:0[/db]/4000 |
[list=1] [*]now:[func]now[/func] [*]rand %:[func=rand]0|100[/func] [*]calc:[math](10*2)[/math] [*]session DATE:[session=DATE][func]now[/func][/session] [*]DATE:[session]DATE[/session] [*]date:[date]DATE[/date] [*]rand*DATE:[math][func=rand]0|100[/func]*[session]DATE[/session][/math] [*]rand*DATE:[math]([func=rand]0|100[/func]*[session]DATE[/session])%100[/math] [*] [/list]
[list] [*]session DATE:[session=DATE][func]now[/func][/session] [*]DATE:[session]DATE[/session] [*]date:[date]DATE[/date]
[*]1 [date shard=atys][/date] [*]2 [date=atys][/date] [*]3 [date shard][/date] [*]4 [date][/date] [*]5 [date]1407426669[/date] [session=DATE][func]now[/func]+1000[/session] [*]6 [time][session]DATE[/session][/time] [*] [*]Samedi 8 Novembre 12:00:00 UTC (dans 3 mois) [*]17h - Tria, Pluvia 15, 3e CA 2580 [*][time]2014-11-08 12:00[/time] [*]1:[date shard=atys]2014-11-08 12:00[/date] [*]2:[date=atys]2014-11-08 12:00[/date] [*]3:[date shard]2014-11-08 12:00[/date] [*]4:[date]2014-11-08 12:00[/date] [*] [*]1:[date shard=atys]2014-11-08 12:00[/date] [*]2:[date=atys]2014-11-08 12:00[/date] [*]3:[date shard]2014-11-08 12:00[/date] [*]4:[date]2014-11-08 12:00[/date] [*] [*]1:[shard=atys]2014-11-08 12:00[/shard] [*]2: [*]3:[shard]2014-11-08 12:00[/shard] [*]4:[date]2014-11-08 12:00[/date] [*] [*]1:[date shard=atys=2014-11-08 12:00][/date] [*]2:[date=atys=2014-11-08 12:00][/date] [*]3:[date shard=2014-11-08 12:00][/date] [*]4:[date=2014-11-08 12:00][/date] [*] [*] [*] [*] [*] [*] [*] [*] [/list]
liste des item .ps et .sitem?
players dans les db permet de différencier et mémoriser chaque players ! il doir en etre de meme pour guilde etc...
Paramètres
- texte:
- attribut: significatif si texte est nul
Exemples
⇒
Autre soutils de l'ARCC
63 pages in ARCC