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

pgn-viewer-for-lichess

설명

Integration of lichess-pgn-viewer into WordPress.

Using Shortcodes

To use a shortcode, do the following steps:

  1. Enter on a new element /shortcode.
  2. Enter inside the element then the shortcode including the content of the following sections.

Basic View

 [lpgnv]1. e4 e5 2. ...[/lpgnv]

This is the lichess-pgn-viewer: allows to play through a game (including variations), printing the comments, NAGs, …

Using Block Level Element

NOT IMLEMENTED YET

You can use instead the following:

  1. Enter as block element /PGN Viewer for Lichess.
  2. You will then have a form with all options that are possible with the shortcode as well.

스크린샷

블록

이 플러그인은 1개의 블록을 제공합니다.

  • Lichess Pgn Viewer Block Editor

설치

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.

FAQ

What parameters are available?

The parameters the viewer understands are:

  • The content of the shortcode is the PGN itself. The viewer reads a lot from tags included there.
  • Additional attributes for the shortcode are:
    • fen: , default undefined.
    • boardstyle: , default ‘green’, available ‘blue’, ‘wood’.
    • orientation: , no default, then taken from tag Orientation. Possible values ‘white’ or ‘black’.
    • showclocks: , default true.
    • showmoves: <string|boolean>, default ‘auto’, others ‘right’, ‘bottom’, false. bottom is the same as false, and does not show the moves.
    • showcontrols: , default true.
    • scrolltomove: , default true.
    • keyboardToMove: , default true.
    • theme: , default dark, others are ‘light’, ‘solarizeddark’ and ‘solarizedlight’.
    • initialply: , default 0, shows the position after the initialPly move. Only main lines allowed.

The following code shows how to use some of the parameters in a page:

[lpgnv orientation=black theme=light]1. e4 e5 2. Nf3 Nc6[/lpgnv]

Where can I find more information about the implementation?

Have a look at the GitHub repository https://github.com/mliebelt/pgn-viewer-for-lichess and look there at the file package.json to get hints how to develop the plugin then.

후기

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

기여자 & 개발자

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

기여자

자국어로 “pgn-viewer-for-lichess”(을)를 번역하세요.

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

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

변경이력

= 1.1.0

  • Added block editor with all possible attributes as widgets.

= 1.0.5

  • Added themes solarizeddark and solarizedlight.

= 1.0.4

  • Renamed the plugin to meet the requirements of WordPress.

= 1.0.3

  • Added (light) theme to the configuration, to allow users to have a more light visual representation.

= 1.0.2

  • Added some more attributes for ocnfiguration: fen, showclocks, showmoves, showcontrols, scrolltomove, keyboardtomove
  • Some documentation, more boardstyles: green, blue, wood, metal, newspaper.

= 1.0.1

  • Fixed problem with influences to PgnViewerJS-WP (my other chessground-based plugin)
  • Try to get PGN as good as possible.

= 1.0.0

  • First working version, with some flaws. Not published.