Advertisement
Guest User

parts.aiml

a guest
Jan 20th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <aiml version="2.0">
  3.  
  4.  
  5.  
  6. <topic name="parts bmw">
  7. <category>
  8. <pattern>party</pattern>
  9. <template>
  10. <condition name="model">
  11. <li value="E46">
  12. <carousel>
  13. <card>
  14. <image>http://bmwcentrum.pl/img/products/35/26/1_max.jpg</image>
  15. <title>Silnik Krokowy <get name="pojazd" /> <get name="model" /></title>
  16. <subtitle><map name="bmwparts">Silnik krokowy</map></subtitle>
  17. </card>
  18. <card>
  19. <image>https://sklep.kalinski.pl/52138-large_default/katalizator-bmw-e46-n42-n46-18407506559.jpg</image>
  20. <title>Katalizator <get name="pojazd" /> <get name="model" /></title>
  21. <subtitle><map name="bmwparts">Katalizator</map></subtitle>
  22. </card>
  23. <card>
  24. <image>https://2.allegroimg.com/original/0c7ef8/b09bbf7e417da8ea889fe4bfe652</image>
  25. <title>Uszczelka pod głowicę <get name="pojazd" /> <get name="model" /></title>
  26. <subtitle><map name="bmwparts">Uszczelka pod głowicę</map></subtitle>
  27. </card>
  28. <card>
  29. <image>https://0.allegroimg.com/s512/0182e7/ec730509444a9345d507cb1a9680</image>
  30. <title>Tarcze sprzęgła <get name="pojazd" /> <get name="model" /></title>
  31. <subtitle><map name="bmwparts">Tarcze sprzęgła</map></subtitle>
  32. </card>
  33. <card>
  34. <image>http://bmwcentrum.pl/img/products/40/2/3_max.jpg</image>
  35. <title>Klocki Hamulcowe <get name="pojazd" /> <get name="model" /></title>
  36. <subtitle><map name="bmwparts">Klocki Hamulcowe</map></subtitle>
  37. </card>
  38.  
  39. </carousel>
  40. </li>
  41.  
  42. <li value="E60">
  43. <carousel>
  44. <card>
  45. <image>https://0.allegroimg.com/s512/03cbc3/7b3161b242d09a1c5c14cc8b80d0</image>
  46. <title>Kierownica <get name="pojazd" /> <get name="model" /></title>
  47. <subtitle><map name="bmwparts">Kierownica</map></subtitle>
  48. </card>
  49. <card>
  50. <image>http://sklep-tuningowy.pl/18655-large_default/lampy-przednie-bmw-e60.jpg</image>
  51. <title>Lampy przód <get name="pojazd" /> <get name="model" /></title>
  52. <subtitle><map name="bmwparts">Lampy przód</map></subtitle>
  53. </card>
  54. <card>
  55. <image>http://skottuning.com/29320-large_default/lampy-tylne-led-bmw-5-e60-04-07-czerwone-przezroczyste-lightbar.jpg</image>
  56. <title>Lampy tył <get name="pojazd" /> <get name="model" /></title>
  57. <subtitle><map name="bmwparts">Lampy tył</map></subtitle>
  58. </card>
  59. <card>
  60. <image>https://d.allegroimg.com/s512/01663f/9153258a40eba3fd29a16f10c1dd</image>
  61. <title>Fotele <get name="pojazd" /> <get name="model" /></title>
  62. <subtitle><map name="bmwpartse60">Fotele</map></subtitle>
  63. </card>
  64. <card>
  65. <image>https://i.imged.pl/bmw-e60-e61-e63-pompa-paliwa-przewody-bak-diesel-5120373525.jpg</image>
  66. <title>Pompa paliwowa <get name="pojazd" /> <get name="model" /></title>
  67. <subtitle><map name="bmwpartse60">Pompa paliwowa</map></subtitle>
  68. </card>
  69.  
  70. </carousel>
  71. </li>
  72.  
  73.  
  74. <li> Niestety nie mam części do takiego modelu BMW...</li>
  75.  
  76. </condition>
  77.  
  78. </template>
  79. </category>
  80. </topic>
  81.  
  82.  
  83. <topic name="parts *">
  84. <category>
  85. <pattern>party</pattern>
  86. <template>Nie mam części do <denormalize><topicstar/></denormalize></template>
  87. </category>
  88. </topic>
  89. </aiml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement