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
m (Fix pre)
(Grammar)
Line 2: Line 2:
  
 
'''Skill''' ''(Optional)''
 
'''Skill''' ''(Optional)''
:Is the API a skill? '''Set this parameter to y.''' Empty parameter will default to items API
+
:Is the API a skill? Set this parameter to ''' 'y'.''' Empty parameter will default to items API
 
'''SkillName''' ''(Optional)''
 
'''SkillName''' ''(Optional)''
 
:Setting this will override default PAGENAME
 
:Setting this will override default PAGENAME
 
'''Gender''' ''(Optional)''
 
'''Gender''' ''(Optional)''
:'''Set this parameter to both''' to dispaly both Male and Female links
+
:Set this parameter to ''' 'both' ''' to display both Male and Female links
 
'''EngId''' ''Required''
 
'''EngId''' ''Required''
 
:The english ID of the API such as skill or item
 
:The english ID of the API such as skill or item

Revision as of 05:12, 18 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

Gender (Optional)

Set this parameter to 'both' to display both Male and Female links

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>

Skill with gender

{{Template:NeopleAPI
|Skill=y
|Gender=Both
|EngId=982b431fcf7284d944358
|KrId=7b418660424125dc968d7
}}

on page Doppelganger produces


  • Dungeon Fighter Online API Docs Link:
https://api.dfoneople.com/df/skills/cb572073a5db60ca7f245363a79d1f22/982b431fcf7284d944358?apikey=<apikey> (Male)
https://api.dfoneople.com/df/skills/18ccc1f38ad764c77ec52dbaefce0c2e/982b431fcf7284d944358?apikey=<apikey> (Female)
  • 던전앤파이터 API Docs Link:
https://api.neople.co.kr/df/skills/ca0f0e0e9e1d55b5f9955b03d9dd213c/7b418660424125dc968d7?apikey=<apikey> (Male)
https://api.neople.co.kr/df/skills/a7a059ebe9e6054c0644b40ef316d6e9/7b418660424125dc968d7?apikey=<apikey> (Female)

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>