이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

MTGPulse deckbox embedding tool

설명

The plugin adds any number of Magic: The Gathering deckboxes from mtgpulse.com to your wordpress site. The syntax for adding a deckbox is as follows:

[deckbox did="number" size="small|normal" width="number" bgcolor="hexcolor"]
  • did: Deck id from mtgpulse.com
  • width: Width of the deckbox in pixels.
  • size: small or normal (use small if width < 800, normal if above). Difference is whether two or columns are used.
  • bgcolor: the desired hex background color. For example FFFFFF for white.

For a custom decklist use the following syntax:

[deckboxcustom name="test deck" size="small|normal" width="number" bgcolor="hexcolor"]
4 Glint Hawk Idol
4 Origin Spellbomb
4 Etched Champion
4 Memnite
4 Signal Pest
4 Vault Skirge
4 Glint Hawk
1 Oblivion Ring
4 Tempered Steel
3 Dispatch
4 Mox Opal
9 Plains
3 Gavony Township
4 Inkmoth Nexus
4 Razorverge Thicket
SB:
4 Shrine of Loyal Legions
2 Spellskite
4 Hero of Bladehold
1 Oblivion Ring
1 Celestial Purge
1 Dispatch
2 Mental Misstep
[/deckboxcustom]

Same meaning as above, but name is the deck name that will be displayed.

For the three settings: size, width and color there is a settings page where you can apply the default value for these. This way you don’t have to specify these every time you use the deckbox.

스크린샷

  • Example of how the deckbox will look when embedded on your site.

설치

  1. Head over to the “Install Plugins” section of your Admin Panel, and use the “Upload” link to install the zip file.
  2. Activate the plugin through the ‘Plugins’ menu.
  3. Use the “MTGPulse” button in the editor, or manually write the tags.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“MTGPulse deckbox embedding tool”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “MTGPulse deckbox embedding tool”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

Created

1.0.1

Added bgcolor support

1.0.2

Added support for custom decks. Used through the new button that was added.