You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
智龙迷城车队阵型图制作工具 | Puzzle & Dragons Dash Formation Maker
-
这个工具可以帮助你方便的制作和分享车队阵型。
This tool can help you easily create and share Dash Formation.

-
易用的编辑界面。
Easy to use editing interface.

-
可以简单的修改显示语言,手机上也可以轻松使用。
Easy to change language and use on your phone。

目前支持的语言 | Languages that are now supported
- 中文(简体)
- 中文(繁體)
- English
- 日本語 (by google translate)
- 한국어 (by google translate)
如何使用 | HOW TO USE
在哪里打开 | Where to open
- 快速使用在线版 | Fast Start
- 或下载压缩包后使用火狐浏览器打开
index.html。
Or download ZIP, and open the index.html by Firefox.
小提示 | Tips
- 直接复制网址即可分享组队
Copy the URL directly to share the Formation

- 使用后退即可撤销上一次修改
Use back to undo the last edit

- 点击编辑界面的怪物头像可以跳转到攻略网站
Click on the monster avatar in the editing interface to jump to the Guide.

- 可以在编辑界面的怪物ID输入怪物名称来搜索怪物
You can search for monsters by entering the monster name in the monster ID of the editing interface.

翻译我 | TRANSLATE ME
How to Pull requests
- Click Fork In the page top right corner. Fork your own copy of this repository to your account.
- Use Git to clone/pull repository locally for modification(How to modify please see below).
- Use Git to commit and push changes to your repository on GitHub.
- Go to the Pull requests page in the top middle of this repository, and click the New pull request button.
- Click the Compare Across Forks button and select your fork, the page then displays the changes.
- Click the Create pull request button and enter the details of the modification, create your pull request.
Translate
- Go to the
languages folder
- Push your language info into
language-list.js.
This is a Object for a language list item.
{
name:"English",
i18n:"en",
searchlist:["en","ja"],
guideURL:"http://www.puzzledragonx.com/en/awokenskill.asp?n=$1"
}
name is the name shown in the list.
i18n is the language-tag for your language.
searchlist is the search candidate list string order when you search monster in edit window.
Currently only ja,en,ko,cht,chs languages.(See monsters-info)
guideURL is the game guide URL for your language, $1 means monster ID.
- Create your language's Localisation file
i18n.css and i18n.js.
Please refer to existing files.
智龙迷城官网 | Puzzle & Dragons Official Website
JavaScript
HTML
SVG
CSS
other