这是一个智龙迷城队伍图制作工具。 This is a Puzzle & Dragons Formation Maker.
这个工具可以帮助你方便的制作和分享车队阵型或单人队形。电脑、智能手机上都可以轻松使用。 This tool can help you easily create and share Swipe Formation or Solo Formation. Easy to use on your PC and Smart Phone.
i18n is the language-tag for your language. You need to make sure that the file names are the same.
i18n_RegExp is a Regular Expressions to match multiple navigator.language (like /^en/i can match en-US, en-CA and en-AU).
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 a Function(cardId,cardName) to return game guide URL for your language.
//Full writing
guideURL:function(cardId,cardName)
{
return "http://sample.com/pad/search.php?id=" + cardId + "&name=" + cardName;
}
//In ES6 be equivalent to
guideURL:(cardId,cardName)=>`http://sample.com/pad/search.php?id=${cardId}&name=${cardName}`
//If you only need cardId, can write to
guideURL:cardId=>`http://sample.com/pad/search.php?id=${cardId}`
Create your language’s Localisation file [i18n].css and [i18n].js. Please refer to existing files.
智龙急速阵型 | P&D Dash Formation
这是一个智龙迷城队伍图制作工具。
This is a Puzzle & Dragons Formation Maker.
这个工具可以帮助你方便的制作和分享车队阵型或单人队形。电脑、智能手机上都可以轻松使用。
This tool can help you easily create and share Swipe Formation or Solo Formation. Easy to use on your PC and Smart Phone.
预览 | Preview
如何使用 | HOW TO USE
推荐
火狐浏览器 |
Firefox is recommended
快速使用在线版(推荐) | Online Quick Start (Recommended)
创建你自己的镜像网站 | Create your own mirror web site
git clone
到你的 http 服务目录即可访问,将来更新时只需要git pull
即可。git clone
to your http service directory for visited, andgit pull
for future updates.翻译我 | Translate me
目前支持的语言 | Languages currently supported
How to Pull requests
Translate
Go to the
languages
folderPush your language info into
language-list.js
.This is an Object for a language list item.
name
is the showed name in the list.i18n
is the language-tag for your language. You need to make sure that the file names are the same.i18n_RegExp
is a Regular Expressions to match multiplenavigator.language
(like/^en/i
can matchen-US
,en-CA
anden-AU
).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 a Function(cardId,cardName) to return game guide URL for your language.Create your language’s Localisation file
[i18n].css
and[i18n].js
.Please refer to existing files.
权利归属 | Copyright
使用开源软件 | Open source software used