Skip to content

Iframes

laurentgarrigue edited this page Aug 28, 2019 · 13 revisions

IFRAMES

You need to insert <iframe> tag into your website page, where you can specify some options :

  • width
  • height
  • src
  • <iframe src="iframe-url.html" width="800" height="1000"></iframe>
  • i.e: <iframe src="https://www.kayak-polo.info/frame_phases.php?lang=en&Saison=2014&Group=CM&Compet=CMH21&Css=thury2014" width="800" height="1000"></iframe>

Game list URL

https://www.kayak-polo.info/frame_matchs.php?lang=fr&event=0&Saison=2019&Group=T-62&Compet=T-62D2&next=0&Css=thury2014&navGroup=1

  • lang= fr | en
  • event= event number OPTIONAL
  • Saison= competition year
  • Group= CM (World championships) | CE (European championships) OPTIONAL
  • Compet= Category (CMH | CMF | CMH21 | CMF21 | CEH | CEF | CEH21 | CEF21 ...) OPTIONAL
  • Css= Specific stylesheet (thury2014 | sainto | simply | usnational | welland2018 ...) OPTIONAL
  • arbitres= 0 | 1 (Referees)
  • filtreJour= date filter (i.e: 2014-09-25) OPTIONAL
  • navGroup= 1 (links to other group's categories and other pages) OPTIONAL
  • next= next (only next games) OPTIONNAL

Infos URL

https://www.kayak-polo.info/frame_details.php?lang=fr&event=0&Saison=2019&Group=T-62&Compet=T-62D2&type=CP&Css=thury2014&navGroup=1

  • lang= fr | en
  • event= event number OPTIONAL
  • Saison= competition year
  • Group= CM (World championships) | CE (European championships) OPTIONAL
  • Compet= Category (CMH | CMF | CMH21 | CMF21 | CEH | CEF | CEH21 | CEF21 ...) OPTIONAL
  • type= CHPT | CP competition type (CHPT=championship, CP=cup/tournament)
  • Css= Specific stylesheet (thury2014 | sainto | simply | usnational | welland2018 ...) OPTIONAL
  • navGroup= 1 (links to other group's categories and other pages) OPTIONAL

Progress URL

https://www.kayak-polo.info/frame_chart.php?lang=en&event=0&Saison=2014&Group=CM&Compet=CMH21&Round=*&Css=thury2014&navGroup=1

  • lang= fr | en
  • event= event number OPTIONAL
  • Saison= competition year
  • Group= CM (World championships) | CE (European championships) ...
  • Compet= Category (CMH | CMF | CMH21 | CMF21 | CEH | CEF | CEH21 | CEF21 ...)
  • Round= * (all) | 1 | 2 | 3 | 4 (rounds to display)
  • Css= Specific stylesheet (thury2014 | sainto | simply | usnational | welland2018 ...) OPTIONAL
  • navGroup= 1 (links to other group's categories and other pages) OPTIONAL

Group results URL

https://www.kayak-polo.info/frame_phases.php?lang=en&event=0&Saison=2014&Group=CM&Compet=CMH21&Css=thury2014&navGroup=1

  • lang= fr | en
  • event= event number OPTIONAL
  • Saison= competition year
  • Group= CM (World championships) | CE (European championships) ...
  • Compet= Category (CMH | CMF | CMH21 | CMF21 | CEH | CEF | CEH21 | CEF21 ...)
  • Round= * (all) | 1 | 2 | 3 | 4 (rounds to display)
  • Css= Specific stylesheet (thury2014 | sainto | simply | usnational | welland2018 ...) OPTIONAL
  • navGroup= 1 (links to other group's categories and other pages) OPTIONAL

Ranking URL

https://www.kayak-polo.info/frame_classement.php?lang=en&event=0&Saison=2014&Group=CM&Compet=CMH21&Css=thury2014&navGroup=1

  • lang= fr | en
  • event= event number OPTIONAL
  • Saison= competition year
  • Group= CM (World championships) | CE (European championships) ...
  • Compet= Category (CMH | CMF | CMH21 | CMF21 | CEH | CEF | CEH21 | CEF21 ...)
  • Css= Specific stylesheet (thury2014 | sainto | simply | usnational | welland2018 ...) OPTIONAL
  • navGroup= 1 (links to other group's categories and other pages) OPTIONAL

Stats (scorers)

https://www.kayak-polo.info/frame_stats.php?lang=en&event=0&Saison=2017&Group=CE&Compet=CEH21&Css=welland2018&navGroup=1

  • lang= fr | en
  • event= event number OPTIONAL
  • Saison= competition year
  • Group= CM (World championships) | CE (European championships) ...
  • Compet= Category (CMH | CMF | CMH21 | CMF21 | CEH | CEF | CEH21 | CEF21 ...)
  • Css= Specific stylesheet (thury2014 | sainto | simply | usnational | welland2018 ...) OPTIONAL
  • navGroup= 1 (links to other group's categories and other pages) OPTIONAL

Pitches (game list)

https://www.kayak-polo.info/frame_terrains.php?lang=en&event=0&Saison=2014&Group=CM&terrains=1,2&Css=sainto&filtreJour=2014-09-25

  • lang= fr | en
  • Saison= competition year
  • event= event id OPTIONAL
  • Group= CM (World championships) | CE (European championships) ...
  • Compet= Category (CMH | CMF | CMH21 | CMF21 | CEH | CEF | CEH21 | CEF21 ...) OPTIONAL
  • terrains= 1,2,3,4 (pitches to display, if empty = all)
  • filtreJour= date filter (format : YYYY-MM-DD) OPTIONAL
  • Css= Specific stylesheet (thury2014 | sainto | simply | usnational | welland2018 ...) OPTIONAL
  • navGroup= 1 (links to other group's categories and other pages) OPTIONAL
Clone this wiki locally