Difference between revisions of "Template:Apps"

From EncyclopAtys

Jump to: navigation, search
(Replaced content with " Category:Template:Infobox</noinclude>")
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
<includeonly>{{#vardefine:colour|990033}}<!--
 +
-->{| <!-- class="infobox" --> style="width:400px; float:right; margin-left: 10px;"
 +
|-
 +
! align="centre" colspan="2" style="background: #{{#var:colour}}; padding: 2px; " | <font color="white">App Info.</font><!--
 +
|-
 +
| colspan="2" |<div style="margin:auto;"><img src="https://app.ryzom.com//app_craft/favicon.png" width="32" >
 +
|-
 +
!align="centre" colspan="2" style="background: #{{#var:colour}}; padding: 11px;" |
 +
|-
 +
|</div> -->
 +
|-
 +
!align="right" style="background: #{{#var:colour}}; width:25%;" | <font color="white">'''Icône:'''</font>
 +
!align="center" | <div style="margin:auto;">{{{icon}}}</div>
 +
|-
 +
!align="right" style="background: #{{#var:colour}}; width:25%;" | <font color="white">'''Name :''' </font>
 +
|align="center" | {{{name}}}
 +
|-
 +
!align="right" style="background: #{{#var:colour}}; width:25%;" | <font color="white">'''Author:'''</font>
 +
|align="center" | {{{author}}}
 +
|-
 +
!align="right" style="background: #{{#var:colour}}; width:25%;" | <font color="white">'''Command:'''</font>
 +
|align="center" | <code>/appzone {{{appcode}}}</code>
 +
|-
 +
!align="right" style="background: #{{#var:colour}}; width:25%;" | <font color="white">'''Status:'''</font>
 +
|align="center" | '''IG''' : {{#switch: {{{IG}}}
 +
| oui = {{OK}}
 +
| yes = {{OK}}
 +
| ja = {{OK}}
 +
| si = {{OK}}
 +
| oui = {{OK}}
 +
| Да
 +
| 1 = {{OK}}
 +
| non ={{KO}}
 +
| no ={{KO}}
 +
| nein ={{KO}}
 +
| Нет ={{KO}}
 +
| 0 = {{KO}}
 +
| {{KO}}
 +
}}&nbsp;&nbsp;'''web''' :  {{#switch: {{{web}}}
 +
| oui = {{OK}}
 +
| yes = {{OK}}
 +
| ja = {{OK}}
 +
| si = {{OK}}
 +
| oui = {{OK}}
 +
| Да
 +
| 1 = {{OK}}
 +
| non ={{KO}}
 +
| no ={{KO}}
 +
| nein ={{KO}}
 +
| Нет ={{KO}}
 +
| 0 = {{KO}}
 +
| {{KO}}
 +
}}
 +
|-
 +
!align="right" style="background: #{{#var:colour}}; width:25%;" | <font color="white">'''Langues :'''</font>
 +
|align="center" | {{{lang| 🇩🇪  🇬🇧  🇪🇸  🇫🇷  🇷🇺}}}
 +
|-
 +
!align="right" style="background: #{{#var:colour}}; width:25%;"| <font color="white">'''Description:'''</font>
 +
|align="left" | <small>{{{desc|}}}</small>
 +
|}</includeonly><noinclude><!-- DOCs -->{{Trad
 +
|DE=Template:Apps |DEs=4
 +
|EN=Template:Apps |ENs=4
 +
|ES=Template:Apps |ESs=4
 +
|FR=Template:Apps |FRs=0
 +
|RU=Template:Apps |RUs=5
 +
|H=1 }}{{clear}}
  
[[Category:Template:Infobox]]</noinclude>
+
This template is intended to give a quick description of an [[Apps|App]].
 +
 
 +
== Parameters ==
 +
* icon  : <nowiki><img src="https://app.ryzom.com//app_craft/favicon.png" width="32" > ou [[Fichier:Icon|32px|vignette|néant]]</nowiki>
 +
* name : App name
 +
* author : The App author
 +
* appcode :  Code number of the App (the number only).
 +
* IG : yes or no, 1 or 0.
 +
* web : yes or no, 1 or 0.
 +
* lang : 🇩🇪  🇬🇧  🇪🇸  🇫🇷  🇷🇺
 +
* desc :  Quick description,as it shows up in https://app.ryzom.com/
 +
 
 +
== Usage ==
 +
<Syntaxhighlight lang="text" >{{Apps
 +
| icon  = <nowiki><img src="https://app.ryzom.com//app_craft/favicon.png" width="32" > ou [[File:Icon|32px|frameless|none]]</nowiki>
 +
| name =
 +
| author =
 +
| appcode =  (the number only)
 +
| IG =
 +
| web = 
 +
| lang = 🇩🇪  🇬🇧  🇪🇸  🇫🇷  🇷🇺
 +
| desc =  Quick description,as it shows up in https://app.ryzom.com/
 +
}}</Syntaxhighlight>
 +
 
 +
== Exemple ==
 +
<Syntaxhighlight lang="text">{{Apps
 +
| icon  = <img src="https://app.ryzom.com//app_craft/favicon.png" width="32" >
 +
| name = Craft Book
 +
| author = '''[[Nevrax]]'''
 +
| appcode =  28
 +
| IG = oui
 +
| web =1
 +
| lang = 🇩🇪  🇬🇧  🇪🇸  🇫🇷  🇷🇺
 +
| desc =  Outil de stockage de recettes d'artisanat, avec simulation du résultat.
 +
}}</Syntaxhighlight>
 +
{{Apps
 +
| icon  = <img src="https://app.ryzom.com//app_craft/favicon.png" width="32" >
 +
| name = Livre de recettes
 +
| author = '''[[Nevrax]]'''
 +
| appcode =  28
 +
| IG = oui
 +
| web =1
 +
| lang = 🇩🇪  🇬🇧  🇪🇸  🇫🇷  🇷🇺
 +
| desc =  Outil de stockage de recettes d'artisanat, avec simulation du résultat.
 +
}}
 +
{{Clear}}
 +
<Syntaxhighlight lang="text">{{Apps
 +
| icon  = <img src="https://www.ryzomarmory.com/images/favicon/favicon-32x32.png" width="32" >
 +
| name = Ryzom Armory
 +
| author = '''[[User:SirCotare|SirCotare]]'''
 +
| appcode =  1102
 +
| IG = 0
 +
| web =1
 +
| lang = 🇬🇧 
 +
| desc =  RyzomArmory is back! Character and guild profiles, Atys-database, and more! Your resource for everything Ryzom!
 +
}}</Syntaxhighlight>
 +
{{Apps
 +
| icon  = <img src="https://www.ryzomarmory.com/images/favicon/favicon-32x32.png" width="32" >
 +
| name = Ryzom Armory
 +
| author = '''[[User:SirCotare|SirCotare]]'''
 +
| appcode =  1102
 +
| IG = 0
 +
| web =1
 +
| lang = 🇬🇧 
 +
| desc =  RyzomArmory is back! Character and guild profiles, Atys-database, and more! Your resource for everything Ryzom!
 +
}}
 +
[[Category:Infobox templates]]</noinclude>

Latest revision as of 14:16, 5 February 2022

de:Template:Apps en:Template:Apps es:Template:Apps fr:Template:Apps ru:Template:Apps
 
UnderConstruction.png
Translation to review
Don't blame the contributors, but come and help them 😎

Reference text ( Maintained text, used as reference ) :
Notes: (Zorroargh, 2022-02-05)


This template is intended to give a quick description of an App.

Parameters

  • icon  : <img src="https://app.ryzom.com//app_craft/favicon.png" width="32" > ou [[Fichier:Icon|32px|vignette|néant]]
  • name : App name
  • author : The App author
  • appcode : Code number of the App (the number only).
  • IG : yes or no, 1 or 0.
  • web : yes or no, 1 or 0.
  • lang : 🇩🇪 🇬🇧 🇪🇸 🇫🇷 🇷🇺
  • desc : Quick description,as it shows up in https://app.ryzom.com/

Usage

{{Apps
| icon  = <nowiki><img src="https://app.ryzom.com//app_craft/favicon.png" width="32" > ou [[File:Icon|32px|frameless|none]]</nowiki>
| name =
| author = 
| appcode =  (the number only)
| IG = 
| web =  
| lang = 🇩🇪  🇬🇧  🇪🇸  🇫🇷  🇷🇺
| desc =  Quick description,as it shows up in https://app.ryzom.com/ 
}}

Exemple

{{Apps
| icon  = <img src="https://app.ryzom.com//app_craft/favicon.png" width="32" >
| name = Craft Book
| author = '''[[Nevrax]]'''
| appcode =  28
| IG = oui 
| web =1
| lang = 🇩🇪  🇬🇧  🇪🇸  🇫🇷  🇷🇺
| desc =  Outil de stockage de recettes d'artisanat, avec simulation du résultat.
}}
App Info.
Icône:
Name : Livre de recettes
Author: Nevrax
Command: /appzone 28
Status: IG :   web :
Langues : 🇩🇪 🇬🇧 🇪🇸 🇫🇷 🇷🇺
Description: Outil de stockage de recettes d'artisanat, avec simulation du résultat.


{{Apps
| icon  = <img src="https://www.ryzomarmory.com/images/favicon/favicon-32x32.png" width="32" >
| name = Ryzom Armory
| author = '''[[User:SirCotare|SirCotare]]'''
| appcode =  1102
| IG = 0
| web =1
| lang = 🇬🇧  
| desc =  RyzomArmory is back! Character and guild profiles, Atys-database, and more! Your resource for everything Ryzom!
}}
App Info.
Icône:
Name : Ryzom Armory
Author: SirCotare
Command: /appzone 1102
Status: IG :   web :
Langues : 🇬🇧
Description: RyzomArmory is back! Character and guild profiles, Atys-database, and more! Your resource for everything Ryzom!