EIDOGO{ attributes } -- add Eidogo viewer to the page

  • The %EIDOGO{}% variable is handled by the EidoGoPlugin
  • Syntax: %EidoGo{ attributes }%

  • Supported attributes:
    Attribute Comment Default
    game the default parameter is the relative URL path to the sgf file. (no default)
    mode the supported modes from eido-go eidogo-player-problem and eidogo-player-auto eidogo-player-auto (what you've defined in configure)
    config the style which renders the eidogo interface. see documentation of eidogo for details... theme: "compact", showComments: true, showPlayerInfo: true, showGameInfo: true, showTools: false, showOptions: false, markCurrent: true, markVariations: true, markNext: true, problemMode: false, enableShortcuts: true (what you've defined in configure)

  • Example:
    %EIDOGO{game="/sgf/test.sgf" mode="eidogo-player-auto" config="theme: \"compact\", showComments: true, showPlayerInfo: true, showGameInfo: true, showTools: false, showOptions: false, markCurrent: true, markVariations: true, markNext: true, problemMode: false, enableShortcuts: true"}%
    %EIDOGO{"http://trunk.foswiki.org/pub/Extensions/VarEIDOGO/test.sgf"}%
  • Related: See EidoGoPlugin for more details
Topic revision: r1 - 23 Mar 2009, NicolasWrobel
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy