XXX

< ?php leaguemanager_standings( $1, $args ) ?>
display standings of given league with $league_id
< ?php leaguemanager_crosstable( $league_id, $args ) ?>
display crosstable of given league with $league_id
< ?php leaguemanager_matches( $league_id, $args ) ?>
display matches of given league with $league_id
< ?php leaguemanager_match( $match_id, $args ) ?>
display match with given $match_id
< ?php leaguemanager_teams( $league_id, $args ) ?>
display teams of given league with $league_id
< ?php leaguemanager_team( $team_id, $args ) ?>
display team with given $team_id
< ?php leaguemanager_championship( $league_id, $args ) ?>
display championship
< ?php leaguemanager_display_widget( $number, $instance ) ?>
Display widget. $number is the widget number and $instance is an assoziative array of widget settings. See lib/widget.php function widget for details.
< ?php leaguemanager_display_next_match_box( $number, $instance ) ?>
display box of next matches. $number is the widget number and $instance is an assoziative array of widget settings. See lib/widget.php function widget for details.
< ?php leaguemanager_display_prev_match_box( $number, $instance ) ?>
display box of previous matches. $number is the widget number and $instance is an assoziative array of widget settings. See lib/widget.php function widget for details.
The variable $args is always an assoziative array of additional arguments with keys being the same as the shortcode attributes.