.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) Reference ^^^^^^^^^ TypoScript setup options for pi1 (single team) .. ### BEGIN~OF~TABLE ### .. container:: table-row Property Property: Data type Data type: Description Description: Default Default: .. container:: table-row Property cssFile Data type string Description Path to css file. Default {$plugin.tx\_jhbasketballbundimport.csspath\_pi1} .. container:: table-row Property storagefolder Data type int Description Folder in pagetree where the database table for the cache should be located Default {$plugin.tx\_jhbasketballbundimport.storagefolder} .. container:: table-row Property cachelifetime Data type int Description Lifetime of cache Default {$plugin.tx\_jhbasketballbundimport.cachelifetime} .. container:: table-row Property displayborder Data type int Description Size in px of the table border. Use 0 for no border. Default {$plugin.tx\_jhbasketballbundimport.displayborder} .. container:: table-row Property allowbr Data type bit Description 1: Allow linebreaks in table-rows 0: Dissallow linebreaks in table-rows Default {$plugin.tx\_jhbasketballbundimport.allowbr} .. container:: table-row Property stressteam Data type string Description Team that should be stressed (written in bold letters). Default {$plugin.tx\_jhbasketballbundimport.stressteam} .. ###### END~OF~TABLE ###### [tsref:plugin.tx\_jhbasketballbundimport\_pi1] Example """"""" :: plugin.tx_jhbasketballbundimport_pi1.cssFile = {$plugin.tx_jhbasketballbundimport.csspath_pi1} plugin.tx_jhbasketballbundimport_pi1.storagefolder = {$plugin.tx_jhbasketballbundimport.storagefolder} plugin.tx_jhbasketballbundimport_pi1.cachelifetime = {$plugin.tx_jhbasketballbundimport.cachelifetime} plugin.tx_jhbasketballbundimport_pi1.displayborder = {$plugin.tx_jhbasketballbundimport.displayborder} plugin.tx_jhbasketballbundimport_pi1.allowbr = {$plugin.tx_jhbasketballbundimport.allowbr} plugin.tx_jhbasketballbundimport_pi1.stressteam = {$plugin.tx_jhbasketballbundimport.stressteam} TypoScript setup options for pi2 (teamcollection) .. ### BEGIN~OF~TABLE ### .. container:: table-row Property Property: Data type Data type: Description Description: Default Default: .. container:: table-row Property cssFile Data type string Description Path to css file. Default {$plugin.tx\_jhbasketballbundimport.csspath\_pi2} .. container:: table-row Property storagefolder Data type int Description Folder in pagetree where the database table for the cache should be located Default {$plugin.tx\_jhbasketballbundimport.storagefolder} .. container:: table-row Property cachelifetime Data type int Description Lifetime of cache Default {$plugin.tx\_jhbasketballbundimport.cachelifetime} .. container:: table-row Property displayborder Data type int Description Size in px of the table border. Use 0 for no border. Default {$plugin.tx\_jhbasketballbundimport.displayborder} .. container:: table-row Property allowbr Data type bit Description 1: Allow linebreaks in table-rows 0: Dissallow linebreaks in table-rows Default {$plugin.tx\_jhbasketballbundimport.allowbr} .. container:: table-row Property displayteam Data type string Description Team that should be stressed (written in bold letters). Default {$plugin.tx\_jhbasketballbundimport.stressteam} .. ###### END~OF~TABLE ###### [tsref:plugin.tx\_jhbasketballbundimport\_pi2] Example """"""" :: plugin.tx_jhbasketballbundimport_pi2.cssFile = {$plugin.tx_jhbasketballbundimport.csspath_pi2} plugin.tx_jhbasketballbundimport_pi2.storagefolder = {$plugin.tx_jhbasketballbundimport.storagefolder} plugin.tx_jhbasketballbundimport_pi2.cachelifetime = {$plugin.tx_jhbasketballbundimport.cachelifetime} plugin.tx_jhbasketballbundimport_pi2.displayborder = {$plugin.tx_jhbasketballbundimport.displayborder} plugin.tx_jhbasketballbundimport_pi2.allowbr = {$plugin.tx_jhbasketballbundimport.allowbr} plugin.tx_jhbasketballbundimport_pi2.displayteam = {$plugin.tx_jhbasketballbundimport.stressteam}