Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Difference between revisions of "Template:NeopleAPI/doc"

From DFO World Wiki
Jump to: navigation, search
(Created page with "== Parameters == '''Skill''' ''(Optional)'' :Is the API a skill? '''Set this parameter to y.''' Empty parameter will default to items API '''SkillName''' ''(Optional)'' :Sett...")
 
(Examples)
Line 12: Line 12:
  
 
== Examples ==
 
== Examples ==
 +
=== Skill ===
 +
 
<pre>{{Template:NeopleAPI
 
<pre>{{Template:NeopleAPI
 
|Skill=y
 
|Skill=y
Line 26: Line 28:
 
|KrId=7cf17936a039b418660424125dc968d7
 
|KrId=7cf17936a039b418660424125dc968d7
 
}}
 
}}
 
+
=== Item ===
 
<pre>{{Template:NeopleAPI
 
<pre>{{Template:NeopleAPI
 
|EngId=4bf7ead77fb22522662a8d1d83b1536d
 
|EngId=4bf7ead77fb22522662a8d1d83b1536d
Line 38: Line 40:
 
|KrId=5ca915f03d8a5a625465366e58bdc67f
 
|KrId=5ca915f03d8a5a625465366e58bdc67f
 
}}
 
}}
 
+
=== Item without Korean ID ===
 
<pre>{{Template:NeopleAPI
 
<pre>{{Template:NeopleAPI
 
|EngId=4bf7ead77fb22522662a8d1d83b1536d
 
|EngId=4bf7ead77fb22522662a8d1d83b1536d

Revision as of 05:05, 17 May 2024

Parameters

Skill (Optional)

Is the API a skill? Set this parameter to y. Empty parameter will default to items API

SkillName (Optional)

Setting this will override default PAGENAME

EngId Required

The english ID of the API such as skill or item

KrId (Optional)

The Korean ID of the API such as skill or item


Examples

Skill

{{Template:NeopleAPI
|Skill=y
|EngId=7ecc3f2a71e982b431fcf7284d944358
|KrId=7cf17936a039b418660424125dc968d7
}}

on page Ultimate Sword: Laevateinn produces


  • Dungeon Fighter Online API Docs Link:
https://api.dfoneople.com/df/skills/33909cf11ad79dec4befa8e8cfef941b/7ecc3f2a71e982b431fcf7284d944358?apikey=<apikey>
  • 던전앤파이터 API Docs Link:
https://api.neople.co.kr/df/skills/df3870efe8e8754011cd12fa03cd275f/7cf17936a039b418660424125dc968d7?apikey=<apikey>

Item

{{Template:NeopleAPI
|EngId=4bf7ead77fb22522662a8d1d83b1536d
|KrId=5ca915f03d8a5a625465366e58bdc67f
}}

produces


  • Dungeon Fighter Online API Docs Link:
https://api.dfoneople.com/df/items/4bf7ead77fb22522662a8d1d83b1536d?apikey=<apikey>
  • 던전앤파이터 API Docs Link:
https://api.neople.co.kr/df/items/5ca915f03d8a5a625465366e58bdc67f?apikey=<apikey>

Item without Korean ID

{{Template:NeopleAPI
|EngId=4bf7ead77fb22522662a8d1d83b1536d
}}

produces


  • Dungeon Fighter Online API Docs Link:
https://api.dfoneople.com/df/items/4bf7ead77fb22522662a8d1d83b1536d?apikey=<apikey>