Skip to content
laurentgarrigue edited this page Apr 28, 2018 · 12 revisions

Welcome to the kpi wiki!

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="320" height="200"></iframe>

Iframe URL

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

  • lang= fr | en
  • Saison= competition year
  • Group= CM (World championships) | CE (European championships) ...
  • Compet= Category (CMH | CMF | CMH21 | CMF21 | CEH | CEF | CEH21 | CEF21 ...)
  • Css= Specific style sheet (thury2014 | sainto | simply | usnational ...)

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

  • lang= fr | en
  • Saison= competition year
  • Group= CM (World championships) | CE (European championships) ...
  • Compet= Category (CMH | CMF | CMH21 | CMF21 | CEH | CEF | CEH21 | CEF21 ...)
  • Css= Specific style sheet (thury2014 | sainto | simply | usnational ...)

https://www.kayak-polo.info/frame_matchs.php?lang=en&Saison=2014&Group=CM&Css=thury2014&arbitres=0&filtreJour=2014-09-25

  • lang= fr | en
  • Saison= competition year
  • Group= CM (World championships) | CE (European championships) ...
  • Compet= Category (CMH | CMF | CMH21 | CMF21 | CEH | CEF | CEH21 | CEF21 ...) OPTIONAL
  • Css= Specific style sheet (thury2014 | sainto | simply | usnational ...)
  • arbitres= 0 | 1 (Referees)
  • filtreJour= date filter (i.e: 2014-09-25)

https://www.kayak-polo.info/kpmatchs.php?lang=en&Saison=2014&Group=CM&Css=thury2014&filtreJour=2014-09-25

  • (more responsive)
  • lang= fr | en
  • Saison= competition year
  • Group= CM (World championships) | CE (European championships) ...
  • Compet= Category (CMH | CMF | CMH21 | CMF21 | CEH | CEF | CEH21 | CEF21 ...) OPTIONAL
  • Css= Specific style sheet (thury2014 | sainto | simply | usnational ...)
  • filtreJour= date filter (i.e: 2014-09-25)
Clone this wiki locally