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

Bridge Helper

설명

Must have plugin for bridge blogs and websites. Easily insert bridge deals and
symbols into your articles. Main futures
– replace !c, !d, !h, !s with bridge symbols in
– comments
– post excerpts
– post texts
– easily insert board diagrams into your posts (but they will be filtered out
of post exceprts

thanks for michzimny (http://www.michzimny.pl) for help with regex.

설치

Just click install 🙂

FAQ

How to insert suit symbols?

It’s simple. Just insert into your text !c for clubs, !d for diamonds, !h for hearts and !s for spades – just like using BBO Chat.

What about styling?

If you now a bit css, you can edit bridgehelper css to suit your needs. If not, wait for an update – there will be a possibility to set custom styles through the dashboard.

How to insert a board diagram?

Write in your text:
[deal nr=’25’ hand=”A542.A32.A10865.K;.K8654.QJ10.Q7432;KJ109.QJ.K98753.J]
Above will result in:
– board diagram with board number 25, vulnerabilities and dealer set accordingly
– hands above are separated by semicolon (;) and suits by full stops (.)
– North’s hand:
S: A542
H: A32
D: A10865
C: K
– East’s hand:
S: – (notice starting with .)
H: K8654
D: QJ10
C: Q7432
– South’s hand”
S: KJ109
H: QJ
D: K98753
C: J
– West’s hand with remaining 13 cards

If you want to provide only partial board diagram (e.x. endplay), you have to enter at least one of west’s cards.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Bridge Helper”(을)를 번역하세요.

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

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

변경이력

0.9b

  • bugfix

0.9

  • quick fix of some minor bugs
  • proper readme
  • filters for excerpts and comments
  • cleaned up code, I’ll never do something like that again 🙂

0.8

Inserting a deal
TODO:
– clean up messy code 🙂
– partial deals
– howto
– clean up post excerpts
– params in dashboard

0.2b

Corrected dashboard

0.2

Added dashboard
Added CSS

0.1

First stable version
Bridge symbols only

<?php code(); // goes in backticks ?>