div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }

TV Punjab | Punjabi News Channel

ਪੰਜਾਬ ਕਿੰਗਜ਼ ਲਈ ਪਲੇਆਫ ‘ਚ ਪਹੁੰਚਣਾ ਆਸਾਨ, ਬਸ ਇਹ ਕੰਮ ਕਰਨਾ ਹੋਵੇਗਾ

IPL 2022 ਹੁਣ ‘ਕਰੋ ਜਾਂ ਮਰੋ’ ਦੇ ਮੈਚਾਂ ਵਿੱਚ ਬਦਲਦਾ ਨਜ਼ਰ ਆ ਰਿਹਾ ਹੈ। ਲੀਗ ਵਿੱਚ ਹੁਣ ਤੱਕ 59 ਮੈਚ ਹੋਏ ਹਨ ਅਤੇ ਗੁਜਰਾਤ ਟਾਈਟਨਸ ਨੂੰ ਛੱਡ ਕੇ, ਕੋਈ ਵੀ ਟੀਮ ਪਲੇਆਫ ਖੇਡਣ ਲਈ ਤੈਅ ਨਹੀਂ ਹੈ। ਦੂਜੇ ਪਾਸੇ ਮੁੰਬਈ ਇੰਡੀਅਨਜ਼ ਅਤੇ ਚੇਨਈ ਸੁਪਰ ਕਿੰਗਜ਼ ਨੂੰ ਛੱਡ ਕੇ ਬਾਕੀ ਹਰ ਟੀਮ ਪਲੇਆਫ ਦੀ ਦੌੜ ਵਿੱਚ ਬਣੀ ਹੋਈ ਹੈ। ਇੱਥੋਂ ਤੱਕ ਕਿ ਅੰਕ ਸੂਚੀ ਵਿੱਚ ਅੱਠਵੇਂ ਨੰਬਰ ਦੇ ਪੰਜਾਬ ਕਿੰਗਜ਼ ਵੀ ਇਸ ਦੌੜ ਵਿੱਚ ਮਜ਼ਬੂਤ ​​ਹਨ। ਉਸ ਕੋਲ ਅਜੇ ਵੀ ਅੰਕ ਸੂਚੀ ਵਿਚ ਤੀਜੇ ਜਾਂ ਚੌਥੇ ਸਥਾਨ ‘ਤੇ ਰਹਿਣ ਵਾਲੀਆਂ ਟੀਮਾਂ ਨੂੰ ਹਰਾਉਣ ਦਾ ਮੌਕਾ ਹੈ। ਆਓ ਸਿੱਖੀਏ ਕਿਵੇਂ।

ਆਈਪੀਐਲ 2022 ਪਲੇਆਫ ਦੇ ਸਮੀਕਰਨ ਨੂੰ ਜਾਣਨ ਤੋਂ ਪਹਿਲਾਂ, ਆਓ ਪੁਆਇੰਟ ਟੇਬਲ ਦੀ ਮੌਜੂਦਾ ਸਥਿਤੀ ਨੂੰ ਜਾਣੀਏ। ਗੁਜਰਾਤ ਟਾਈਟਨਸ (18 ਅੰਕ) ਟੇਬਲ ਵਿੱਚ ਟਾਪਰ ਹੈ। ਉਹ 18 ਅੰਕਾਂ ਨਾਲ ਪਹਿਲੇ ਅਤੇ ਲਖਨਊ ਸੁਪਰ ਕਿੰਗਜ਼ (16) ‘ਤੇ ਹੈ। ਤੀਜੇ ਨੰਬਰ ‘ਤੇ ਰਾਜਸਥਾਨ ਰਾਇਲਜ਼ (14) ਅਤੇ ਚੌਥੇ ਨੰਬਰ ‘ਤੇ ਰਾਇਲ ਚੈਲੰਜਰਜ਼ ਬੈਂਗਲੁਰੂ (14) ਹੈ। ਉਨ੍ਹਾਂ ਤੋਂ ਬਾਅਦ ਦਿੱਲੀ ਕੈਪੀਟਲਜ਼ (12), ਸਨਰਾਈਜ਼ਰਜ਼ ਹੈਦਰਾਬਾਦ (10) ਅਤੇ ਕੋਲਕਾਤਾ ਨਾਈਟ ਰਾਈਡਰਜ਼ (10) ਹਨ। ਆਖਰੀ ਤਿੰਨ ਸਥਾਨਾਂ ‘ਤੇ ਪੰਜਾਬ (10), ਚੇਨਈ ਸੁਪਰ ਕਿੰਗਜ਼ (8) ਅਤੇ ਮੁੰਬਈ ਇੰਡੀਅਨਜ਼ (6) ਹਨ।

ਅੱਜ IPL 2022 ਦਾ 60ਵਾਂ ਮੈਚ ਹੈ, ਜੋ ਪੰਜਾਬ ਕਿੰਗਜ਼ ਅਤੇ ਰਾਇਲ ਚੈਲੰਜਰਜ਼ ਬੈਂਗਲੁਰੂ ਵਿਚਾਲੇ ਖੇਡਿਆ ਜਾਵੇਗਾ। ਇੱਥੇ ਅਸੀਂ ਪੰਜਾਬ ਕਿੰਗਜ਼ ਦੇ ਪਲੇਆਫ ਵਿੱਚ ਪਹੁੰਚਣ ਦੇ ਸਮੀਕਰਨ ਬਾਰੇ ਗੱਲ ਕਰ ਰਹੇ ਹਾਂ, ਜਿਸ ਦੀ ਕਪਤਾਨੀ ਮਯੰਕ ਅਗਰਵਾਲ ਕਰ ਰਹੇ ਹਨ। ਇਸ ਲਈ ਫਿਲਹਾਲ ਸਿਰਫ ਪੰਜਾਬ ਵੱਲ ਹੀ ਧਿਆਨ ਦੇਈਏ। ਇਸ ਟੀਮ ਦਾ ਪਲੇਆਫ ‘ਚ ਪਹੁੰਚਣ ਦਾ ਰਸਤਾ ਜਿੱਤ ਅਤੇ ਜਿੱਤ ‘ਚੋਂ ਹੀ ਲੰਘਦਾ ਹੈ। ਉਸ ਨੇ ਅੱਜ ਬੈਂਗਲੁਰੂ ਤੋਂ ਮੈਚ ਖੇਡਣਾ ਹੈ। ਇਸ ਤੋਂ ਬਾਅਦ ਉਸ ਨੇ 16 ਮਈ ਨੂੰ ਦਿੱਲੀ ਅਤੇ 22 ਮਈ ਨੂੰ ਹੈਦਰਾਬਾਦ ਖ਼ਿਲਾਫ਼ ਮੈਚ ਖੇਡਣਾ ਹੈ।

ਆਈਪੀਐਲ ਪੁਆਇੰਟ ਟੇਬਲ
ਪੰਜਾਬ ਕਿੰਗਜ਼ ਦੇ ਇਸ ਸਮੇਂ 11 ਮੈਚਾਂ ਵਿੱਚ 5 ਜਿੱਤਾਂ ਨਾਲ 10 ਅੰਕ ਹਨ। ਜੇਕਰ ਉਹ ਆਪਣੇ ਬਾਕੀ ਤਿੰਨ ਮੈਚ (ਬਨਾਮ ਬੈਂਗਲੁਰੂ, ਦਿੱਲੀ, ਹੈਦਰਾਬਾਦ) ਜਿੱਤ ਲੈਂਦਾ ਹੈ, ਤਾਂ ਉਸਦੇ 14 ਮੈਚਾਂ ਵਿੱਚ 16 ਅੰਕ ਹੋ ਜਾਣਗੇ। ਜੇਕਰ ਅਜਿਹਾ ਹੁੰਦਾ ਹੈ ਤਾਂ ਉਹ ਦਿੱਲੀ ਕੈਪੀਟਲਸ ਅਤੇ ਸਨਰਾਈਜ਼ਰਸ ਹੈਦਰਾਬਾਦ ਨੂੰ ਪਲੇਆਫ ਦੀ ਦੌੜ ਤੋਂ ਬਾਹਰ ਕਰ ਦੇਵੇਗੀ। ਪੰਜਾਬ ਨਾਲ ਮੁਕਾਬਲੇ ਵਿੱਚ ਸਿਰਫ਼ ਬੈਂਗਲੁਰੂ ਹੀ ਰਹੇਗਾ। ਬੈਂਗਲੁਰੂ ਲਈ ਨਾ ਸਿਰਫ਼ ਆਪਣਾ ਆਖਰੀ ਮੈਚ (ਬਨਾਮ ਗੁਜਰਾਤ) ਜਿੱਤਣਾ ਹੋਵੇਗਾ, ਸਗੋਂ ਉਸ ਨੂੰ ਆਪਣੀ ਰਨ ਰੇਟ ਵਿੱਚ ਵੀ ਸੁਧਾਰ ਕਰਨਾ ਹੋਵੇਗਾ।

ਪੰਜਾਬ ਦਾ ਪਹਿਲਾ ਨਿਸ਼ਾਨਾ
ਪੰਜਾਬ ਕਿੰਗਜ਼ ਦਾ ਪਹਿਲਾ ਨਿਸ਼ਾਨਾ ਆਰਸੀਬੀ ਨੂੰ ਹਰਾਉਣਾ ਹੈ। ਬੈਂਗਲੁਰੂ ਦੇ ਫਿਲਹਾਲ 12 ਮੈਚਾਂ ‘ਚ 14 ਅੰਕ ਹਨ। ਜੇਕਰ ਉਹ ਪੰਜਾਬ ਤੋਂ ਹਾਰਦਾ ਹੈ ਤਾਂ ਇਹ ਉਸ ਲਈ ਕਰੋ ਜਾਂ ਮਰੋ ਦੀ ਲੜਾਈ ਹੋਵੇਗੀ। ਜੇਕਰ ਉਹ ਗੁਜਰਾਤ ਵਿਰੁੱਧ ਆਪਣਾ ਪਿਛਲਾ ਮੈਚ ਜਿੱਤ ਵੀ ਲੈਂਦੀ ਹੈ ਤਾਂ ਵੀ ਉਹ ਸਿਰਫ਼ 16 ਅੰਕ ਹੀ ਹਾਸਲ ਕਰ ਸਕੇਗੀ। ਯਾਨੀ ਪੰਜਾਬ ਦੇ ਬਰਾਬਰ। ਇਸ ਮਾਮਲੇ ‘ਚ ਰਨਰੇਟ ਨਿਰਣਾਇਕ ਹੋਵੇਗੀ।

ਪੰਜਾਬ ਦਾ ਦੂਜਾ ਨਿਸ਼ਾਨਾ
ਪੰਜਾਬ ਕਿੰਗਜ਼ ਦੀ ਟੀਮ ਨੂੰ ਹਰਾਉਣ ਤੋਂ ਬਾਅਦ ਬੈਂਗਲੁਰੂ ਨੇ ਦਿੱਲੀ ਕੈਪੀਟਲਸ ਨੂੰ ਵੀ ਹਰਾਇਆ। ਦਿੱਲੀ ਦੇ ਫਿਲਹਾਲ 12 ਮੈਚਾਂ ‘ਚ 12 ਅੰਕ ਹਨ। ਉਸ ਲਈ ਸਾਰੇ ਮੁਕਾਬਲੇ ਕਰੋ ਜਾਂ ਮਰੋ। ਜੇਕਰ ਉਹ ਪੰਜਾਬ ਤੋਂ ਹਾਰ ਜਾਂਦੀ ਹੈ ਤਾਂ ਉਹ 16 ਅੰਕਾਂ ਤੱਕ ਨਹੀਂ ਪਹੁੰਚ ਸਕੇਗੀ। ਯਾਨੀ ਪਲੇਆਫ ਤੋਂ ਬਾਹਰ ਹੋ ਜਾਵੇਗਾ।

ਪੰਜਾਬ ਦਾ ਤੀਜਾ ਨਿਸ਼ਾਨਾ
ਪੰਜਾਬ ਕਿੰਗਜ਼ ਦਾ ਤੀਜਾ ਨਿਸ਼ਾਨਾ ਸਨਰਾਈਜ਼ਰਜ਼ ਹੈਦਰਾਬਾਦ ਨੂੰ ਹਰਾਉਣਾ ਹੈ। ਹੈਦਰਾਬਾਦ ਦੇ ਫਿਲਹਾਲ 11 ਮੈਚਾਂ ‘ਚ 10 ਅੰਕ ਹਨ। ਜੇਕਰ ਹੈਦਰਾਬਾਦ ਦੀ ਟੀਮ ਪੰਜਾਬ ਤੋਂ ਹਾਰ ਜਾਂਦੀ ਹੈ ਤਾਂ ਉਹ ਵੱਧ ਤੋਂ ਵੱਧ 14 ਅੰਕਾਂ ਤੱਕ ਹੀ ਪਹੁੰਚ ਸਕੇਗੀ। ਘੱਟੋ-ਘੱਟ ਮੌਜੂਦਾ ਸਥਿਤੀ ਵਿੱਚ, 14 ਅੰਕਾਂ ਵਾਲੀਆਂ ਟੀਮਾਂ ਨੂੰ ਪਲੇਆਫ ਵਿੱਚ ਖੇਡਣਾ ਨਹੀਂ ਕਿਹਾ ਜਾ ਸਕਦਾ। ਇਸ ਦੇ ਲਈ 16 ਅੰਕਾਂ ਤੱਕ ਪਹੁੰਚਣਾ ਜ਼ਰੂਰੀ ਜਾਪਦਾ ਹੈ।

ਮੁੰਬਈ, ਚੇਨਈ ਅਤੇ ਕੋਲਕਾਤਾ…
ਮੁੰਬਈ ਇੰਡੀਅਨਜ਼ ਅਤੇ ਚੇਨਈ ਸੁਪਰ ਕਿੰਗਜ਼ ਪਹਿਲਾਂ ਹੀ ਪਲੇਆਫ ਦੀ ਦੌੜ ਤੋਂ ਬਾਹਰ ਹੋ ਚੁੱਕੇ ਹਨ। ਕੋਲਕਾਤਾ ਨਾਈਟ ਰਾਈਡਰਜ਼ ਦੀ ਹਾਲਤ ਵੀ ਖਰਾਬ ਹੈ। ਉਸ ਦੇ ਫਿਲਹਾਲ 12 ਮੈਚਾਂ ‘ਚ 12 ਅੰਕ ਹਨ। ਜੇਕਰ ਉਹ ਆਪਣੇ ਬਾਕੀ ਦੋਵੇਂ ਮੈਚ ਜਿੱਤ ਵੀ ਲੈਂਦੀ ਹੈ ਤਾਂ ਵੀ ਉਹ 16 ਅੰਕਾਂ ਤੱਕ ਨਹੀਂ ਪਹੁੰਚ ਸਕੇਗੀ।

Exit mobile version