{"id":1919,"date":"2025-05-03T11:12:06","date_gmt":"2025-05-03T09:12:06","guid":{"rendered":"https:\/\/m4fi4.cloud\/?p=1919"},"modified":"2025-05-03T11:12:06","modified_gmt":"2025-05-03T09:12:06","slug":"vasarolj-a-wot-europai-gyozelem-kollekciobol","status":"publish","type":"post","link":"https:\/\/m4fi4.cloud\/?p=1919","title":{"rendered":"V\u00e1s\u00e1rolj a WoT eur\u00f3pai gy\u0151zelem kollekci\u00f3b\u00f3l!"},"content":{"rendered":"<article class=\"article-wrapper js-article\">\n<div class=\"widget-wrapper\">\n<div class=\"user-generated js-user-generated js-ugc-widget-3784246\">\n<p>Parancsnok!<\/p>\n<p>Ideje meg\u00fcnnepelni a vil\u00e1gt\u00f6rt\u00e9nelem egyik legjelent\u0151sebb esem\u00e9ny\u00e9t, az eur\u00f3pai gy\u0151zelem napj\u00e1t. Mivel ez az eur\u00f3pai gy\u0151zelem napj\u00e1nak 80. \u00e9vfordul\u00f3ja, egy olyan term\u00e9kkollekci\u00f3val k\u00e9sz\u00fclt\u00fcnk \u2013 p\u00f3l\u00f3kat, b\u00f6gr\u00e9ket \u00e9s egyebeket is bele\u00e9rtve \u2013, amelyet teljes eg\u00e9sz\u00e9ben ennek a monument\u00e1lis m\u00e9rf\u00f6ldk\u0151nek szentelt\u00fcnk.<\/p>\n<\/div>\n<p>     <script>          (function($, IScroll) {             var widgetId = '3784246',                 widgetSelector = '.js-ugc-widget-' + widgetId;              $(widgetSelector + ' table').each(function() {                 var $table = $(this),                     $wrapper = $('<\/p>\n<div>', {'class': 'inline-table js-inline-table-wrapper'});                  if ($table.data('customscrollinitialized')) {                     return;                 }                  $table.wrapAll($wrapper);                  $wrapper = $table.parent();                  $wrapper.on('dragstart', function(e) {                     e.preventDefault();                 });                  $wrapper.data('iscroll', new IScroll($wrapper.get(0), {                     mouseWheel: true,                     preventDefault: false,                     eventPassthrough: true,                     scrollX: true,                     scrollY: false,                     scrollbars: 'custom',                     scrollOnlyByHorizontalMouseWheel: true,                     mouseWheelPreventDefault: false,                     resizeScrollbars: true,                     click: true,                     interactiveScrollbars: true                 }));                  $table.data('customscrollinitialized', true);             });              $(window).one('load', function() {                 $(widgetSelector + ' .js-inline-table-wrapper').each(function() {                     var iScrollInstance = $(this).data('iscroll');                      if (iScrollInstance) {                         iScrollInstance.refresh();                     }                 });             });         })(jQuery, IScroll);     <\/script> <\/div>\n<div class=\"widget-wrapper\">\n<div class=\"user-generated js-user-generated js-ugc-widget-3784247\">\n<h2>Eur\u00f3pai gy\u0151zelem kollekci\u00f3<\/h2>\n<p>Ezeket \u00e9s m\u00e9g sok m\u00e1s t\u00e1rgyat is tal\u00e1lhatsz a World of Tanks boltban. N\u00e9zd meg az al\u00e1bbi mintadarabokat, a teljes k\u00edn\u00e1lat\u00e9rt pedig kattints a narancss\u00e1rga gombra.<\/p>\n<\/div>\n<p>     <script>          (function($, IScroll) {             var widgetId = '3784247',                 widgetSelector = '.js-ugc-widget-' + widgetId;              $(widgetSelector + ' table').each(function() {                 var $table = $(this),                     $wrapper = $('<\/p>\n<div>', {'class': 'inline-table js-inline-table-wrapper'});                  if ($table.data('customscrollinitialized')) {                     return;                 }                  $table.wrapAll($wrapper);                  $wrapper = $table.parent();                  $wrapper.on('dragstart', function(e) {                     e.preventDefault();                 });                  $wrapper.data('iscroll', new IScroll($wrapper.get(0), {                     mouseWheel: true,                     preventDefault: false,                     eventPassthrough: true,                     scrollX: true,                     scrollY: false,                     scrollbars: 'custom',                     scrollOnlyByHorizontalMouseWheel: true,                     mouseWheelPreventDefault: false,                     resizeScrollbars: true,                     click: true,                     interactiveScrollbars: true                 }));                  $table.data('customscrollinitialized', true);             });              $(window).one('load', function() {                 $(widgetSelector + ' .js-inline-table-wrapper').each(function() {                     var iScrollInstance = $(this).data('iscroll');                      if (iScrollInstance) {                         iScrollInstance.refresh();                     }                 });             });         })(jQuery, IScroll);     <\/script> <\/div>\n<div class=\"widget-wrapper\">\n<div class=\"user-generated js-user-generated js-ugc-widget-3784248\">\n<style> .custom-table {     width: 100%;     height: 620px;     background-image: url('https:\/\/eu-wotp.wgcdn.co\/dcont\/fb\/image\/operation_postman_1883.png');      \/* \u2705 CENTERING BACKGROUND IMAGE *\/     background-position: center center;     background-repeat: no-repeat;     background-size: cover;     background-attachment: fixed;      display: flex;     flex-direction: column;     justify-content: space-between;     align-items: center;      padding: 15px;     box-sizing: border-box;     position: relative; }       \/* Overlay for blur effect *\/     .custom-table::before {         content: \"\";         position: absolute;         top: 0;         left: 0;         width: 100%;         height: 100%;         background: rgba(0, 0, 0, 0.5); \/* Dark transparent overlay *\/         backdrop-filter: blur(8px); \/* Blurry effect *\/         z-index: 1;     }      .custom-table-row {         display: flex;         justify-content: space-evenly;         width: 100%;         position: relative;         z-index: 2;     }      .custom-table-cell {         text-align: center;         flex: 1; \/* Evenly space each cell *\/         padding: 10px; \/* Reduced padding inside each cell *\/         box-sizing: border-box; \/* Ensure padding doesn't overflow the cell *\/         margin: 5px; \/* Added margin to separate cells *\/         position: relative;         z-index: 2;     }      .custom-table a {         text-decoration: none; \/* Remove underline from links *\/     }      .custom-table img {         width: 230px; \/* Uniform width *\/         height: 230px; \/* Uniform height *\/         object-fit: contain; \/* Maintain aspect ratio within the box *\/         display: block;         margin: 0 auto;         transition: all 0.3s ease-in-out; \/* Smooth transition for hover effect *\/     }      .custom-table-cell:hover {         box-shadow: 0 0 8px 2px #fffbed; \/* Reduced glow size *\/         transform: scale(1.05); \/* Slight zoom effect *\/         transition: all 0.3s ease-in-out; \/* Smooth transition *\/     }      .custom-table p {         margin: 10px 0 0;         font-family: Roboto, sans-serif;         color: #fffbed;         font-size: 16px;     }      \/* Responsive Styling *\/     @media (max-width: 768px) {         .custom-table-cell {             flex: 1 1 100%; \/* Full-width for smaller devices *\/             max-width: 100%; \/* Ensure cells use full width *\/         }     }      @media (max-width: 480px) {         .custom-table-cell {             flex: 1 1 45%; \/* Two cells per row for very small screens *\/             max-width: 45%; \/* Ensure they stay two per row *\/         }     } <\/style>\n<div class=\"custom-table\">\n<div class=\"custom-table-row\">\n<div class=\"custom-table-cell\"><a href=\"https:\/\/worldoftanksstore.eu\/collections\/victory-day\"rel=\"noopener\"target=\"_blank\"> <img alt=\"\"src=\"https:\/\/eu-wotp.wgcdn.co\/dcont\/fb\/image\/victory_day_tote_02.png\" \/> <\/a> <\/p>\n<p><strong>V\u00c1SZONT\u00c1SKA<\/strong><\/p>\n<\/p><\/div>\n<div class=\"custom-table-cell\"><a href=\"https:\/\/worldoftanksstore.eu\/collections\/victory-day\"rel=\"noopener\"target=\"_blank\"> <img alt=\"\"src=\"https:\/\/eu-wotp.wgcdn.co\/dcont\/fb\/image\/victory_day_laptop_sleeve_01.png\" \/> <\/a> <\/p>\n<p><strong>LAPTOPTOK<\/strong><\/p>\n<\/p><\/div>\n<div class=\"custom-table-cell\"><a href=\"https:\/\/worldoftanksstore.eu\/collections\/victory-day\"rel=\"noopener\"target=\"_blank\"> <img alt=\"\"src=\"https:\/\/eu-wotp.wgcdn.co\/dcont\/fb\/image\/victory_day_tee_01.png\" \/> <\/a> <\/p>\n<p><strong>P\u00d3L\u00d3 <span>(K\u00c9TOLDAL\u00da)<\/span><\/strong><\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"custom-table-row\">\n<div class=\"custom-table-cell\"><a href=\"https:\/\/worldoftanksstore.eu\/collections\/victory-day\"rel=\"noopener\"target=\"_blank\"> <img alt=\"\"src=\"https:\/\/eu-wotp.wgcdn.co\/dcont\/fb\/image\/victory_day_desk_mat_01.png\" \/> <\/a> <\/p>\n<p><strong>ASZTALI AL\u00c1T\u00c9T<\/strong><\/p>\n<\/p><\/div>\n<div class=\"custom-table-cell\"><a href=\"https:\/\/worldoftanksstore.eu\/collections\/victory-day\"rel=\"noopener\"target=\"_blank\"> <img alt=\"\"caption=\"false\"class=\"mug\"height=\"230\"src=\"https:\/\/eu-wotp.wgcdn.co\/dcont\/fb\/image\/victory_day_mug_02.png\"width=\"230\" \/> <\/a> <\/p>\n<p><strong>K\u00c1V\u00c9SB\u00d6GRE<\/strong><\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<p>     <script>          (function($, IScroll) {             var widgetId = '3784248',                 widgetSelector = '.js-ugc-widget-' + widgetId;              $(widgetSelector + ' table').each(function() {                 var $table = $(this),                     $wrapper = $('<\/p>\n<div>', {'class': 'inline-table js-inline-table-wrapper'});                  if ($table.data('customscrollinitialized')) {                     return;                 }                  $table.wrapAll($wrapper);                  $wrapper = $table.parent();                  $wrapper.on('dragstart', function(e) {                     e.preventDefault();                 });                  $wrapper.data('iscroll', new IScroll($wrapper.get(0), {                     mouseWheel: true,                     preventDefault: false,                     eventPassthrough: true,                     scrollX: true,                     scrollY: false,                     scrollbars: 'custom',                     scrollOnlyByHorizontalMouseWheel: true,                     mouseWheelPreventDefault: false,                     resizeScrollbars: true,                     click: true,                     interactiveScrollbars: true                 }));                  $table.data('customscrollinitialized', true);             });              $(window).one('load', function() {                 $(widgetSelector + ' .js-inline-table-wrapper').each(function() {                     var iScrollInstance = $(this).data('iscroll');                      if (iScrollInstance) {                         iScrollInstance.refresh();                     }                 });             });         })(jQuery, IScroll);     <\/script> <\/div>\n<div class=\"widget-wrapper\">\n<div class=\"user-generated js-user-generated js-ugc-widget-3784249\">\n<p style=\"text-align: center;\"> <a      class=\"cta-button\"              href=\"https:\/\/worldoftanksstore.eu\/collections\/victory-day\"         rel=\"noopener\"         target=\"_blank\"           >          <span class=\"cta-button_text\">V\u00c1S\u00c1ROLD MEG MOST<\/span> <\/a><\/p>\n<\/div>\n<p>     <script>          (function($, IScroll) {             var widgetId = '3784249',                 widgetSelector = '.js-ugc-widget-' + widgetId;              $(widgetSelector + ' table').each(function() {                 var $table = $(this),                     $wrapper = $('<\/p>\n<div>', {'class': 'inline-table js-inline-table-wrapper'});                  if ($table.data('customscrollinitialized')) {                     return;                 }                  $table.wrapAll($wrapper);                  $wrapper = $table.parent();                  $wrapper.on('dragstart', function(e) {                     e.preventDefault();                 });                  $wrapper.data('iscroll', new IScroll($wrapper.get(0), {                     mouseWheel: true,                     preventDefault: false,                     eventPassthrough: true,                     scrollX: true,                     scrollY: false,                     scrollbars: 'custom',                     scrollOnlyByHorizontalMouseWheel: true,                     mouseWheelPreventDefault: false,                     resizeScrollbars: true,                     click: true,                     interactiveScrollbars: true                 }));                  $table.data('customscrollinitialized', true);             });              $(window).one('load', function() {                 $(widgetSelector + ' .js-inline-table-wrapper').each(function() {                     var iScrollInstance = $(this).data('iscroll');                      if (iScrollInstance) {                         iScrollInstance.refresh();                     }                 });             });         })(jQuery, IScroll);     <\/script> <\/div>\n<div class=\"widget-wrapper\">\n<div class=\"user-generated js-user-generated js-ugc-widget-3784250\">\n<h2>J\u00e1tssz a Post\u00e1s hadm\u0171velettel<\/h2>\n<p><img caption=\"false\"height=\"431\"src=\"http:\/\/eu-wotp.wgcdn.co\/dcont\/fb\/image\/operation-postman-916x235.jpg\"style=\"display: block; margin-left: auto; margin-right: auto;\"width=\"916\" \/><\/p>\n<p>Ugorj be a j\u00e1t\u00e9kba, \u00e9s pr\u00f3b\u00e1ld ki a Post\u00e1s hadm\u0171veletet, az eur\u00f3pai gy\u0151zelem napj\u00e1nak k\u00fcl\u00f6nleges PvE k\u00fcldet\u00e9s\u00e9t! Ebben egy vadonat\u00faj lopakod\u00e1si mechanik\u00e1t haszn\u00e1lva t\u00f6k\u00e9letes\u00edtheted lopakod\u00e1si \u00e9s k\u00e9mlel\u00e9si k\u00e9pess\u00e9geidet.<\/p>\n<p style=\"text-align: center;\"> <a      class=\"cta-button\"              href=\"https:\/\/worldoftanks.eu\/news\/general-news\/ve-day-80th-anniversary-may-2025\/\"         rel=\"noopener\"         target=\"_blank\"           >          <span class=\"cta-button_text\">A POST\u00c1S HADM\u0170VELET \u00d6SSZEFOGLAL\u00d3JA<\/span> <\/a><\/p>\n<\/div>\n<p>     <script>          (function($, IScroll) {             var widgetId = '3784250',                 widgetSelector = '.js-ugc-widget-' + widgetId;              $(widgetSelector + ' table').each(function() {                 var $table = $(this),                     $wrapper = $('<\/p>\n<div>', {'class': 'inline-table js-inline-table-wrapper'});                  if ($table.data('customscrollinitialized')) {                     return;                 }                  $table.wrapAll($wrapper);                  $wrapper = $table.parent();                  $wrapper.on('dragstart', function(e) {                     e.preventDefault();                 });                  $wrapper.data('iscroll', new IScroll($wrapper.get(0), {                     mouseWheel: true,                     preventDefault: false,                     eventPassthrough: true,                     scrollX: true,                     scrollY: false,                     scrollbars: 'custom',                     scrollOnlyByHorizontalMouseWheel: true,                     mouseWheelPreventDefault: false,                     resizeScrollbars: true,                     click: true,                     interactiveScrollbars: true                 }));                  $table.data('customscrollinitialized', true);             });              $(window).one('load', function() {                 $(widgetSelector + ' .js-inline-table-wrapper').each(function() {                     var iScrollInstance = $(this).data('iscroll');                      if (iScrollInstance) {                         iScrollInstance.refresh();                     }                 });             });         })(jQuery, IScroll);     <\/script> <\/div>\n<div class=\"widget-wrapper\">\n<div class=\"user-generated js-user-generated js-ugc-widget-3784251\">\n<hr \/>\n<p><em>G\u00f6rd\u00fclj ki!<\/em><\/p>\n<\/div>\n<p>     <script>          (function($, IScroll) {             var widgetId = '3784251',                 widgetSelector = '.js-ugc-widget-' + widgetId;              $(widgetSelector + ' table').each(function() {                 var $table = $(this),                     $wrapper = $('<\/p>\n<div>', {'class': 'inline-table js-inline-table-wrapper'});                  if ($table.data('customscrollinitialized')) {                     return;                 }                  $table.wrapAll($wrapper);                  $wrapper = $table.parent();                  $wrapper.on('dragstart', function(e) {                     e.preventDefault();                 });                  $wrapper.data('iscroll', new IScroll($wrapper.get(0), {                     mouseWheel: true,                     preventDefault: false,                     eventPassthrough: true,                     scrollX: true,                     scrollY: false,                     scrollbars: 'custom',                     scrollOnlyByHorizontalMouseWheel: true,                     mouseWheelPreventDefault: false,                     resizeScrollbars: true,                     click: true,                     interactiveScrollbars: true                 }));                  $table.data('customscrollinitialized', true);             });              $(window).one('load', function() {                 $(widgetSelector + ' .js-inline-table-wrapper').each(function() {                     var iScrollInstance = $(this).data('iscroll');                      if (iScrollInstance) {                         iScrollInstance.refresh();                     }                 });             });         })(jQuery, IScroll);     <\/script> <\/div>\n<\/article>\n","protected":false},"excerpt":{"rendered":"<p>Parancsnok! Ideje meg\u00fcnnepelni a vil\u00e1gt\u00f6rt\u00e9nelem egyik legjelent\u0151sebb esem\u00e9ny\u00e9t, az eur\u00f3pai gy\u0151zelem napj\u00e1t. Mivel ez az [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":1920,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,6],"tags":[],"class_list":["post-1919","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wg","category-wot-termekek"],"_links":{"self":[{"href":"https:\/\/m4fi4.cloud\/index.php?rest_route=\/wp\/v2\/posts\/1919","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/m4fi4.cloud\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/m4fi4.cloud\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/m4fi4.cloud\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/m4fi4.cloud\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1919"}],"version-history":[{"count":0,"href":"https:\/\/m4fi4.cloud\/index.php?rest_route=\/wp\/v2\/posts\/1919\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/m4fi4.cloud\/index.php?rest_route=\/wp\/v2\/media\/1920"}],"wp:attachment":[{"href":"https:\/\/m4fi4.cloud\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1919"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/m4fi4.cloud\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1919"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/m4fi4.cloud\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1919"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}