Vorlage:APIitemIcon: Unterschied zwischen den Versionen
Aus EnzyklopAtys
(→Examples) |
|||
(15 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | <includeonly> | + | <includeonly><img src="https://api.ryzom.com/item_icon.php?sheetid={{{sheetid}}}{{#if:{{{c|}}}|&c={{{c}}}}}{{#if:{{{q|}}}|&q={{{q}}}}}{{#if:{{{s|}}}|&s={{{s}}}}}{{#if:{{{sap|}}}|&sap={{{sap}}}}}{{#if:{{{destroyed|}}}|&destroyed={{{destroyed}}}}}{{#if:{{{label|}}}|&label={{{label}}}}}{{#if:{{{locked|}}}|&locked={{{locked}}}}}&.png></includeonly><noinclude>{{Trad |
− | + | |DE = Template:APIitemIcon |DEs= 4 | |
− | < | + | |EN = Template:APIitemIcon |ENs= 0 |
− | == | + | |ES = Template:APIitemIcon |ESs= 1 |
− | {{APIitemIcon | + | |FR = Template:APIitemIcon |FRs= 1 |
+ | |RU = Template:APIitemIcon |RUs= 1 | ||
+ | |H = | ||
+ | |palette= | ||
+ | |ref= | ||
+ | |com= | ||
+ | }} | ||
+ | ==Beispiele== | ||
+ | {| | ||
+ | |- | ||
+ | | <syntaxhighlight lang="xml">{{APIitemIcon | ||
+ | |sheetid=iczahp_3.sitem | ||
+ | |c=5 | ||
+ | |q=3 | ||
+ | |s=2 | ||
+ | |sap=-1 | ||
+ | |destroyed=1 | ||
+ | |label=1 | ||
+ | |locked=0 | ||
+ | }}</syntaxhighlight> || {{APIitemIcon | ||
|sheetid=iczahp_3.sitem | |sheetid=iczahp_3.sitem | ||
|c=5 | |c=5 | ||
|q=3 | |q=3 | ||
|s=2 | |s=2 | ||
− | |sap= | + | |sap=-1 |
|destroyed=1 | |destroyed=1 | ||
+ | |locked=0 | ||
+ | }} | ||
+ | |- | ||
+ | | <syntaxhighlight lang="xml">{{APIitemIcon | ||
+ | |sheetid=m0021dxapd01.sitem | ||
+ | |c=0 | ||
+ | |q=125 | ||
+ | |s=48 | ||
+ | |destroyed=0 | ||
+ | |label=1 | ||
+ | |locked=0 | ||
+ | |}}</syntaxhighlight> || {{APIitemIcon | ||
+ | |sheetid=m0021dxapd01.sitem | ||
+ | |c=0 | ||
+ | |q=125 | ||
+ | |s=48 | ||
+ | |destroyed=0 | ||
+ | |label=1 | ||
+ | |locked=0 | ||
+ | |}} | ||
+ | |- | ||
+ | | <syntaxhighlight lang="xml">{{APIitemIcon | ||
+ | |sheetid=ictm2sa.sitem | ||
+ | |c=0 | ||
+ | |q=250 | ||
+ | |s=0 | ||
+ | |sap=6 | ||
+ | |destroyed=0 | ||
+ | |locked=1 | ||
+ | |}} </syntaxhighlight> || {{APIitemIcon | ||
+ | |sheetid=ictm2sa.sitem | ||
+ | |c=0 | ||
+ | |q=250 | ||
+ | |s=0 | ||
+ | |sap=6 | ||
+ | |destroyed=0 | ||
+ | |locked=1 | ||
|}} | |}} | ||
+ | |} | ||
+ | |||
+ | == Dokumentation == | ||
+ | Sie können diese URL verwenden, um die benötigte sheetid abzurufen: https://github.com/nimetu/ryzom_extra<br /> | ||
+ | Außerdem finden Sie hier eine Dokumentation der API: | ||
+ | :this wiki: [[Ryzom API#Item icon]] page or at: | ||
+ | :<span class="plainlinks">[https://api.ryzom.com/#item-icon-api https://api.ryzom.com/#item-icon-api]</span> | ||
+ | :⛔ <nowiki>http://dev.ryzom.com/projects/ryzom-api/wiki/GuildIcon </nowiki> | ||
+ | |||
==Dokumentation== | ==Dokumentation== | ||
Verwende diese URL um die sheetid zu erfahren: http://www.3025-game.de/special/sheetid.php?lang=de<br /> | Verwende diese URL um die sheetid zu erfahren: http://www.3025-game.de/special/sheetid.php?lang=de<br /> | ||
Für alles andere bitte die API Dokumentation verwenden: http://dev.ryzom.com/projects/ryzom-api/wiki/ItemIcon | Für alles andere bitte die API Dokumentation verwenden: http://dev.ryzom.com/projects/ryzom-api/wiki/ItemIcon | ||
+ | [[Kategorie:API Vorlagen]] [[Kategorie:Ryzom API]] | ||
</noinclude> | </noinclude> |
Aktuelle Version vom 14. April 2022, 05:21 Uhr
Beispiele
{{APIitemIcon
|sheetid=iczahp_3.sitem
|c=5
|q=3
|s=2
|sap=-1
|destroyed=1
|label=1
|locked=0
}}
|
|
{{APIitemIcon
|sheetid=m0021dxapd01.sitem
|c=0
|q=125
|s=48
|destroyed=0
|label=1
|locked=0
|}}
|
|
{{APIitemIcon
|sheetid=ictm2sa.sitem
|c=0
|q=250
|s=0
|sap=6
|destroyed=0
|locked=1
|}}
|
Dokumentation
Sie können diese URL verwenden, um die benötigte sheetid abzurufen: https://github.com/nimetu/ryzom_extra
Außerdem finden Sie hier eine Dokumentation der API:
- this wiki: Ryzom API#Item icon page or at:
- https://api.ryzom.com/#item-icon-api
- ⛔ http://dev.ryzom.com/projects/ryzom-api/wiki/GuildIcon
Dokumentation
Verwende diese URL um die sheetid zu erfahren: http://www.3025-game.de/special/sheetid.php?lang=de
Für alles andere bitte die API Dokumentation verwenden: http://dev.ryzom.com/projects/ryzom-api/wiki/ItemIcon