Wikipedia scowiki https://sco.wikipedia.org/wiki/Main_Page MediaWiki 1.47.0-wmf.2 first-letter Media Special Collogue Uiser Uiser collogue Wikipedia Wikipedia collogue File File collogue MediaWiki MediaWiki collogue Template Template collogue Help Help collogue Category Category collogue Portal Portal talk Define Define talk TimedText TimedText talk Module Module talk Event Event talk Wikipedia:Mercat Cross 4 1063 916993 915791 2026-05-19T10:49:25Z Sara Thomas (WMUK) 49882 /* Wiki Loves Earth! */ new section 916993 wikitext text/x-wiki __NEWSECTIONLINK__ [[File:Mercat Cross, Edinburgh.jpg|right|200px]] Walcome tae the Mercat Cross! This is the airt tae tauk aboot the technical wirkins o the Wikipedia. <div style="background-color: #add8e6; padding: 5px 15px; border-radius: 8px;"><big>Tae raise or discuss spellin o Scots wirds, an which we shuid be uisin, please gaun tae '''[[Wikipedia: Spellin Fettle|Spellin Fettle]]'''</big></div> * '''sco:''' {{int:please-translate}}. * '''en:''' Requests for the [[m:bot|bot]] flag should be made on this page. This wiki uses the [[m:bot policy|standard bot policy]], and allows [[m:bot policy#Global_bots|global bots]] and [[m:bot policy#Automatic_approval|automatic approval of certain types of bots]]. Other bots should apply below, and then [[m:Steward requests/Bot status|request access]] from a steward if there is no objection. *Archives: [[Wikipedia:Mercat Cross/Archive/1|1]] · [[Wikipedia:Mercat Cross/Archive/2|2]] · [[Wikipedia:Mercat Cross/Archive/3|3]] · [[Wikipedia:Mercat Cross/Archive/4|4]] · [[Wikipedia:Mercat Cross/Archive/5|5]] · {{TOC limit|2}} <!--Automatic archive configuration begins --> {{Uiser:MABot/config |archive = Wikipedia:Mercat Cross/Archive/%(counter)s |algo = old(30d) |counter = 5 |maxarchivesize = 250K |minthreadsleft = 5 |minthreadstoarchive = 1 |archiveheader = }} <!-- Automatic archive configuration ends --> == Bot flag == Hallo! A first noticed the Scots Wikipedia aboot a year ago, while A wis in Scotland. Recently, A've stertit editin on scowiki an gettin better acquaint wi hou the wiki works. While daein thae edits, A noticed a wheen recurring maintenance issues that could be handled mair easily wi simple automation. Tae help wi thae routine, low-risk tasks, A'm proponin BZPN bot. The full description o whit the bot daes (an disnae dae), alang wi its limits an configuration, is set oot at [[User:BZPN/Bot]]. For transparency, the bot's source code is publicly available [https://github.com/BZPN/BZPN.bot/tree/master here]. I'm happy tae adapt the bot’s behaviour based on community feedback. Thanks for yer time. ''Pingin @[[Uiser:CiphriusKane|CiphriusKane]] here for visibility, as the maist active admin on sco.wiki recently.'' [[Uiser:BZPN|BZPN]] ([[Uiser collogue:BZPN|tauk]]) 21:58, 30 Januar 2026 (UTC) :Fit is the soorce fur the "lexical analysis"? Pairt o the issue wi the wiki wis fur ower a tenyeir fowks wis eesin bots ti dae leiteral owersettins aat hid nae regaird fur Scots grammar, an fae the editin o yers aat a'v seen ye'v shawn the same signs an the first twa dynamic tasks leuk awfa lik it'd be daein the same hing. As fur the walcomin an non-Scots wairnin, fit een taks priority? We'r nae aafa keen ti be walcomin vandals an fowks jist here ti "correct grammar" [[Uiser:CiphriusKane|CiphriusKane]] ([[Uiser collogue:CiphriusKane|tauk]]) 09:55, 31 Januar 2026 (UTC) ::Aye, cheers for raisin thae concerns - they're quite fair. A'll switch tae English for clarity on the technical bits. About "lexical analysis": there is no AI, no machine learning, and no automatic translation involved '''at all'''. The "lexical analysis" is strictly dictionary-based: the bot compares tokens against a static wordlist (e.g. ''dictionary.txt''), which is part of the [https://github.com/BZPN/BZPN.bot public source code] (which I will update soon because I am constantly improving it). Based on these wordlists, the bot assesses whether the article is en-only, en-heavy or Scots. Anyone is free to inspect it, suggest changes, or improve it. If the dictionary is wrong, the bot is wrong - nothing is hidden or heuristic. Regarding dynamic tasks, I'm very aware of problems with literal grammar/typo ("Scotsification") bots. That's exactly why my bot does '''not''' generate Scots, does '''not''' rewrite sentences, and it does '''not''' apply replacements unless they are explicitly and manually approved. All word and header replacements live in [[User:BZPN/Whitelist.json]] and ''only'' run if the entry is explicitly listed, the match conditions are exact and the community has agreed to add it. No whitelist entry = no change. Welcomes on the other hand are only triggered after a first constructive content edit. The bot detects whether a user's first edit is a vandalism (e.g. has vulgarisms, blanking, special characters, etc.), and based on this, either welcomes the user or ignores them (because the BZPN bot is not an anti-vandal bot, so it doesn't revert edits). If the first edit is in English, the bot assumes GF and inserts both a welcome and a warning. In short: the bot is deliberately conservative, transparent, and designed to avoid repeating the mistakes of earlier bots. If there are specific safeguards you’d want added, I’m happy to discuss and adjust them. Ta again for the questions. [[Uiser:BZPN|BZPN]] ([[Uiser collogue:BZPN|tauk]]) 13:35, 31 Januar 2026 (UTC) :::An fit's the soorce o the initial whitelist? Is it the DSL, the OSD, the Luath Learner? Nae ivery dictionair oot there is o the same quality [[Uiser:CiphriusKane|CiphriusKane]] ([[Uiser collogue:CiphriusKane|tauk]]) 07:35, 2 Februar 2026 (UTC) ::::Aye, A think there's still a wee bit o confusion here, sae A'll spell it oot as plainly as a can. The dictionary an the whitelist are twa completely separate things. Dictionary ([https://github.com/BZPN/BZPN.bot/blob/master/dictionary.txt dictionary.txt]) is a static, read-only wordlist that the bot uses '''only''' for classification. It disnae replace words, disnae rewrite text, disnae touch grammar. It simply checks if tokens in an article exists in the Scots wordlist, tae judge whether the text is en-only, en-heavy, or Scots. That's it. Example: <code>fowk = people</code>. ::::The dictionary wis originally built by me manually, by readin an checkin existin articles on scowiki, an collectin words actually used thair. It's no tied tae ony single published dictionary. It is fully configurable, an can be adapted tae ony variety or orthography o Scots that the community decides it want tae reflect. If a word isnae in the dictionary, the bot just treats it as non-Scots. Nae substitution ''ever'' happens here. Whitelist on the other hand is a separate, optional mechanism for explicitly approved replacements only. If an entry isnae on the whitelist, the bot will '''never''' mak a change. The dictionary is not consulted at aw for whitelist actions. The goal o the whitelist is simple: standardisation, '''not translation'''. It exists tae ensure consistent, agreed-upon terminology for technical an structural elements o the wiki - no for content text. For example, the whitelist micht include fixed headers like ''"<nowiki>==See also==</nowiki>" → "<nowiki>==See forbye==</nowiki>"''. This isnae aboot stylistic preference or inventin Scots; it's aboot avoidin a mix o English an Scots in standard interface-like headers. Thae replacements are predictable, limited in scope, an identical every time. Nae whitelist entry = nae change. Nae community agreement = nae entry. The whitelist disnae interact wi the dictionary at aw, an it disnae apply tae article prose. It's a controlled tool for consistency, nae mair. Sae tae be absolutely clear: '''the bot never automatically converts English tae Scots'''. As for sources: baith the dictionary an the whitelist are open, public, an editable via the GitHub repository. Onybody is welcome tae review, challenge, improve, or propose changes. If the dictionary is wrang, the bot’s wrang - an that's precisely why it is transparent. [[Uiser:BZPN|BZPN]] ([[Uiser collogue:BZPN|tauk]]) 08:20, 2 Februar 2026 (UTC) :::::Okay, sae it's biggit manually, aat wis aa a wis wintin ti ken. Wid the bot be able ti check/compare page history as weel gif it fins a airticle aat's maistlins Inglis? Gif it canna aat's fair eneuch, kin aye dae it manually insteid. A leukit inti haein a bot ti coonterack the constant Inglifyin o airticles fur a while sae a'm nae oppont ti iss [[Uiser:CiphriusKane|CiphriusKane]] ([[Uiser collogue:CiphriusKane|tauk]]) 08:53, 2 Februar 2026 (UTC) ::::::Aye, that's the kind o thing a meant. The bot could be extended tae generate reports only - listin airticles that are maistly English based on the existin dictionary check, limited tae e.g. ae report per day wi aboot 50 pages, an excluding ony that already hae <code><nowiki>{{Fix Scots}}</nowiki></code> or <code><nowiki>{{No Scots}}</nowiki></code>; gif that soonds useful, gie me till the end o the week an A'll prototype it sae ye can see exactly hou it behaves, an gif no, that's fair eneuch an it can be left at that. Thank ye. [[Uiser:BZPN|BZPN]] ([[Uiser collogue:BZPN|tauk]]) 10:13, 2 Februar 2026 (UTC) :@[[Uiser:CiphriusKane|CiphriusKane]]: the bot is ready fur initial testin. A've implemented the report feature tae [[Uiser:BZPN/Language report|list airticles]] that are maistly English. It's worth mentionin that the bot can make mistakes, but only errors would be due tae missing words in the dictionary or airticles wi irregular header names/wikitext issues. [[Uiser:BZPN|BZPN]] ([[Uiser collogue:BZPN|tauk]]) 13:42, 7 Februar 2026 (UTC) ::A'v seen the testin an the latest roond o reports wis mair accurate nor it wis at furst an fand a heap ae historical vandalism as weel, sae a'm happy fur it ti keep makkin the reports. Nae seein ony issue wi lettin the bot dae a trial rin fur the ither tasks as weel [[Uiser:CiphriusKane|CiphriusKane]] ([[Uiser collogue:CiphriusKane|tauk]]) 11:32, 8 Februar 2026 (UTC) @[[Uiser:CiphriusKane|CiphriusKane]]: thanks for the feedback an for monitorin the reports. The bot has nou completed a [[Uiser:ScotsBot/Trial results|4-day supervised test period]]. A'm pleased tae say the behaviour wis stable an predictable. There were nae significant mistakes during the test period. Based on observations from recent chynges (i.e. vandalism), A've slightly refined the detection filters tae reduce false positives. The recent reports hae already been used by the bot for maintenance taggin. As clarified earlier, ony classification errors can only stem frae missing entries in the static dictionary or irregular wikitext/header structures. Unless there are objections, A intend tae request a permanent bot flag on Meta based on this test period. Of course, A remain happy tae adjust thresholds or safeguards if the community feels it necessary. [[Uiser:BZPN|BZPN]] ([[Uiser collogue:BZPN|tauk]]) 11:14, 12 Februar 2026 (UTC) :{{ping|BZPN}} A thocht ye seyed it widna be daein owersettins, sae foo come a'm seein bot-lik owersettins in recent changes? [[Uiser:CiphriusKane|CiphriusKane]] ([[Uiser collogue:CiphriusKane|tauk]]) 23:51, 13 Februar 2026 (UTC) ::Aye, thae edits are '''nae''' connected tae the bot at aw. They come fae ma personal on-wiki gadget: [[Uiser:BZPN/ScotsCheck]], which A put thegither yestreen for ma workflow. It isnae a bot task, an it disnae rin automatically. It disnae translate onything. It simply gies me a popup interface tae apply manual whitelist entries, instead o typin or copyin them by haund in the code. Ye're welcome tae read the '''[[Uiser:BZPN/ScotsCheck|description]]''' an test it yersel if ye like :). Also, the bot itsel has been inactive for twa days nou, waitin for the flag. [[Uiser:BZPN|BZPN]] ([[Uiser collogue:BZPN|tauk]]) 23:59, 13 Februar 2026 (UTC) :::Except the whitelist isna appruived yet an seems gey seemlir ti fit fowks wis daein last tenyeir. Fir exemple it seys aat "ay" means "always", except iss is wrang, an seys aat the Scots fur based is "basit", excep basit means summat else entirely, amang ither hings. An kin ye explain the block on enwiki? A shid hae chackit aat afore giein appruival [[Uiser:CiphriusKane|CiphriusKane]] ([[Uiser collogue:CiphriusKane|tauk]]) 00:08, 14 Februar 2026 (UTC) '''Nae duin''' - BZPN his decidit ti lea the wiki [https://sco.wikipedia.org/w/index.php?title=Uiser_collogue:CiphriusKane&diff=prev&oldid=913598 ] [[Uiser:CiphriusKane|CiphriusKane]] ([[Uiser collogue:CiphriusKane|tauk]]) 18:01, 14 Februar 2026 (UTC) == {{en}} Wiki Loves Folklore running until 31st March == {{en}} Apologies for the English message. If there are keen photographers here, I just wanted to let you know about [https://commons.wikimedia.org/wiki/Commons:Wiki_Loves_Folklore_2026_in_Scotland Wiki Loves Folklore]. Wiki Loves Folklore is a photographic competition that celebrates our intangible cultural heritage. So if you have photos of a festival, a dance, a traditional food or anything else relating to Scotland's cultural heritage, you can upload them through the link above. All 4 nations of the UK are taking part so if you have pics from [https://commons.wikimedia.org/wiki/Commons:Wiki_Loves_Folklore_2026_in_Wales Wales], [https://commons.wikimedia.org/wiki/Commons:Wiki_Loves_Folklore_2026_in_England England] or [https://commons.wikimedia.org/wiki/Wiki_Loves_Folklore_2026_in_Ireland Northern Ireland] (organised by Wikimedia Community Ireland), we'd love those too! You can upload them through the relevant nation pages (follow the links from the name above) [[Uiser:Gemma Coleman (WMUK)|Gemma Coleman (WMUK)]] ([[Uiser collogue:Gemma Coleman (WMUK)|tauk]]) 09:07, 25 Februar 2026 (UTC) == Join the sixth Ukraine’s Cultural Diplomacy Month on Wikipedia! == <div lang="en" dir="ltr"> [[File:Ukraine’s Cultural Diplomacy Month on Wikipedia 2026.png|right|250px|thumb|link=https://meta.wikimedia.org/wiki/Ukraine%27s_Cultural_Diplomacy_Month_2026|Join our campaign!]] {{int:please-translate}} Dear Wikipedians! [[:m:Special:MyLanguage/Wikimedia Ukraine|Wikimedia Ukraine]], in cooperation with the [[:en:Ministry of Foreign Affairs of Ukraine|MFA of Ukraine]] and [[:en:Ukrainian Institute|Ukrainian Institute]], has launched the sixth edition of writing challenge "'''[[:m:Special:MyLanguage/Ukraine's Cultural Diplomacy Month 2026|Ukraine's Cultural Diplomacy Month]]'''", which lasts from '''1st April''' until '''30th April 2026'''. The initiative aims to promote knowledge about Ukrainian culture abroad by creating and improving Wikipedia articles in multiple languages. This year marks the sixth edition of the campaign, which will focus on contemporary culture, making today’s artistic voices and practices more visible to international audiences. 🧩'''How to participate?''' Choose an article from the suggested list → Write an article in your language, or improve an existing one according to the rules → Add your contribution to the contest page and calculate your points → Win prizes and receive a certificate of participation → Become a promoter of truthful knowledge about Ukraine. 🧩'''[[m:Special:MyLanguage/Ukraine's Cultural Diplomacy Month 2026|Check our main page for more information]]'''. '''If you are interested in coordinating long-term community engagement for the campaign and becoming a local ambassador, we would love to hear from you! Please let us know your interest.''' If not, then we encourage you to translate the [[m:Special:MyLanguage/Ukraine's Cultural Diplomacy Month 2026|landing page of the contest]] and [https://meta.wikimedia.org/wiki/Special:MessageGroupStats?group=Centralnotice-tgroup-UCDM2026banner&messages=&language=en&x=D banner] into your own language. Also, we set up a [[:m:CentralNotice/Request/Ukraine's Cultural Diplomacy Month 2026|banner]] to notify users of the possibility to participate in this challenge! [[:m:User:OlesiaLukaniuk (WMUA)|OlesiaLukaniuk (WMUA)]] ([[:m:User talk:OlesiaLukaniuk (WMUA)|talk]]) 04:35, 1 April 2026 (UTC) </div> <!-- Message sent by User:OlesiaLukaniuk (WMUA)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=User:OlesiaLukaniuk_(WMUA)/list_of_wikis&oldid=28552112 --> == Action Required: Update templates/modules for electoral maps (Migrating from P1846 to P14226) == Hello everyone, This is a notice regarding an ongoing data migration on Wikidata that may affect your election-related templates and Lua modules (such as <code>Module:Itemgroup/list</code>). '''The Change:'''<br /> Currently, many templates pull electoral maps from Wikidata using the property [[:d:Property:P1846|P1846]], combined with the qualifier [[:d:Property:P180|P180]]: [[:d:Q19571328|Q19571328]]. We are migrating this data (across roughly 4,000 items) to a newly created, dedicated property: '''[[:d:Property:P14226|P14226]]'''. '''What You Need To Do:'''<br /> To ensure your templates and infoboxes do not break or lose their maps, please update your local code to fetch data from [[:d:Property:P14226|P14226]] instead of the old [[:d:Property:P1846|P1846]] + [[:d:Property:P180|P180]] structure. A [[m:Wikidata/Property Migration: P1846 to P14226/List|list of pages]] was generated using Wikimedia Global Search. '''Deadline:'''<br /> We are temporarily retaining the old data on [[:d:Property:P1846|P1846]] to allow for a smooth transition. However, to complete the data cleanup on Wikidata, the old [[:d:Property:P1846|P1846]] statements will be removed after '''May 1, 2026'''. Please update your modules and templates before this date to prevent any disruption to your wiki's election articles. Let us know if you have any questions or need assistance with the query logic. Thank you for your help! [[User:ZI Jony|ZI Jony]] using [[Uiser:MediaWiki message delivery|MediaWiki message delivery]] ([[Uiser collogue:MediaWiki message delivery|tauk]]) 17:11, 3 Apryle 2026 (UTC) <!-- Message sent by User:ZI Jony@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Distribution_list/Non-Technical_Village_Pumps_distribution_list&oldid=29941252 --> == Request for comment (global AI policy) == <bdi lang="en" dir="ltr" class="mw-content-ltr"> Apologies for writing in English. {{int:Please-translate}} A [[:m:Requests for comment/Artificial intelligence policy|request for comment]] is currently being held to decide on a global AI policy. {{int:Feedback-thanks-title}} [[Uiser:MediaWiki message delivery|MediaWiki message delivery]] ([[Uiser collogue:MediaWiki message delivery|tauk]]) 00:58, 26 Apryle 2026 (UTC) </bdi> <!-- Message sent by User:Codename Noreste@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Distribution_list/Global_message_delivery&oldid=30424282 --> == Wiki Loves Earth! == {{en}} Hi folks - Just a wee note to let you know that '''Wiki Loves Earth''' is currently ongoing, running from 1 May - 30 June this year. It's an international photo competition that looks to capture images of protected natural areas across the world, including their flora and fauna. You can find out more about the competition, and how to take part, [[:Commons:Commons:Wiki Loves Earth 2026 in Scotland|over on Commmons.]] [[Uiser:Sara Thomas (WMUK)|Sara Thomas (WMUK)]] ([[Uiser collogue:Sara Thomas (WMUK)|tauk]]) 10:49, 19 Mey 2026 (UTC) 5ycdajupigyrr24el9j3ysw23feckdx Fit (body pairt) 0 9155 916979 843996 2026-05-18T18:39:55Z ~2026-29910-66 131467 916979 wikitext text/x-wiki [[File:Стопа 1.jpg|thumb||A body's fit.]] [[File:Adult and infant feet compared.jpg|thumb|200px|The feet o an adult an a bairn.]] A '''fit''' is a body pairt on the end o a [[leg]]. We uise it whan walkin, an it is important for tae balance: it helps us stand straucht. We uise it for tae [[kick]] an aw, in baith [[fechtin]] an [[sport]]s, [[fitbaw|fitba]] bein ane ensaumple. Fowk's [[haund]]s an feet hae the same shape: thay baith hae fife ''[[digit]]s'' (the fingers an taes). Mony ither ainimals wi rig-banes hae five digits an aw. The pairt o the fit that jyns it tae the leg is cried the ''heel''. The unnerside o the fit is cried the ''sole'' or ''howe o the fit''. In mony societies, fowk like tae kiver the fit whan thay are wi others, parteecular ootside. In mony culturs (for ensaumple [[North Americae]]n, [[Europe]]an, [[Japan]]ese an ithers) fowk weir [[claes]] ower the fit for tae keep it sauf. This [[fitweir]] haes speicial names, for ensaumple ''sandals'', ''[[shae|shuin]]'', an ''[[buit]]s''. {{Commonscat|Feet}} <!-- interwiki --> [[Category:Fit|*]] [[Category:Human body]] [[Category:Anatomy]] jm0tubg5k6nzutogchxnssblwo3qoqx 916980 916979 2026-05-18T18:44:07Z Mr.Murdoch78 119895 Unexplaint content remuival 916980 wikitext text/x-wiki [[File:Стопа 1.jpg|thumb||A body's fit.]] [[File:Adult and infant feet compared.jpg|thumb|200px|The feet o an adult an a bairn.]] A '''fit''' (ae ''fit'', twa or mair '''feet''') is a body pairt on the end o a [[leg]]. We uise it whan walkin, an it is important for tae balance: it helps us stand straucht. We uise it for tae [[kick]] an aw, in baith [[fechtin]] an [[sport]]s, [[fitbaw]] bein ane ensaumple. Fowk's [[haund]]s an feet hae the same shape: thay baith hae fife ''[[digit]]s'' (the fingers an taes). Mony ither ainimals wi rig-banes hae five digits an aw. The pairt o the fit that jyns it tae the leg is cried the ''heel''. The unnerside o the fit is cried the ''sole'' or ''howe o the fit''. In mony societies, fowk like tae kiver the fit whan thay are wi others, parteecular ootside. In mony culturs (for ensaumple [[North Americae]]n, [[Europe]]an, [[Japan]]ese an ithers) fowk weir [[claes]] ower the fit for tae keep it sauf. This [[fitweir]] haes speicial names, for ensaumple ''sandals'', ''[[shae|shuin]]'', an ''[[buit]]s''. {{Commonscat|Feet}} <!-- interwiki --> [[Category:Fit|*]] [[Category:Human body]] [[Category:Anatomy]] gg4pnrsy1xv1txwpeqajhbum7i7o4ax 1. FC Kaiserslautern 0 12657 916953 883400 2026-05-18T15:32:38Z Makenzis 43742 916953 wikitext text/x-wiki {{fixscots|date=October 2020}} {{Infobox football club | clubname = 1. FC Kaiserslautern | image = [[File:Logo 1 FC Kaiserslautern.svg|150px|Club crest]] | current = 2013–14 1. FC Kaiserslautern saison | fullname = 1. Fußball-Club Kaiserslautern e. V. | nickname = ''Die roten Teufel'' (The Reid Devils) | founded = 2 Juin 1900 | ground = [[Fritz-Walter-Stadion]]<br />[[Kaiserslautern]]<br />Germany | capacity = 49,780 | chairman = [[Stefan Kuntz]] | manager = [[Dirk Schuster]] | league = | season = | position = | pattern_la1 = | pattern_b1 = _kaiserslautern2324h | pattern_ra1 = | pattern_sh1 = | pattern_so1 = | leftarm1 = A40000 | body1 = FF0000 | rightarm1 = A40000 | shorts1 = FF0000 | socks1 = FF0000 | pattern_la2 = _nikestrike4b | pattern_b2 = _kaiserslautern2324a | pattern_ra2 = _nikestrike4b | pattern_sh2 = | pattern_so2 = | leftarm2 = 000000 | body2 = 000000 | rightarm2 = 000000 | shorts2 = 000000 | socks2 = 000000 | pattern_la3 = _nikestrike4bv | pattern_b3 = _kaiserslautern2324t | pattern_ra3 = _nikestrike4bv | pattern_sh3 = | pattern_so3 = | leftarm3 = CCCDC8 | body3 = CCCDC8 | rightarm3 = CCCDC8 | shorts3 = CCCDC8 | socks3 = CCCDC8 | website = https://fck.de }} '''1. Fußball-Club Kaiserslautern''', forby kent as '''1. FCK''' or simply '''FCK''', is a [[Germany|German]] [[fitbaw]] [[Leet o fitbaw clubs in Germany|club]] based in [[Kaiserslautern]], [[Rhineland-Palatinate]]. On 2 Juin 1900, ''Germania 1896'' an ''FG Kaiserslautern'' merged tae creaut ''FC 1900''. In 1909, the club went on tae join ''FC Palatia'' (foondit in 1901) an ''FC Bavaria'' (foondit in 1902) tae form ''FV 1900 Kaiserslautern''. In 1929 thay merged wi ''SV Phönix'' tae acome ''FV Phönix-Kaiserslautern'' afore feenally takin on thair current name three years later. ==Honours== * [[Fußball-Bundesliga]]: [[Leet o German fitbaw champions|1950–51]], [[Leet o German fitbaw champions|1952–53]], [[1990–91 Fußball-Bundesliga|1990–91]], [[1997–98 Fußball-Bundesliga|1997–98]] * Südwestdeutscher Meister: 1947, 1948, 1949, 1950, 1951, 1953, 1954, 1955, 1956, 1957, 1963 * Französischer Zonenmeister: 1947, 1948, 1949, 1950 * [[DFB-Pokal]]: [[1989–90 DFB-Pokal|1990]], [[1995–96 DFB-Pokal|1996]] * [[DFB-Supercup]]: [[DFB-Supercup|1991]] * [[DFB-Pokal]]: Runners-up: 1961, 1972, 1976, 1981, 2003 * [[2. Fußball-Bundesliga|2. Bundesliga]]: [[1996–97 2. Fußball-Bundesliga|1996–97]], [[2009–10 2. Fußball-Bundesliga|2009–10]] * [[UEFA Cup]] Semi-feenal: [[1981–82 UEFA Cup|1982]], [[2000–01 UEFA Cup|2001]] * [[UEFA Champions League]] Quarter-final: [[1998–99 UEFA Champions League|1999]] * [[Westkreis-Liga]]: 1909 * [[South West Cup]]: 1979, 1997, 2008 * DFB-Nachwuchsrunde: 1979, 1980 ==References== {{reflist}} {{commonscat}} {{DEFAULTSORT:Kaiserslautern, 1. Fc}} [[Category:1. FC Kaiserslautern| ]] [[Category:Fitbaw clubs in Rhineland-Palatinate]] [[Category:Association fitbaw clubs established in 1900]] [[Category:1900 establishments in Europe]] {{stub/Sport}} 3rs6foust74qijop5fwitpgjamwp0do Template:Location map Mali 10 32830 916972 916364 2026-05-18T18:21:29Z Milenioscuro 14239 better map 916972 wikitext text/x-wiki {{#switch:{{{1}}} | name = Mali | top = 25.5 | bottom = 9.7 | left = -12.6 | right = 4.8 | image = Mali adm location map.svg | image1 = Mali relief location map.jpg }}<noinclude><!-- -- -- The above switch-statement branches by text in parameter #1, -- returning the associated value after each equals sign ("="). --> {{Location map/Info}} == How to use an alternative map == This template normally displays the map shown above as '''image''': *<kbd>{{{{PAGENAME}}|image}}</kbd>. The ''AlternativeMap'' parameter in [[Template:Location map]] can be used to display {{#if:{{{{PAGENAME}}|image2}}|one of the following images|the following image}}: *<kbd>{{{{PAGENAME}}|image1}}</kbd> {{#if:{{{{PAGENAME}}|image2}}| *<kbd>{{{{PAGENAME}}|image2}}</kbd> }} Further instructions and examples can be found at [[Template:Location map#Using Alternative Map]]. [[Category:Location map bi kintra templates|Mali]] </noinclude> e75vrvhvdp8ozvgzl3otvczuuabsm8q The Economist 0 40801 916950 905328 2026-05-18T13:22:29Z CiphriusKane 74958 Leuks lik the error wis dealt wi 916950 wikitext text/x-wiki {{fixscots}} {{Italic title}} '''''The Economist''''' is an Inglis-leid weekly news an internaitional affairs publication owned bi The Economist Newspaper Ltd. an editit in offices in [[Lunnon]].<ref>"[http://www.economistgroup.com/contact/index.html Locations]." Economist Group. Retrieved 12 September 2009.</ref><ref name="Map">"[http://www.westminster.gov.uk/maps/ Maps] {{Webarchive|url=https://web.archive.org/web/20110905100803/http://www.westminster.gov.uk/maps/ |date=2011-09-05 }}." Ceety o Wastmeenster. Retrieved 28 August 2009.</ref> Continuous publication stairtit unner foonder [[James Wilson (UK politeecian)|James Wilson]] in September 1843. For historical reasons, ''The Economist'' refers tae itsel as a newspaper, but ilka prent edition appears on sma glossy paper lik a news [[magazine]], an its [[YouTube]] chainel is cried EconomistMagazine.<ref>[http://www.youtube.com/user/EconomistMagazine EconomistMagazine] – ''The Economist'' YouTube feed</ref> In 2015, its average weekly circulation wis reportit tae be 1.5 million.<ref name=pgazette>{{cite web|url=http://www.pressgazette.co.uk/seriously-popular-economist-now-claims-reach-53m-readers-week-print-and-online |title=Seriously popular: The Economist now claims to reach 5.3m readers a week in print and online |publisher=pressgazette.co.uk |accessdate=22 June 2015}}</ref> ==References== {{Reflist}} {{DEFAULTSORT:Economist}} [[Category:News]] [[Category:Magazines]] {{Stub/Unc}} 414fy6mqs571hw216e2f9iq7vu45nj7 Hertha BSC 0 72983 916952 901641 2026-05-18T15:21:16Z Makenzis 43742 916952 wikitext text/x-wiki {{Infobox football club | clubname = Hertha BSC | image = Hertha BSC Logo 2012.svg | image_size = 200px | current = 2018–19 Hertha BSC saison | fullname = Hertha Berliner Sport-Club von 1892 e.V. | nickname = ''Die Alte Dame'' (The Auld Lady)<br/>''Die Blau-Weißen'' (The Blue-Whites) | founded = {{Start date and age|df=yes|1892|7|25}} | website = http://www.hertha.de/ | ground = [[Olympic Stadium (Berlin)|Olympic Stadium]], [[Berlin]] | capacity = 74,064 | chrtitle = Preses | chairman = Werner Gegenbauer | mgrtitle = Director o sport | owner = [[Michael Preetz]] | manager = [[Pál Dárdai]] | league = {{German football updater|HerthaBe}} | season = | position = | pattern_la1 = _hertha2425h | pattern_b1 = _hertha2425h | pattern_ra1 = _hertha2425h | pattern_sh1 = _hertha2425h | pattern_so1 = | leftarm1 = FFFFFF | body1 = FFFFFF | rightarm1 = FFFFFF | shorts1 = FFFFFF | socks1 = FFFFFF | pattern_la2 = _hertha2425a | pattern_b2 = _hertha2425a | pattern_ra2 = _hertha2425a | pattern_sh2 = | pattern_so2 = | leftarm2 = 000000 | body2 = 000000 | rightarm2 = 000000 | shorts2 = 000000 | socks2 = 000000 }} '''Hertha Berliner Sport-Club von 1892''', commonly kent as '''Hertha BSC''' ({{IPA-de|ˈhɛʁta beː ʔɛs t͡seː}}) or '''Hertha Berlin''', is a [[Fitbaa in Germany|German association fitbaw club]] based in [[Berlin]]. {{DEFAULTSORT:Berlin, Hertha}} [[Category:Hertha BSC| ]] [[Category:Association fitbaw clubs established in 1892]] [[Category:Fitbaw clubs in Germany]] [[Category:Fitbaw clubs in Berlin|Hertha BSC]] [[Category:1892 establishments in Germany]] i91wh1vv95y6n3wwd1ccezmdrklvbls FC Schalke 04 0 72985 916991 883396 2026-05-19T07:31:16Z Makenzis 43742 916991 wikitext text/x-wiki {{Infobox football club | clubname = Schalke 04 | current = 2022–23 FC Schalke 04 saison | image = FC Schalke 04 Logo.svg | upright = .8 | fullname = Fußballclub Gelsenkirchen-Schalke 04 e.&nbsp;V. | nickname = ''Die Königsblauen'' (The Ryal Blues)<br>''Die Knappen'' (The Miners) | founded = {{Start date and age|df=yes|1904|5|4}} | ground = [[Veltins-Arena]], [[Gelsenkirchen]] | capacity = 61,973<ref>http://www.uefa.com/MultimediaFiles/Download/StatDoc/competitions/UEFACup/01/67/59/06/1675906_DOWNLOAD.pdf</ref> | chrtitle = Executive Board | chairman = Axel Hefer | manager = [[Thomas Reis]] | mgrtitle = Heid coach | league = | season = | position = | website = http://www.schalke04.de | pattern_la1 = _schalke2324H | pattern_b1 = _schalke2324H | pattern_ra1 = _schalke2324H | pattern_sh1 = _schalke2324H | pattern_so1 = _schalke2324Hl | leftarm1 = 0000CD | body1 = 0000CD | rightarm1 = 0000CD | shorts1 = FFFFFF | socks1 = 0000CD | pattern_la2 = _schalke2324a | pattern_b2 = _schalke2324a | pattern_ra2 = _schalke2324a | pattern_sh2 = _schalke2324a | pattern_so2 = _schalke2324a | leftarm2 = FFFFFF | body2 = FFFFFF | rightarm2 = FFFFFF | shorts2 = 87CEFA | socks2 = 87CEFA | pattern_la3 = _rosenborg23a | pattern_b3 = _schalke2324t | pattern_ra3 = _rosenborg23a | pattern_sh3 = _atleticomg2324h | pattern_so3 = _3_stripes_white | leftarm3 = 000000 | body3 = 000000 | rightarm3 = 000000 | shorts3 = 000000 | socks3 = 000000 }} '''Fußballclub Gelsenkirchen-Schalke 04 e. V.''', mair kent as '''FC Schalke 04''' ({{IPA-de|ɛf tseː ˈʃalkə nʊl fiːɐ̯|lang|De-FC Schalke 04.ogg}}), '''Schalke 04''' ({{IPA-de|ˌʃalkə nʊl ˈfiːɐ̯|lang|De-Schalke 04.ogg}}), or simply as '''S04''' ({{IPA-de|ˈɛs nʊl fiːɐ̯|lang|De-S04.ogg}}), is a German [[fitba]] club fae the [[:de:Gelsenkirchen-Schalke|Schalke]] destrict o [[Gelsenkirchen]], [[North Rhine-Westphalie]]. The "04" in the club's name is fae its foondation in 1904. Schalke haes been ane o the mair kenspeckle professional [[fitba teams]] in Germany, even tho the club's heyday wis in the 1930s an 1940s. Schalke hae played in the [[Bundesliga]], the first division o the [[German fitba league system]], syne 2022, efter [[Promotion an relegation|promuivin]] fae the [[2. Bundesliga]] in [[2021–22 2. Bundesliga|2021–22]]. As o 2022, the club haes 160,000 memmers,<ref>{{Cite web|date=23 January 2022|title=FC Schalke 04 – Vereinsinfo|url=https://www.kicker.de/fc-schalke-04/info/2-bundesliga/2021-22|url-status=live}}</ref> sae it is the seicont maist kenspeckle fitba club in Germany an the fourth mucklest club in the warld in terms o memmers.<ref>{{Cite web|title=Fußballclubs weltweit - Anzahl der Mitglieder 2021|url=https://de.statista.com/statistik/daten/studie/3828/umfrage/die-beliebtesten-fussballclubs-weltweit/|url-status=live}}</ref> Ither sports thay haev are [[Sport o athletics|athletics]], [[basketbaw|basketba]], [[haundbaw|haundba]], [[table tennis]], [[winter sports]] an [[eSports]]. Schalke haev won seiven [[List of German football champions|German championship]], five [[DFB-Pokal]], ane [[DFB Ligapokal]], ane [[DFL-Supercup]] an ane [[UEFA Cup]]. In 1937, Schalke became the first German club tae win [[Dooble (fitba)|the dooble]]. Syne 2001, Schalke's grund haes been the [[Veltins-Arena]]. Schalke haev a lang-staundin rivalry wi [[Ruhr]] neebur [[Borussia Dortmund]], kent as the [[Revierderby]]. == Players == === Current squad === {{updated|27 Julie 2023|<ref>{{cite web|url=https://schalke04.de/en/funktion/team-en/|title=First Team|website=FC Schalke 04|access-date=11 July 2023}}</ref>}} {{Fs start}} {{Fs player|no=1|nat=GER|pos=GK|name=[[Ralf Fährmann]]}} {{Fs player|no=2|nat=NED|pos=DF|name=[[Thomas Ouwejan]]}} {{Fs player|no=3|nat=AUT|pos=DF|name=[[Leo Greiml]]}} {{Fs player|no=6|nat=GER|pos=MF|name=[[Ron Schallenberg]]}} {{Fs player|no=7|nat=GER|pos=MF|name=[[Paul Seguin]]}} {{Fs player|no=8|nat=GER|pos=MF|name=[[Danny Latza]]}} {{Fs player|no=9|nat=GER|pos=FW|name=[[Simon Terodde]]|other=[[Caiptain (association fitbaw)|caiptain]]}}<ref>{{Cite web|url=https://schalke04.de/en/inside-en/danny-latza-new-captain-schalke-04/|title=Simon Terodde is the new captain of S04|website=Schalke 04|date=21 July 2023}}</ref> {{Fs player|no=10|nat=GER|pos=MF|name=[[Lino Tempelmann]]}} {{Fs player|no=11|nat=FRA|pos=FW|name=[[Bryan Lasme]]}} {{Fs player|no=14|nat=JPN|pos=FW|name=[[Sōichirō Kōzuki]]}} {{Fs player|no=17|nat=GER|pos=MF|name=[[Florian Flick]]}} {{Fs player|no=18|nat=KOS|pos=MF|name=[[Blendi Idrizi]]}} {{Fs player|no=19|nat=TUR|pos=FW|name=[[Kenan Karaman]]}} {{Fs player|no=21|nat=GER|pos=MF|name=[[Niklas Tauer]]|other=on lend frae [[1. FSV Mainz 05|Mainz 05]]}} {{Fs mid}} {{Fs player|no=22|nat=MLI|pos=DF|name=[[Ibrahima Cissé (fitballer, born 2001)|Ibrahima Cissé]]}} {{Fs player|no=23|nat=TUR|pos=MF|name=[[Mehmet-Can Aydın]]}} {{Fs player|no=24|nat=GER|pos=MF|name=[[Dominick Drexler]]}} {{Fs player|no=25|nat=GER|pos=DF|name=[[Timo Baumgartl]]}} {{Fs player|no=27|nat=CHE|pos=DF|name=[[Cédric Brunner]]}} {{Fs player|no=28|nat=GER|pos=GK|name=[[Justin Heekeren]]}} {{Fs player|no=29|nat=GER|pos=MF|name=[[Tobias Mohr]]}} {{Fs player|no=32|nat=GER|pos=GK|name=[[Marius Müller (fitbawer, born_1993)|Marius Müller]]}} {{Fs player|no=34|nat=AUT|pos=GK|name=[[Michael Langer]]}} {{Fs player|no=35|nat=POL|pos=DF|name=[[Marcin Kamiński]]}} {{Fs player|no=40|nat=GER|pos=FW|name=[[Sebastian Polter]]}} {{Fs player|no=41|nat=GER|pos=DF|name=[[Henning Matriciani]]}} {{Fs player|no=42|nat=GER|pos=FW|name=[[Keke Topp]]}} {{Fs player|no=43|nat=GER|pos=MF|name=[[Assan Ouédraogo]]}} {{Fs end}} ==References== {{Reflist}} {{DEFAULTSORT:Schalke 04, FC}} [[Category:Association fitbaw clubs established in 1904]] [[Category:Fitbaw clubs in North Rhine-Westphalie]] [[Category:FC Schalke 04| ]] [[Category:1904 establishments in Germany]] [[Category:Multi-sport clubs in Germany]] q0r39j9anho7fkyij9lp2wwyhtyh9r7 Template:Freemit muisic video 10 87977 916987 599483 2026-05-18T19:10:42Z Mr.Murdoch78 119895 916987 wikitext text/x-wiki <includeonly>{{{{{|safesubst:}}}#invoke:Unsubst-infobox||$params=1,type,header|$aliases=Type>type,Upper caption>header|$extra=1,type,header|header={{{{{|safesubst:}}}#if:{{{{{|safesubst:}}}#invoke:String|match|1={{{header|{{{Upper caption|}}}}}}x|2=^[Mm]uisic [Vv]ideox$|nomatch=}}||{{{header|{{{Upper caption|}}}}}}}}|Upper caption=|$indent=1|$flags=override|$B={{Infobox|child=yes | headerstyle = background:{{Template:Infobox album/color|{{{type|{{{Type|single}}}}}}}} | header1 = {{{header|{{{Upper caption|Muisic video}}}}}} | data2 = {{{1|}}} }}}}</includeonly><noinclude> {{documentation}} </noinclude> a8n39w3lyaecvc8pbvnh5dle36mrk8u OGC Nice 0 93800 916994 883148 2026-05-19T11:48:36Z Makenzis 43742 916994 wikitext text/x-wiki {{Infobox football club | clubname = OGC Nice | image = | fullname = Olympique Gymnaste Club <br/> de Nice Côte d'Azur | nickname = ''Les Aiglons'' (The Eaglets)<br> ''Le Gym'' | founded = {{Start date and age|df=yes |9 July 1904}}<br>as ''Le Gymnaste Club de Nice'' | ground = [[Allianz Riviera]] | capacity = 35,624 | chairman = Jean-Pierre Rivère | manager = [[Francesco Farioli]] | league = | season = | position = | website = https://www.ogcnice.com | pattern_la1 = _nice2324h | pattern_b1 = _nice2324h | pattern_ra1 = _nice2324h | pattern_sh1 = | pattern_so1 = | leftarm1 = FF0000 | body1 = 000000 | rightarm1 = FF0000 | shorts1 = FFFFFF | socks1 = FFFFFF | pattern_la2 = _nice2324a | pattern_b2 = _nice2324a | pattern_ra2 = _nice2324a | pattern_sh2 = _nice2324a | pattern_so2 = | leftarm2 = FFFFFF | body2 = FFFFFF | rightarm2 = FFFFFF | shorts2 = FFFFFF | socks2 = FFFFFF | pattern_la3 = | pattern_b3 = | pattern_ra3 = | pattern_sh3 = | pattern_so3 = | leftarm3 = | body3 = | rightarm3 = | shorts3 = | socks3 = }} '''Olympique Gymnaste Club Nice Côte d'Azur''' ({{IPA-fr|ɔlɛ̃pik ʒimnast nis kot daˈzyʁ}}; commonly referred tae as '''OGC Nice''' or simply '''Nice''') is a [[Fitbaa in Fraunce|French association fitbaw]] club based in [[Nice]]. == Current squad == {{updated|24 Julie 2023.}}<ref>{{cite news |title=Effectif pros |url=https://www.ogcnice.com/fr/f/equipes/2023-2024/equipe-pro |publisher=OGC Nice |access-date=24 July 2023}}</ref> {{Fs start}} {{Fs player|no=1|nat=DEN|name=[[Kasper Schmeichel]]|pos=GK}} {{Fs player|no=4|nat=BRA|name=[[Dante (fitbawer)|Dante]]|pos=DF|other=[[Caiptain (association fitbaw)|caiptain]]}} {{Fs player|no=6|nat=FRA|name=[[Jean-Clair Todibo]]|pos=DF}} {{Fs player|no=7|nat=CIV|name=[[Jérémie Boga]]|pos=MF}} {{Fs player|no=8|nat=NED|name=[[Pablo Rosario]]|pos=MF}} {{Fs player|no=9|nat=NGA|name=[[Terem Moffi]]|pos=FW}} {{Fs player|no=10|nat=FRA|name=[[Sofiane Diop]]|pos=MF}} {{Fs player|no=14|nat=ALG|name=[[Billal Brahimi]]|pos=MF}} {{Fs player|no=18|nat=FRA|name=[[Alexis Claude-Maurice]]|pos=FW}} {{Fs player|no=19|nat=FRA|name=[[Khéphren Thuram]]|pos=MF}} {{Fs player|no=20|nat=ALG|name=[[Youcef Atal]]|pos=DF}} {{Fs player|no=21|nat=FRA|name=[[Alexis Beka Beka]]|pos=MF}} {{Fs player|no=22|nat=NED|name=[[Calvin Stengs]]|pos=FW}} {{Fs mid}} {{Fs player|no=23|nat=SUI|name=[[Jordan Lotomba]]|pos=DF}} {{Fs player|no=24|nat=FRA|name=[[Gaëtan Laborde]]|pos=FW}} {{Fs player|no=26|nat=FRA|name=[[Melvin Bard]]|pos=DF}} {{Fs player|no=28|nat=ALG|name=[[Hicham Boudaoui]]|pos=MF}} {{Fs player|no=29|nat=FRA|name=[[Evann Guessand]]|pos=FW}} {{Fs player|no=33|nat=FRA|name=[[Antoine Mendy (fitbawer)|Antoine Mendy]]|pos=DF}} {{Fs player|no=35|nat=ALG|name=[[Badredine Bouanani]]|pos=MF}} {{Fs player|no=37|nat=FRA|pos=MF|name=[[Reda Belahyane]]}} {{Fs player|no=38|nat=MAR|name=[[Ayoub Amraoui]]|pos=DF}} {{Fs player|no=55|nat=BDI|name=[[Youssouf Ndayishimiye]]|pos=DF}} {{Fs player|no=77|nat=ALG|name=Teddy Boulhendi|pos=GK}} {{Fs player|no=90|nat=POL|name=[[Marcin Bułka]]|pos=GK}} {{Fs player|no= |nat=FRA|pos=MF|name=[[Morgan Sanson]]|other=On lend frae [[Aston Villa]]}} {{Fs end}} {{Ligue 1}} {{DEFAULTSORT:Nice}} [[Category:OGC Nice| ]] [[Category:Fitbaw clubs in Fraunce]] [[Category:Association fitbaw clubs established in 1904]] [[Category:Sport in Nice]] [[Category:1904 establishments in Fraunce]] eu3wqnhroagueynzlgs0ink99f08wuq VfL Bochum 0 95325 916951 883418 2026-05-18T15:03:26Z Makenzis 43742 916951 wikitext text/x-wiki {{Infobox football club |clubname = VfL Bochum |image = VfL Bochum logo.svg |image_size = 200px |fullname = Verein für Leibesübungen Bochum 1848 Fußballgemeinschaft eingetragener Verein |shortname = VfL Bochum 1848 e.V. |founded = 1848 as ''Turnverein zu Bochum''<br>14 April 1938 as ''VfL'' when ''[[Germania Bochum|Germania]]'' an ''[[TuS Bochum|TuS]]'' war merged intae the ''Turnverein'' |ground = [[Ruhrstadion|rewirpowerSTADION]] |capacity = 29,299 |owntitle = |owner = |chrtitle = Chairman |chairman = Hans-Peter Villis |mgrtitle = Heid coach | manager = [[Thomas Letsch]] | league = | season = | position = | website = http://www.vfl-bochum.de | pattern_la1 = _bochum2223H | pattern_b1 = _bochum2223H | pattern_ra1 = _bochum2223H | pattern_sh1 = _bochum2223H | pattern_so1 = _bochum2223H | leftarm1 = 000054 | body1 = 000054 | rightarm1 = 000054 | shorts1 = 000054 | socks1 = 000054 | pattern_la2 = _bochum2223a | pattern_b2 = _bochum2223a | pattern_ra2 = _bochum2223a | pattern_sh2 = _bochum2223a | pattern_so2 = _bochum2223a | leftarm2 = 7bcce8 | body2 = 7bcce8 | rightarm2 = 7bcce8 | shorts2 = 7bcce8 | socks2 = 7bcce8 | pattern_la3 = _bochum2223t | pattern_b3 = _bochum2223t | pattern_ra3 = _bochum2223t | pattern_sh3 = _bochum2223t | pattern_so3 = _bochum2223t | leftarm3 = eee5da | body3 = eee5da | rightarm3 = eee5da | shorts3 = eee5da | socks3 = eee5da }} '''Verein für Leibesübungen Bochum 1848 Fußballgemeinschaft''', commonly referred tae as simply '''VfL Bochum''' {{IPA-de|faʊ̯ ʔɛf ˈʔɛl ˈboːxʊm|}}, is a [[Fitbaa in Germany|German association fitbaw club]] based in the ceety o [[Bochum]], North Rhine-Westphalie. {{DEFAULTSORT:Bochum, VfL}} [[Category:VfL Bochum]] [[Category:Fitbaw clubs in Germany]] [[Category:Fitbaw clubs in North Rhine-Westphalie]] [[Category:Association fitbaw clubs established in the 1930s]] [[Category:1848 establishments in Germany]] 7qa1devrz6nmck9k1omnp9jo5djez2i Wikipedia:Leet o editathon themes/MSPs wi nae airticles 4 223455 916955 916808 2026-05-18T16:44:16Z ListeriaBot 30924 Wikidata list updated [V2] 916955 wikitext text/x-wiki {{Wikidata list |sparql=SELECT DISTINCT ?item WHERE { ?position wdt:P279 wd:Q1711695 . ?item p:P39 ?ps . ?ps ps:P39 ?position . ?item wdt:P31 wd:Q5 . } |links=red_only |thumb=100 |columns=number,label:Name,,P18,P569,P570,P19 }} {| class='wikitable sortable' ! number ! Name ! ! eemage ! date o birth ! date o daith ! place o birth |- | style='text-align:right'| 1 | [[Margaret Curran]] | | [[File:Official portrait of Baroness Curran crop 2, 2025.jpg|center|100px]] | data-sort-value="1958" | 1958-11-24 | | [[Glesga]] |- | style='text-align:right'| 2 | [[Elaine Smith]] | | [[File:ElaineSmithMSPPortrait.jpg|center|100px]] | data-sort-value="1963" | 1963-05-07 | | [[Coatbrig]] |- | style='text-align:right'| 3 | [[Nicol Stephen]] | | [[File:Nicol Stephen.jpg|center|100px]] | data-sort-value="1960" | 1960-03-23 | | [[Aiberdeen]] |- | style='text-align:right'| 4 | [[James Douglas-Hamilton, Baron Selkirk of Douglas]] | | [[File:Official portrait of Lord Selkirk of Douglas crop 2.jpg|center|100px]] | data-sort-value="1942" | 1942-07-31 | data-sort-value="2023" | 2023-11-28 | [[Sooth Lanrikshire]] |- | style='text-align:right'| 5 | [[Phil Gallie]] | | | data-sort-value="1939" | 1939-06-03 | data-sort-value="2011" | 2011-01-24 | [[Portsmouth]] |- | style='text-align:right'| 6 | [[Jim Wallace, Baron Wallace of Tankerness]] | | [[File:Official portrait of Lord Wallace of Tankerness crop 2, 2019.jpg|center|100px]] | data-sort-value="1954" | 1954-08-25 | data-sort-value="2026" | 2026-01-29 | [[Annan, Dumfries an Gallowa|Annan]] |- | style='text-align:right'| 7 | [[Andrew Welsh]] | | | data-sort-value="1944" | 1944-04-19 | data-sort-value="2021" | 2021-06-17 | [[Glesga]] |- | style='text-align:right'| 8 | [[Donald Gorrie]] | | | data-sort-value="1933" | 1933-04-02 | data-sort-value="2012" | 2012-08-25 | [[Breetish Raj]] |- | style='text-align:right'| 9 | [[George Reid]] | | [[File:George Reid MSP.jpg|center|100px]] | data-sort-value="1939" | 1939-06-04 | data-sort-value="2025" | 2025-08-12 | [[Tullibody]] |- | style='text-align:right'| 10 | [[Andrew Arbuckle]] | | | data-sort-value="1944" | 1944-04-12 | data-sort-value="2025" | 2025-12-25 | [[Fife]] |- | style='text-align:right'| 11 | [[Wendy Alexander]] | | [[File:Official portrait of Baroness Alexander of Cleveden crop 2, 2025.jpg|center|100px]] | data-sort-value="1963" | 1963-06-27 | | [[Glesga]] |- | style='text-align:right'| 12 | [[Andy Kerr]] | | [[File:Andy Kerr.jpg|center|100px]] | data-sort-value="1962" | 1962-03-17 | | [[East Kilbride]] |- | style='text-align:right'| 13 | [[Tommy Sheridan]] | | [[File:TommySheridan2007.jpg|center|100px]] | data-sort-value="1964" | 1964-03-07 | | [[Glesga]] |- | style='text-align:right'| 14 | [[Rhona Brankin]] | | [[File:Rhona Brankin.jpg|center|100px]] | data-sort-value="1950" | 1950-01-19 | | [[Glesga]] |- | style='text-align:right'| 15 | [[Sarah Boyack]] | | [[File:Sarah Boyack MSP.jpg|center|100px]] | data-sort-value="1961" | 1961-05-16 | | [[Glesga]] |- | style='text-align:right'| 16 | [[Eleanor Scott]] | | [[File:Eleanor scott (13338173734).jpg|center|100px]] | data-sort-value="1951" | 1951-07-23 | | [[Innerness]] |- | style='text-align:right'| 17 | [[Johann Lamont]] | | [[File:Johann Lamont 2019.png|center|100px]] | data-sort-value="1957" | 1957-07-11 | | [[Glesga]] |- | style='text-align:right'| 18 | [[Cathie Craigie]] | | [[File:Cathy Craigie.jpg|center|100px]] | data-sort-value="1954" | 1954-04-14 | | [[Stirlin]] |- | style='text-align:right'| 19 | [[Jackie Baillie]] | | [[File:Jackie Baillie 2018.png|center|100px]] | data-sort-value="1964" | 1964-01-15 | | [[Hong Kong]] |- | style='text-align:right'| 20 | [[Annabel Goldie]] | | [[File:Official portrait of Baroness Goldie crop 2, 2024.jpg|center|100px]] | data-sort-value="1950" | 1950-02-27 | | [[Glesga]] |- | style='text-align:right'| 21 | [[Susan Deacon]] | | [[File:Susan Deacon.jpg|center|100px]] | data-sort-value="1964" | 1964-02-02 | | [[Musselburrae]] |- | style='text-align:right'| 22 | [[Fergus Ewing]] | | [[File:Cabinet Secretary for the Rural Economy and Connectivity, Fergus Ewing.png|center|100px]] | data-sort-value="1957" | 1957-09-23 | | [[Glesga]] |- | style='text-align:right'| 23 | [[Alex Fergusson]] | | [[File:AlexFergussonMSP20110511.jpg|center|100px]] | data-sort-value="1949" | 1949-04-08 | data-sort-value="2018" | 2018-07-31 | [[Leswalt]] |- | style='text-align:right'| 24 | [[Stewart Stevenson]] | | [[File:StewartStevensonMSP20110510.JPG|center|100px]] | data-sort-value="1946" | 1946-10-15 | | [[Edinburgh]] |- | style='text-align:right'| 25 | [[Rob Gibson]] | | [[File:RobGibsonMSP20110510.JPG|center|100px]] | data-sort-value="1945" | 1945-10-10 | | [[Glesga]] |- | style='text-align:right'| 26 | [[John Swinburne]] | | | data-sort-value="1930" | 1930-07-04 | data-sort-value="2017" | 2017-10-01 | [[Pennsylvanie|Pennsylvania]] |- | style='text-align:right'| 27 | [[Alasdair Morgan]] | | | data-sort-value="1945" | 1945-04-21 | | [[Aiberfeldy]] |- | style='text-align:right'| 28 | [[Cathy Jamieson]] | | [[File:Cathy Jamieson.jpg|center|100px]] | data-sort-value="1956" | 1956-11-03 | | [[Kilmaurnock]] |- | style='text-align:right'| 29 | [[Janis Hughes]] | | | data-sort-value="1958" | 1958-05-01 | | [[Glesga]] |- | style='text-align:right'| 30 | [[Bill Aitken]] | | | data-sort-value="1947" | 1947-04-15 | | [[Glesga]] |- | style='text-align:right'| 31 | [[Bill Butler]] | | [[File:Bb3-billbutler.jpg|center|100px]] | data-sort-value="1956" | 1956-03-30 | | [[Glesga]] |- | style='text-align:right'| 32 | [[Scott Barrie]] | | | data-sort-value="1962" | 1962-03-10 | | [[St Aundraes]] |- | style='text-align:right'| 33 | [[Brian Monteith]] | | [[File:Brian Monteith MEP.jpg|center|100px]] | data-sort-value="1958" | 1958-01-08 | | [[Edinburgh]] |- | style='text-align:right'| 34 | [[Bristow Muldoon]] | | [[File:Bristow Muldoon - 2014-10-30 - Andy Mabbett.jpg|center|100px]] | data-sort-value="1964" | 1964-03-19 | | [[Glesga]] |- | style='text-align:right'| 35 | [[George Lyon]] | | [[File:George Lyon MEP at Bournemouth 2009.jpg|center|100px]] | data-sort-value="1956" | 1956-07-16 | | [[Rossay]] |- | style='text-align:right'| 36 | [[Bruce McFee]] | | | data-sort-value="1961" | 1961-05-18 | data-sort-value="2021" | 2021-09-09 | [[Johnstoun]] |- | style='text-align:right'| 37 | [[Cathy Peattie]] | | [[File:Cathey Peattie (Scottish politician).jpg|center|100px]] | data-sort-value="1951" | 1951-11-24 | | [[Grangemooth]] |- | style='text-align:right'| 38 | [[Charlie Gordon]] | | | data-sort-value="1951" | 1951-10-28 | | [[Glesga]] |- | style='text-align:right'| 39 | [[Christopher Harvie]] | | | data-sort-value="1944" | 1944-09-21 | | [[Motherwal]] |- | style='text-align:right'| 40 | [[David McLetchie]] | | [[File:DavidMcLetchieMSP20110509.JPG|center|100px]] | data-sort-value="1952" | 1952-08-06 | data-sort-value="2013" | 2013-08-12 | [[Edinburgh]] |- | style='text-align:right'| 41 | [[David Stewart]] | | [[File:DaveStewartMSPPortrait.jpg|center|100px]] | data-sort-value="1956" | 1956-05-05 | | [[Innerness]] |- | style='text-align:right'| 42 | [[Dave Thompson]] | | [[File:DaveThompsonMSP20120629.jpg|center|100px]] | data-sort-value="1949" | 1949-09-20 | | [[Lossiemooth]] |- | style='text-align:right'| 43 | [[David Whitton]] | | | data-sort-value="1952" | 1952-04-22 | | [[Farfar]] |- | style='text-align:right'| 44 | [[Derek Brownlee]] | | | data-sort-value="1974" | 1974-08-10 | | |- | style='text-align:right'| 45 | [[Des McNulty]] | | [[File:Des McNulty.jpg|center|100px]] | data-sort-value="1952" | 1952-07-28 | | [[Stockport]] |- | style='text-align:right'| 46 | [[John Farquhar Munro]] | | [[File:Iain Fearchar Rothach aig SMO.jpg|center|100px]] | data-sort-value="1934" | 1934-08-26 | data-sort-value="2014" | 2014-01-26 | [[Glen Shiel]] |- | style='text-align:right'| 47 | [[Jim Tolson]] | | [[File:Jim Tolson.jpg|center|100px]] | data-sort-value="1965" | 1965-05-26 | | [[Kirkcaldy|Kircaudy]] |- | style='text-align:right'| 48 | [[Duncan McNeil]] | | [[File:DuncanMcNeilMSP20110511.JPG|center|100px]] | data-sort-value="1950" | 1950-09-07 | | [[Greenock]] |- | style='text-align:right'| 49 | [[Mary Mulligan]] | | [[File:MaryMulligan.jpg|center|100px]] | data-sort-value="1960" | 1960-02-12 | | [[Liverpuil]] |- | style='text-align:right'| 50 | [[Marilyn Livingstone]] | | | data-sort-value="1952" | 1952-09-30 | | |- | style='text-align:right'| 51 | [[Marlyn Glen]] | | [[File:Marlyn-Glen.jpg|center|100px]] | data-sort-value="1951" | 1951-09-30 | | [[Dundee]] |- | style='text-align:right'| 52 | [[Elaine Murray]] | | [[File:ElaineMurrayMSP20110510.JPG|center|100px]] | data-sort-value="1954" | 1954-12-22 | | [[Hitchin]] |- | style='text-align:right'| 53 | [[Tavish Scott]] | | [[File:Tavish Scott MSP at Bournemouth.jpg|center|100px]] | data-sort-value="1966" | 1966-05-06 | | [[Innerness]] |- | style='text-align:right'| 54 | [[Karen Whitefield]] | | [[File:KarenWhitefield.jpg|center|100px]] | data-sort-value="1970" | 1970-01-08 | | [[Bellshill]] |- | style='text-align:right'| 55 | [[Nora Radcliffe]] | | | data-sort-value="1946" | 1946-03-04 | | [[Aiberdeen]] |- | style='text-align:right'| 56 | [[Patricia Ferguson]] | | [[File:Official portrait of Patricia Ferguson MP crop 2.jpg|center|100px]] | data-sort-value="1958" | 1958-09-24 | | [[Glesga]] |- | style='text-align:right'| 57 | [[Trish Godman]] | | | data-sort-value="1939" | 1939-10-31 | data-sort-value="2019" | 2019-07-21 | [[Gouan]] |- | style='text-align:right'| 58 | [[Paul Martin]] | | [[File:PaulMartinMSP20110511.JPG|center|100px]] | data-sort-value="1967" | 1967-03-17 | | [[Glesga]] |- | style='text-align:right'| 59 | [[Pauline McNeill]] | | [[File:Pauline McNeill.jpg|center|100px]] | data-sort-value="1962" | 1962-09-12 | | [[Paisley]] |- | style='text-align:right'| 60 | [[Peter Peacock]] | | [[File:Peter Peacock.jpg|center|100px]] | data-sort-value="1952" | 1952-05-27 | | [[Edinburgh]] |- | style='text-align:right'| 61 | [[Richard Baker]] | | [[File:Official portrait of Richard Baker MP crop 2.jpg|center|100px]] | data-sort-value="1974" | 1974-05-29 | | [[Edinburgh]] |- | style='text-align:right'| 62 | [[Robert Brown]] | | [[File:Robert Brown (Scottish Government).jpg|center|100px]] | data-sort-value="1947" | 1947-12-25 | | [[Newcastle upon Tyne]] |- | style='text-align:right'| 63 | [[Ross Finnie]] | | [[File:Ross Finnie.jpg|center|100px]] | data-sort-value="1947" | 1947-02-11 | | [[Greenock]] |- | style='text-align:right'| 64 | [[Sylvia Jackson]] | | | data-sort-value="1946" | 1946-12-03 | data-sort-value="2022" | 2022-07-27 | [[Lincolnshire]] |- | style='text-align:right'| 65 | [[Ted Brocklebank]] | | | data-sort-value="1942" | 1942-09-24 | | [[St Aundraes]] |- | style='text-align:right'| 66 | [[Michael McMahon]] | | [[File:MichaelMcMahon5715448629 0404153e04 o.jpg|center|100px]] | data-sort-value="1961" | 1961-09-18 | | [[Bellshill]] |- | style='text-align:right'| 67 | [[Alex Johnstone]] | | [[File:AlexJohnstoneMSP20110509.JPG|center|100px]] | data-sort-value="1961" | 1961-07-31 | data-sort-value="2016" | 2016-12-07 | [[Steenhive|Stanehyve]] |- | style='text-align:right'| 68 | [[Allan Wilson]] | | [[File:Allan Wilson.jpg|center|100px]] | data-sort-value="1954" | 1954-08-05 | | [[Glesga]] |- | style='text-align:right'| 69 | [[Hugh Henry]] | | [[File:HughHenryMSP20110510.JPG|center|100px]] | data-sort-value="1952" | 1952-02-12 | | [[Glesga]] |- | style='text-align:right'| 70 | [[Nanette Milne]] | | [[File:NanetteMilneMSP20110509.JPG|center|100px]] | data-sort-value="1942" | 1942-04-27 | | [[Aiberdeen]] |- | style='text-align:right'| 71 | [[Tom McCabe]] | | [[File:Tom McCabe.jpg|center|100px]] | data-sort-value="1954" | 1954-04-28 | data-sort-value="2015" | 2015-04-19 | [[Hamiltoun]] |- | style='text-align:right'| 72 | [[Angus MacKay]] | | [[File:Angus MacKay.jpg|center|100px]] | data-sort-value="1964" | 1964-01 | | [[Edinburgh]] |- | style='text-align:right'| 73 | [[Ian Jenkins]] | | | data-sort-value="1941" | 1941-03-18 | data-sort-value="2025" | 2025-07-29 | [[Rossay]] |- | style='text-align:right'| 74 | [[Rhoda Grant]] | | [[File:RhodaGrantMSP20110511.JPG|center|100px]] | data-sort-value="1963" | 1963-06-26 | | [[Stornowa]] |- | style='text-align:right'| 75 | [[Brian Fitzpatrick]] | | | data-sort-value="1961" | 1961 | | |- | style='text-align:right'| 76 | [[John Young]] | | | data-sort-value="1930" | 1930-12-21 | data-sort-value="2011" | 2011-11-03 | [[Glesga]] |- | style='text-align:right'| 77 | [[Campbell Martin]] | | | data-sort-value="1960" | 1960-03-10 | | [[Irvin]] |- | style='text-align:right'| 78 | [[Chris Ballance]] | | [[File:Chris Ballance (13338189044).jpg|center|100px]] | data-sort-value="1952" | 1952-07-07 | | [[Worcester]] |- | style='text-align:right'| 79 | [[Christine May]] | | | data-sort-value="1948" | 1948-03-23 | | [[Dublin]] |- | style='text-align:right'| 80 | [[Shiona Baird]] | | | data-sort-value="1946" | 1946-09-14 | | [[Hereford]] |- | style='text-align:right'| 81 | [[David Davidson]] | | | data-sort-value="1943" | 1943-01-25 | data-sort-value="2024" | 2024-06-14 | [[Edinburgh]] |- | style='text-align:right'| 82 | [[Dave Petrie]] | | | data-sort-value="1946" | 1946-12-10 | data-sort-value="2011" | 2011-08-31 | [[Edinburgh]] |- | style='text-align:right'| 83 | [[Dennis Canavan]] | | [[File:EET Scotland’s Economic Future Post-2014.jpg|center|100px]] | data-sort-value="1942" | 1942-08-08 | | [[Coudenbeith]] |- | style='text-align:right'| 84 | [[Maureen Macmillan]] | | | data-sort-value="1943" | 1943-02-09 | | [[Oban]] |- | style='text-align:right'| 85 | [[Euan Robson]] | | [[File:Euan Robson.jpg|center|100px]] | data-sort-value="1954" | 1954-02-17 | | [[Northren Ingland]] |- | style='text-align:right'| 86 | [[Helen Eadie]] | | [[File:HelenEadieMSPPortrait.jpg|center|100px]] | data-sort-value="1947" | 1947-03-07 | data-sort-value="2013" | 2013-11-09 | [[Stanehoosemuir|Stennie]] |- | style='text-align:right'| 87 | [[Mike Rumbles]] | | [[File:Mike Rumbles.jpg|center|100px]] | data-sort-value="1956" | 1956-06-10 | | [[South Shields]] |- | style='text-align:right'| 88 | [[Gordon Jackson]] | | [[File:GJ losing.JPG|center|100px]] | data-sort-value="1948" | 1948-08-05 | | [[Ardrussan]] |- | style='text-align:right'| 89 | [[Rosemary Byrne]] | | | data-sort-value="1948" | 1948-03-03 | | [[Irvin]] |- | style='text-align:right'| 90 | [[Frank McAveety]] | | [[File:Frank McAveety MSP (cropped).jpg|center|100px]] | data-sort-value="1962" | 1962-07-27 | | [[Glesga]] |- | style='text-align:right'| 91 | [[Mark Ballard]] | | [[File:Mark B smart smile.jpg|center|100px]] | data-sort-value="1971" | 1971-06-27 | | [[Leeds]] |- | style='text-align:right'| 92 | [[Iain Smith]] | | [[File:Iain smith.jpg|center|100px]] | data-sort-value="1960" | 1960-05-01 | | [[Gateside]] |- | style='text-align:right'| 93 | [[Alasdair Morrison]] | | | data-sort-value="1968" | 1968-11-18 | | [[Stornowa]] |- | style='text-align:right'| 94 | [[Irene Oldfather]] | | [[File:Irene Oldfather 2016 (cropped).jpg|center|100px]] | data-sort-value="1954" | 1954 | | [[Glesga]] |- | style='text-align:right'| 95 | [[Jamie McGrigor]] | | [[File:JamieMcGrigorMSP20110509.JPG|center|100px]] | data-sort-value="1949" | 1949-10-19 | data-sort-value="2025" | 2025-07-20 | [[Lunnon]] |- | style='text-align:right'| 96 | [[Jean Turner]] | | | data-sort-value="1939" | 1939-12-23 | | [[Glesga]] |- | style='text-align:right'| 97 | [[Jeremy Purvis]] | | [[File:Official portrait of Lord Purvis of Tweed crop 2.jpg|center|100px]] | data-sort-value="1974" | 1974-01-15 | | [[Berrick|Berik]] |- | style='text-align:right'| 98 | [[John Home Robertson]] | | [[File:Johnhomerobertson.jpg|center|100px]] | data-sort-value="1948" | 1948-12-05 | | [[Edinburgh]] |- | style='text-align:right'| 99 | [[John Scott]] | | [[File:JohnScottMSP20110509.JPG|center|100px]] | data-sort-value="1951" | 1951-06-07 | | [[Ayr]] |- | style='text-align:right'| 100 | [[Karen Gillon]] | | [[File:KarenGillon.jpg|center|100px]] | data-sort-value="1967" | 1967-08-18 | | [[Jethart]] |- | style='text-align:right'| 101 | [[Kate Maclean]] | | | data-sort-value="1958" | 1958-02-16 | | [[Dundee]] |- | style='text-align:right'| 102 | [[Keith Raffan]] | | | data-sort-value="1949" | 1949-06-21 | | [[Aiberdeen]] |- | style='text-align:right'| 103 | [[Lewis Macdonald]] | | [[File:LewisMacdonaldMSP20110510.JPG|center|100px]] | data-sort-value="1957" | 1957-01-01 | | [[Stornowa]] |- | style='text-align:right'| 104 | [[Malcolm Chisholm]] | | [[File:Malcolm Chisholm.jpg|center|100px]] | data-sort-value="1949" | 1949-03-07 | | [[Edinburgh]] |- | style='text-align:right'| 105 | [[Margaret Jamieson]] | | | data-sort-value="1953" | 1953 | | [[Kilmaurnock]] |- | style='text-align:right'| 106 | [[Margaret Mitchell]] | | [[File:MargaretMitchellMSP20120529.jpg|center|100px]] | data-sort-value="1952" | 1952-11-15 | | [[Coatbrig]] |- | style='text-align:right'| 107 | [[Margaret Smith]] | | [[File:Margaret-SmithMSP.jpg|center|100px]] | data-sort-value="1961" | 1961-02-18 | | [[Edinburgh]] |- | style='text-align:right'| 108 | [[Mark Ruskell]] | | [[File:MarkRuskellMSP-May2016.jpg|center|100px]] | data-sort-value="1972" | 1972-05-14 | | |- | style='text-align:right'| 109 | [[Mary Scanlon]] | | [[File:MaryScanlonMSP20110509.JPG|center|100px]] | data-sort-value="1947" | 1947-05-25 | | [[Dundee]] |- | style='text-align:right'| 110 | [[Mike Watson, Baron Watson of Invergowrie]] | | [[File:Official portrait of Lord Watson of Invergowrie crop 2, 2020.jpg|center|100px]] | data-sort-value="1949" | 1949-05-01 | | [[Cammuslang]] |- | style='text-align:right'| 111 | [[Mike Pringle]] | | | data-sort-value="1945" | 1945-12-25 | | [[Northern Rhodesia]] |- | style='text-align:right'| 112 | [[Murdo Fraser]] | | [[File:Official portrait of Murdo Fraser MSP (cropped).jpg|center|100px]] | data-sort-value="1965" | 1965-09-05 | | [[Innerness]] |- | style='text-align:right'| 113 | [[Murray Tosh]] | | | data-sort-value="1950" | 1950-09-01 | | [[Ayr]] |- | style='text-align:right'| 114 | [[Nigel Don]] | | [[File:NigelDonMSP20110507.JPG|center|100px]] | data-sort-value="1954" | 1954-04-16 | | [[London Borough of Sutton]] |- | style='text-align:right'| 115 | [[Ian McKee]] | | | data-sort-value="1940" | 1940-04-02 | | [[South Shields]] |- | style='text-align:right'| 116 | [[Liz Smith]] | | [[File:ElizabethSmithMSP20110508.JPG|center|100px]] | data-sort-value="1960" | 1960-02-27 | | [[Edinburgh]] |- | style='text-align:right'| 117 | [[Claire Baker]] | | [[File:ClaireBakerMSPPortrait.jpg|center|100px]] | data-sort-value="1971" | 1971-03-04 | | [[Dunfaurlin]] |- | style='text-align:right'| 118 | [[Iain Gray]] | | [[File:IainGrayMSP20110510.JPG|center|100px]] | data-sort-value="1957" | 1957-06-07 | | [[Edinburgh]] |- | style='text-align:right'| 119 | [[Gavin Brown]] | | [[File:Gavin Brown.JPG|center|100px]] | data-sort-value="1975" | 1975-06-04 | | [[Kirkcaldy|Kircaudy]] |- | style='text-align:right'| 120 | [[George Foulkes, Baron Foulkes of Cumnock]] | | [[File:Official portrait of Lord Foulkes of Cumnock crop 2, 2019.jpg|center|100px]] | data-sort-value="1942" | 1942-01-21 | | [[Oswestry]] |- | style='text-align:right'| 121 | [[James Kelly]] | | [[File:JamesKellyMSPPortrait.jpg|center|100px]] | data-sort-value="1963" | 1963-10-23 | | [[Glesga]] |- | style='text-align:right'| 122 | [[Hugh O'Donnell]] | | | data-sort-value="1952" | 1952-05-01 | | [[Glesga]] |- | style='text-align:right'| 123 | [[Jim Hume]] | | [[File:JimHumeMSP20110510.JPG|center|100px]] | data-sort-value="1962" | 1962-11-04 | | [[Peebles]] |- | style='text-align:right'| 124 | [[John Lamont]] | | [[File:Official portrait of John Lamont MP crop 2, 2024.jpg|center|100px]] | data-sort-value="1976" | 1976-04-15 | | [[Kilwinnin]] |- | style='text-align:right'| 125 | [[John Park]] | | [[File:John-Park-MSP.jpg|center|100px]] | data-sort-value="1973" | 1973-09-14 | | [[Dunfaurlin]] |- | style='text-align:right'| 126 | [[John Wilson]] | | [[File:JohnWilsonMSP.jpg|center|100px]] | data-sort-value="1956" | 1956-11-28 | | [[Fawkirk]] |- | style='text-align:right'| 127 | [[Michael Russell]] | | [[File:Mike Russell SNP Conference.jpg|center|100px]] | data-sort-value="1953" | 1953-08-09 | | [[Bromley]] |- | style='text-align:right'| 128 | [[Richard Simpson]] | | [[File:RichardSimpsonMSP20110511.JPG|center|100px]] | data-sort-value="1942" | 1942-10-22 | | [[Edinburgh]] |- | style='text-align:right'| 129 | [[Stefan Tymkewycz]] | | | data-sort-value="1959" | 1959-09-18 | | [[Edinburgh]] |- | style='text-align:right'| 130 | [[Alison McInnes]] | | [[File:AlisonMcInnesMSP20110511.JPG|center|100px]] | data-sort-value="1957" | 1957-07-17 | | [[Irvin]] |- | style='text-align:right'| 131 | [[Ben Wallace]] | | [[File:Official portrait of Rt Hon Ben Wallace MP crop 2.jpg|center|100px]] | data-sort-value="1970" | 1970-05-15 | | [[Farnborough]] |- | style='text-align:right'| 132 | [[Henry McLeish]] | | [[File:Official Portrait of Henry McLeish, 2000.jpg|center|100px]] | data-sort-value="1948" | 1948-06-15 | | [[Methul]] |- | style='text-align:right'| 133 | [[Colin Campbell]] | | | data-sort-value="1938" | 1938-08-31 | | [[Paisley]] |- | style='text-align:right'| 134 | [[Dorothy-Grace Elder]] | | | data-sort-value="1942" | 1942-08-11 | | [[Dundee]] |- | style='text-align:right'| 135 | [[Duncan Hamilton]] | | | data-sort-value="1973" | 1973 | | [[Irvin]] |- | style='text-align:right'| 136 | [[Elaine Thomson]] | | | data-sort-value="1957" | 1957 | | [[Innerness]] |- | style='text-align:right'| 137 | [[John McAllion]] | | | data-sort-value="1948" | 1948-02-13 | | [[Glesga]] |- | style='text-align:right'| 138 | [[Lyndsay McIntosh]] | | | data-sort-value="1955" | 1955 | | [[Glesga]] |- | style='text-align:right'| 139 | [[Fiona McLeod]] | | [[File:FionaMcLeodMSP20110507.JPG|center|100px]] | data-sort-value="1957" | 1957-12-03 | | [[Glesga]] |- | style='text-align:right'| 140 | [[Ian Welsh]] | | | data-sort-value="1953" | 1953-11-23 | | [[Preswick]] |- | style='text-align:right'| 141 | [[Lloyd Quinan]] | | | data-sort-value="1957" | 1957 | | [[Edinburgh]] |- | style='text-align:right'| 142 | [[Irene McGugan]] | | | data-sort-value="1952" | 1952 | | [[Angus]] |- | style='text-align:right'| 143 | [[Kay Ullrich]] | | [[File:Kay Ullrich.jpg|center|100px]] | data-sort-value="1943" | 1943-05-05 | data-sort-value="2021" | 2021-01-04 | [[Preswick]] |- | style='text-align:right'| 144 | [[Keith Harding]] | | | data-sort-value="1938" | 1938-11-21 | data-sort-value="2021" | 2021-11-15 | [[Chipping Norton]] |- | style='text-align:right'| 145 | [[Nick Johnston]] | | | data-sort-value="1948" | 1948-01-05 | | [[Filey]] |- | style='text-align:right'| 146 | [[Sam Galbraith]] | | [[File:Sam Galbraith MSP.jpg|center|100px]] | data-sort-value="1945" | 1945-10-18 | data-sort-value="2014" | 2014-08-18 | [[Clitheroe]] |- | style='text-align:right'| 147 | [[Andrew Wilson]] | | | data-sort-value="1970" | 1970 | | [[Lanrik]] |- | style='text-align:right'| 148 | [[Bashir Ahmad]] | | | data-sort-value="1940" | 1940-02-12 | data-sort-value="2009" | 2009-02-06 | [[Amritsar]] |- | style='text-align:right'| 149 | [[Bill Kidd]] | | [[File:BillKiddMSP20070509.jpg|center|100px]] | data-sort-value="1956" | 1956-07-24 | | |- | style='text-align:right'| 150 | [[Bill Wilson]] | | | data-sort-value="1963" | 1963-12-11 | | [[Paisley]] |- | style='text-align:right'| 151 | [[Bob Doris]] | | [[File:BobDorisMSP20110507.JPG|center|100px]] | data-sort-value="1973" | 1973-05-11 | | [[Vale of Leven]] |- | style='text-align:right'| 152 | [[Chic Brodie]] | | [[File:Chic Brodie.jpg|center|100px]] | data-sort-value="1944" | 1944-05-08 | data-sort-value="2022" | 2022-09-24 | [[Dundee]] |- | style='text-align:right'| 153 | [[Claudia Beamish]] | | [[File:ClaudiaBeamishMSPPortrait.jpg|center|100px]] | data-sort-value="1952" | 1952-08-09 | | [[Lunnon]] |- | style='text-align:right'| 154 | [[Colin Beattie]] | | [[File:Colin Beattie.JPG|center|100px]] | data-sort-value="1951" | 1951-10-17 | | [[Farfar]] |- | style='text-align:right'| 155 | [[Dennis Robertson]] | | [[File:DennisRobertson20120627.jpg|center|100px]] | data-sort-value="1956" | 1956-08-14 | | [[Aiberdeen]] |- | style='text-align:right'| 156 | [[Drew Smith]] | | [[File:DrewSmithMSP20110614.jpg|center|100px]] | data-sort-value="1950" | 20th century | | |- | style='text-align:right'| 157 | [[Graeme Dey]] | | [[File:GraemeDeyMSP20110507.jpg|center|100px]] | data-sort-value="1962" | 1962-10-29 | | [[Aiberdeen]] |- | style='text-align:right'| 158 | [[Gordon MacDonald]] | | [[File:GordonMacDonaldMSP20120529.jpg|center|100px]] | data-sort-value="1960" | 1960-01-02 | | [[Glesga]] |- | style='text-align:right'| 159 | [[Graeme Pearson]] | | [[File:GraemePearsonMSP20110508.JPG|center|100px]] | data-sort-value="1950" | 1950-04-01 | | |- | style='text-align:right'| 160 | [[Neil Bibby]] | | [[File:Neil Bibby.JPG|center|100px]] | data-sort-value="1983" | 1983-09-06 | | [[Paisley]] |- | style='text-align:right'| 161 | [[Hanzala Malik]] | | [[File:HanzalaMalikMSP20110601.jpg|center|100px]] | data-sort-value="1956" | 1956-11-26 | data-sort-value="2023" | 2023-12-14 | [[Glesga]] |- | style='text-align:right'| 162 | [[Margaret McCulloch]] | | [[File:Margaret McCulloch.jpg|center|100px]] | data-sort-value="1952" | 1952-05-09 | | [[Glesga]] |- | style='text-align:right'| 163 | [[Jean Urquhart]] | | [[File:JeanUrquhartMSP20110510.JPG|center|100px]] | data-sort-value="1949" | 1949-05-17 | | [[Wast Lowden]] |- | style='text-align:right'| 164 | [[Jenny Marra]] | | [[File:Jenny Marra MSP.png|center|100px]] | data-sort-value="1977" | 1977-11-06 | | [[Dundee]] |- | style='text-align:right'| 165 | [[Jim Eadie]] | | [[File:JimEadieMSP20110509.JPG|center|100px]] | data-sort-value="1968" | 1968-02-10 | | [[Glesga]] |- | style='text-align:right'| 166 | [[John Pentland]] | | [[File:JohnPentlandMSP20110508.JPG|center|100px]] | data-sort-value="1946" | 1946-12-24 | | |- | style='text-align:right'| 167 | [[Siobhan McMahon]] | | [[File:SiobhanMcMahonMSPPortrait.jpg|center|100px]] | data-sort-value="1984" | 1984-07-04 | | [[Bellshill]] |- | style='text-align:right'| 168 | [[Marco Biagi]] | | [[File:Marco Biagi.JPG|center|100px]] | data-sort-value="1982" | 1982-07-31 | | [[The Vale]] |- | style='text-align:right'| 169 | [[Margaret McDougall]] | | [[File:MargaretMcDougallMSPPortrait.jpg|center|100px]] | data-sort-value="1949" | 1949-01-23 | | |- | style='text-align:right'| 170 | [[Mark Griffin]] | | [[File:Mark-Griffin-MSP-closeup.jpg|center|100px]] | data-sort-value="1985" | 1985-10-19 | | [[Glesga]] |- | style='text-align:right'| 171 | [[Mary Fee]] | | [[File:MaryFeeMSP20110510.JPG|center|100px]] | data-sort-value="1954" | 1954-03-23 | | [[Edinburgh]] |- | style='text-align:right'| 172 | [[Mike MacKenzie]] | | [[File:MikeMacKenzieMSP20110509.JPG|center|100px]] | data-sort-value="1958" | 1958-11-18 | | [[Oban]] |- | style='text-align:right'| 173 | [[Paul Wheelhouse]] | | [[File:PaulWheelhouseMSP20110507.JPG|center|100px]] | data-sort-value="1970" | 1970-06-22 | | [[Bilfawst|Belfast]] |- | style='text-align:right'| 174 | [[Alison Johnstone]] | | [[File:Alison Johnstone 2021.jpg|center|100px]] | data-sort-value="1965" | 1965-10-11 | | [[Edinburgh]] |- | style='text-align:right'| 175 | [[Cara Hilton]] | | [[File:Cara Hilton.jpg|center|100px]] | data-sort-value="1975" | 1975 | | [[Grangemooth]] |- | style='text-align:right'| 176 | [[Cameron Buchanan]] | | [[File:CameronBuchananMSP20140129.jpg|center|100px]] | data-sort-value="1946" | 1946-09 | data-sort-value="2023" | 2023-06-24 | [[Woking]] |- | style='text-align:right'| 177 | [[Alex Rowley]] | | [[File:AlexRowleyMSP.png|center|100px]] | data-sort-value="1963" | 1963-11-30 | | [[Dunfaurlin]] |- | style='text-align:right'| 178 | [[Lesley Brennan]] | | [[File:Lesley Brennan.jpg|center|100px]] | data-sort-value="1972" | 1972 | | |- | style='text-align:right'| 179 | [[Margaret Burgess]] | | [[File:Margaret Burgess.jpg|center|100px]] | data-sort-value="1949" | 1949-12-07 | | [[Ayrshire]] |- | style='text-align:right'| 180 | [[James Dornan]] | | [[File:JamesDornanMSP20110507.JPG|center|100px]] | data-sort-value="1953" | 1953-03-17 | | [[Glesga]] |- | style='text-align:right'| 181 | [[Joan McAlpine]] | | [[File:JoanMcAlpineMSP20120529.jpg|center|100px]] | data-sort-value="1962" | 1962-01-28 | | [[Gourock]] |- | style='text-align:right'| 182 | [[Angus MacDonald]] | | [[File:AngusMacDonaldMSP20110510.JPG|center|100px]] | data-sort-value="1963" | 1963-10-11 | | [[Stornowa]] |- | style='text-align:right'| 183 | [[Anne McTaggart]] | | [[File:AnneMcTaggartMSPPortrait.jpg|center|100px]] | data-sort-value="1970" | 1970-01-30 | | [[Coatbrig]] |- | style='text-align:right'| 184 | [[Bill Walker]] | | [[File:BillWalkerMSP20110720.jpg|center|100px]] | data-sort-value="1942" | 1942-03-31 | | [[Edinburgh]] |- | style='text-align:right'| 185 | [[Neil Findlay]] | | [[File:NeilFindlayMSPPortrait.jpg|center|100px]] | data-sort-value="1969" | 1969-03-06 | | [[Brocksburn]] |- | style='text-align:right'| 186 | [[Roderick Campbell]] | | [[File:RoderickCampbellMSP20110511.JPG|center|100px]] | data-sort-value="1953" | 1953-06-15 | | [[Edinburgh]] |- | style='text-align:right'| 187 | [[Colin Keir]] | | [[File:ColinKeirMSP20110507.JPG|center|100px]] | data-sort-value="1959" | 1959-12-09 | | [[Edinburgh]] |- | style='text-align:right'| 188 | [[Jayne Baxter]] | | [[File:JayneBaxterMSP20121211.jpg|center|100px]] | data-sort-value="1955" | 1955-11-05 | | |- | style='text-align:right'| 189 | [[Brian Whittle]] | | [[File:BrianWhittleMSP.jpg|center|100px]] | data-sort-value="1964" | 1964-04-26 | | [[Ayr]] |- | style='text-align:right'| 190 | [[Rachael Hamilton]] | | [[File:Rachel Hamilton MSP.png|center|100px]] | data-sort-value="1970" | 1970-09 | | [[Herefordshire]] |- | style='text-align:right'| 191 | [[Oliver Mundell]] | | [[File:Oliver Mundell 2016.jpg|center|100px]] | data-sort-value="1989" | 1989-12-01 | | [[Irvin]] |- | style='text-align:right'| 192 | [[Finlay Carson]] | | [[File:FinlayCarsonMSP.jpg|center|100px]] | data-sort-value="1967" | 1967-10-18 | | [[Twynham, Dumfries an Gallowa|Twynham]] |- | style='text-align:right'| 193 | [[Gordon Lindhurst]] | | [[File:Gordon Lindhurst MSP.jpg|center|100px]] | data-sort-value="1967" | 1967-07-02 | | |- | style='text-align:right'| 194 | [[Ross Greer]] | | [[File:Ross Greer, October 2022.jpg|center|100px]] | data-sort-value="1994" | 1994-06-01 | | [[Easter Kirkpatrick|Bearsden]] |- | style='text-align:right'| 195 | [[Alexander Burnett]] | | [[File:Alexander Burnett.jpg|center|100px]] | data-sort-value="1973" | 1973-07-30 | | [[Banchry]] |- | style='text-align:right'| 196 | [[Ross Thomson]] | | [[File:Official portrait of Ross Thomson crop 2.jpg|center|100px]] | data-sort-value="1987" | 1987-09-21 | | [[Aiberdeen]] |- | style='text-align:right'| 197 | [[Colin Smyth]] | | [[File:Colin Smyth MSP.jpg|center|100px]] | data-sort-value="1972" | 1972 | | |- | style='text-align:right'| 198 | [[Kate Forbes]] | | [[File:Deputy First Minister - designate and Cabinet Secretary for Economy and Gaelic - designate, Kate Forbes (53707856301) (cropped).jpg|center|100px]] | data-sort-value="1990" | 1990-04-06 | | [[Dingwal]] |- | style='text-align:right'| 199 | [[Edward Mountain]] | | [[File:Official Portrait of Edward Mountain MSP.jpg|center|100px]] | data-sort-value="1961" | 1961-03-19 | | [[Moray]] |- | style='text-align:right'| 200 | [[Jamie Greene]] | | [[File:JamieGreeneMSP.jpg|center|100px]] | data-sort-value="1980" | 1980-03-19 | | [[Greenock]] |- | style='text-align:right'| 201 | [[Maurice Golden]] | | [[File:MauriceGoldenMSP.jpg|center|100px]] | data-sort-value="1980" | 1980-01-12 | | |- | style='text-align:right'| 202 | [[Maurice Corry]] | | [[File:MauriceCorryMSP.jpg|center|100px]] | data-sort-value="1950" | 1950-06 | | |- | style='text-align:right'| 203 | [[Monica Lennon]] | | [[File:MonicaLennonMSP.jpg|center|100px]] | data-sort-value="1981" | 1981-01 | | [[Bellshill]] |- | style='text-align:right'| 204 | [[Alison Harris]] | | [[File:AlisonHarrisMSP.jpg|center|100px]] | data-sort-value="1965" | 1965-07-23 | | |- | style='text-align:right'| 205 | [[Graham Simpson]] | | [[File:Harry Cavanagh meeting Graham Simpson MSP, 2025 (cropped).jpg|center|100px]] | data-sort-value="1972" | 1972-05 | | [[Aiberdeen]] |- | style='text-align:right'| 206 | [[Alex Cole-Hamilton]] | | [[File:AlexCole-HamiltonMSP.jpg|center|100px]] | data-sort-value="1977" | 1977-07-22 | | [[Hertfordshire]] |- | style='text-align:right'| 207 | [[Ash Regan]] | | [[File:Ash Denham MSP.jpg|center|100px]] | data-sort-value="1974" | 1974-03-08 | | [[Edinburgh]] |- | style='text-align:right'| 208 | [[Ben Macpherson]] | | [[File:BenMacphersonMSP-May2016.jpg|center|100px]] | data-sort-value="1985" | 1980s | | |- | style='text-align:right'| 209 | [[Ivan McKee]] | | [[File:Ivan McKee MSP.jpg|center|100px]] | data-sort-value="1963" | 1963-09 | | [[Milligs Mill]] |- | style='text-align:right'| 210 | [[Annie Wells]] | | [[File:AnnieWellsMSP.jpg|center|100px]] | data-sort-value="1972" | 1972-02-24 | | [[Glesga]] |- | style='text-align:right'| 211 | [[Daniel Johnson]] | | [[File:David Johnson MSP.jpg|center|100px]] | data-sort-value="1977" | 1977-09-03 | | |- | style='text-align:right'| 212 | [[Peter Chapman]] | | [[File:Peter Chapman.jpg|center|100px]] | data-sort-value="1950" | 1950-05-13 | | |- | style='text-align:right'| 213 | [[Miles Briggs]] | | [[File:Miles Briggs.jpg|center|100px]] | data-sort-value="1983" | 1983-03-30 | | [[Preston]] |- | style='text-align:right'| 214 | [[Donald Cameron]] | | [[File:Official portrait of Lord Cameron of Lochiel crop 2, 2024.jpg|center|100px]] | data-sort-value="1976" | 1976-11-26 | | [[St Mary's Hospital]] |- | style='text-align:right'| 215 | [[Liam Kerr]] | | [[File:Liam Kerr MSP.jpg|center|100px]] | data-sort-value="1975" | 1975-01-23 | | [[Chester]] |- | style='text-align:right'| 216 | [[Jeremy Balfour]] | | [[File:Jeremy Balfour MSP.jpg|center|100px]] | data-sort-value="1967" | 1967-03-11 | | [[Edinburgh]] |- | style='text-align:right'| 217 | [[Bill Bowman]] | | | data-sort-value="1950" | 1950-05-30 | | [[Glesga]] |- | style='text-align:right'| 218 | [[Michelle Ballantyne]] | | [[File:MichelleBallantyneMSP.jpg|center|100px]] | data-sort-value="1962" | 1962-11-28 | | [[Ashton-under-Lyne]] |- | style='text-align:right'| 219 | [[Jamie Halcro Johnston]] | | [[File:JamieHalcroJohnstonMSP.jpg|center|100px]] | data-sort-value="1975" | 1975-10-08 | | [[Oxford]] |- | style='text-align:right'| 220 | [[Tom Mason]] | | [[File:Tom Mason MSP.jpg|center|100px]] | data-sort-value="1942" | 1942-12-31 | | [[Bishop's Stortford]] |- | style='text-align:right'| 221 | [[Beatrice Wishart]] | | [[File:Beatrice Wishart MSP.jpg|center|100px]] | data-sort-value="1955" | 1955 | | [[Lerook]] |- | style='text-align:right'| 222 | [[Jackie Dunbar]] | | [[File:Jackie Dunbar MSP.jpg|center|100px]] | | | [[Peterheid]] |- | style='text-align:right'| 223 | [[Marie McNair]] | | [[File:Marie McNair 2021.jpg|center|100px]] | data-sort-value="1975" | 1975<br/>1976 | | |- | style='text-align:right'| 224 | [[Paul McLennan]] | | [[File:Minister for Housing Paul McLennan (52781732883) (cropped).jpg|center|100px]] | data-sort-value="1966" | 1966 | | |- | style='text-align:right'| 225 | [[Collette Stevenson]] | | [[File:Collette Stevenson 2021.jpg|center|100px]] | data-sort-value="1969" | 1969-03-15 | | [[East Kilbride]] |- | style='text-align:right'| 226 | [[Evelyn Tweed]] | | [[File:Official Portrait of Evelyn Tweed MSP.jpg|center|100px]] | data-sort-value="1967" | 1967 | | [[Ayr]] |- | style='text-align:right'| 227 | [[Natalie Don]] | | [[File:Natalie Don MSP.jpg|center|100px]] | data-sort-value="1989" | 1989-02-12 | | [[Glesga]] |- | style='text-align:right'| 228 | [[Katy Clark]] | | [[File:Katy Clark MP.jpeg|center|100px]] | data-sort-value="1967" | 1967-07-03 | | [[Kilwinnin]] |- | style='text-align:right'| 229 | [[Foysol Choudhury]] | | [[File:Foysol Choudhury MBE.jpg|center|100px]] | data-sort-value="1969" | 1969-01-05 | | |- | style='text-align:right'| 230 | [[Michelle Thomson]] | | [[File:Michelle Thomson 2021.jpg|center|100px]] | data-sort-value="1965" | 1965-03-11 | | [[Easter Kirkpatrick|Bearsden]] |- | style='text-align:right'| 231 | [[Martin Whitfield]] | | [[File:Official portrait of Martin Whitfield crop 2.jpg|center|100px]] | data-sort-value="1965" | 1965 | | [[Newcastle upon Tyne]] |- | style='text-align:right'| 232 | [[Jenni Minto]] | | [[File:Jenni Minto 2021.jpg|center|100px]] | data-sort-value="1968" | 1968-11 | | [[Elgin, Moray|Elgin]] |- | style='text-align:right'| 233 | [[Audrey Nicoll]] | | [[File:Audrey Nicoll MSP.jpg|center|100px]] | data-sort-value="1961" | 1961 | | [[Aiberdeen]] |- | style='text-align:right'| 234 | [[Jim Fairlie]] | | [[File:Minister for Agriculture and Connectivity - Jim Fairlie.jpg|center|100px]] | | | |- | style='text-align:right'| 235 | [[Stephanie Callaghan]] | | [[File:Stephanie Callaghan MSP.jpg|center|100px]] | data-sort-value="1971" | 1971 | | [[Hamiltoun]] |- | style='text-align:right'| 236 | [[Elena Whitham]] | | [[File:Official 2023 government portrait of Elena Whitham.jpg|center|100px]] | data-sort-value="1974" | 1974 | | [[Kilmaurnock]] |- | style='text-align:right'| 237 | [[Kaukab Stewart]] | | [[File:Kaukab Stewart 2021.jpg|center|100px]] | data-sort-value="1967" | 1967<br/>1968 | | [[Pakistan]] |- | style='text-align:right'| 238 | [[Emma Roddick]] | | [[File:Emma Roddick 2021.jpg|center|100px]] | data-sort-value="1997" | 1997-07-30 | | |- | style='text-align:right'| 239 | [[Sandesh Gulhane]] | | | data-sort-value="1982" | 1982-01-22 | | [[Lunnon]] |- | style='text-align:right'| 240 | [[Mercedes Villalba]] | | [[File:Mercedes Villalba 2026 (cropped).jpg|center|100px]] | data-sort-value="1989" | 1989 | | [[Bristol]] |- | style='text-align:right'| 241 | [[Sue Webber]] | | [[File:Sue Webber 2021.jpg|center|100px]] | | | |- | style='text-align:right'| 242 | [[Michael Marra]] | | [[File:Michael Marra 2021.jpg|center|100px]] | data-sort-value="1952" | 1952-02-17 | | |- | style='text-align:right'| 243 | [[Paul O'Kane]] | | [[File:Paul O'Kane 2021.jpg|center|100px]] | data-sort-value="1988" | 1988-03-21 | | |- | style='text-align:right'| 244 | [[Karen Adam]] | | [[File:Karen Adam MSP.jpg|center|100px]] | data-sort-value="1975" | 1975-06-07 | | [[Aiberdeen]] |- | style='text-align:right'| 245 | [[Sharon Dowey]] | | [[File:Sharon Dowey MSP.jpg|center|100px]] | data-sort-value="1969" | 1969<br/>1970 | | [[Girvan]] |- | style='text-align:right'| 246 | [[Davy Russell]] | | [[File:Davy Russell at the Scottish Parliament (cropped).jpg|center|100px]] | data-sort-value="1960" | 1960s<br/>1962 | | [[Quarter]] |- | style='text-align:right'| 247 | [[Gillian Mackay]] | | [[File:Gillian Mackay 2026 (cropped).jpg|center|100px]] | data-sort-value="1991" | 1991 | | [[Fawkirk]] |- | style='text-align:right'| 248 | [[Ariane Burgess]] | | [[File:Ariane Burgess MSP.jpg|center|100px]] | data-sort-value="1965" | 1965-11-20 | | [[Edinburgh]] |- | style='text-align:right'| 249 | [[Meghan Gallacher]] | | [[File:Official portrait of Meghan Gallacher MSP (cropped).jpg|center|100px]] | data-sort-value="1992" | 1992-01-17 | | [[Bellshill]] |- | style='text-align:right'| 250 | [[Roz McCall]] | | [[File:Roz Mccall In Dunfermline.jpg|center|100px]] | | | |- | style='text-align:right'| 251 | [[Pam Duncan-Glancy]] | | [[File:Pam Duncan-Glancy MSP.jpg|center|100px]] | data-sort-value="1981" | 1981-11-02 | | |- | style='text-align:right'| 252 | [[Craig Hoy]] | | [[File:Craig Hoy 2021.jpg|center|100px]] | data-sort-value="1975" | 1975 | | |- | style='text-align:right'| 253 | [[Douglas Lumsden]] | | [[File:Douglas Lumsden 2021.jpg|center|100px]] | data-sort-value="1971" | 1971-08 | | |- | style='text-align:right'| 254 | [[Pam Gosal]] | | [[File:Official portrait of Pam Gosal MSP (cropped).jpg|center|100px]] | data-sort-value="1972" | 1972 | | [[Glesga]] |- | style='text-align:right'| 255 | [[Tess White]] | | [[File:Tess White 2021.jpg|center|100px]] | data-sort-value="1965" | 1965-02-18 | | |- | style='text-align:right'| 256 | [[Carol Mochan]] | | [[File:Carol Mochan MSP.jpg|center|100px]] | | | |- | style='text-align:right'| 257 | [[Màiri McAllan]] | | [[File:Official portrait of net zero secretary Màiri McAllan (cropped 1).jpg|center|100px]] | data-sort-value="1993" | 1993-02-14 | | [[Glesga]] |- | style='text-align:right'| 258 | [[Mark Simpson]] | | | data-sort-value="1988" | 1988-11-30 | | |- | style='text-align:right'| 259 | [[Laura Moodie]] | | | data-sort-value="1978" | 1978 | | |- | style='text-align:right'| 260 | [[Colm Merrick]] | | | | | |- | style='text-align:right'| 261 | [[Julie MacDougall]] | | | | | |- | style='text-align:right'| 262 | [[Katherine Sangster]] | | | | | |- | style='text-align:right'| 263 | [[David Kirkwood]] | | | | | |- | style='text-align:right'| 264 | [[Adam Harley]] | | | | | |- | style='text-align:right'| 265 | [[Simita Kumar]] | | | data-sort-value="1987" | 1987 | | |- | style='text-align:right'| 266 | [[Iris Duane]] | | [[File:Official portrait of Iris Duane MSP (cropped).jpg|center|100px]] | | | |- | style='text-align:right'| 267 | [[Duncan Dunlop]] | | | | | |- | style='text-align:right'| 268 | [[Cara McKee]] | | | | | |- | style='text-align:right'| 269 | [[Helen McDade]] | | | | | |- | style='text-align:right'| 270 | [[David Smith]] | | | | | |- | style='text-align:right'| 271 | [[Q Manivannan]] | | [[File:Q Manivannan (cropped).jpg|center|100px]] | data-sort-value="1996" | 1996<br/>1997 | | [[Tamil Nadu]] |- | style='text-align:right'| 272 | [[Andrew Baxter]] | | | | | |- | style='text-align:right'| 273 | [[Donald MacKinnon]] | | | | | |- | style='text-align:right'| 274 | [[Joe Fagan]] | | | | | |- | style='text-align:right'| 275 | [[David Green]] | | | | | |- | style='text-align:right'| 276 | [[Joe Long]] | | | | | |- | style='text-align:right'| 277 | [[Pauline Stafford]] | | | | | |- | style='text-align:right'| 278 | [[Jenny Young]] | | | | | |} {{Wikidata list end}} 0sc1935j3i0tu3r3az2ssz7hm9h2un7 Uiser:ShaunTheSheep69420 2 233292 916992 915050 2026-05-19T09:07:08Z CommonsDelinker 411 Removin' "Mollyhaleismyfriend.jpg", it haes bin deletit frum Commons by [[commons:User:Kadı|Kadı]] coz: per [[:c:Commons:Deletion requests/File:Mollyhaleismyfriend.jpg|]]. 916992 wikitext text/x-wiki ok lads I lee'd, I amna a Scotslad, I dinna come frae the Scottish Hielands, I niver even veesitid the Hielands. I come frae England and Poland, but I will be willint tae lear the leed o the Scots. I am sairy for leein. {{Uiser sco-1}}{{Uiser pl-1}}{{Uiser en-N}}{{Uiser en-gb}} [[File:Scotlandball.PNG|thumb]] [[File:UK looking to right.png|thumb]] fvn1y3esxwytdt31xgnza7ujlj90fln Mai Vũ Minh 0 233463 916989 916806 2026-05-18T22:29:10Z Atlantic306 30244 /* Career */ removed reference that was an unarchived 404 916989 wikitext text/x-wiki '''Mai Vu Minh''' is a umwhile Vietnamese memmer o the [[Naitional Assembly o Vietnam|Naitional Assembly]], a billionaire investor, an philanthropist. Minh hae likweys wirkit wi the govrenments o [[Bosnie an Herzegovinae]], [[Serbie]], an [[Dubai]] on investment initiatives.<ref name=":0" /> He is chair o the Board o Directors o SATAS Group an Sapa Thale Group, a multinaitional conglomerate heidquarter in the Unitit States, Germany, an Vietnam.<ref>{{Cite web |last=Staff |first=Forbes |date=2024-09-13 |title=Billionaire Mai Vu Minh: Leading Global Collaboration for Sustainable Development - Forbes Morocco |url=https://forbesmorocco.com/2024/09/13/mai-vu-minh-leading-global-collaboration-for-sustainable-development/ |access-date=2026-05-14 |language=en-US}}</ref><ref>{{Cite web |title=Billionaire Mai Vũ Minh a symbol of innovation and creativity |url=https://en.qdnd.vn/ovs/ovs-homeland/billionaire-mai-vu-minh-a-symbol-of-innovation-and-creativity-566962 |access-date=2026-05-14 |website=en.qdnd.vn |language=vi-vn}}</ref><ref>{{Cite web |last=en.baochinhphu.vn |date=2018-12-14 |title=VN to lure more investment from UAE |url=https://en.baochinhphu.vn/vn-to-lure-more-investment-from-uae-11133967.htm |access-date=2026-05-14 |website=en.baochinhphu.vn |language=vi}}</ref> == Career == He is chair o the Board o Directors o SATAS Group an Sapa Thale Group.<ref name="newsweek.ro">{{Cite web |date=2021-01-27 |title=Europa recâștigă încrederea investitorilor datorită planului de stimulare economică fără precedent {{!}} Newsweek Romania |url=https://newsweek.ro/economie/europa-recastiga-increderea-investitorilor-datorita-planului-de-stimulare-economica-fara-precedent |access-date=2026-05-14 |website=newsweek.ro |language=en}}</ref> In 2016, he wis electit as a fowk's deputy tae the [[Naitional Assembly o Vietnam]] an servit on the economics committee.<ref>{{Cite web |title=Phó nhân dân Mai Vũ Minh |url=https://daibieunhandan.vn/lap-phap/vphong-tham-giago34 |website=Daibieunhandan.vn}}</ref> In 2018, he signed a bilateral investment cooperation greement wi the [[Dubai Investment Fund|Dubai Investment Development]] Agency (DUBAI FDI) an the [[Warld Association o Investment Promotion Agencies]] (WAIPA).<ref>{{Cite web |date=2022-05-06 |title=Implementing investment cooperation between SAPA Thale and Dubai's leading enterprises - SAPA THALE Group |url=https://sapathale.com/news/implementing-investment-cooperation-between-sapa-thale-and-dubais-leading-enterprises.sptl |access-date=2026-05-14 |language=en-US}}</ref><ref name="financialexpress.com" /> This greement focused on billion-dollar investment projecks atween Vietnam an the Middle East.<ref>{{Cite web |title=Billionaire Mai Vũ Minh steps up investment in Asia and Europe |url=https://vietnamnews.vn/media-outreach/524101/billionaire-mai-vu-minh-steps-up-investment-in-asia-and-europe.html |access-date=2026-05-14 |website=vietnamnews.vn |language=en}}</ref> Minh hae likweys wirkit wi the govrenments o [[Bosnie an Herzegovinae]], [[Serbie]], an Dubai on seevral investment initiatives.<ref name=":0">{{Cite web |last=Times |first=Vietnam |date=2019-12-31 |title=Vietnamese-origin billionaire becomes Senior Advisor of Bosnian President |url=https://vietnamtimes.org.vn/vietnamese-origin-billionaire-becomes-senior-advisor-of-bosnian-president-17445.html |access-date=2026-05-14 |website=Vietnam Times |language=en}}</ref> In 2019, he met wi Bosnie an Herzegovinae Preses Milorad Dodik, Serbie Deputy Prime Meenister an Foreign Meenister Ivica Dačić, an Republika Srpska Preses Željka Cvijanović as pairt o the "Bilateral investment cooperation atween SAPA THALE group an the govrenment an leadin businesses o Bosnie–Herzegovinae" programme.<ref>{{Cite web |last=Vietnam+ (VietnamPlus) |date=2019-08-22 |title=Bosnia-Herzegovina President meets billionaire Mai Vũ Minh |url=https://en.vietnamplus.vn/post-158276.vnp |access-date=2026-05-14 |website=Vietnam+ (VietnamPlus) |language=en}}</ref><ref>{{Cite web |date=10 June 2019 |title=The President of the Republic of Srpska spoke with the president of the Sapa Thale Group (Sapa Thale Group) |url=https://www.predsjednikrs.rs/en/the-president-of-the-republic-of-srpska-spoke-with-the-president-of-the-sapa-thale-group-sapa-thale-group/ |website=President of the Republic of Srpska}}</ref> == References == {{reflist}} [[Category:Vietnamese businessfowk]] [[Category:Livin fowk]] ssxdc411y9gaxz1km4qcaho4nvur1j0 916990 916989 2026-05-18T22:39:00Z Atlantic306 30244 removed very promotional reference (viewed on internet archive) with no byline from a now defunct website 916990 wikitext text/x-wiki '''Mai Vu Minh''' is a umwhile Vietnamese memmer o the [[Naitional Assembly o Vietnam|Naitional Assembly]], a billionaire investor, an philanthropist. Minh hae likweys wirkit wi the govrenments o [[Bosnie an Herzegovinae]], [[Serbie]], an [[Dubai]] on investment initiatives.<ref name=":0" /> He is chair o the Board o Directors o SATAS Group an Sapa Thale Group, a multinaitional conglomerate heidquarter in the Unitit States, Germany, an Vietnam.<ref>{{Cite web |title=Billionaire Mai Vũ Minh a symbol of innovation and creativity |url=https://en.qdnd.vn/ovs/ovs-homeland/billionaire-mai-vu-minh-a-symbol-of-innovation-and-creativity-566962 |access-date=2026-05-14 |website=en.qdnd.vn |language=vi-vn}}</ref><ref>{{Cite web |last=en.baochinhphu.vn |date=2018-12-14 |title=VN to lure more investment from UAE |url=https://en.baochinhphu.vn/vn-to-lure-more-investment-from-uae-11133967.htm |access-date=2026-05-14 |website=en.baochinhphu.vn |language=vi}}</ref> == Career == He is chair o the Board o Directors o SATAS Group an Sapa Thale Group.<ref name="newsweek.ro">{{Cite web |date=2021-01-27 |title=Europa recâștigă încrederea investitorilor datorită planului de stimulare economică fără precedent {{!}} Newsweek Romania |url=https://newsweek.ro/economie/europa-recastiga-increderea-investitorilor-datorita-planului-de-stimulare-economica-fara-precedent |access-date=2026-05-14 |website=newsweek.ro |language=en}}</ref> In 2016, he wis electit as a fowk's deputy tae the [[Naitional Assembly o Vietnam]] an servit on the economics committee.<ref>{{Cite web |title=Phó nhân dân Mai Vũ Minh |url=https://daibieunhandan.vn/lap-phap/vphong-tham-giago34 |website=Daibieunhandan.vn}}</ref> In 2018, he signed a bilateral investment cooperation greement wi the [[Dubai Investment Fund|Dubai Investment Development]] Agency (DUBAI FDI) an the [[Warld Association o Investment Promotion Agencies]] (WAIPA).<ref>{{Cite web |date=2022-05-06 |title=Implementing investment cooperation between SAPA Thale and Dubai's leading enterprises - SAPA THALE Group |url=https://sapathale.com/news/implementing-investment-cooperation-between-sapa-thale-and-dubais-leading-enterprises.sptl |access-date=2026-05-14 |language=en-US}}</ref><ref name="financialexpress.com" /> This greement focused on billion-dollar investment projecks atween Vietnam an the Middle East.<ref>{{Cite web |title=Billionaire Mai Vũ Minh steps up investment in Asia and Europe |url=https://vietnamnews.vn/media-outreach/524101/billionaire-mai-vu-minh-steps-up-investment-in-asia-and-europe.html |access-date=2026-05-14 |website=vietnamnews.vn |language=en}}</ref> Minh hae likweys wirkit wi the govrenments o [[Bosnie an Herzegovinae]], [[Serbie]], an Dubai on seevral investment initiatives.<ref name=":0">{{Cite web |last=Times |first=Vietnam |date=2019-12-31 |title=Vietnamese-origin billionaire becomes Senior Advisor of Bosnian President |url=https://vietnamtimes.org.vn/vietnamese-origin-billionaire-becomes-senior-advisor-of-bosnian-president-17445.html |access-date=2026-05-14 |website=Vietnam Times |language=en}}</ref> In 2019, he met wi Bosnie an Herzegovinae Preses Milorad Dodik, Serbie Deputy Prime Meenister an Foreign Meenister Ivica Dačić, an Republika Srpska Preses Željka Cvijanović as pairt o the "Bilateral investment cooperation atween SAPA THALE group an the govrenment an leadin businesses o Bosnie–Herzegovinae" programme.<ref>{{Cite web |last=Vietnam+ (VietnamPlus) |date=2019-08-22 |title=Bosnia-Herzegovina President meets billionaire Mai Vũ Minh |url=https://en.vietnamplus.vn/post-158276.vnp |access-date=2026-05-14 |website=Vietnam+ (VietnamPlus) |language=en}}</ref><ref>{{Cite web |date=10 June 2019 |title=The President of the Republic of Srpska spoke with the president of the Sapa Thale Group (Sapa Thale Group) |url=https://www.predsjednikrs.rs/en/the-president-of-the-republic-of-srpska-spoke-with-the-president-of-the-sapa-thale-group-sapa-thale-group/ |website=President of the Republic of Srpska}}</ref> == References == {{reflist}} [[Category:Vietnamese businessfowk]] [[Category:Livin fowk]] 777516hluy0643d3jczhc3i3ggazi4i Survive (Lewis Capaldi sang) 0 233480 916954 916949 2026-05-18T16:37:13Z Mr.Murdoch78 119895 916954 wikitext text/x-wiki {{Infobox single | name = Survive | cover = | alt = Survive - Lewis Capaldi | type = single | artist = [[Lewis Capaldi]] | EP = [[Survive (Lewis Capaldi EP)|Survive]] | released = 27 Juin 2025 | recorded = Afore 27 Juin 2025 | genre = *[[Pop muisic|Pop]] | length = 3:44 | label = * [[Vertigo Records|Vertigo]] * [[Universal Music Group|Universal]] | writer = * Lewis Capaldi * [[Romans (muisicker)|Rømans]] | producer = * Peter Fenn * Rømans * Andrew Wells * Connor McDonough * Riley McDonough | prev_title = [[Love the Hell Out of You]] | prev_year = 2024 | next_title = [[Something in the Heavens]] | next_year = 2025 | misc = {{External music video|{{YouTube|6fJI7xydShM|"Survive"}}}} }} "'''Survive'''" is a sang bi Scots sangster-sangwriter [[Lewis Capaldi]], lowsed on 27 Juin 2025 throu [[Vertigo Records|Vertigo]] an [[Universal Music Group|Universal]]. Follaein Capaldi's performance at [[Glastonbury Fest 2025|Glastonbury 2025]], "Survive" entered at the tap o the [[UK singles chairt|UK Singles Chairt]]. Ootside the Unitit Kinrick, "Survive" peakit athin the tap ten o the chairts in Ireland. "Survive" is the lead single frae Capaldi's [[Survive (Lewis Capaldi EP)|thrid extendit pley o the same name]]. == Backgrund an release == "Survive" wis written bi Capaldi an [[Romans (muisicker)|Rømans]], wha forby co-wrate Capaldi's smash hit, "[[Someone You Loved]]".<ref>{{Cite web|last=Kelly|first=Tyler|date=2025-06-07|title=Lewis Capaldi returns with new track, "Survive"|url=https://www.thelineofbestfit.com/news/lewis-capaldi-returns-with-new-track-survive|url-status=live|access-date=2026-05-18|website=The Line of Best Fit|language=en-US}}</ref> The sang marks Capaldi's furst single in twa years, in that he teuk a hiatus frae tourin an performin, stairtin in Juin 2023, statin that he needit tae focus on his mental an pheesical heal as weel as the impact o his [[Tourette syndrome|Tourette's syndrome]].<ref>{{Cite web|last=Spanos|first=Brittany|date=2025-06-27|title=Lewis Capaldi Makes Triumphant Return With Emotional New Song 'Survive'|url=https://www.rollingstone.com/music/music-news/lewis-capaldi-new-song-survive-1235373385/|access-date=2026-05-18|website=Rolling Stone|language=en-US}}</ref> Earlier that month, Capaldi performed at the [[Glastonbury Fest 2023|2023 Glastonbury Fest]], but his set wis cut short bi an episode o his Tourette's an vocal issues, thou the croud continued singin tae help him finish the performance.<ref>{{Cite web|last=Frost|first=Caroline|date=2023-06-25|title=Watch: Lewis Capaldi Emotionally Thanks Glastonbury Crowd For Helping Him With Song As He Struggled With Tourette’s|url=https://deadline.com/2023/06/glastonbury-lewis-capaldi-thanks-crowd-helping-him-someone-you-loved-tourettes-syndrome-1235424051/|url-status=live|access-date=2026-05-18|website=[[Deadline Hollywood]]|language=en-US}}</ref> Twa years later, rumours speculatit that Capaldi wad be performin a surprise set at the 2025 Glastonbury Fest an lowsin a new single on 27 Juin 2025.<ref>{{Cite web|last=Simpson|first=Will|date=2025-06-27|title=Glastonbury 2025 secret act rumours: odds shorten on Lewis Capaldi and Robbie Williams enters the fray|url=https://www.musicradar.com/artists/shows-festivals/glastonbury-2025-secret-act-rumours-odds-shorten-on-lewis-capaldi-and-robbie-williams-enters-the-fray|url-status=live|access-date=2026-05-18|website=MusicRadar|language=en-GB}}</ref><ref>{{Cite web|last=Bona|first=Emilia|last2=|first2=|last3=|first3=|date=2025-06-27|title=Lewis Capaldi Glasto rumours mount amid singer's surprise move|url=https://www.liverpoolecho.co.uk/whats-on/whats-on-news/lewis-capaldi-glastonbury-rumours-mount-31946191|url-status=live|access-date=2026-05-18|website=Liverpool Echo|language=en}}</ref> That day, he lowsed his comeback single, "Survive", that happened tae occur on the same day as his predictit surprise performance at the [[Glastonbury Fest 2025|2025 Glastonbury Fest]], his furst heich-profile performance in twa years.<ref>{{Cite web|date=2025-06-27|title=Lewis Capaldi in surprise Glastonbury return after releasing rousing comeback|url=https://www.bbc.com/news/articles/czdv3y58459o|url-status=live|access-date=2026-05-18|website=[[BBC News]]|language=en-GB}}</ref> On stage at Glastonbury, Capaldi said, "The last twa years havnae been the best fur me. It's been difficult at times. A wantit tae write a sang that wis aboot owercomin that stuff an gettin ower the ither side o it. It haes been ma goal tae get back [on stage], an "Survive" is a sang aboot that."<ref>{{Cite web|title="Survive" Lyrics - Lewis Capaldi|url=https://genius.com/Lewis-capaldi-survive-lyrics|url-status=live|access-date=2026-05-18|website=[[Genius (company)|Genius]]}}</ref> == Muisic video == The muisic video wis directit bi Hector Docktrill, wha forby directit the muisic video fur Capaldi's 2022 single, "[[Pointless (sang)|Pointless]]".<ref>{{Cite web|last=Mae|first=Britt|date=2025-06-28|title=Lewis Capaldi is back with new track "Survive"|url=https://www.melodicmag.com/news/lewis-capaldi-is-back-with-new-track-survive/|url-status=live|access-date=2026-05-18|website=Melodic Magazine|language=en-US}}</ref><ref>{{Cite web|last=Armstrong|first=Sam|date=2022-12-16|title=Lewis Capaldi Shares Music Video For ‘Pointless’|url=https://www.udiscovermusic.com/news/lewis-capaldi-pointless-video/|access-date=2026-05-18|website=uDiscover Music|language=en-US}}</ref> It features Capaldi sittin on a chair in the middle o a ruim, strummin his guitar an singin. Throuoot the muisic video, clips o documental moments o Capaldi's life pop up, rangin frae his bairnheid tae the few months afore his heal-relatit hiatus, whaur he wis strugglin wi his Tourette's an anxiety. == Creetical reception == Isabella Wandermurem o ''Euphoria'' says Capaldi "isna juist lowsin new muisic — he's offerin a piece o himsel, markit bi scars but bi stubborn hope an aa. It's nae juist a sang fur thaim wha hae struggled; it's a sang bi someane wha haes, an wha aye is. An that maks aw the difference."<ref>{{Cite web|last=Wandermurem|first=Isabella|date=2025-07-02|title=Lewis Capaldi – Survive|url=https://www.euphoriazine.com/blog/2025/07/music/tracks-lewis-capaldi-survive/|url-status=live|access-date=2026-05-18|website=Euphoria.|language=en-US}}</ref> C. Sharmishtha o ''The Indiependent'' says the sang "is yit anither compellin addeetion tae Lewis Capaldi's discography. It's a testament tae his endurin appeal – a sang that is baith a cathartic lowse an a comfortin embrace fur onyane navigatin thair awn struggles."<ref>{{Cite web|date=2025-07-02|title=Track Review: Survive // Lewis Capaldi|url=https://www.indiependent.co.uk/track-review-survive-lewis-capaldi/|url-status=live|access-date=2026-05-18|website=The Indiependent}}</ref> Britt Mae o ''Melodic Magazine'' says, "Efter watherin a severe emotional storm, Capaldi begins a new era wi a renewed sense o purpose. "Survive" pruives that even in the derkest moments, thare's aye strenth in shawin up."<ref>{{Cite web|last=Mae|first=Britt|date=2025-06-28|title=Lewis Capaldi is back with new track "Survive"|url=https://www.melodicmag.com/news/lewis-capaldi-is-back-with-new-track-survive/|url-status=live|access-date=2026-05-18|website=Melodic Magazine|language=en-US}}</ref> == Commercial performance == In the mid-week singles chairts update in the Unitit Kinrick (on 30 Juin 2025), "Survive" debuted at nummer ane on the chairts update. On 4 Julie 2025, "Survive" entered at the tap o the [[UK singles chairt|UK Singles Chairt]], dethronin "[[Manchild (Sabrina Carpenter sang)|Manchild]]" bi [[Sabrina Carpenter]] frae the summit o the chairt. ==Certifications== {{Certification Table Top|caption=Certifications fur "Survive"}} {{Certification Table Entry|region=United Kingdom|artist=Lewis Capaldi|title=Survive|award=Gowd|type=single|relyear=2025|certyear=2025|id=21326-4876-1}} {{Certification Table Bottom|streaming=true|nosales=true|noshipments=true}} == Release history == {| class="wikitable plainrowheaders" |+Lowse history fur "Survive" ! scope="col" |Region ! scope="col" |Date ! scope="col" |Format(s) ! scope="col" |Label(s) |- ! scope="row" |Various |27 Juin 2025 |{{hlist|[[Muisic dounload|Deegital dounload]]|[[Streamin media|streamin]]}} |{{hlist|[[Vertigo Records|Vertigo]]|[[Universal Music Group|Universal]]}} |- ! scope="row" |Unitit States |15 Julie 2025 |[[Contemporary hit radio]] |[[Capitol Records|Capitol]] |} ==References== {{reflist}} == Fremmit airtins == {{sister project links|d=Q135228911|q=no|c=no|n=no|b=no|v=no|voy=no|m=no|mw=no|wikt=no|s=no|species=no}} {{Authority control}} [[Category:2025 sangs]] [[Category:2020s ballads]] [[Category:Lewis Capaldi sangs]] [[Category:Nummer-ane singles in Swisserland]] [[Category:Sangs written bi Lewis Capaldi]] [[Category:UK singles chairt nummer-ane singles]] [[Category:Vertigo Records singles]] [[Category:Fowk ballads]] [[Category:Pop ballads]] [[Category:Soul ballads]] 3uyh6jj10v494ehbf44ypjyktg97vn9 Someone You Loved 0 233481 916956 2026-05-18T16:53:40Z Mr.Murdoch78 119895 NOTE: This airtin haes been owersettit frae the existin Inglis Wikipaedia airtin at [[:en:Someone You Loved]]; see its history fur attreibution 916956 wikitext text/x-wiki "'''Someone You Loved'''" is a sang bi Scots sangster-sangwriter Lewis Capaldi. It wis lowsed on 8 November 2018 via deegital dounload throu Vertigo Records, as the thrid single frae his seicont extendit pley, ''Breach'' (2018). The sang wis later includit on his debut studio album, ''Divinely Uninspired to a Hellish Extent'' (2019). It wis written bi Capaldi, Samuel Romans, an its producers Thomas Barnes, Peter Kelleher an Benjamin Kohn. The sang wis sent tae radio stations on 16 Aprile 2019 as the album's furst single in the Unitit States. "Someone You Loved" wis a commercial success, peakin at No. 1 on the UK Singles Chairt. The sang becam Capaldi's furst No. 1 single, spendin seiven consecutive weeks atap the chairt an wis the best sellin single o 2019 in the UK. It forby peakit at No. 1 on the Erse Singles Chairt, the Canadian Hot 100, an the Recordin Industry Association o Malaysie singles chairt. In the Unitit States, "Someone You Loved" wis a sleeper hit, tappin the ''Billboard'' Hot 100 in its 24t week on the chairt. The sang is certifee'd Diamond or heicher in Austrailie, Brazil, Canadae, Fraunce, Germany, Poland, Philippines, Thailand, an the Unitit States. It wis nominatit fur Sang o the Year at the 62nd Grammy Awairds. It received an awaird fur Sang o the Year at the 2020 Brit Awairds an aa. In early August 2025, on the streamin app Spotify, the sang becam the fowert sang tae reach 4 billion streams on the app. == Backgrund an composition == "Someone You Loved" is pleyed in the tempo o 110 BPM an key signatur o D♭ major. In an interview wi the French magazine ''Brut'', Capaldi revealed he wrate the sang aboot his grandmither wha haed dee'd. In an interview wi the Breetish wabsteid ''NME'', Capaldi said that it teuk him sax month tae write the sang. He said, "A lot o fowk say that 'the best sangs faw intae yer lap' an that thay're the easiest anes tae write an tak the shortest amoont o time: A halehertedly disagree wi that. A think ma best sangs come frae me sittin at a piano, bashin ma heid against a brick waw fur oors an oors on end tae get ane guid melody." 3g66yqlqxqi0gfx51u14h8kjgb4vic0 916958 916956 2026-05-18T17:13:06Z Mr.Murdoch78 119895 916958 wikitext text/x-wiki "'''Someone You Loved'''" is a sang bi Scots sangster-sangwriter Lewis Capaldi. It wis lowsed on 8 November 2018 via deegital dounload throu Vertigo Records, as the thrid single frae his seicont extendit pley, ''Breach'' (2018). The sang wis later includit on his debut studio album, ''Divinely Uninspired to a Hellish Extent'' (2019). It wis written bi Capaldi, Samuel Romans, an its producers Thomas Barnes, Peter Kelleher an Benjamin Kohn. The sang wis sent tae radio stations on 16 Aprile 2019 as the album's furst single in the Unitit States. "Someone You Loved" wis a commercial success, peakin at No. 1 on the UK Singles Chairt. The sang becam Capaldi's furst No. 1 single, spendin seiven consecutive weeks atap the chairt an wis the best sellin single o 2019 in the UK. It forby peakit at No. 1 on the Erse Singles Chairt, the Canadian Hot 100, an the Recordin Industry Association o Malaysie singles chairt. In the Unitit States, "Someone You Loved" wis a sleeper hit, tappin the ''Billboard'' Hot 100 in its 24t week on the chairt. The sang is certifee'd Diamond or heicher in Austrailie, Brazil, Canadae, Fraunce, Germany, Poland, Philippines, Thailand, an the Unitit States. It wis nominatit fur Sang o the Year at the 62nd Grammy Awairds. It received an awaird fur Sang o the Year at the 2020 Brit Awairds an aa. In early August 2025, on the streamin app Spotify, the sang becam the fowert sang tae reach 4 billion streams on the app. == Backgrund an composition == "Someone You Loved" is pleyed in the tempo o 110 BPM an key signatur o D♭ major. In an interview wi the French magazine ''Brut'', Capaldi revealed he wrate the sang aboot his grandmither wha haed dee'd. In an interview wi the Breetish wabsteid ''NME'', Capaldi said that it teuk him sax month tae write the sang. He said, "A lot o fowk say that 'the best sangs faw intae yer lap' an that thay're the easiest anes tae write an tak the shortest amoont o time: A halehertedly disagree wi that. A think ma best sangs come frae me sittin at a piano, bashin ma heid against a brick waw fur oors an oors on end tae get ane guid melody." == Creetical reception == Reviewer Dave Simpson o ''The Guardian'' gae the sang fower starns oot o five, cawin it an its hertbreak theme "raw an real." ==Muisic videos== The furst muisic video wis published on 28 Februar 2019 in pairtnership wi an organ donation chairity, ''Live Life Give Life''. This muisic video featurt Capaldi's distant kin (seicont cousin ance remuived), actor Peter Capaldi as a bereaved hauf-marrae wha finds some joy whan he veesits the faimily o the wumman his wife donatit her hert tae, an is able tae listen tae her hertbeat ane last time. The seicont muisic video, featurin the sangster himsel, wis lowsed on 29 August 2019. In the stairt, Capaldi wanders the streets, follaein his lost luve as his freends an strangers try tae stap him frae chasin efter her. His brither, Aidan, forby mak an appearance at the beginnin o the video whaur he pulls Lewis frae the binch. The director o the muisic video, Ozzie Pullin, said: <blockquote>The furst person Lewis encoonters is his brither, wha pulls him up frae the binch. This wis an awmaist perfect metaphor acause faimily memmers are uisually the furst fowk tae push ye forward.</blockquote> Capaldi said: <blockquote>Fur me the video is aboot the fowk we surroond wirsels wi that hae the strenth whan we dinna an help us continue tae mak the richt decisions in moments o fear or haurdship. In the moment we aften chuise tae ignore freends an faimily, thinkin wir judgement is better, but o course in hindsicht whan ye're in that heidspace it's awmaist impossible tae mak the richt decisions.</blockquote> d0us8cl55aew8wxmkbz1i2yff8284rc 916969 916958 2026-05-18T18:04:35Z Mr.Murdoch78 119895 916969 wikitext text/x-wiki "'''Someone You Loved'''" is a sang bi Scots sangster-sangwriter Lewis Capaldi. It wis lowsed on 8 November 2018 via deegital dounload throu Vertigo Records, as the thrid single frae his seicont extendit pley, ''Breach'' (2018). The sang wis later includit on his debut studio album, ''Divinely Uninspired to a Hellish Extent'' (2019). It wis written bi Capaldi, Samuel Romans, an its producers Thomas Barnes, Peter Kelleher an Benjamin Kohn. The sang wis sent tae radio stations on 16 Aprile 2019 as the album's furst single in the Unitit States. "Someone You Loved" wis a commercial success, peakin at No. 1 on the UK Singles Chairt. The sang becam Capaldi's furst No. 1 single, spendin seiven consecutive weeks atap the chairt an wis the best sellin single o 2019 in the UK. It forby peakit at No. 1 on the Erse Singles Chairt, the Canadian Hot 100, an the Recordin Industry Association o Malaysie singles chairt. In the Unitit States, "Someone You Loved" wis a sleeper hit, tappin the ''Billboard'' Hot 100 in its 24t week on the chairt. The sang is certifee'd Diamond or heicher in Austrailie, Brazil, Canadae, Fraunce, Germany, Poland, Philippines, Thailand, an the Unitit States. It wis nominatit fur Sang o the Year at the 62nd Grammy Awairds. It received an awaird fur Sang o the Year at the 2020 Brit Awairds an aa. In early August 2025, on the streamin app Spotify, the sang becam the fowert sang tae reach 4 billion streams on the app. == Backgrund an composition == "Someone You Loved" is pleyed in the tempo o 110 BPM an key signatur o D♭ major. In an interview wi the French magazine ''Brut'', Capaldi revealed he wrate the sang aboot his grandmither wha haed dee'd. In an interview wi the Breetish wabsteid ''NME'', Capaldi said that it teuk him sax month tae write the sang. He said, "A lot o fowk say that 'the best sangs faw intae yer lap' an that thay're the easiest anes tae write an tak the shortest amoont o time: A halehertedly disagree wi that. A think ma best sangs come frae me sittin at a piano, bashin ma heid against a brick waw fur oors an oors on end tae get ane guid melody." == Creetical reception == Reviewer Dave Simpson o ''The Guardian'' gae the sang fower starns oot o five, cawin it an its hertbreak theme "raw an real." ==Muisic videos== The furst muisic video wis published on 28 Februar 2019 in pairtnership wi an organ donation chairity, ''Live Life Give Life''. This muisic video featurt Capaldi's distant kin (seicont cousin ance remuived), actor Peter Capaldi as a bereaved hauf-marrae wha finds some joy whan he veesits the faimily o the wumman his wife donatit her hert tae, an is able tae listen tae her hertbeat ane last time. The seicont muisic video, featurin the sangster himsel, wis lowsed on 29 August 2019. In the stairt, Capaldi wanders the streets, follaein his lost luve as his freends an strangers try tae stap him frae chasin efter her. His brither, Aidan, forby mak an appearance at the beginnin o the video whaur he pulls Lewis frae the binch. The director o the muisic video, Ozzie Pullin, said: <blockquote>The furst person Lewis encoonters is his brither, wha pulls him up frae the binch. This wis an awmaist perfect metaphor acause faimily memmers are uisually the furst fowk tae push ye forward.</blockquote> Capaldi said: <blockquote>Fur me the video is aboot the fowk we surroond wirsels wi that hae the strenth whan we dinna an help us continue tae mak the richt decisions in moments o fear or haurdship. In the moment we aften chuise tae ignore freends an faimily, thinkin wir judgement is better, but o course in hindsicht whan ye're in that heidspace it's awmaist impossible tae mak the richt decisions.</blockquote> == Chairt performance == "Someone You Loved" reached No. 1 on the UK Singles Chairt an steyed thare fur seiven consecutive weeks. It is Capaldi's furst entry on the US ''Billboard'' Hot 100 an aa, debutin at No. 85 on the issue dated 25 Mey 2019 an becomin the singer's furst nummer-ane single in the kintra on the issue dated 2 November 2019. It reached No. 1 efter 24 weeks on the chairt, becomin ane o the langest climbs tae the tap poseetion in ''Billboard'' history. Efter three non-consecutive weeks on tap it wis replaced bi Post Malone's "Circles". In Ireland, the single cumulated 26.8 million streams in 2019 an wis the mucklest-sellin sang in the kintra that year. == Track leetin == * '''Deegital dounload''' # "Someone You Loved" – 3:02 * '''Deegital dounload''' # "Someone You Loved" (Futur Humans Remix) – 3:09 * '''Deegital dounload''' # "Someone You Loved" (Madism Radio Mix)– 2:37 * '''CD single''' # "Someone You Loved" – 3:02 # "Someone You Loved" (Madism Radio Mix) – 2:37 # "Someone You Loved" (Instrumental) – 3:02 # "Voice Note From Lewis" == Personnel == * TMS – production, mixin * Phil Cook – strings * Lewis Capaldi – vocals, piano * Robert Voseign – masterin * Ryan Walter – airtwirk design * Ali Gavillet – photografie hpmjsbaj26clbv9halh1rvpd2vo63rx 916970 916969 2026-05-18T18:10:34Z Mr.Murdoch78 119895 916970 wikitext text/x-wiki "'''Someone You Loved'''" is a sang bi Scots sangster-sangwriter Lewis Capaldi. It wis lowsed on 8 November 2018 via deegital dounload throu Vertigo Records, as the thrid single frae his seicont extendit pley, ''Breach'' (2018). The sang wis later includit on his debut studio album, ''Divinely Uninspired to a Hellish Extent'' (2019). It wis written bi Capaldi, Samuel Romans, an its producers Thomas Barnes, Peter Kelleher an Benjamin Kohn. The sang wis sent tae radio stations on 16 Aprile 2019 as the album's furst single in the Unitit States. "Someone You Loved" wis a commercial success, peakin at No. 1 on the UK Singles Chairt. The sang becam Capaldi's furst No. 1 single, spendin seiven consecutive weeks atap the chairt an wis the best sellin single o 2019 in the UK. It forby peakit at No. 1 on the Erse Singles Chairt, the Canadian Hot 100, an the Recordin Industry Association o Malaysie singles chairt. In the Unitit States, "Someone You Loved" wis a sleeper hit, tappin the ''Billboard'' Hot 100 in its 24t week on the chairt. The sang is certifee'd Diamond or heicher in Austrailie, Brazil, Canadae, Fraunce, Germany, Poland, Philippines, Thailand, an the Unitit States. It wis nominatit fur Sang o the Year at the 62nd Grammy Awairds. It received an awaird fur Sang o the Year at the 2020 Brit Awairds an aa. In early August 2025, on the streamin app Spotify, the sang becam the fowert sang tae reach 4 billion streams on the app. == Backgrund an composition == "Someone You Loved" is pleyed in the tempo o 110 BPM an key signatur o D♭ major. In an interview wi the French magazine ''Brut'', Capaldi revealed he wrate the sang aboot his grandmither wha haed dee'd. In an interview wi the Breetish wabsteid ''NME'', Capaldi said that it teuk him sax month tae write the sang. He said, "A lot o fowk say that 'the best sangs faw intae yer lap' an that thay're the easiest anes tae write an tak the shortest amoont o time: A halehertedly disagree wi that. A think ma best sangs come frae me sittin at a piano, bashin ma heid against a brick waw fur oors an oors on end tae get ane guid melody." == Creetical reception == Reviewer Dave Simpson o ''The Guardian'' gae the sang fower starns oot o five, cawin it an its hertbreak theme "raw an real." ==Muisic videos== The furst muisic video wis published on 28 Februar 2019 in pairtnership wi an organ donation chairity, ''Live Life Give Life''. This muisic video featurt Capaldi's distant kin (seicont cousin ance remuived), actor Peter Capaldi as a bereaved hauf-marrae wha finds some joy whan he veesits the faimily o the wumman his wife donatit her hert tae, an is able tae listen tae her hertbeat ane last time. The seicont muisic video, featurin the sangster himsel, wis lowsed on 29 August 2019. In the stairt, Capaldi wanders the streets, follaein his lost luve as his freends an strangers try tae stap him frae chasin efter her. His brither, Aidan, forby mak an appearance at the beginnin o the video whaur he pulls Lewis frae the binch. The director o the muisic video, Ozzie Pullin, said: <blockquote>The furst person Lewis encoonters is his brither, wha pulls him up frae the binch. This wis an awmaist perfect metaphor acause faimily memmers are uisually the furst fowk tae push ye forward.</blockquote> Capaldi said: <blockquote>Fur me the video is aboot the fowk we surroond wirsels wi that hae the strenth whan we dinna an help us continue tae mak the richt decisions in moments o fear or haurdship. In the moment we aften chuise tae ignore freends an faimily, thinkin wir judgement is better, but o course in hindsicht whan ye're in that heidspace it's awmaist impossible tae mak the richt decisions.</blockquote> == Chairt performance == "Someone You Loved" reached No. 1 on the UK Singles Chairt an steyed thare fur seiven consecutive weeks. It is Capaldi's furst entry on the US ''Billboard'' Hot 100 an aa, debutin at No. 85 on the issue dated 25 Mey 2019 an becomin the singer's furst nummer-ane single in the kintra on the issue dated 2 November 2019. It reached No. 1 efter 24 weeks on the chairt, becomin ane o the langest climbs tae the tap poseetion in ''Billboard'' history. Efter three non-consecutive weeks on tap it wis replaced bi Post Malone's "Circles". In Ireland, the single cumulated 26.8 million streams in 2019 an wis the mucklest-sellin sang in the kintra that year. == Track leetin == * '''Deegital dounload''' # "Someone You Loved" – 3:02 * '''Deegital dounload''' # "Someone You Loved" (Futur Humans Remix) – 3:09 * '''Deegital dounload''' # "Someone You Loved" (Madism Radio Mix)– 2:37 * '''CD single''' # "Someone You Loved" – 3:02 # "Someone You Loved" (Madism Radio Mix) – 2:37 # "Someone You Loved" (Instrumental) – 3:02 # "Voice Note From Lewis" == Personnel == * TMS – production, mixin * Phil Cook – strings * Lewis Capaldi – vocals, piano * Robert Voseign – masterin * Ryan Walter – airtwirk design * Ali Gavillet – photografie ==Certifications== {{Certification Table Top|caption=Certifications fur "Someone You Loved"}} {{Certification Table Entry|region=Australia|type=single|award=Platinum|number=23|relyear=2018|certyear=2025|access-date=2 September 2025}} {{Certification Table Entry|region=Austria|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=6|type=single|relyear=2018|certyear=2025|access-date=17 July 2025}} {{Certification Table Entry|region=Belgium|award=Platinum|number=4|type=single|relyear=2018|certyear=2021|access-date=12 March 2021}} {{Certification Table Entry|region=Brazil|artist=Lewis Capaldi|title=Someone You Loved|award=Diamond|number=9|type=single|relyear=2019|certyear=2024|access-date=2 September 2024}} {{Certification Table Entry|region=Canada|artist=Lewis Capaldi|title=Someone You Loved|type=single|award=Diamond|number=2|relyear=2019|certyear=2023|access-date=22 November 2023}} {{Certification Table Entry|region=Denmark|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=7|type=single|relyear=2018|certyear=2025|id=16240|access-date=27 November 2025}} {{Certification Table Entry|region=France|artist=Lewis Capaldi|title=Someone You Loved|award=Diamond|type=single|relyear=2018|certyear=2020|access-date=22 April 2020}} {{Certification Table Entry|region=Germany|artist=Lewis Capaldi|title=Someone You Loved|award=Diamond|type=single|relyear=2018|certyear=2023|access-date=20 January 2023}} {{Certification Table Entry|region=Italy|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=6|type=single|relyear=2018|certyear=2024|access-date=5 February 2024|id=12020}} {{Certification Table Entry|region=Netherlands|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=2|type=single|relyear=2018|certyear=2019|access-date=18 May 2020}} {{Certification Table Entry|region=New Zealand|source=radioscope|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=12|type=single|relyear=2018|certyear=2025|access-date=5 December 2025}} {{Certification Table Entry|region=Norway|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|type=single|relyear=2018|certyear=2019|access-date=10 June 2019}} {{Certification Table Entry|region=Poland|artist=Lewis Capaldi|title=Someone You Loved|award=Diamond|type=single|relyear=2018|certyear=2021|certmonth=8|access-date=11 August 2021}} {{Certification Table Entry|region=Portugal|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=7|type=single|relyear=2018|certyear=2023|id=file_2023-11-28-09-53-50.pdf|access-date=30 November 2023}} {{Certification Table Entry|region=Spain|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=6|relyear=2018|certyear=2024|type=single|id=lewis-capaldi-someone-you-loved|access-date=25 June 2024}} {{Certification Table Entry|region=United Kingdom|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=10|type=single|relyear=2018|certyear=2025|id=15491-4876-1|access-date=9 May 2025}} {{Certification Table Entry|region=United States|artist=Lewis Capaldi|title=Someone You Loved|award=Diamond|type=single|relyear=2018|certyear=2023|access-date=8 November 2023}} {{Certification Table Separator|title=Streaming}} {{Certification Table Entry|region=Greece|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|type=single|relyear=2018|certyear=2021|id=20210315180726|access-date=26 October 2021}} {{Certification Table Entry|region=Sweden|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=3|type=single|relyear=2018|certyear=2019|certweek=45|access-date=8 November 2019}} {{Certification Table Bottom|streamsonly=true|nosales=true|noshipments=true|streaming=true}} ==Release history== {| class="wikitable plainrowheaders" |+ Lowse history fur "Someone You Loved" ! Kintra ! Date ! Format ! Label ! {{abbr|Ref.|Reference}} |- ! scope="row"| Unitit Kinrick | 8 November 2018 | {{hlist|[[Muisic dounload|Deegital dounload]]|[[Streamin media|streamin]]}} | [[Virgin Records|Virgin]] | <ref name="iTunes">{{cite web|url=https://music.apple.com/gb/album/breach-ep/1441539148|title=Someone You Loved – Single by Lewis Capaldi|website=[[Apple Music]]|date=8 November 2018|access-date=8 November 2018}}</ref> |- ! scope="row"| Unitit States | 16 Aprile 2019 | [[Contemporary hit radio]] | {{hlist|[[Vertigo Records|Vertigo]]|Virgin}} | <ref>{{cite web|url=https://www.allaccess.com/top40-mainstream/future-releases |title=Top 40/M Future Releases - Mainstream Hit Songs Being Released and Their Release Dates |website=All Access|access-date=2 April 2019}}</ref> |} a3py5wfjcpr4krks4mdpeifxogspzlx 916971 916970 2026-05-18T18:16:46Z Mr.Murdoch78 119895 /* Certifications */ 916971 wikitext text/x-wiki "'''Someone You Loved'''" is a sang bi Scots sangster-sangwriter Lewis Capaldi. It wis lowsed on 8 November 2018 via deegital dounload throu Vertigo Records, as the thrid single frae his seicont extendit pley, ''Breach'' (2018). The sang wis later includit on his debut studio album, ''Divinely Uninspired to a Hellish Extent'' (2019). It wis written bi Capaldi, Samuel Romans, an its producers Thomas Barnes, Peter Kelleher an Benjamin Kohn. The sang wis sent tae radio stations on 16 Aprile 2019 as the album's furst single in the Unitit States. "Someone You Loved" wis a commercial success, peakin at No. 1 on the UK Singles Chairt. The sang becam Capaldi's furst No. 1 single, spendin seiven consecutive weeks atap the chairt an wis the best sellin single o 2019 in the UK. It forby peakit at No. 1 on the Erse Singles Chairt, the Canadian Hot 100, an the Recordin Industry Association o Malaysie singles chairt. In the Unitit States, "Someone You Loved" wis a sleeper hit, tappin the ''Billboard'' Hot 100 in its 24t week on the chairt. The sang is certifee'd Diamond or heicher in Austrailie, Brazil, Canadae, Fraunce, Germany, Poland, Philippines, Thailand, an the Unitit States. It wis nominatit fur Sang o the Year at the 62nd Grammy Awairds. It received an awaird fur Sang o the Year at the 2020 Brit Awairds an aa. In early August 2025, on the streamin app Spotify, the sang becam the fowert sang tae reach 4 billion streams on the app. == Backgrund an composition == "Someone You Loved" is pleyed in the tempo o 110 BPM an key signatur o D♭ major. In an interview wi the French magazine ''Brut'', Capaldi revealed he wrate the sang aboot his grandmither wha haed dee'd. In an interview wi the Breetish wabsteid ''NME'', Capaldi said that it teuk him sax month tae write the sang. He said, "A lot o fowk say that 'the best sangs faw intae yer lap' an that thay're the easiest anes tae write an tak the shortest amoont o time: A halehertedly disagree wi that. A think ma best sangs come frae me sittin at a piano, bashin ma heid against a brick waw fur oors an oors on end tae get ane guid melody." == Creetical reception == Reviewer Dave Simpson o ''The Guardian'' gae the sang fower starns oot o five, cawin it an its hertbreak theme "raw an real." ==Muisic videos== The furst muisic video wis published on 28 Februar 2019 in pairtnership wi an organ donation chairity, ''Live Life Give Life''. This muisic video featurt Capaldi's distant kin (seicont cousin ance remuived), actor Peter Capaldi as a bereaved hauf-marrae wha finds some joy whan he veesits the faimily o the wumman his wife donatit her hert tae, an is able tae listen tae her hertbeat ane last time. The seicont muisic video, featurin the sangster himsel, wis lowsed on 29 August 2019. In the stairt, Capaldi wanders the streets, follaein his lost luve as his freends an strangers try tae stap him frae chasin efter her. His brither, Aidan, forby mak an appearance at the beginnin o the video whaur he pulls Lewis frae the binch. The director o the muisic video, Ozzie Pullin, said: <blockquote>The furst person Lewis encoonters is his brither, wha pulls him up frae the binch. This wis an awmaist perfect metaphor acause faimily memmers are uisually the furst fowk tae push ye forward.</blockquote> Capaldi said: <blockquote>Fur me the video is aboot the fowk we surroond wirsels wi that hae the strenth whan we dinna an help us continue tae mak the richt decisions in moments o fear or haurdship. In the moment we aften chuise tae ignore freends an faimily, thinkin wir judgement is better, but o course in hindsicht whan ye're in that heidspace it's awmaist impossible tae mak the richt decisions.</blockquote> == Chairt performance == "Someone You Loved" reached No. 1 on the UK Singles Chairt an steyed thare fur seiven consecutive weeks. It is Capaldi's furst entry on the US ''Billboard'' Hot 100 an aa, debutin at No. 85 on the issue dated 25 Mey 2019 an becomin the singer's furst nummer-ane single in the kintra on the issue dated 2 November 2019. It reached No. 1 efter 24 weeks on the chairt, becomin ane o the langest climbs tae the tap poseetion in ''Billboard'' history. Efter three non-consecutive weeks on tap it wis replaced bi Post Malone's "Circles". In Ireland, the single cumulated 26.8 million streams in 2019 an wis the mucklest-sellin sang in the kintra that year. == Track leetin == * '''Deegital dounload''' # "Someone You Loved" – 3:02 * '''Deegital dounload''' # "Someone You Loved" (Futur Humans Remix) – 3:09 * '''Deegital dounload''' # "Someone You Loved" (Madism Radio Mix)– 2:37 * '''CD single''' # "Someone You Loved" – 3:02 # "Someone You Loved" (Madism Radio Mix) – 2:37 # "Someone You Loved" (Instrumental) – 3:02 # "Voice Note From Lewis" == Personnel == * TMS – production, mixin * Phil Cook – strings * Lewis Capaldi – vocals, piano * Robert Voseign – masterin * Ryan Walter – airtwirk design * Ali Gavillet – photografie ==Certifications== {{Certification Table Top|caption=Certifications fur "Someone You Loved"}} {{Certification Table Entry|region=Australia|type=single|award=Platinum|number=23|relyear=2018|certyear=2025|access-date=2 September 2025}} {{Certification Table Entry|region=Austria|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=6|type=single|relyear=2018|certyear=2025|access-date=17 July 2025}} {{Certification Table Entry|region=Belgium|award=Platinum|number=4|type=single|relyear=2018|certyear=2021|access-date=12 March 2021}} {{Certification Table Entry|region=Canada|artist=Lewis Capaldi|title=Someone You Loved|type=single|award=Diamond|number=2|relyear=2019|certyear=2023|access-date=22 November 2023}} {{Certification Table Entry|region=Denmark|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=7|type=single|relyear=2018|certyear=2025|id=16240|access-date=27 November 2025}} {{Certification Table Entry|region=Italy|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=6|type=single|relyear=2018|certyear=2024|access-date=5 February 2024|id=12020}} {{Certification Table Entry|region=Netherlands|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=2|type=single|relyear=2018|certyear=2019|access-date=18 May 2020}} {{Certification Table Entry|region=New Zealand|source=radioscope|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=12|type=single|relyear=2018|certyear=2025|access-date=5 December 2025}} {{Certification Table Entry|region=Norway|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|type=single|relyear=2018|certyear=2019|access-date=10 June 2019}} {{Certification Table Entry|region=Portugal|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=7|type=single|relyear=2018|certyear=2023|id=file_2023-11-28-09-53-50.pdf|access-date=30 November 2023}} {{Certification Table Entry|region=Spain|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=6|relyear=2018|certyear=2024|type=single|id=lewis-capaldi-someone-you-loved|access-date=25 June 2024}} {{Certification Table Entry|region=United Kingdom|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=10|type=single|relyear=2018|certyear=2025|id=15491-4876-1|access-date=9 May 2025}} {{Certification Table Entry|region=United States|artist=Lewis Capaldi|title=Someone You Loved|award=Diamond|type=single|relyear=2018|certyear=2023|access-date=8 November 2023}} {{Certification Table Entry|region=Greece|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|type=single|relyear=2018|certyear=2021|id=20210315180726|access-date=26 October 2021}} {{Certification Table Entry|region=Sweden|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=3|type=single|relyear=2018|certyear=2019|certweek=45|access-date=8 November 2019}} {{Certification Table Bottom|streamsonly=true|nosales=true|noshipments=true|streaming=true}} ==Release history== {| class="wikitable plainrowheaders" |+ Lowse history fur "Someone You Loved" ! Kintra ! Date ! Format ! Label ! {{abbr|Ref.|Reference}} |- ! scope="row"| Unitit Kinrick | 8 November 2018 | {{hlist|[[Muisic dounload|Deegital dounload]]|[[Streamin media|streamin]]}} | [[Virgin Records|Virgin]] | <ref name="iTunes">{{cite web|url=https://music.apple.com/gb/album/breach-ep/1441539148|title=Someone You Loved – Single by Lewis Capaldi|website=[[Apple Music]]|date=8 November 2018|access-date=8 November 2018}}</ref> |- ! scope="row"| Unitit States | 16 Aprile 2019 | [[Contemporary hit radio]] | {{hlist|[[Vertigo Records|Vertigo]]|Virgin}} | <ref>{{cite web|url=https://www.allaccess.com/top40-mainstream/future-releases |title=Top 40/M Future Releases - Mainstream Hit Songs Being Released and Their Release Dates |website=All Access|access-date=2 April 2019}}</ref> |} 9v79zh75bwsqp0523z3c0s6ulge70tq 916973 916971 2026-05-18T18:21:33Z Mr.Murdoch78 119895 916973 wikitext text/x-wiki "'''Someone You Loved'''" is a sang bi Scots sangster-sangwriter Lewis Capaldi. It wis lowsed on 8 November 2018 via deegital dounload throu Vertigo Records, as the thrid single frae his seicont extendit pley, ''Breach'' (2018). The sang wis later includit on his debut studio album, ''Divinely Uninspired to a Hellish Extent'' (2019). It wis written bi Capaldi, Samuel Romans, an its producers Thomas Barnes, Peter Kelleher an Benjamin Kohn. The sang wis sent tae radio stations on 16 Aprile 2019 as the album's furst single in the Unitit States. "Someone You Loved" wis a commercial success, peakin at No. 1 on the UK Singles Chairt. The sang becam Capaldi's furst No. 1 single, spendin seiven consecutive weeks atap the chairt an wis the best sellin single o 2019 in the UK. It forby peakit at No. 1 on the Erse Singles Chairt, the Canadian Hot 100, an the Recordin Industry Association o Malaysie singles chairt. In the Unitit States, "Someone You Loved" wis a sleeper hit, tappin the ''Billboard'' Hot 100 in its 24t week on the chairt. The sang is certifee'd Diamond or heicher in Austrailie, Brazil, Canadae, Fraunce, Germany, Poland, Philippines, Thailand, an the Unitit States. It wis nominatit fur Sang o the Year at the 62nd Grammy Awairds. It received an awaird fur Sang o the Year at the 2020 Brit Awairds an aa. In early August 2025, on the streamin app Spotify, the sang becam the fowert sang tae reach 4 billion streams on the app. == Backgrund an composition == "Someone You Loved" is pleyed in the tempo o 110 BPM an key signatur o D♭ major. In an interview wi the French magazine ''Brut'', Capaldi revealed he wrate the sang aboot his grandmither wha haed dee'd. In an interview wi the Breetish wabsteid ''NME'', Capaldi said that it teuk him sax month tae write the sang. He said, "A lot o fowk say that 'the best sangs faw intae yer lap' an that thay're the easiest anes tae write an tak the shortest amoont o time: A halehertedly disagree wi that. A think ma best sangs come frae me sittin at a piano, bashin ma heid against a brick waw fur oors an oors on end tae get ane guid melody." == Creetical reception == Reviewer Dave Simpson o ''The Guardian'' gae the sang fower starns oot o five, cawin it an its hertbreak theme "raw an real." ==Muisic videos== The furst muisic video wis published on 28 Februar 2019 in pairtnership wi an organ donation chairity, ''Live Life Give Life''. This muisic video featurt Capaldi's distant kin (seicont cousin ance remuived), actor Peter Capaldi as a bereaved hauf-marrae wha finds some joy whan he veesits the faimily o the wumman his wife donatit her hert tae, an is able tae listen tae her hertbeat ane last time. The seicont muisic video, featurin the sangster himsel, wis lowsed on 29 August 2019. In the stairt, Capaldi wanders the streets, follaein his lost luve as his freends an strangers try tae stap him frae chasin efter her. His brither, Aidan, forby mak an appearance at the beginnin o the video whaur he pulls Lewis frae the binch. The director o the muisic video, Ozzie Pullin, said: <blockquote>The furst person Lewis encoonters is his brither, wha pulls him up frae the binch. This wis an awmaist perfect metaphor acause faimily memmers are uisually the furst fowk tae push ye forward.</blockquote> Capaldi said: <blockquote>Fur me the video is aboot the fowk we surroond wirsels wi that hae the strenth whan we dinna an help us continue tae mak the richt decisions in moments o fear or haurdship. In the moment we aften chuise tae ignore freends an faimily, thinkin wir judgement is better, but o course in hindsicht whan ye're in that heidspace it's awmaist impossible tae mak the richt decisions.</blockquote> == Chairt performance == "Someone You Loved" reached No. 1 on the UK Singles Chairt an steyed thare fur seiven consecutive weeks. It is Capaldi's furst entry on the US ''Billboard'' Hot 100 an aa, debutin at No. 85 on the issue dated 25 Mey 2019 an becomin the singer's furst nummer-ane single in the kintra on the issue dated 2 November 2019. It reached No. 1 efter 24 weeks on the chairt, becomin ane o the langest climbs tae the tap poseetion in ''Billboard'' history. Efter three non-consecutive weeks on tap it wis replaced bi Post Malone's "Circles". In Ireland, the single cumulated 26.8 million streams in 2019 an wis the mucklest-sellin sang in the kintra that year. == Track leetin == * '''Deegital dounload''' # "Someone You Loved" – 3:02 * '''Deegital dounload''' # "Someone You Loved" (Futur Humans Remix) – 3:09 * '''Deegital dounload''' # "Someone You Loved" (Madism Radio Mix)– 2:37 * '''CD single''' # "Someone You Loved" – 3:02 # "Someone You Loved" (Madism Radio Mix) – 2:37 # "Someone You Loved" (Instrumental) – 3:02 # "Voice Note From Lewis" == Personnel == * TMS – production, mixin * Phil Cook – strings * Lewis Capaldi – vocals, piano * Robert Voseign – masterin * Ryan Walter – airtwirk design * Ali Gavillet – photografie ==Certifications== {{Certification Table Top|caption=Certifications fur "Someone You Loved"}} {{Certification Table Entry|region=Australia|type=single|award=Platinum|number=23|relyear=2018|certyear=2025|access-date=2 September 2025}} {{Certification Table Entry|region=Austria|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=6|type=single|relyear=2018|certyear=2025|access-date=17 July 2025}} {{Certification Table Entry|region=United Kingdom|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=10|type=single|relyear=2018|certyear=2025|id=15491-4876-1|access-date=9 May 2025}} {{Certification Table Entry|region=United States|artist=Lewis Capaldi|title=Someone You Loved|award=Diamond|type=single|relyear=2018|certyear=2023|access-date=8 November 2023}} {{Certification Table Bottom|streamsonly=true|nosales=true|noshipments=true|streaming=true}} ==Release history== {| class="wikitable plainrowheaders" |+ Lowse history fur "Someone You Loved" ! Kintra ! Date ! Format ! Label ! {{abbr|Ref.|Reference}} |- ! scope="row"| Unitit Kinrick | 8 November 2018 | {{hlist|[[Muisic dounload|Deegital dounload]]|[[Streamin media|streamin]]}} | [[Virgin Records|Virgin]] | <ref name="iTunes">{{cite web|url=https://music.apple.com/gb/album/breach-ep/1441539148|title=Someone You Loved – Single by Lewis Capaldi|website=[[Apple Music]]|date=8 November 2018|access-date=8 November 2018}}</ref> |- ! scope="row"| Unitit States | 16 Aprile 2019 | [[Contemporary hit radio]] | {{hlist|[[Vertigo Records|Vertigo]]|Virgin}} | <ref>{{cite web|url=https://www.allaccess.com/top40-mainstream/future-releases |title=Top 40/M Future Releases - Mainstream Hit Songs Being Released and Their Release Dates |website=All Access|access-date=2 April 2019}}</ref> |} n1ybg8b9rwc9l257jhvsxol1la3hq9d 916975 916973 2026-05-18T18:30:14Z Mr.Murdoch78 119895 916975 wikitext text/x-wiki "'''Someone You Loved'''" is a sang bi Scots sangster-sangwriter Lewis Capaldi. It wis lowsed on 8 November 2018 via deegital dounload throu Vertigo Records, as the thrid single frae his seicont extendit pley, ''Breach'' (2018). The sang wis later includit on his debut studio album, ''Divinely Uninspired to a Hellish Extent'' (2019). It wis written bi Capaldi, Samuel Romans, an its producers Thomas Barnes, Peter Kelleher an Benjamin Kohn. The sang wis sent tae radio stations on 16 Aprile 2019 as the album's furst single in the Unitit States. "Someone You Loved" wis a commercial success, peakin at No. 1 on the UK Singles Chairt. The sang becam Capaldi's furst No. 1 single, spendin seiven consecutive weeks atap the chairt an wis the best sellin single o 2019 in the UK. It forby peakit at No. 1 on the Erse Singles Chairt, the Canadian Hot 100, an the Recordin Industry Association o Malaysie singles chairt. In the Unitit States, "Someone You Loved" wis a sleeper hit, tappin the ''Billboard'' Hot 100 in its 24t week on the chairt. The sang is certifee'd Diamond or heicher in Austrailie, Brazil, Canadae, Fraunce, Germany, Poland, Philippines, Thailand, an the Unitit States. It wis nominatit fur Sang o the Year at the 62nd Grammy Awairds. It received an awaird fur Sang o the Year at the 2020 Brit Awairds an aa. In early August 2025, on the streamin app Spotify, the sang becam the fowert sang tae reach 4 billion streams on the app. == Backgrund an composition == "Someone You Loved" is pleyed in the tempo o 110 BPM an key signatur o D♭ major. In an interview wi the French magazine ''Brut'', Capaldi revealed he wrate the sang aboot his grandmither wha haed dee'd. In an interview wi the Breetish wabsteid ''NME'', Capaldi said that it teuk him sax month tae write the sang. He said, "A lot o fowk say that 'the best sangs faw intae yer lap' an that thay're the easiest anes tae write an tak the shortest amoont o time: A halehertedly disagree wi that. A think ma best sangs come frae me sittin at a piano, bashin ma heid against a brick waw fur oors an oors on end tae get ane guid melody." == Creetical reception == Reviewer Dave Simpson o ''The Guardian'' gae the sang fower starns oot o five, cawin it an its hertbreak theme "raw an real." ==Muisic videos== The furst muisic video wis published on 28 Februar 2019 in pairtnership wi an organ donation chairity, ''Live Life Give Life''. This muisic video featurt Capaldi's distant kin (seicont cousin ance remuived), actor Peter Capaldi as a bereaved hauf-marrae wha finds some joy whan he veesits the faimily o the wumman his wife donatit her hert tae, an is able tae listen tae her hertbeat ane last time. The seicont muisic video, featurin the sangster himsel, wis lowsed on 29 August 2019. In the stairt, Capaldi wanders the streets, follaein his lost luve as his freends an strangers try tae stap him frae chasin efter her. His brither, Aidan, forby mak an appearance at the beginnin o the video whaur he pulls Lewis frae the binch. The director o the muisic video, Ozzie Pullin, said: <blockquote>The furst person Lewis encoonters is his brither, wha pulls him up frae the binch. This wis an awmaist perfect metaphor acause faimily memmers are uisually the furst fowk tae push ye forward.</blockquote> Capaldi said: <blockquote>Fur me the video is aboot the fowk we surroond wirsels wi that hae the strenth whan we dinna an help us continue tae mak the richt decisions in moments o fear or haurdship. In the moment we aften chuise tae ignore freends an faimily, thinkin wir judgement is better, but o course in hindsicht whan ye're in that heidspace it's awmaist impossible tae mak the richt decisions.</blockquote> == Chairt performance == "Someone You Loved" reached No. 1 on the UK Singles Chairt an steyed thare fur seiven consecutive weeks. It is Capaldi's furst entry on the US ''Billboard'' Hot 100 an aa, debutin at No. 85 on the issue dated 25 Mey 2019 an becomin the singer's furst nummer-ane single in the kintra on the issue dated 2 November 2019. It reached No. 1 efter 24 weeks on the chairt, becomin ane o the langest climbs tae the tap poseetion in ''Billboard'' history. Efter three non-consecutive weeks on tap it wis replaced bi Post Malone's "Circles". In Ireland, the single cumulated 26.8 million streams in 2019 an wis the mucklest-sellin sang in the kintra that year. == Track leetin == * '''Deegital dounload''' # "Someone You Loved" – 3:02 * '''Deegital dounload''' # "Someone You Loved" (Futur Humans Remix) – 3:09 * '''Deegital dounload''' # "Someone You Loved" (Madism Radio Mix)– 2:37 * '''CD single''' # "Someone You Loved" – 3:02 # "Someone You Loved" (Madism Radio Mix) – 2:37 # "Someone You Loved" (Instrumental) – 3:02 # "Voice Note From Lewis" == Personnel == * TMS – production, mixin * Phil Cook – strings * Lewis Capaldi – vocals, piano * Robert Voseign – masterin * Ryan Walter – airtwirk design * Ali Gavillet – photografie ==Certifications== {{Certification Table Top|caption=Certifications fur "Someone You Loved"}} {{Certification Table Entry|region=Australia|type=single|award=Platinum|number=23|relyear=2018|certyear=2025|access-date=2 September 2025}} {{Certification Table Entry|region=Austria|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=6|type=single|relyear=2018|certyear=2025|access-date=17 July 2025}} {{Certification Table Entry|region=United Kingdom|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=10|type=single|relyear=2018|certyear=2025|id=15491-4876-1|access-date=9 May 2025}} {{Certification Table Entry|region=United States|artist=Lewis Capaldi|title=Someone You Loved|award=Diamond|type=single|relyear=2018|certyear=2023|access-date=8 November 2023}} {{Certification Table Bottom|streamsonly=true|nosales=true|noshipments=true|streaming=true}} ==Release history== {| class="wikitable plainrowheaders" |+ Lowse history fur "Someone You Loved" ! Kintra ! Date ! Format ! Label ! {{abbr|Ref.|Reference}} |- ! scope="row"| Unitit Kinrick | 8 November 2018 | {{hlist|[[Muisic dounload|Deegital dounload]]|[[Streamin media|streamin]]}} | [[Virgin Records|Virgin]] | <ref name="iTunes">{{cite web|url=https://music.apple.com/gb/album/breach-ep/1441539148|title=Someone You Loved – Single by Lewis Capaldi|website=[[Apple Music]]|date=8 November 2018|access-date=8 November 2018}}</ref> |- ! scope="row"| Unitit States | 16 Aprile 2019 | [[Contemporary hit radio]] | {{hlist|[[Vertigo Records|Vertigo]]|Virgin}} | <ref>{{cite web|url=https://www.allaccess.com/top40-mainstream/future-releases |title=Top 40/M Future Releases - Mainstream Hit Songs Being Released and Their Release Dates |website=All Access|access-date=2 April 2019}}</ref> |} == Kiver versions == * The Piano Guys kivert the sang in a piano an cello composition on thair video featurin ''World of Dance'' saison 2 contestants Charity Anderson an Andres Penate. * Nicola Roberts performed the sang in her Queen Bee disguise on the furst series o ''The Masked Singer UK''. * Camila Cabello an the Jonas Brothers kivert the sang durin BBC Radio 1's Live Lounge, whiles Bastille, Charlie Puth, an Alec Benjamin kivert the sang fur Sirius XM. * Capaldi performed the sang as a surprise guest wi Nina Nesbitt an James Bay at thair concerts, an wi Alicia Keys at the 2019 iHeartRadio Muisic Fest. * Conor Maynard kivert the sang in September 2019. * Chris Daughtry kivert the sang durin the seicont saison o ''The Masked Singer'' an wad later perform it durin the 2020 pandemic "Live from Home" tour * Australian siblin duo Angus & Julia Stone lowsed a kiver o the sang in 2024 fur Triple J's ''Like a Version''. * In 2026, Italian componer Giacomo Bucci includit an orchestral arrangement o "Someone You Loved" on ''Mainstream Overtures'', his album o orchestral reinterpretations lowsed on 6 Mairch 2026. == See an aw == * Leet o best-sellin singles in Austrailie * Leet o heichest-certifee'd deegital singles in the Unitit States * Leet o ''Billboard'' Hot 100 nummer-ane singles o 2019 * Leet o Canadian Hot 100 nummer-ane singles o 2019 * Leet o nummer-ane singles o 2019 (Ireland) * Leet o nummer-ane sangs o 2019 (Malaysie) * Leet o UK Singles Chairt nummer anes o the 2010s * Leet o Billboard Adult Contemporary nummer anes o 2019 an 2020 (U.S.) t9ki7jl7l5ialpcz7qsvn818ix37err 916976 916975 2026-05-18T18:35:12Z Mr.Murdoch78 119895 916976 wikitext text/x-wiki "'''Someone You Loved'''" is a sang bi Scots sangster-sangwriter Lewis Capaldi. It wis lowsed on 8 November 2018 via deegital dounload throu Vertigo Records, as the thrid single frae his seicont extendit pley, ''Breach'' (2018). The sang wis later includit on his debut studio album, ''Divinely Uninspired to a Hellish Extent'' (2019). It wis written bi Capaldi, Samuel Romans, an its producers Thomas Barnes, Peter Kelleher an Benjamin Kohn. The sang wis sent tae radio stations on 16 Aprile 2019 as the album's furst single in the Unitit States. "Someone You Loved" wis a commercial success, peakin at No. 1 on the UK Singles Chairt. The sang becam Capaldi's furst No. 1 single, spendin seiven consecutive weeks atap the chairt an wis the best sellin single o 2019 in the UK. It forby peakit at No. 1 on the Erse Singles Chairt, the Canadian Hot 100, an the Recordin Industry Association o Malaysie singles chairt. In the Unitit States, "Someone You Loved" wis a sleeper hit, tappin the ''Billboard'' Hot 100 in its 24t week on the chairt. The sang is certifee'd Diamond or heicher in Austrailie, Brazil, Canadae, Fraunce, Germany, Poland, Philippines, Thailand, an the Unitit States. It wis nominatit fur Sang o the Year at the 62nd Grammy Awairds. It received an awaird fur Sang o the Year at the 2020 Brit Awairds an aa. In early August 2025, on the streamin app Spotify, the sang becam the fowert sang tae reach 4 billion streams on the app. == Backgrund an composition == "Someone You Loved" is pleyed in the tempo o 110 BPM an key signatur o D♭ major. In an interview wi the French magazine ''Brut'', Capaldi revealed he wrate the sang aboot his grandmither wha haed dee'd. In an interview wi the Breetish wabsteid ''NME'', Capaldi said that it teuk him sax month tae write the sang. He said, "A lot o fowk say that 'the best sangs faw intae yer lap' an that thay're the easiest anes tae write an tak the shortest amoont o time: A halehertedly disagree wi that. A think ma best sangs come frae me sittin at a piano, bashin ma heid against a brick waw fur oors an oors on end tae get ane guid melody." == Creetical reception == Reviewer Dave Simpson o ''The Guardian'' gae the sang fower starns oot o five, cawin it an its hertbreak theme "raw an real." ==Muisic videos== The furst muisic video wis published on 28 Februar 2019 in pairtnership wi an organ donation chairity, ''Live Life Give Life''. This muisic video featurt Capaldi's distant kin (seicont cousin ance remuived), actor Peter Capaldi as a bereaved hauf-marrae wha finds some joy whan he veesits the faimily o the wumman his wife donatit her hert tae, an is able tae listen tae her hertbeat ane last time. The seicont muisic video, featurin the sangster himsel, wis lowsed on 29 August 2019. In the stairt, Capaldi wanders the streets, follaein his lost luve as his freends an strangers try tae stap him frae chasin efter her. His brither, Aidan, forby mak an appearance at the beginnin o the video whaur he pulls Lewis frae the binch. The director o the muisic video, Ozzie Pullin, said: <blockquote>The furst person Lewis encoonters is his brither, wha pulls him up frae the binch. This wis an awmaist perfect metaphor acause faimily memmers are uisually the furst fowk tae push ye forward.</blockquote> Capaldi said: <blockquote>Fur me the video is aboot the fowk we surroond wirsels wi that hae the strenth whan we dinna an help us continue tae mak the richt decisions in moments o fear or haurdship. In the moment we aften chuise tae ignore freends an faimily, thinkin wir judgement is better, but o course in hindsicht whan ye're in that heidspace it's awmaist impossible tae mak the richt decisions.</blockquote> == Chairt performance == "Someone You Loved" reached No. 1 on the UK Singles Chairt an steyed thare fur seiven consecutive weeks. It is Capaldi's furst entry on the US ''Billboard'' Hot 100 an aa, debutin at No. 85 on the issue dated 25 Mey 2019 an becomin the singer's furst nummer-ane single in the kintra on the issue dated 2 November 2019. It reached No. 1 efter 24 weeks on the chairt, becomin ane o the langest climbs tae the tap poseetion in ''Billboard'' history. Efter three non-consecutive weeks on tap it wis replaced bi Post Malone's "Circles". In Ireland, the single cumulated 26.8 million streams in 2019 an wis the mucklest-sellin sang in the kintra that year. == Track leetin == * '''Deegital dounload''' # "Someone You Loved" – 3:02 * '''Deegital dounload''' # "Someone You Loved" (Futur Humans Remix) – 3:09 * '''Deegital dounload''' # "Someone You Loved" (Madism Radio Mix)– 2:37 * '''CD single''' # "Someone You Loved" – 3:02 # "Someone You Loved" (Madism Radio Mix) – 2:37 # "Someone You Loved" (Instrumental) – 3:02 # "Voice Note From Lewis" == Personnel == * TMS – production, mixin * Phil Cook – strings * Lewis Capaldi – vocals, piano * Robert Voseign – masterin * Ryan Walter – airtwirk design * Ali Gavillet – photografie ==Certifications== {{Certification Table Top|caption=Certifications fur "Someone You Loved"}} {{Certification Table Entry|region=Australia|type=single|award=Platinum|number=23|relyear=2018|certyear=2025|access-date=2 September 2025}} {{Certification Table Entry|region=Austria|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=6|type=single|relyear=2018|certyear=2025|access-date=17 July 2025}} {{Certification Table Entry|region=United Kingdom|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=10|type=single|relyear=2018|certyear=2025|id=15491-4876-1|access-date=9 May 2025}} {{Certification Table Entry|region=United States|artist=Lewis Capaldi|title=Someone You Loved|award=Diamond|type=single|relyear=2018|certyear=2023|access-date=8 November 2023}} {{Certification Table Bottom|streamsonly=true|nosales=true|noshipments=true|streaming=true}} ==Release history== {| class="wikitable plainrowheaders" |+ Lowse history fur "Someone You Loved" ! Kintra ! Date ! Format ! Label ! {{abbr|Ref.|Reference}} |- ! scope="row"| Unitit Kinrick | 8 November 2018 | {{hlist|[[Muisic dounload|Deegital dounload]]|[[Streamin media|streamin]]}} | [[Virgin Records|Virgin]] | <ref name="iTunes">{{cite web|url=https://music.apple.com/gb/album/breach-ep/1441539148|title=Someone You Loved – Single by Lewis Capaldi|website=[[Apple Music]]|date=8 November 2018|access-date=8 November 2018}}</ref> |- ! scope="row"| Unitit States | 16 Aprile 2019 | [[Contemporary hit radio]] | {{hlist|[[Vertigo Records|Vertigo]]|Virgin}} | <ref>{{cite web|url=https://www.allaccess.com/top40-mainstream/future-releases |title=Top 40/M Future Releases - Mainstream Hit Songs Being Released and Their Release Dates |website=All Access|access-date=2 April 2019}}</ref> |} == Kiver versions == * The Piano Guys kivert the sang in a piano an cello composition on thair video featurin ''World of Dance'' saison 2 contestants Charity Anderson an Andres Penate. * Nicola Roberts performed the sang in her Queen Bee disguise on the furst series o ''The Masked Singer UK''. * Camila Cabello an the Jonas Brothers kivert the sang durin BBC Radio 1's Live Lounge, whiles Bastille, Charlie Puth, an Alec Benjamin kivert the sang fur Sirius XM. * Capaldi performed the sang as a surprise guest wi Nina Nesbitt an James Bay at thair concerts, an wi Alicia Keys at the 2019 iHeartRadio Muisic Fest. * Conor Maynard kivert the sang in September 2019. * Chris Daughtry kivert the sang durin the seicont saison o ''The Masked Singer'' an wad later perform it durin the 2020 pandemic "Live from Home" tour * Australian siblin duo Angus & Julia Stone lowsed a kiver o the sang in 2024 fur Triple J's ''Like a Version''. * In 2026, Italian componer Giacomo Bucci includit an orchestral arrangement o "Someone You Loved" on ''Mainstream Overtures'', his album o orchestral reinterpretations lowsed on 6 Mairch 2026. == See an aw == * Leet o best-sellin singles in Austrailie * Leet o heichest-certifee'd deegital singles in the Unitit States * Leet o ''Billboard'' Hot 100 nummer-ane singles o 2019 * Leet o Canadian Hot 100 nummer-ane singles o 2019 * Leet o nummer-ane singles o 2019 (Ireland) * Leet o nummer-ane sangs o 2019 (Malaysie) * Leet o UK Singles Chairt nummer anes o the 2010s * Leet o Billboard Adult Contemporary nummer anes o 2019 an 2020 (U.S.) ==References== {{Reflist}} ==Fremmit airtins== * {{YouTube|zABLecsR5UE|Someone You Loved|link=no}} * {{YouTube|o6aOigx9uu0|The Making of 'Someone You Loved' (Vevo Footnotes)|link=no}} [[Category:2018 sangs]] [[Category:2018 singles]] [[Category:2010s ballads]] [[Category:Pop ballads]] [[Category:Billboard Hot 100 nummer-ane singles]] [[Category:Brit Awaird fur Breetish Single]] [[Category:Canadian Hot 100 nummer-ane singles]] [[Category:Erse Singles Chairt nummer-ane singles]] [[Category:Nummer-ane singles in Malaysie]] [[Category:Lewis Capaldi sangs]] [[Category:UK singles chairt nummer-ane singles]] [[Category:Sangs written bi Romans (muisicker)]] [[Category:Sangs written bi Peter Kelleher (sangwriter)]] [[Category:Sangs written bi Tom Barnes (sangwriter)]] [[Category:Sangs written bi Ben Kohn]] [[Category:Sang recordins produced bi TMS (production team)]] [[Category:Sangs written bi Lewis Capaldi]] [[Category:Sangs aboot hertache]] [[Category:Sangs inspired bi daiths]] [[Category:Universal Music Group singles]] [[Category:Vertigo Records singles]] [[Category:Virgin Records singles]] [[Category:Nummer-ane singles in the Czech Republic]] 77tzfkb70rw51sa5pivgp8z4vzwhrqx 916983 916976 2026-05-18T18:52:09Z Mr.Murdoch78 119895 916983 wikitext text/x-wiki "'''Someone You Loved'''" ([[Scots leid|Scots]]: ''Someane Ye Luved'') is a sang bi Scots sangster-sangwriter Lewis Capaldi. It wis lowsed on 8 November 2018 via deegital dounload throu Vertigo Records, as the thrid single frae his seicont extendit pley, ''Breach'' (2018). The sang wis later includit on his debut studio album, ''Divinely Uninspired to a Hellish Extent'' (2019). It wis written bi Capaldi, Samuel Romans, an its producers Thomas Barnes, Peter Kelleher an Benjamin Kohn. The sang wis sent tae radio stations on 16 Aprile 2019 as the album's furst single in the Unitit States. "Someone You Loved" wis a commercial success, peakin at No. 1 on the UK Singles Chairt. The sang becam Capaldi's furst No. 1 single, spendin seiven consecutive weeks atap the chairt an wis the best sellin single o 2019 in the UK. It forby peakit at No. 1 on the Erse Singles Chairt, the Canadian Hot 100, an the Recordin Industry Association o Malaysie singles chairt. In the Unitit States, "Someone You Loved" wis a sleeper hit, tappin the ''Billboard'' Hot 100 in its 24t week on the chairt. The sang is certifee'd Diamond or heicher in Austrailie, Brazil, Canadae, Fraunce, Germany, Poland, Philippines, Thailand, an the Unitit States. It wis nominatit fur Sang o the Year at the 62nd Grammy Awairds. It received an awaird fur Sang o the Year at the 2020 Brit Awairds an aa. In early August 2025, on the streamin app Spotify, the sang becam the fowert sang tae reach 4 billion streams on the app. == Backgrund an composition == "Someone You Loved" is pleyed in the tempo o 110 BPM an key signatur o D♭ major. In an interview wi the French magazine ''Brut'', Capaldi revealed he wrate the sang aboot his grandmither wha haed dee'd. In an interview wi the Breetish wabsteid ''NME'', Capaldi said that it teuk him sax month tae write the sang. He said, "A lot o fowk say that 'the best sangs faw intae yer lap' an that thay're the easiest anes tae write an tak the shortest amoont o time: A halehertedly disagree wi that. A think ma best sangs come frae me sittin at a piano, bashin ma heid against a brick waw fur oors an oors on end tae get ane guid melody." == Creetical reception == Reviewer Dave Simpson o ''The Guardian'' gae the sang fower starns oot o five, cawin it an its hertbreak theme "raw an real." ==Muisic videos== The furst muisic video wis published on 28 Februar 2019 in pairtnership wi an organ donation chairity, ''Live Life Give Life''. This muisic video featurt Capaldi's distant kin (seicont cousin ance remuived), actor Peter Capaldi as a bereaved hauf-marrae wha finds some joy whan he veesits the faimily o the wumman his wife donatit her hert tae, an is able tae listen tae her hertbeat ane last time. The seicont muisic video, featurin the sangster himsel, wis lowsed on 29 August 2019. In the stairt, Capaldi wanders the streets, follaein his lost luve as his freends an strangers try tae stap him frae chasin efter her. His brither, Aidan, forby mak an appearance at the beginnin o the video whaur he pulls Lewis frae the binch. The director o the muisic video, Ozzie Pullin, said: <blockquote>The furst person Lewis encoonters is his brither, wha pulls him up frae the binch. This wis an awmaist perfect metaphor acause faimily memmers are uisually the furst fowk tae push ye forward.</blockquote> Capaldi said: <blockquote>Fur me the video is aboot the fowk we surroond wirsels wi that hae the strenth whan we dinna an help us continue tae mak the richt decisions in moments o fear or haurdship. In the moment we aften chuise tae ignore freends an faimily, thinkin wir judgement is better, but o course in hindsicht whan ye're in that heidspace it's awmaist impossible tae mak the richt decisions.</blockquote> == Chairt performance == "Someone You Loved" reached No. 1 on the UK Singles Chairt an steyed thare fur seiven consecutive weeks. It is Capaldi's furst entry on the US ''Billboard'' Hot 100 an aa, debutin at No. 85 on the issue dated 25 Mey 2019 an becomin the singer's furst nummer-ane single in the kintra on the issue dated 2 November 2019. It reached No. 1 efter 24 weeks on the chairt, becomin ane o the langest climbs tae the tap poseetion in ''Billboard'' history. Efter three non-consecutive weeks on tap it wis replaced bi Post Malone's "Circles". In Ireland, the single cumulated 26.8 million streams in 2019 an wis the mucklest-sellin sang in the kintra that year. == Track leetin == * '''Deegital dounload''' # "Someone You Loved" – 3:02 * '''Deegital dounload''' # "Someone You Loved" (Futur Humans Remix) – 3:09 * '''Deegital dounload''' # "Someone You Loved" (Madism Radio Mix)– 2:37 * '''CD single''' # "Someone You Loved" – 3:02 # "Someone You Loved" (Madism Radio Mix) – 2:37 # "Someone You Loved" (Instrumental) – 3:02 # "Voice Note From Lewis" == Personnel == * TMS – production, mixin * Phil Cook – strings * Lewis Capaldi – vocals, piano * Robert Voseign – masterin * Ryan Walter – airtwirk design * Ali Gavillet – photografie ==Certifications== {{Certification Table Top|caption=Certifications fur "Someone You Loved"}} {{Certification Table Entry|region=Australia|type=single|award=Platinum|number=23|relyear=2018|certyear=2025|access-date=2 September 2025}} {{Certification Table Entry|region=Austria|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=6|type=single|relyear=2018|certyear=2025|access-date=17 July 2025}} {{Certification Table Entry|region=United Kingdom|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=10|type=single|relyear=2018|certyear=2025|id=15491-4876-1|access-date=9 May 2025}} {{Certification Table Entry|region=United States|artist=Lewis Capaldi|title=Someone You Loved|award=Diamond|type=single|relyear=2018|certyear=2023|access-date=8 November 2023}} {{Certification Table Bottom|streamsonly=true|nosales=true|noshipments=true|streaming=true}} ==Release history== {| class="wikitable plainrowheaders" |+ Lowse history fur "Someone You Loved" ! Kintra ! Date ! Format ! Label ! {{abbr|Ref.|Reference}} |- ! scope="row"| Unitit Kinrick | 8 November 2018 | {{hlist|[[Muisic dounload|Deegital dounload]]|[[Streamin media|streamin]]}} | [[Virgin Records|Virgin]] | <ref name="iTunes">{{cite web|url=https://music.apple.com/gb/album/breach-ep/1441539148|title=Someone You Loved – Single by Lewis Capaldi|website=[[Apple Music]]|date=8 November 2018|access-date=8 November 2018}}</ref> |- ! scope="row"| Unitit States | 16 Aprile 2019 | [[Contemporary hit radio]] | {{hlist|[[Vertigo Records|Vertigo]]|Virgin}} | <ref>{{cite web|url=https://www.allaccess.com/top40-mainstream/future-releases |title=Top 40/M Future Releases - Mainstream Hit Songs Being Released and Their Release Dates |website=All Access|access-date=2 April 2019}}</ref> |} == Kiver versions == * The Piano Guys kivert the sang in a piano an cello composition on thair video featurin ''World of Dance'' saison 2 contestants Charity Anderson an Andres Penate. * Nicola Roberts performed the sang in her Queen Bee disguise on the furst series o ''The Masked Singer UK''. * Camila Cabello an the Jonas Brothers kivert the sang durin BBC Radio 1's Live Lounge, whiles Bastille, Charlie Puth, an Alec Benjamin kivert the sang fur Sirius XM. * Capaldi performed the sang as a surprise guest wi Nina Nesbitt an James Bay at thair concerts, an wi Alicia Keys at the 2019 iHeartRadio Muisic Fest. * Conor Maynard kivert the sang in September 2019. * Chris Daughtry kivert the sang durin the seicont saison o ''The Masked Singer'' an wad later perform it durin the 2020 pandemic "Live from Home" tour * Australian siblin duo Angus & Julia Stone lowsed a kiver o the sang in 2024 fur Triple J's ''Like a Version''. * In 2026, Italian componer Giacomo Bucci includit an orchestral arrangement o "Someone You Loved" on ''Mainstream Overtures'', his album o orchestral reinterpretations lowsed on 6 Mairch 2026. == See an aw == * Leet o best-sellin singles in Austrailie * Leet o heichest-certifee'd deegital singles in the Unitit States * Leet o ''Billboard'' Hot 100 nummer-ane singles o 2019 * Leet o Canadian Hot 100 nummer-ane singles o 2019 * Leet o nummer-ane singles o 2019 (Ireland) * Leet o nummer-ane sangs o 2019 (Malaysie) * Leet o UK Singles Chairt nummer anes o the 2010s * Leet o Billboard Adult Contemporary nummer anes o 2019 an 2020 (U.S.) ==References== {{Reflist}} ==Fremmit airtins== * {{YouTube|zABLecsR5UE|Someone You Loved|link=no}} * {{YouTube|o6aOigx9uu0|The Making of 'Someone You Loved' (Vevo Footnotes)|link=no}} [[Category:2018 sangs]] [[Category:2018 singles]] [[Category:2010s ballads]] [[Category:Pop ballads]] [[Category:Billboard Hot 100 nummer-ane singles]] [[Category:Brit Awaird fur Breetish Single]] [[Category:Canadian Hot 100 nummer-ane singles]] [[Category:Erse Singles Chairt nummer-ane singles]] [[Category:Nummer-ane singles in Malaysie]] [[Category:Lewis Capaldi sangs]] [[Category:UK singles chairt nummer-ane singles]] [[Category:Sangs written bi Romans (muisicker)]] [[Category:Sangs written bi Peter Kelleher (sangwriter)]] [[Category:Sangs written bi Tom Barnes (sangwriter)]] [[Category:Sangs written bi Ben Kohn]] [[Category:Sang recordins produced bi TMS (production team)]] [[Category:Sangs written bi Lewis Capaldi]] [[Category:Sangs aboot hertache]] [[Category:Sangs inspired bi daiths]] [[Category:Universal Music Group singles]] [[Category:Vertigo Records singles]] [[Category:Virgin Records singles]] [[Category:Nummer-ane singles in the Czech Republic]] i38il57p6hu0jvdx4uunepip2o92vgx 916984 916983 2026-05-18T18:57:04Z Mr.Murdoch78 119895 916984 wikitext text/x-wiki {{Infobox song | name = Someone You Loved | cover = | type = single | artist = [[Lewis Capaldi]] | EP = [[Breach (Lewis Capaldi EP)|Breach]] ''an the album'' [[Divinely Uninspired to a Hellish Extent]] | released = 8 November 2018 | length = 3:02 | label = [[Vertigo Records|Vertigo]] | writer = * Lewis Capaldi * [[Romans (muisicker)|Samuel Romans]] * [[TMS (production team)|Thomas Barnes]] * [[TMS (production team)|Peter Kelleher]] * [[TMS (production team)|Benjamin Kohn]] | producer = [[TMS (production team)|TMS]] | prev_title = [[Grace (Lewis Capaldi sang)|Grace]] | prev_year = 2018 | next_title = [[Hold Me While You Wait]] | next_year = 2019 | misc = {{External music video|header=Music videos|{{YouTube|bCuhuePlP8o|"Someone You Loved" (furst version)}} {{External music video|header=no|{{YouTube|zABLecsR5UE|"Someone You Loved" (seicont version)}}}}}} }} "'''Someone You Loved'''" ([[Scots leid|Scots]]: ''Someane Ye Luved'') is a sang bi Scots sangster-sangwriter Lewis Capaldi. It wis lowsed on 8 November 2018 via deegital dounload throu Vertigo Records, as the thrid single frae his seicont extendit pley, ''Breach'' (2018). The sang wis later includit on his debut studio album, ''Divinely Uninspired to a Hellish Extent'' (2019). It wis written bi Capaldi, Samuel Romans, an its producers Thomas Barnes, Peter Kelleher an Benjamin Kohn. The sang wis sent tae radio stations on 16 Aprile 2019 as the album's furst single in the Unitit States. "Someone You Loved" wis a commercial success, peakin at No. 1 on the UK Singles Chairt. The sang becam Capaldi's furst No. 1 single, spendin seiven consecutive weeks atap the chairt an wis the best sellin single o 2019 in the UK. It forby peakit at No. 1 on the Erse Singles Chairt, the Canadian Hot 100, an the Recordin Industry Association o Malaysie singles chairt. In the Unitit States, "Someone You Loved" wis a sleeper hit, tappin the ''Billboard'' Hot 100 in its 24t week on the chairt. The sang is certifee'd Diamond or heicher in Austrailie, Brazil, Canadae, Fraunce, Germany, Poland, Philippines, Thailand, an the Unitit States. It wis nominatit fur Sang o the Year at the 62nd Grammy Awairds. It received an awaird fur Sang o the Year at the 2020 Brit Awairds an aa. In early August 2025, on the streamin app Spotify, the sang becam the fowert sang tae reach 4 billion streams on the app. == Backgrund an composition == "Someone You Loved" is pleyed in the tempo o 110 BPM an key signatur o D♭ major. In an interview wi the French magazine ''Brut'', Capaldi revealed he wrate the sang aboot his grandmither wha haed dee'd. In an interview wi the Breetish wabsteid ''NME'', Capaldi said that it teuk him sax month tae write the sang. He said, "A lot o fowk say that 'the best sangs faw intae yer lap' an that thay're the easiest anes tae write an tak the shortest amoont o time: A halehertedly disagree wi that. A think ma best sangs come frae me sittin at a piano, bashin ma heid against a brick waw fur oors an oors on end tae get ane guid melody." == Creetical reception == Reviewer Dave Simpson o ''The Guardian'' gae the sang fower starns oot o five, cawin it an its hertbreak theme "raw an real." ==Muisic videos== The furst muisic video wis published on 28 Februar 2019 in pairtnership wi an organ donation chairity, ''Live Life Give Life''. This muisic video featurt Capaldi's distant kin (seicont cousin ance remuived), actor Peter Capaldi as a bereaved hauf-marrae wha finds some joy whan he veesits the faimily o the wumman his wife donatit her hert tae, an is able tae listen tae her hertbeat ane last time. The seicont muisic video, featurin the sangster himsel, wis lowsed on 29 August 2019. In the stairt, Capaldi wanders the streets, follaein his lost luve as his freends an strangers try tae stap him frae chasin efter her. His brither, Aidan, forby mak an appearance at the beginnin o the video whaur he pulls Lewis frae the binch. The director o the muisic video, Ozzie Pullin, said: <blockquote>The furst person Lewis encoonters is his brither, wha pulls him up frae the binch. This wis an awmaist perfect metaphor acause faimily memmers are uisually the furst fowk tae push ye forward.</blockquote> Capaldi said: <blockquote>Fur me the video is aboot the fowk we surroond wirsels wi that hae the strenth whan we dinna an help us continue tae mak the richt decisions in moments o fear or haurdship. In the moment we aften chuise tae ignore freends an faimily, thinkin wir judgement is better, but o course in hindsicht whan ye're in that heidspace it's awmaist impossible tae mak the richt decisions.</blockquote> == Chairt performance == "Someone You Loved" reached No. 1 on the UK Singles Chairt an steyed thare fur seiven consecutive weeks. It is Capaldi's furst entry on the US ''Billboard'' Hot 100 an aa, debutin at No. 85 on the issue dated 25 Mey 2019 an becomin the singer's furst nummer-ane single in the kintra on the issue dated 2 November 2019. It reached No. 1 efter 24 weeks on the chairt, becomin ane o the langest climbs tae the tap poseetion in ''Billboard'' history. Efter three non-consecutive weeks on tap it wis replaced bi Post Malone's "Circles". In Ireland, the single cumulated 26.8 million streams in 2019 an wis the mucklest-sellin sang in the kintra that year. == Track leetin == * '''Deegital dounload''' # "Someone You Loved" – 3:02 * '''Deegital dounload''' # "Someone You Loved" (Futur Humans Remix) – 3:09 * '''Deegital dounload''' # "Someone You Loved" (Madism Radio Mix)– 2:37 * '''CD single''' # "Someone You Loved" – 3:02 # "Someone You Loved" (Madism Radio Mix) – 2:37 # "Someone You Loved" (Instrumental) – 3:02 # "Voice Note From Lewis" == Personnel == * TMS – production, mixin * Phil Cook – strings * Lewis Capaldi – vocals, piano * Robert Voseign – masterin * Ryan Walter – airtwirk design * Ali Gavillet – photografie ==Certifications== {{Certification Table Top|caption=Certifications fur "Someone You Loved"}} {{Certification Table Entry|region=Australia|type=single|award=Platinum|number=23|relyear=2018|certyear=2025|access-date=2 September 2025}} {{Certification Table Entry|region=Austria|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=6|type=single|relyear=2018|certyear=2025|access-date=17 July 2025}} {{Certification Table Entry|region=United Kingdom|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=10|type=single|relyear=2018|certyear=2025|id=15491-4876-1|access-date=9 May 2025}} {{Certification Table Entry|region=United States|artist=Lewis Capaldi|title=Someone You Loved|award=Diamond|type=single|relyear=2018|certyear=2023|access-date=8 November 2023}} {{Certification Table Bottom|streamsonly=true|nosales=true|noshipments=true|streaming=true}} ==Release history== {| class="wikitable plainrowheaders" |+ Lowse history fur "Someone You Loved" ! Kintra ! Date ! Format ! Label ! {{abbr|Ref.|Reference}} |- ! scope="row"| Unitit Kinrick | 8 November 2018 | {{hlist|[[Muisic dounload|Deegital dounload]]|[[Streamin media|streamin]]}} | [[Virgin Records|Virgin]] | <ref name="iTunes">{{cite web|url=https://music.apple.com/gb/album/breach-ep/1441539148|title=Someone You Loved – Single by Lewis Capaldi|website=[[Apple Music]]|date=8 November 2018|access-date=8 November 2018}}</ref> |- ! scope="row"| Unitit States | 16 Aprile 2019 | [[Contemporary hit radio]] | {{hlist|[[Vertigo Records|Vertigo]]|Virgin}} | <ref>{{cite web|url=https://www.allaccess.com/top40-mainstream/future-releases |title=Top 40/M Future Releases - Mainstream Hit Songs Being Released and Their Release Dates |website=All Access|access-date=2 April 2019}}</ref> |} == Kiver versions == * The Piano Guys kivert the sang in a piano an cello composition on thair video featurin ''World of Dance'' saison 2 contestants Charity Anderson an Andres Penate. * Nicola Roberts performed the sang in her Queen Bee disguise on the furst series o ''The Masked Singer UK''. * Camila Cabello an the Jonas Brothers kivert the sang durin BBC Radio 1's Live Lounge, whiles Bastille, Charlie Puth, an Alec Benjamin kivert the sang fur Sirius XM. * Capaldi performed the sang as a surprise guest wi Nina Nesbitt an James Bay at thair concerts, an wi Alicia Keys at the 2019 iHeartRadio Muisic Fest. * Conor Maynard kivert the sang in September 2019. * Chris Daughtry kivert the sang durin the seicont saison o ''The Masked Singer'' an wad later perform it durin the 2020 pandemic "Live from Home" tour * Australian siblin duo Angus & Julia Stone lowsed a kiver o the sang in 2024 fur Triple J's ''Like a Version''. * In 2026, Italian componer Giacomo Bucci includit an orchestral arrangement o "Someone You Loved" on ''Mainstream Overtures'', his album o orchestral reinterpretations lowsed on 6 Mairch 2026. == See an aw == * Leet o best-sellin singles in Austrailie * Leet o heichest-certifee'd deegital singles in the Unitit States * Leet o ''Billboard'' Hot 100 nummer-ane singles o 2019 * Leet o Canadian Hot 100 nummer-ane singles o 2019 * Leet o nummer-ane singles o 2019 (Ireland) * Leet o nummer-ane sangs o 2019 (Malaysie) * Leet o UK Singles Chairt nummer anes o the 2010s * Leet o Billboard Adult Contemporary nummer anes o 2019 an 2020 (U.S.) ==References== {{Reflist}} ==Fremmit airtins== * {{YouTube|zABLecsR5UE|Someone You Loved|link=no}} * {{YouTube|o6aOigx9uu0|The Making of 'Someone You Loved' (Vevo Footnotes)|link=no}} [[Category:2018 sangs]] [[Category:2018 singles]] [[Category:2010s ballads]] [[Category:Pop ballads]] [[Category:Billboard Hot 100 nummer-ane singles]] [[Category:Brit Awaird fur Breetish Single]] [[Category:Canadian Hot 100 nummer-ane singles]] [[Category:Erse Singles Chairt nummer-ane singles]] [[Category:Nummer-ane singles in Malaysie]] [[Category:Lewis Capaldi sangs]] [[Category:UK singles chairt nummer-ane singles]] [[Category:Sangs written bi Romans (muisicker)]] [[Category:Sangs written bi Peter Kelleher (sangwriter)]] [[Category:Sangs written bi Tom Barnes (sangwriter)]] [[Category:Sangs written bi Ben Kohn]] [[Category:Sang recordins produced bi TMS (production team)]] [[Category:Sangs written bi Lewis Capaldi]] [[Category:Sangs aboot hertache]] [[Category:Sangs inspired bi daiths]] [[Category:Universal Music Group singles]] [[Category:Vertigo Records singles]] [[Category:Virgin Records singles]] [[Category:Nummer-ane singles in the Czech Republic]] 7k48pyfy11btowb6mku5r7a9j9vpqwa 916985 916984 2026-05-18T19:05:30Z Mr.Murdoch78 119895 916985 wikitext text/x-wiki {{Infobox song | name = Someone You Loved | cover = | type = single | artist = [[Lewis Capaldi]] | EP = [[Breach (Lewis Capaldi EP)|Breach]] ''an the album'' [[Divinely Uninspired to a Hellish Extent]] | released = 8 November 2018 | length = 3:02 | label = [[Vertigo Records|Vertigo]] | writer = * Lewis Capaldi * [[Romans (muisicker)|Samuel Romans]] * [[TMS (production team)|Thomas Barnes]] * [[TMS (production team)|Peter Kelleher]] * [[TMS (production team)|Benjamin Kohn]] | producer = [[TMS (production team)|TMS]] | prev_title = [[Grace (Lewis Capaldi sang)|Grace]] | prev_year = 2018 | next_title = [[Hold Me While You Wait]] | next_year = 2019 | misc = {{External music video|header=Muisic videos|{{YouTube|bCuhuePlP8o|"Someone You Loved" (furst version)}} {{External music video|header=|{{YouTube|zABLecsR5UE|"Someone You Loved" (seicont version)}}}}}} }} "'''Someone You Loved'''" ([[Scots leid|Scots]]: ''Someane Ye Luved'') is a sang bi Scots sangster-sangwriter Lewis Capaldi. It wis lowsed on 8 November 2018 via deegital dounload throu Vertigo Records, as the thrid single frae his seicont extendit pley, ''Breach'' (2018). The sang wis later includit on his debut studio album, ''Divinely Uninspired to a Hellish Extent'' (2019). It wis written bi Capaldi, Samuel Romans, an its producers Thomas Barnes, Peter Kelleher an Benjamin Kohn. The sang wis sent tae radio stations on 16 Aprile 2019 as the album's furst single in the Unitit States. "Someone You Loved" wis a commercial success, peakin at No. 1 on the UK Singles Chairt. The sang becam Capaldi's furst No. 1 single, spendin seiven consecutive weeks atap the chairt an wis the best sellin single o 2019 in the UK. It forby peakit at No. 1 on the Erse Singles Chairt, the Canadian Hot 100, an the Recordin Industry Association o Malaysie singles chairt. In the Unitit States, "Someone You Loved" wis a sleeper hit, tappin the ''Billboard'' Hot 100 in its 24t week on the chairt. The sang is certifee'd Diamond or heicher in Austrailie, Brazil, Canadae, Fraunce, Germany, Poland, Philippines, Thailand, an the Unitit States. It wis nominatit fur Sang o the Year at the 62nd Grammy Awairds. It received an awaird fur Sang o the Year at the 2020 Brit Awairds an aa. In early August 2025, on the streamin app Spotify, the sang becam the fowert sang tae reach 4 billion streams on the app. == Backgrund an composition == "Someone You Loved" is pleyed in the tempo o 110 BPM an key signatur o D♭ major. In an interview wi the French magazine ''Brut'', Capaldi revealed he wrate the sang aboot his grandmither wha haed dee'd. In an interview wi the Breetish wabsteid ''NME'', Capaldi said that it teuk him sax month tae write the sang. He said, "A lot o fowk say that 'the best sangs faw intae yer lap' an that thay're the easiest anes tae write an tak the shortest amoont o time: A halehertedly disagree wi that. A think ma best sangs come frae me sittin at a piano, bashin ma heid against a brick waw fur oors an oors on end tae get ane guid melody." == Creetical reception == Reviewer Dave Simpson o ''The Guardian'' gae the sang fower starns oot o five, cawin it an its hertbreak theme "raw an real." ==Muisic videos== The furst muisic video wis published on 28 Februar 2019 in pairtnership wi an organ donation chairity, ''Live Life Give Life''. This muisic video featurt Capaldi's distant kin (seicont cousin ance remuived), actor Peter Capaldi as a bereaved hauf-marrae wha finds some joy whan he veesits the faimily o the wumman his wife donatit her hert tae, an is able tae listen tae her hertbeat ane last time. The seicont muisic video, featurin the sangster himsel, wis lowsed on 29 August 2019. In the stairt, Capaldi wanders the streets, follaein his lost luve as his freends an strangers try tae stap him frae chasin efter her. His brither, Aidan, forby mak an appearance at the beginnin o the video whaur he pulls Lewis frae the binch. The director o the muisic video, Ozzie Pullin, said: <blockquote>The furst person Lewis encoonters is his brither, wha pulls him up frae the binch. This wis an awmaist perfect metaphor acause faimily memmers are uisually the furst fowk tae push ye forward.</blockquote> Capaldi said: <blockquote>Fur me the video is aboot the fowk we surroond wirsels wi that hae the strenth whan we dinna an help us continue tae mak the richt decisions in moments o fear or haurdship. In the moment we aften chuise tae ignore freends an faimily, thinkin wir judgement is better, but o course in hindsicht whan ye're in that heidspace it's awmaist impossible tae mak the richt decisions.</blockquote> == Chairt performance == "Someone You Loved" reached No. 1 on the UK Singles Chairt an steyed thare fur seiven consecutive weeks. It is Capaldi's furst entry on the US ''Billboard'' Hot 100 an aa, debutin at No. 85 on the issue dated 25 Mey 2019 an becomin the singer's furst nummer-ane single in the kintra on the issue dated 2 November 2019. It reached No. 1 efter 24 weeks on the chairt, becomin ane o the langest climbs tae the tap poseetion in ''Billboard'' history. Efter three non-consecutive weeks on tap it wis replaced bi Post Malone's "Circles". In Ireland, the single cumulated 26.8 million streams in 2019 an wis the mucklest-sellin sang in the kintra that year. == Track leetin == * '''Deegital dounload''' # "Someone You Loved" – 3:02 * '''Deegital dounload''' # "Someone You Loved" (Futur Humans Remix) – 3:09 * '''Deegital dounload''' # "Someone You Loved" (Madism Radio Mix)– 2:37 * '''CD single''' # "Someone You Loved" – 3:02 # "Someone You Loved" (Madism Radio Mix) – 2:37 # "Someone You Loved" (Instrumental) – 3:02 # "Voice Note From Lewis" == Personnel == * TMS – production, mixin * Phil Cook – strings * Lewis Capaldi – vocals, piano * Robert Voseign – masterin * Ryan Walter – airtwirk design * Ali Gavillet – photografie ==Certifications== {{Certification Table Top|caption=Certifications fur "Someone You Loved"}} {{Certification Table Entry|region=Australia|type=single|award=Platinum|number=23|relyear=2018|certyear=2025|access-date=2 September 2025}} {{Certification Table Entry|region=Austria|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=6|type=single|relyear=2018|certyear=2025|access-date=17 July 2025}} {{Certification Table Entry|region=United Kingdom|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=10|type=single|relyear=2018|certyear=2025|id=15491-4876-1|access-date=9 May 2025}} {{Certification Table Entry|region=United States|artist=Lewis Capaldi|title=Someone You Loved|award=Diamond|type=single|relyear=2018|certyear=2023|access-date=8 November 2023}} {{Certification Table Bottom|streamsonly=true|nosales=true|noshipments=true|streaming=true}} ==Release history== {| class="wikitable plainrowheaders" |+ Lowse history fur "Someone You Loved" ! Kintra ! Date ! Format ! Label ! {{abbr|Ref.|Reference}} |- ! scope="row"| Unitit Kinrick | 8 November 2018 | {{hlist|[[Muisic dounload|Deegital dounload]]|[[Streamin media|streamin]]}} | [[Virgin Records|Virgin]] | <ref name="iTunes">{{cite web|url=https://music.apple.com/gb/album/breach-ep/1441539148|title=Someone You Loved – Single by Lewis Capaldi|website=[[Apple Music]]|date=8 November 2018|access-date=8 November 2018}}</ref> |- ! scope="row"| Unitit States | 16 Aprile 2019 | [[Contemporary hit radio]] | {{hlist|[[Vertigo Records|Vertigo]]|Virgin}} | <ref>{{cite web|url=https://www.allaccess.com/top40-mainstream/future-releases |title=Top 40/M Future Releases - Mainstream Hit Songs Being Released and Their Release Dates |website=All Access|access-date=2 April 2019}}</ref> |} == Kiver versions == * The Piano Guys kivert the sang in a piano an cello composition on thair video featurin ''World of Dance'' saison 2 contestants Charity Anderson an Andres Penate. * Nicola Roberts performed the sang in her Queen Bee disguise on the furst series o ''The Masked Singer UK''. * Camila Cabello an the Jonas Brothers kivert the sang durin BBC Radio 1's Live Lounge, whiles Bastille, Charlie Puth, an Alec Benjamin kivert the sang fur Sirius XM. * Capaldi performed the sang as a surprise guest wi Nina Nesbitt an James Bay at thair concerts, an wi Alicia Keys at the 2019 iHeartRadio Muisic Fest. * Conor Maynard kivert the sang in September 2019. * Chris Daughtry kivert the sang durin the seicont saison o ''The Masked Singer'' an wad later perform it durin the 2020 pandemic "Live from Home" tour * Australian siblin duo Angus & Julia Stone lowsed a kiver o the sang in 2024 fur Triple J's ''Like a Version''. * In 2026, Italian componer Giacomo Bucci includit an orchestral arrangement o "Someone You Loved" on ''Mainstream Overtures'', his album o orchestral reinterpretations lowsed on 6 Mairch 2026. == See an aw == * Leet o best-sellin singles in Austrailie * Leet o heichest-certifee'd deegital singles in the Unitit States * Leet o ''Billboard'' Hot 100 nummer-ane singles o 2019 * Leet o Canadian Hot 100 nummer-ane singles o 2019 * Leet o nummer-ane singles o 2019 (Ireland) * Leet o nummer-ane sangs o 2019 (Malaysie) * Leet o UK Singles Chairt nummer anes o the 2010s * Leet o Billboard Adult Contemporary nummer anes o 2019 an 2020 (U.S.) ==References== {{Reflist}} ==Fremmit airtins== * {{YouTube|zABLecsR5UE|Someone You Loved|link=no}} * {{YouTube|o6aOigx9uu0|The Making of 'Someone You Loved' (Vevo Footnotes)|link=no}} [[Category:2018 sangs]] [[Category:2018 singles]] [[Category:2010s ballads]] [[Category:Pop ballads]] [[Category:Billboard Hot 100 nummer-ane singles]] [[Category:Brit Awaird fur Breetish Single]] [[Category:Canadian Hot 100 nummer-ane singles]] [[Category:Erse Singles Chairt nummer-ane singles]] [[Category:Nummer-ane singles in Malaysie]] [[Category:Lewis Capaldi sangs]] [[Category:UK singles chairt nummer-ane singles]] [[Category:Sangs written bi Romans (muisicker)]] [[Category:Sangs written bi Peter Kelleher (sangwriter)]] [[Category:Sangs written bi Tom Barnes (sangwriter)]] [[Category:Sangs written bi Ben Kohn]] [[Category:Sang recordins produced bi TMS (production team)]] [[Category:Sangs written bi Lewis Capaldi]] [[Category:Sangs aboot hertache]] [[Category:Sangs inspired bi daiths]] [[Category:Universal Music Group singles]] [[Category:Vertigo Records singles]] [[Category:Virgin Records singles]] [[Category:Nummer-ane singles in the Czech Republic]] j1ggg8a2b9fgy59wosprq4hld2j2qmp 916986 916985 2026-05-18T19:10:14Z Mr.Murdoch78 119895 916986 wikitext text/x-wiki {{Infobox sang | name = Someone You Loved | cover = | type = single | artist = [[Lewis Capaldi]] | EP = [[Breach (Lewis Capaldi EP)|Breach]] ''an the album'' [[Divinely Uninspired to a Hellish Extent]] | released = 8 November 2018 | length = 3:02 | label = [[Vertigo Records|Vertigo]] | writer = * Lewis Capaldi * [[Romans (muisicker)|Samuel Romans]] * [[TMS (production team)|Thomas Barnes]] * [[TMS (production team)|Peter Kelleher]] * [[TMS (production team)|Benjamin Kohn]] | producer = [[TMS (production team)|TMS]] | prev_title = [[Grace (Lewis Capaldi sang)|Grace]] | prev_year = 2018 | next_title = [[Hold Me While You Wait]] | next_year = 2019 | misc = {{External music video|header=Muisic videos|{{YouTube|bCuhuePlP8o|"Someone You Loved" (furst version)}} {{External music video|header=|{{YouTube|zABLecsR5UE|"Someone You Loved" (seicont version)}}}}}} }} "'''Someone You Loved'''" ([[Scots leid|Scots]]: ''Someane Ye Luved'') is a sang bi Scots sangster-sangwriter Lewis Capaldi. It wis lowsed on 8 November 2018 via deegital dounload throu Vertigo Records, as the thrid single frae his seicont extendit pley, ''Breach'' (2018). The sang wis later includit on his debut studio album, ''Divinely Uninspired to a Hellish Extent'' (2019). It wis written bi Capaldi, Samuel Romans, an its producers Thomas Barnes, Peter Kelleher an Benjamin Kohn. The sang wis sent tae radio stations on 16 Aprile 2019 as the album's furst single in the Unitit States. "Someone You Loved" wis a commercial success, peakin at No. 1 on the UK Singles Chairt. The sang becam Capaldi's furst No. 1 single, spendin seiven consecutive weeks atap the chairt an wis the best sellin single o 2019 in the UK. It forby peakit at No. 1 on the Erse Singles Chairt, the Canadian Hot 100, an the Recordin Industry Association o Malaysie singles chairt. In the Unitit States, "Someone You Loved" wis a sleeper hit, tappin the ''Billboard'' Hot 100 in its 24t week on the chairt. The sang is certifee'd Diamond or heicher in Austrailie, Brazil, Canadae, Fraunce, Germany, Poland, Philippines, Thailand, an the Unitit States. It wis nominatit fur Sang o the Year at the 62nd Grammy Awairds. It received an awaird fur Sang o the Year at the 2020 Brit Awairds an aa. In early August 2025, on the streamin app Spotify, the sang becam the fowert sang tae reach 4 billion streams on the app. == Backgrund an composition == "Someone You Loved" is pleyed in the tempo o 110 BPM an key signatur o D♭ major. In an interview wi the French magazine ''Brut'', Capaldi revealed he wrate the sang aboot his grandmither wha haed dee'd. In an interview wi the Breetish wabsteid ''NME'', Capaldi said that it teuk him sax month tae write the sang. He said, "A lot o fowk say that 'the best sangs faw intae yer lap' an that thay're the easiest anes tae write an tak the shortest amoont o time: A halehertedly disagree wi that. A think ma best sangs come frae me sittin at a piano, bashin ma heid against a brick waw fur oors an oors on end tae get ane guid melody." == Creetical reception == Reviewer Dave Simpson o ''The Guardian'' gae the sang fower starns oot o five, cawin it an its hertbreak theme "raw an real." ==Muisic videos== The furst muisic video wis published on 28 Februar 2019 in pairtnership wi an organ donation chairity, ''Live Life Give Life''. This muisic video featurt Capaldi's distant kin (seicont cousin ance remuived), actor Peter Capaldi as a bereaved hauf-marrae wha finds some joy whan he veesits the faimily o the wumman his wife donatit her hert tae, an is able tae listen tae her hertbeat ane last time. The seicont muisic video, featurin the sangster himsel, wis lowsed on 29 August 2019. In the stairt, Capaldi wanders the streets, follaein his lost luve as his freends an strangers try tae stap him frae chasin efter her. His brither, Aidan, forby mak an appearance at the beginnin o the video whaur he pulls Lewis frae the binch. The director o the muisic video, Ozzie Pullin, said: <blockquote>The furst person Lewis encoonters is his brither, wha pulls him up frae the binch. This wis an awmaist perfect metaphor acause faimily memmers are uisually the furst fowk tae push ye forward.</blockquote> Capaldi said: <blockquote>Fur me the video is aboot the fowk we surroond wirsels wi that hae the strenth whan we dinna an help us continue tae mak the richt decisions in moments o fear or haurdship. In the moment we aften chuise tae ignore freends an faimily, thinkin wir judgement is better, but o course in hindsicht whan ye're in that heidspace it's awmaist impossible tae mak the richt decisions.</blockquote> == Chairt performance == "Someone You Loved" reached No. 1 on the UK Singles Chairt an steyed thare fur seiven consecutive weeks. It is Capaldi's furst entry on the US ''Billboard'' Hot 100 an aa, debutin at No. 85 on the issue dated 25 Mey 2019 an becomin the singer's furst nummer-ane single in the kintra on the issue dated 2 November 2019. It reached No. 1 efter 24 weeks on the chairt, becomin ane o the langest climbs tae the tap poseetion in ''Billboard'' history. Efter three non-consecutive weeks on tap it wis replaced bi Post Malone's "Circles". In Ireland, the single cumulated 26.8 million streams in 2019 an wis the mucklest-sellin sang in the kintra that year. == Track leetin == * '''Deegital dounload''' # "Someone You Loved" – 3:02 * '''Deegital dounload''' # "Someone You Loved" (Futur Humans Remix) – 3:09 * '''Deegital dounload''' # "Someone You Loved" (Madism Radio Mix)– 2:37 * '''CD single''' # "Someone You Loved" – 3:02 # "Someone You Loved" (Madism Radio Mix) – 2:37 # "Someone You Loved" (Instrumental) – 3:02 # "Voice Note From Lewis" == Personnel == * TMS – production, mixin * Phil Cook – strings * Lewis Capaldi – vocals, piano * Robert Voseign – masterin * Ryan Walter – airtwirk design * Ali Gavillet – photografie ==Certifications== {{Certification Table Top|caption=Certifications fur "Someone You Loved"}} {{Certification Table Entry|region=Australia|type=single|award=Platinum|number=23|relyear=2018|certyear=2025|access-date=2 September 2025}} {{Certification Table Entry|region=Austria|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=6|type=single|relyear=2018|certyear=2025|access-date=17 July 2025}} {{Certification Table Entry|region=United Kingdom|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=10|type=single|relyear=2018|certyear=2025|id=15491-4876-1|access-date=9 May 2025}} {{Certification Table Entry|region=United States|artist=Lewis Capaldi|title=Someone You Loved|award=Diamond|type=single|relyear=2018|certyear=2023|access-date=8 November 2023}} {{Certification Table Bottom|streamsonly=true|nosales=true|noshipments=true|streaming=true}} ==Release history== {| class="wikitable plainrowheaders" |+ Lowse history fur "Someone You Loved" ! Kintra ! Date ! Format ! Label ! {{abbr|Ref.|Reference}} |- ! scope="row"| Unitit Kinrick | 8 November 2018 | {{hlist|[[Muisic dounload|Deegital dounload]]|[[Streamin media|streamin]]}} | [[Virgin Records|Virgin]] | <ref name="iTunes">{{cite web|url=https://music.apple.com/gb/album/breach-ep/1441539148|title=Someone You Loved – Single by Lewis Capaldi|website=[[Apple Music]]|date=8 November 2018|access-date=8 November 2018}}</ref> |- ! scope="row"| Unitit States | 16 Aprile 2019 | [[Contemporary hit radio]] | {{hlist|[[Vertigo Records|Vertigo]]|Virgin}} | <ref>{{cite web|url=https://www.allaccess.com/top40-mainstream/future-releases |title=Top 40/M Future Releases - Mainstream Hit Songs Being Released and Their Release Dates |website=All Access|access-date=2 April 2019}}</ref> |} == Kiver versions == * The Piano Guys kivert the sang in a piano an cello composition on thair video featurin ''World of Dance'' saison 2 contestants Charity Anderson an Andres Penate. * Nicola Roberts performed the sang in her Queen Bee disguise on the furst series o ''The Masked Singer UK''. * Camila Cabello an the Jonas Brothers kivert the sang durin BBC Radio 1's Live Lounge, whiles Bastille, Charlie Puth, an Alec Benjamin kivert the sang fur Sirius XM. * Capaldi performed the sang as a surprise guest wi Nina Nesbitt an James Bay at thair concerts, an wi Alicia Keys at the 2019 iHeartRadio Muisic Fest. * Conor Maynard kivert the sang in September 2019. * Chris Daughtry kivert the sang durin the seicont saison o ''The Masked Singer'' an wad later perform it durin the 2020 pandemic "Live from Home" tour * Australian siblin duo Angus & Julia Stone lowsed a kiver o the sang in 2024 fur Triple J's ''Like a Version''. * In 2026, Italian componer Giacomo Bucci includit an orchestral arrangement o "Someone You Loved" on ''Mainstream Overtures'', his album o orchestral reinterpretations lowsed on 6 Mairch 2026. == See an aw == * Leet o best-sellin singles in Austrailie * Leet o heichest-certifee'd deegital singles in the Unitit States * Leet o ''Billboard'' Hot 100 nummer-ane singles o 2019 * Leet o Canadian Hot 100 nummer-ane singles o 2019 * Leet o nummer-ane singles o 2019 (Ireland) * Leet o nummer-ane sangs o 2019 (Malaysie) * Leet o UK Singles Chairt nummer anes o the 2010s * Leet o Billboard Adult Contemporary nummer anes o 2019 an 2020 (U.S.) ==References== {{Reflist}} ==Fremmit airtins== * {{YouTube|zABLecsR5UE|Someone You Loved|link=no}} * {{YouTube|o6aOigx9uu0|The Making of 'Someone You Loved' (Vevo Footnotes)|link=no}} [[Category:2018 sangs]] [[Category:2018 singles]] [[Category:2010s ballads]] [[Category:Pop ballads]] [[Category:Billboard Hot 100 nummer-ane singles]] [[Category:Brit Awaird fur Breetish Single]] [[Category:Canadian Hot 100 nummer-ane singles]] [[Category:Erse Singles Chairt nummer-ane singles]] [[Category:Nummer-ane singles in Malaysie]] [[Category:Lewis Capaldi sangs]] [[Category:UK singles chairt nummer-ane singles]] [[Category:Sangs written bi Romans (muisicker)]] [[Category:Sangs written bi Peter Kelleher (sangwriter)]] [[Category:Sangs written bi Tom Barnes (sangwriter)]] [[Category:Sangs written bi Ben Kohn]] [[Category:Sang recordins produced bi TMS (production team)]] [[Category:Sangs written bi Lewis Capaldi]] [[Category:Sangs aboot hertache]] [[Category:Sangs inspired bi daiths]] [[Category:Universal Music Group singles]] [[Category:Vertigo Records singles]] [[Category:Virgin Records singles]] [[Category:Nummer-ane singles in the Czech Republic]] klv7qip1uxurfkft05ku7nthyq3r5j0 916988 916986 2026-05-18T19:11:34Z Mr.Murdoch78 119895 916988 wikitext text/x-wiki {{Infobox sang | name = Someone You Loved | cover = | type = single | artist = [[Lewis Capaldi]] | EP = [[Breach (Lewis Capaldi EP)|Breach]] ''an the album'' [[Divinely Uninspired to a Hellish Extent]] | released = 8 November 2018 | length = 3:02 | label = [[Vertigo Records|Vertigo]] | writer = * Lewis Capaldi * [[Romans (muisicker)|Samuel Romans]] * [[TMS (production team)|Thomas Barnes]] * [[TMS (production team)|Peter Kelleher]] * [[TMS (production team)|Benjamin Kohn]] | producer = [[TMS (production team)|TMS]] | prev_title = [[Grace (Lewis Capaldi sang)|Grace]] | prev_year = 2018 | next_title = [[Hold Me While You Wait]] | next_year = 2019 | misc = {{Freemit muisic video|header=Muisic videos|{{YouTube|bCuhuePlP8o|"Someone You Loved" (furst version)}} {{Freemit muisic video|header=|{{YouTube|zABLecsR5UE|"Someone You Loved" (seicont version)}}}}}} }} "'''Someone You Loved'''" ([[Scots leid|Scots]]: ''Someane Ye Luved'') is a sang bi Scots sangster-sangwriter Lewis Capaldi. It wis lowsed on 8 November 2018 via deegital dounload throu Vertigo Records, as the thrid single frae his seicont extendit pley, ''Breach'' (2018). The sang wis later includit on his debut studio album, ''Divinely Uninspired to a Hellish Extent'' (2019). It wis written bi Capaldi, Samuel Romans, an its producers Thomas Barnes, Peter Kelleher an Benjamin Kohn. The sang wis sent tae radio stations on 16 Aprile 2019 as the album's furst single in the Unitit States. "Someone You Loved" wis a commercial success, peakin at No. 1 on the UK Singles Chairt. The sang becam Capaldi's furst No. 1 single, spendin seiven consecutive weeks atap the chairt an wis the best sellin single o 2019 in the UK. It forby peakit at No. 1 on the Erse Singles Chairt, the Canadian Hot 100, an the Recordin Industry Association o Malaysie singles chairt. In the Unitit States, "Someone You Loved" wis a sleeper hit, tappin the ''Billboard'' Hot 100 in its 24t week on the chairt. The sang is certifee'd Diamond or heicher in Austrailie, Brazil, Canadae, Fraunce, Germany, Poland, Philippines, Thailand, an the Unitit States. It wis nominatit fur Sang o the Year at the 62nd Grammy Awairds. It received an awaird fur Sang o the Year at the 2020 Brit Awairds an aa. In early August 2025, on the streamin app Spotify, the sang becam the fowert sang tae reach 4 billion streams on the app. == Backgrund an composition == "Someone You Loved" is pleyed in the tempo o 110 BPM an key signatur o D♭ major. In an interview wi the French magazine ''Brut'', Capaldi revealed he wrate the sang aboot his grandmither wha haed dee'd. In an interview wi the Breetish wabsteid ''NME'', Capaldi said that it teuk him sax month tae write the sang. He said, "A lot o fowk say that 'the best sangs faw intae yer lap' an that thay're the easiest anes tae write an tak the shortest amoont o time: A halehertedly disagree wi that. A think ma best sangs come frae me sittin at a piano, bashin ma heid against a brick waw fur oors an oors on end tae get ane guid melody." == Creetical reception == Reviewer Dave Simpson o ''The Guardian'' gae the sang fower starns oot o five, cawin it an its hertbreak theme "raw an real." ==Muisic videos== The furst muisic video wis published on 28 Februar 2019 in pairtnership wi an organ donation chairity, ''Live Life Give Life''. This muisic video featurt Capaldi's distant kin (seicont cousin ance remuived), actor Peter Capaldi as a bereaved hauf-marrae wha finds some joy whan he veesits the faimily o the wumman his wife donatit her hert tae, an is able tae listen tae her hertbeat ane last time. The seicont muisic video, featurin the sangster himsel, wis lowsed on 29 August 2019. In the stairt, Capaldi wanders the streets, follaein his lost luve as his freends an strangers try tae stap him frae chasin efter her. His brither, Aidan, forby mak an appearance at the beginnin o the video whaur he pulls Lewis frae the binch. The director o the muisic video, Ozzie Pullin, said: <blockquote>The furst person Lewis encoonters is his brither, wha pulls him up frae the binch. This wis an awmaist perfect metaphor acause faimily memmers are uisually the furst fowk tae push ye forward.</blockquote> Capaldi said: <blockquote>Fur me the video is aboot the fowk we surroond wirsels wi that hae the strenth whan we dinna an help us continue tae mak the richt decisions in moments o fear or haurdship. In the moment we aften chuise tae ignore freends an faimily, thinkin wir judgement is better, but o course in hindsicht whan ye're in that heidspace it's awmaist impossible tae mak the richt decisions.</blockquote> == Chairt performance == "Someone You Loved" reached No. 1 on the UK Singles Chairt an steyed thare fur seiven consecutive weeks. It is Capaldi's furst entry on the US ''Billboard'' Hot 100 an aa, debutin at No. 85 on the issue dated 25 Mey 2019 an becomin the singer's furst nummer-ane single in the kintra on the issue dated 2 November 2019. It reached No. 1 efter 24 weeks on the chairt, becomin ane o the langest climbs tae the tap poseetion in ''Billboard'' history. Efter three non-consecutive weeks on tap it wis replaced bi Post Malone's "Circles". In Ireland, the single cumulated 26.8 million streams in 2019 an wis the mucklest-sellin sang in the kintra that year. == Track leetin == * '''Deegital dounload''' # "Someone You Loved" – 3:02 * '''Deegital dounload''' # "Someone You Loved" (Futur Humans Remix) – 3:09 * '''Deegital dounload''' # "Someone You Loved" (Madism Radio Mix)– 2:37 * '''CD single''' # "Someone You Loved" – 3:02 # "Someone You Loved" (Madism Radio Mix) – 2:37 # "Someone You Loved" (Instrumental) – 3:02 # "Voice Note From Lewis" == Personnel == * TMS – production, mixin * Phil Cook – strings * Lewis Capaldi – vocals, piano * Robert Voseign – masterin * Ryan Walter – airtwirk design * Ali Gavillet – photografie ==Certifications== {{Certification Table Top|caption=Certifications fur "Someone You Loved"}} {{Certification Table Entry|region=Australia|type=single|award=Platinum|number=23|relyear=2018|certyear=2025|access-date=2 September 2025}} {{Certification Table Entry|region=Austria|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=6|type=single|relyear=2018|certyear=2025|access-date=17 July 2025}} {{Certification Table Entry|region=United Kingdom|artist=Lewis Capaldi|title=Someone You Loved|award=Platinum|number=10|type=single|relyear=2018|certyear=2025|id=15491-4876-1|access-date=9 May 2025}} {{Certification Table Entry|region=United States|artist=Lewis Capaldi|title=Someone You Loved|award=Diamond|type=single|relyear=2018|certyear=2023|access-date=8 November 2023}} {{Certification Table Bottom|streamsonly=true|nosales=true|noshipments=true|streaming=true}} ==Release history== {| class="wikitable plainrowheaders" |+ Lowse history fur "Someone You Loved" ! Kintra ! Date ! Format ! Label ! {{abbr|Ref.|Reference}} |- ! scope="row"| Unitit Kinrick | 8 November 2018 | {{hlist|[[Muisic dounload|Deegital dounload]]|[[Streamin media|streamin]]}} | [[Virgin Records|Virgin]] | <ref name="iTunes">{{cite web|url=https://music.apple.com/gb/album/breach-ep/1441539148|title=Someone You Loved – Single by Lewis Capaldi|website=[[Apple Music]]|date=8 November 2018|access-date=8 November 2018}}</ref> |- ! scope="row"| Unitit States | 16 Aprile 2019 | [[Contemporary hit radio]] | {{hlist|[[Vertigo Records|Vertigo]]|Virgin}} | <ref>{{cite web|url=https://www.allaccess.com/top40-mainstream/future-releases |title=Top 40/M Future Releases - Mainstream Hit Songs Being Released and Their Release Dates |website=All Access|access-date=2 April 2019}}</ref> |} == Kiver versions == * The Piano Guys kivert the sang in a piano an cello composition on thair video featurin ''World of Dance'' saison 2 contestants Charity Anderson an Andres Penate. * Nicola Roberts performed the sang in her Queen Bee disguise on the furst series o ''The Masked Singer UK''. * Camila Cabello an the Jonas Brothers kivert the sang durin BBC Radio 1's Live Lounge, whiles Bastille, Charlie Puth, an Alec Benjamin kivert the sang fur Sirius XM. * Capaldi performed the sang as a surprise guest wi Nina Nesbitt an James Bay at thair concerts, an wi Alicia Keys at the 2019 iHeartRadio Muisic Fest. * Conor Maynard kivert the sang in September 2019. * Chris Daughtry kivert the sang durin the seicont saison o ''The Masked Singer'' an wad later perform it durin the 2020 pandemic "Live from Home" tour * Australian siblin duo Angus & Julia Stone lowsed a kiver o the sang in 2024 fur Triple J's ''Like a Version''. * In 2026, Italian componer Giacomo Bucci includit an orchestral arrangement o "Someone You Loved" on ''Mainstream Overtures'', his album o orchestral reinterpretations lowsed on 6 Mairch 2026. == See an aw == * Leet o best-sellin singles in Austrailie * Leet o heichest-certifee'd deegital singles in the Unitit States * Leet o ''Billboard'' Hot 100 nummer-ane singles o 2019 * Leet o Canadian Hot 100 nummer-ane singles o 2019 * Leet o nummer-ane singles o 2019 (Ireland) * Leet o nummer-ane sangs o 2019 (Malaysie) * Leet o UK Singles Chairt nummer anes o the 2010s * Leet o Billboard Adult Contemporary nummer anes o 2019 an 2020 (U.S.) ==References== {{Reflist}} ==Fremmit airtins== * {{YouTube|zABLecsR5UE|Someone You Loved|link=no}} * {{YouTube|o6aOigx9uu0|The Making of 'Someone You Loved' (Vevo Footnotes)|link=no}} [[Category:2018 sangs]] [[Category:2018 singles]] [[Category:2010s ballads]] [[Category:Pop ballads]] [[Category:Billboard Hot 100 nummer-ane singles]] [[Category:Brit Awaird fur Breetish Single]] [[Category:Canadian Hot 100 nummer-ane singles]] [[Category:Erse Singles Chairt nummer-ane singles]] [[Category:Nummer-ane singles in Malaysie]] [[Category:Lewis Capaldi sangs]] [[Category:UK singles chairt nummer-ane singles]] [[Category:Sangs written bi Romans (muisicker)]] [[Category:Sangs written bi Peter Kelleher (sangwriter)]] [[Category:Sangs written bi Tom Barnes (sangwriter)]] [[Category:Sangs written bi Ben Kohn]] [[Category:Sang recordins produced bi TMS (production team)]] [[Category:Sangs written bi Lewis Capaldi]] [[Category:Sangs aboot hertache]] [[Category:Sangs inspired bi daiths]] [[Category:Universal Music Group singles]] [[Category:Vertigo Records singles]] [[Category:Virgin Records singles]] [[Category:Nummer-ane singles in the Czech Republic]] goytelhlwnne2lbht6iilbsl0f93v2j Leet o Argentinae provinces bi population 0 233482 916957 2026-05-18T17:10:58Z ~2026-29894-08 131462 created page 916957 wikitext text/x-wiki {| class="wikitable" |'''Rank''' |'''Province / District''' |'''Capital''' |'''Population''' |- |'''1''' |Buenos Aires Province |La Plata |17,569,053 |- |'''2''' |Córdoba |Córdoba |3,978,984 |- |'''3''' |Santa Fe |Santa Fe |3,556,522 |- |'''4''' |Autonomous City of Buenos Aires (CABA)* |— |3,120,612 |- |'''5''' |Mendoza |Mendoza |2,014,533 |- |'''6''' |Tucumán |San Miguel de Tucumán |1,703,186 |- |'''7''' |Salta |Salta |1,440,672 |- |'''8''' |Entre Ríos |Paraná |1,426,426 |- |'''9''' |Misiones |Posadas |1,280,960 |- |'''10''' |Corrientes |Corrientes |1,197,553 |- |'''11''' |Chaco |Resistencia |1,142,963 |- |'''12''' |Santiago del Estero |Santiago del Estero |1,054,028 |- |'''13''' |San Juan |San Juan |818,234 |- |'''14''' |Jujuy |San Salvador de Jujuy |797,955 |- |'''15''' |Río Negro |Viedma |762,067 |- |'''16''' |Neuquén |Neuquén |726,590 |- |'''17''' |Formosa |Formosa |606,041 |- |'''18''' |Chubut |Rawson |603,120 |- |'''19''' |San Luis |San Luis |540,905 |- |'''20''' |Catamarca |San Fernando del Valle de Catamarca |429,556 |- |'''21''' |La Rioja |La Rioja |384,607 |- |'''22''' |La Pampa |Santa Rosa |366,022 |- |'''23''' |Santa Cruz |Río Gallegos |333,473 |- |'''24''' |Tierra del Fuego** |Ushuaia |190,641 |} 4bh7gq2w3wnxu3mq6k4nbidutin1amd 916959 916957 2026-05-18T17:27:37Z Mr.Murdoch78 119895 Airticle impruivement 916959 wikitext text/x-wiki [[File:Argentina provinces by population 2010.png|right|340px|thumb|'''Cairt o ilk province's population as o 2010''']] The follaein table is a leet o the [[Provinces o Argentinae|23 provinces]] an the [[Buenos Aires|Autonomous Ceety o Buenos Aires]] o [[Argenteinie]], rankit in order o thair tot population based on data frae the 2022, 2010 an 2001 censuses frae the [[Naitional Institute o Stateestics an Census o Argenteinie]]. {| class="wikitable sortable" style="width:58%;" ! '''Rank''' ! '''Province/Destrict''' ! '''Population (2022)''' ! '''Population (2010)''' ! '''Population (2001)''' |-bgcolor="#f5faff" |align="center"|'''1''' |align="left"|{{flag|Buenos Aires Province|name=Buenos Aires|size=50x36px}} |align="center"| {{commas|17569053}} |align="center"| {{commas|15625084}} |align="center"| {{commas|13827203}} |-bgcolor="#d0e7ff" |align="center"|'''2''' |align="left"|{{flag|Córdoba|size=50x36px}} |align="center"| {{commas|3978984}} |align="center"| {{commas|3308876}} |align="center"| {{commas|3066801}} |-bgcolor="#f5faff" |align="center"|'''3''' |align="left"|{{flag|Santa Fe|size=50x36px}} |align="center"| {{commas|3556522}} |align="center"| {{commas|3194537}} |align="center"| {{commas|3000701}} |-bgcolor="#d0e7ff" |align="center"|'''4''' |align="left"|{{flag|Buenos Aires|name=Autonomous Ceety o Buenos Aires|size=50x36px}} |align="center"| {{commas|3120612}} |align="center"| {{commas|2890151}} |align="center"| {{commas|2776138}} |-bgcolor="#f5faff" |align="center"|'''5''' |align="left"|{{flag|Mendoza|size=50x36px}} |align="center"| {{commas|2014533}} |align="center"| {{commas|1738929}} |align="center"| {{commas|1579651}} |-bgcolor="#d0e7ff" |align="center"|'''6''' |align="left"|{{flag|Tucumán|size=50x36px}} |align="center"| {{commas|1703186}} |align="center"| {{commas|1448188}} |align="center"| {{commas|1338523}} |-bgcolor="#f5faff" |align="center"|'''7''' |align="left"|{{flag|Salta|size=50x36px}} |align="center"| {{commas|1440672}} |align="center"| {{commas|1214441}} |align="center"| {{commas|1079051}} |-bgcolor="#d0e7ff" |align="center"|'''8''' |align="left"|{{flag|Entre Ríos|size=50x36px}} |align="center"| {{commas|1426426}} |align="center"| {{commas|1235994}} |align="center"| {{commas|1158147}} |-bgcolor="#f5faff" |align="center"|'''9''' |align="left"|{{flag|Misiones|size=50x36px}} |align="center"| {{commas|1280960}} |align="center"| {{commas|1101593}} |align="center"| {{commas|965522}} |-bgcolor="#d0e7ff" |align="center"|'''10''' |align="left"|{{flag|Corrientes|size=50x36px}} |align="center"| {{commas|1197553}} |align="center"| {{commas|992595}} |align="center"| {{commas|930991}} |-bgcolor="#f5faff" |align="center"|'''11''' |align="left"|{{flag|Chaco|size=50x36px}} |align="center"| {{commas|1142963}} |align="center"| {{commas|1055259}} |align="center"| {{commas|984446}} |-bgcolor="#d0e7ff" |align="center"|'''12''' |align="left"|{{flag|Santiago del Estero|size=50x36px}} |align="center"| {{commas|1054028}} |align="center"| {{commas|874006}} |align="center"| {{commas|804457}} |-bgcolor="#f5faff" |align="center"|'''13''' |align="left"|[[File:Flag of the San Juan Province.svg|50x50px]] [[San Juan Province, Argentina|San Juan]] |align="center"| {{commas|818234}} |align="center"| {{commas|681055}} |align="center"| {{commas|620023}} |-bgcolor="#d0e7ff" |align="center"|'''14''' |align="left"|{{flag|Jujuy|size=50x36px}} |align="center"| {{commas|797955}} |align="center"| {{commas|673307}} |align="center"| {{commas|611888}} |-bgcolor="#f5faff" |align="center"|'''15''' |align="left"|{{flag|Río Negro (Argentina)|name=Río Negro|size=50x36px}} |align="center"| {{commas|762067}} |align="center"| {{commas|638645}} |align="center"| {{commas|552822}} |-bgcolor="#d0e7ff" |align="center"|'''16''' |align="left"|{{flag|Neuquén|size=50x36px}} |align="center"| {{commas|726590}} |align="center"| {{commas|551266}} |align="center"| {{commas|474155}} |-bgcolor="#f5faff" |align="center"|'''17''' |align="left"|{{flag|Formosa|size=50x36px}} |align="center"| {{commas|606041}} |align="center"| {{commas|530162}} |align="center"| {{commas|486559}} |-bgcolor="#d0e7ff" |align="center"|'''18''' |align="left"|{{flag|Chubut|size=50x36px}} |align="center"| {{commas|603120}} |align="center"| {{commas|509108}} |align="center"| {{commas|413237}} |-bgcolor="#f5faff" |align="center"|'''19''' |align="left"|{{flag|San Luis|size=50x36px}} |align="center"| {{commas|540905}} |align="center"| {{commas|432310}} |align="center"| {{commas|367933}} |-bgcolor="#d0e7ff" |align="center"|'''20''' |align="left"|{{flag|Catamarca|size=50x36px}} |align="center"| {{commas|429556}} |align="center"| {{commas|367828}} |align="center"| {{commas|334568}} |-bgcolor="#f5faff" |align="center"|'''21''' |align="left"|{{flag|La Rioja (Argentina)|name=La Rioja|size=50x36px}} |align="center"| {{commas|384607}} |align="center"| {{commas|333642}} |align="center"| {{commas|289983}} |-bgcolor="#d0e7ff" |align="center"|'''22''' |align="left"|{{flag|La Pampa|size=50x36px}} |align="center"| {{commas|366022}} |align="center"| {{commas|318951}} |align="center"| {{commas|299294}} |-bgcolor="#f5faff" |align="center"|'''23''' |align="left"|{{flag|Santa Cruz|size=50x36px}} |align="center"| {{commas|333473}} |align="center"| {{commas|273964}} |align="center"| {{commas|196958}} |-bgcolor="#d0e7ff" |align="center"|'''24''' |align="left"|{{flag|Tierra del Fuego|size=50x36px}} |align="center"| {{commas|190641}} |align="center"| {{commas|127205}} |align="center"| {{commas|101079}} |} {{Clear}} ==References== {{Reflist}} [[Category:Provinces o Argentinae]] ggysr4h1a8ehibe8z31d79gucjiyh0m 916960 916959 2026-05-18T17:33:09Z Mr.Murdoch78 119895 916960 wikitext text/x-wiki [[File:Argentina provinces by population 2010.png|right|340px|thumb|'''Cairt o ilk province's population as o 2010''']] The follaein table is a leet o the [[Provinces o Argentinae|23 provinces]] an the [[Buenos Aires|Autonomous Ceety o Buenos Aires]] o [[Argenteinie]], rankit in order o thair tot population based on data frae the 2022, 2010 an 2001 censuses frae the [[Naitional Institute o Stateestics an Census o Argenteinie]].<ref>{{Cite web|title=Censo 2010: Censo Nacional de Población, Hogares y Viviendas|url=https://web.archive.org/web/20110615003729/http://www.censo2010.indec.gov.ar/|url-status=live|access-date=2026-05-18|website=|language=es-ES}}</ref> {| class="wikitable sortable" style="width:58%;" ! '''Rank''' ! '''Province/Destrict''' ! '''Population (2022)'''<ref>{{Cite web|last=|first=|date=2023-01-31|title=Nuevos datos provisorios del Censo 2022: Argentina tiene 46.044.703 habitantes|url=https://www.infobae.com/politica/2023/01/31/nuevos-datos-provisorios-del-censo-2022-argentina-tiene-46044703-habitantes/|url-status=live|access-date=2026-05-18|website=infobae|language=es-AR}}</ref> ! '''Population (2010)'''<ref>{{Cite web|title=2010 Census provisional results|url=https://web.archive.org/web/20120901061446/http://200.51.91.231/censo2010/|url-status=live|access-date=2026-05-18|website=|language=es-ES}}</ref> ! '''Population (2001)'''<ref>{{Cite web|title=Argentina: Urban Agglomerations - Population Statistics, Maps, Charts, Weather and Web Information|url=https://www.citypopulation.de/en/argentina/cities/|url-status=live|access-date=2026-05-18|website=}}</ref> |-bgcolor="#f5faff" |align="center"|'''1''' |align="left"|{{flag|Buenos Aires Province|name=Buenos Aires|size=50x36px}} |align="center"| {{commas|17569053}} |align="center"| {{commas|15625084}} |align="center"| {{commas|13827203}} |-bgcolor="#d0e7ff" |align="center"|'''2''' |align="left"|{{flag|Córdoba|size=50x36px}} |align="center"| {{commas|3978984}} |align="center"| {{commas|3308876}} |align="center"| {{commas|3066801}} |-bgcolor="#f5faff" |align="center"|'''3''' |align="left"|{{flag|Santa Fe|size=50x36px}} |align="center"| {{commas|3556522}} |align="center"| {{commas|3194537}} |align="center"| {{commas|3000701}} |-bgcolor="#d0e7ff" |align="center"|'''4''' |align="left"|{{flag|Buenos Aires|name=Autonomous Ceety o Buenos Aires|size=50x36px}} |align="center"| {{commas|3120612}} |align="center"| {{commas|2890151}} |align="center"| {{commas|2776138}} |-bgcolor="#f5faff" |align="center"|'''5''' |align="left"|{{flag|Mendoza|size=50x36px}} |align="center"| {{commas|2014533}} |align="center"| {{commas|1738929}} |align="center"| {{commas|1579651}} |-bgcolor="#d0e7ff" |align="center"|'''6''' |align="left"|{{flag|Tucumán|size=50x36px}} |align="center"| {{commas|1703186}} |align="center"| {{commas|1448188}} |align="center"| {{commas|1338523}} |-bgcolor="#f5faff" |align="center"|'''7''' |align="left"|{{flag|Salta|size=50x36px}} |align="center"| {{commas|1440672}} |align="center"| {{commas|1214441}} |align="center"| {{commas|1079051}} |-bgcolor="#d0e7ff" |align="center"|'''8''' |align="left"|{{flag|Entre Ríos|size=50x36px}} |align="center"| {{commas|1426426}} |align="center"| {{commas|1235994}} |align="center"| {{commas|1158147}} |-bgcolor="#f5faff" |align="center"|'''9''' |align="left"|{{flag|Misiones|size=50x36px}} |align="center"| {{commas|1280960}} |align="center"| {{commas|1101593}} |align="center"| {{commas|965522}} |-bgcolor="#d0e7ff" |align="center"|'''10''' |align="left"|{{flag|Corrientes|size=50x36px}} |align="center"| {{commas|1197553}} |align="center"| {{commas|992595}} |align="center"| {{commas|930991}} |-bgcolor="#f5faff" |align="center"|'''11''' |align="left"|{{flag|Chaco|size=50x36px}} |align="center"| {{commas|1142963}} |align="center"| {{commas|1055259}} |align="center"| {{commas|984446}} |-bgcolor="#d0e7ff" |align="center"|'''12''' |align="left"|{{flag|Santiago del Estero|size=50x36px}} |align="center"| {{commas|1054028}} |align="center"| {{commas|874006}} |align="center"| {{commas|804457}} |-bgcolor="#f5faff" |align="center"|'''13''' |align="left"|[[File:Flag of the San Juan Province.svg|50x50px]] [[San Juan Province, Argentina|San Juan]] |align="center"| {{commas|818234}} |align="center"| {{commas|681055}} |align="center"| {{commas|620023}} |-bgcolor="#d0e7ff" |align="center"|'''14''' |align="left"|{{flag|Jujuy|size=50x36px}} |align="center"| {{commas|797955}} |align="center"| {{commas|673307}} |align="center"| {{commas|611888}} |-bgcolor="#f5faff" |align="center"|'''15''' |align="left"|{{flag|Río Negro (Argentina)|name=Río Negro|size=50x36px}} |align="center"| {{commas|762067}} |align="center"| {{commas|638645}} |align="center"| {{commas|552822}} |-bgcolor="#d0e7ff" |align="center"|'''16''' |align="left"|{{flag|Neuquén|size=50x36px}} |align="center"| {{commas|726590}} |align="center"| {{commas|551266}} |align="center"| {{commas|474155}} |-bgcolor="#f5faff" |align="center"|'''17''' |align="left"|{{flag|Formosa|size=50x36px}} |align="center"| {{commas|606041}} |align="center"| {{commas|530162}} |align="center"| {{commas|486559}} |-bgcolor="#d0e7ff" |align="center"|'''18''' |align="left"|{{flag|Chubut|size=50x36px}} |align="center"| {{commas|603120}} |align="center"| {{commas|509108}} |align="center"| {{commas|413237}} |-bgcolor="#f5faff" |align="center"|'''19''' |align="left"|{{flag|San Luis|size=50x36px}} |align="center"| {{commas|540905}} |align="center"| {{commas|432310}} |align="center"| {{commas|367933}} |-bgcolor="#d0e7ff" |align="center"|'''20''' |align="left"|{{flag|Catamarca|size=50x36px}} |align="center"| {{commas|429556}} |align="center"| {{commas|367828}} |align="center"| {{commas|334568}} |-bgcolor="#f5faff" |align="center"|'''21''' |align="left"|{{flag|La Rioja (Argentina)|name=La Rioja|size=50x36px}} |align="center"| {{commas|384607}} |align="center"| {{commas|333642}} |align="center"| {{commas|289983}} |-bgcolor="#d0e7ff" |align="center"|'''22''' |align="left"|{{flag|La Pampa|size=50x36px}} |align="center"| {{commas|366022}} |align="center"| {{commas|318951}} |align="center"| {{commas|299294}} |-bgcolor="#f5faff" |align="center"|'''23''' |align="left"|{{flag|Santa Cruz|size=50x36px}} |align="center"| {{commas|333473}} |align="center"| {{commas|273964}} |align="center"| {{commas|196958}} |-bgcolor="#d0e7ff" |align="center"|'''24''' |align="left"|{{flag|Tierra del Fuego|size=50x36px}} |align="center"| {{commas|190641}} |align="center"| {{commas|127205}} |align="center"| {{commas|101079}} |} {{Clear}} ==References== {{Reflist}} [[Category:Provinces o Argentinae]] 448m9zokk7nwvd986sa1snxwdr7rmlr 916961 916960 2026-05-18T17:34:02Z Mr.Murdoch78 119895 Mr.Murdoch78 flittit page [[Leet o Argentine provinces bi population]] til [[Leet o Argenteinie provinces bi population]] 916960 wikitext text/x-wiki [[File:Argentina provinces by population 2010.png|right|340px|thumb|'''Cairt o ilk province's population as o 2010''']] The follaein table is a leet o the [[Provinces o Argentinae|23 provinces]] an the [[Buenos Aires|Autonomous Ceety o Buenos Aires]] o [[Argenteinie]], rankit in order o thair tot population based on data frae the 2022, 2010 an 2001 censuses frae the [[Naitional Institute o Stateestics an Census o Argenteinie]].<ref>{{Cite web|title=Censo 2010: Censo Nacional de Población, Hogares y Viviendas|url=https://web.archive.org/web/20110615003729/http://www.censo2010.indec.gov.ar/|url-status=live|access-date=2026-05-18|website=|language=es-ES}}</ref> {| class="wikitable sortable" style="width:58%;" ! '''Rank''' ! '''Province/Destrict''' ! '''Population (2022)'''<ref>{{Cite web|last=|first=|date=2023-01-31|title=Nuevos datos provisorios del Censo 2022: Argentina tiene 46.044.703 habitantes|url=https://www.infobae.com/politica/2023/01/31/nuevos-datos-provisorios-del-censo-2022-argentina-tiene-46044703-habitantes/|url-status=live|access-date=2026-05-18|website=infobae|language=es-AR}}</ref> ! '''Population (2010)'''<ref>{{Cite web|title=2010 Census provisional results|url=https://web.archive.org/web/20120901061446/http://200.51.91.231/censo2010/|url-status=live|access-date=2026-05-18|website=|language=es-ES}}</ref> ! '''Population (2001)'''<ref>{{Cite web|title=Argentina: Urban Agglomerations - Population Statistics, Maps, Charts, Weather and Web Information|url=https://www.citypopulation.de/en/argentina/cities/|url-status=live|access-date=2026-05-18|website=}}</ref> |-bgcolor="#f5faff" |align="center"|'''1''' |align="left"|{{flag|Buenos Aires Province|name=Buenos Aires|size=50x36px}} |align="center"| {{commas|17569053}} |align="center"| {{commas|15625084}} |align="center"| {{commas|13827203}} |-bgcolor="#d0e7ff" |align="center"|'''2''' |align="left"|{{flag|Córdoba|size=50x36px}} |align="center"| {{commas|3978984}} |align="center"| {{commas|3308876}} |align="center"| {{commas|3066801}} |-bgcolor="#f5faff" |align="center"|'''3''' |align="left"|{{flag|Santa Fe|size=50x36px}} |align="center"| {{commas|3556522}} |align="center"| {{commas|3194537}} |align="center"| {{commas|3000701}} |-bgcolor="#d0e7ff" |align="center"|'''4''' |align="left"|{{flag|Buenos Aires|name=Autonomous Ceety o Buenos Aires|size=50x36px}} |align="center"| {{commas|3120612}} |align="center"| {{commas|2890151}} |align="center"| {{commas|2776138}} |-bgcolor="#f5faff" |align="center"|'''5''' |align="left"|{{flag|Mendoza|size=50x36px}} |align="center"| {{commas|2014533}} |align="center"| {{commas|1738929}} |align="center"| {{commas|1579651}} |-bgcolor="#d0e7ff" |align="center"|'''6''' |align="left"|{{flag|Tucumán|size=50x36px}} |align="center"| {{commas|1703186}} |align="center"| {{commas|1448188}} |align="center"| {{commas|1338523}} |-bgcolor="#f5faff" |align="center"|'''7''' |align="left"|{{flag|Salta|size=50x36px}} |align="center"| {{commas|1440672}} |align="center"| {{commas|1214441}} |align="center"| {{commas|1079051}} |-bgcolor="#d0e7ff" |align="center"|'''8''' |align="left"|{{flag|Entre Ríos|size=50x36px}} |align="center"| {{commas|1426426}} |align="center"| {{commas|1235994}} |align="center"| {{commas|1158147}} |-bgcolor="#f5faff" |align="center"|'''9''' |align="left"|{{flag|Misiones|size=50x36px}} |align="center"| {{commas|1280960}} |align="center"| {{commas|1101593}} |align="center"| {{commas|965522}} |-bgcolor="#d0e7ff" |align="center"|'''10''' |align="left"|{{flag|Corrientes|size=50x36px}} |align="center"| {{commas|1197553}} |align="center"| {{commas|992595}} |align="center"| {{commas|930991}} |-bgcolor="#f5faff" |align="center"|'''11''' |align="left"|{{flag|Chaco|size=50x36px}} |align="center"| {{commas|1142963}} |align="center"| {{commas|1055259}} |align="center"| {{commas|984446}} |-bgcolor="#d0e7ff" |align="center"|'''12''' |align="left"|{{flag|Santiago del Estero|size=50x36px}} |align="center"| {{commas|1054028}} |align="center"| {{commas|874006}} |align="center"| {{commas|804457}} |-bgcolor="#f5faff" |align="center"|'''13''' |align="left"|[[File:Flag of the San Juan Province.svg|50x50px]] [[San Juan Province, Argentina|San Juan]] |align="center"| {{commas|818234}} |align="center"| {{commas|681055}} |align="center"| {{commas|620023}} |-bgcolor="#d0e7ff" |align="center"|'''14''' |align="left"|{{flag|Jujuy|size=50x36px}} |align="center"| {{commas|797955}} |align="center"| {{commas|673307}} |align="center"| {{commas|611888}} |-bgcolor="#f5faff" |align="center"|'''15''' |align="left"|{{flag|Río Negro (Argentina)|name=Río Negro|size=50x36px}} |align="center"| {{commas|762067}} |align="center"| {{commas|638645}} |align="center"| {{commas|552822}} |-bgcolor="#d0e7ff" |align="center"|'''16''' |align="left"|{{flag|Neuquén|size=50x36px}} |align="center"| {{commas|726590}} |align="center"| {{commas|551266}} |align="center"| {{commas|474155}} |-bgcolor="#f5faff" |align="center"|'''17''' |align="left"|{{flag|Formosa|size=50x36px}} |align="center"| {{commas|606041}} |align="center"| {{commas|530162}} |align="center"| {{commas|486559}} |-bgcolor="#d0e7ff" |align="center"|'''18''' |align="left"|{{flag|Chubut|size=50x36px}} |align="center"| {{commas|603120}} |align="center"| {{commas|509108}} |align="center"| {{commas|413237}} |-bgcolor="#f5faff" |align="center"|'''19''' |align="left"|{{flag|San Luis|size=50x36px}} |align="center"| {{commas|540905}} |align="center"| {{commas|432310}} |align="center"| {{commas|367933}} |-bgcolor="#d0e7ff" |align="center"|'''20''' |align="left"|{{flag|Catamarca|size=50x36px}} |align="center"| {{commas|429556}} |align="center"| {{commas|367828}} |align="center"| {{commas|334568}} |-bgcolor="#f5faff" |align="center"|'''21''' |align="left"|{{flag|La Rioja (Argentina)|name=La Rioja|size=50x36px}} |align="center"| {{commas|384607}} |align="center"| {{commas|333642}} |align="center"| {{commas|289983}} |-bgcolor="#d0e7ff" |align="center"|'''22''' |align="left"|{{flag|La Pampa|size=50x36px}} |align="center"| {{commas|366022}} |align="center"| {{commas|318951}} |align="center"| {{commas|299294}} |-bgcolor="#f5faff" |align="center"|'''23''' |align="left"|{{flag|Santa Cruz|size=50x36px}} |align="center"| {{commas|333473}} |align="center"| {{commas|273964}} |align="center"| {{commas|196958}} |-bgcolor="#d0e7ff" |align="center"|'''24''' |align="left"|{{flag|Tierra del Fuego|size=50x36px}} |align="center"| {{commas|190641}} |align="center"| {{commas|127205}} |align="center"| {{commas|101079}} |} {{Clear}} ==References== {{Reflist}} [[Category:Provinces o Argentinae]] 448m9zokk7nwvd986sa1snxwdr7rmlr 916963 916961 2026-05-18T17:34:58Z Mr.Murdoch78 119895 Mr.Murdoch78 flittit page [[Leet o Argenteinie provinces bi population]] til [[Leet o Argentinae provinces bi population]] 916960 wikitext text/x-wiki [[File:Argentina provinces by population 2010.png|right|340px|thumb|'''Cairt o ilk province's population as o 2010''']] The follaein table is a leet o the [[Provinces o Argentinae|23 provinces]] an the [[Buenos Aires|Autonomous Ceety o Buenos Aires]] o [[Argenteinie]], rankit in order o thair tot population based on data frae the 2022, 2010 an 2001 censuses frae the [[Naitional Institute o Stateestics an Census o Argenteinie]].<ref>{{Cite web|title=Censo 2010: Censo Nacional de Población, Hogares y Viviendas|url=https://web.archive.org/web/20110615003729/http://www.censo2010.indec.gov.ar/|url-status=live|access-date=2026-05-18|website=|language=es-ES}}</ref> {| class="wikitable sortable" style="width:58%;" ! '''Rank''' ! '''Province/Destrict''' ! '''Population (2022)'''<ref>{{Cite web|last=|first=|date=2023-01-31|title=Nuevos datos provisorios del Censo 2022: Argentina tiene 46.044.703 habitantes|url=https://www.infobae.com/politica/2023/01/31/nuevos-datos-provisorios-del-censo-2022-argentina-tiene-46044703-habitantes/|url-status=live|access-date=2026-05-18|website=infobae|language=es-AR}}</ref> ! '''Population (2010)'''<ref>{{Cite web|title=2010 Census provisional results|url=https://web.archive.org/web/20120901061446/http://200.51.91.231/censo2010/|url-status=live|access-date=2026-05-18|website=|language=es-ES}}</ref> ! '''Population (2001)'''<ref>{{Cite web|title=Argentina: Urban Agglomerations - Population Statistics, Maps, Charts, Weather and Web Information|url=https://www.citypopulation.de/en/argentina/cities/|url-status=live|access-date=2026-05-18|website=}}</ref> |-bgcolor="#f5faff" |align="center"|'''1''' |align="left"|{{flag|Buenos Aires Province|name=Buenos Aires|size=50x36px}} |align="center"| {{commas|17569053}} |align="center"| {{commas|15625084}} |align="center"| {{commas|13827203}} |-bgcolor="#d0e7ff" |align="center"|'''2''' |align="left"|{{flag|Córdoba|size=50x36px}} |align="center"| {{commas|3978984}} |align="center"| {{commas|3308876}} |align="center"| {{commas|3066801}} |-bgcolor="#f5faff" |align="center"|'''3''' |align="left"|{{flag|Santa Fe|size=50x36px}} |align="center"| {{commas|3556522}} |align="center"| {{commas|3194537}} |align="center"| {{commas|3000701}} |-bgcolor="#d0e7ff" |align="center"|'''4''' |align="left"|{{flag|Buenos Aires|name=Autonomous Ceety o Buenos Aires|size=50x36px}} |align="center"| {{commas|3120612}} |align="center"| {{commas|2890151}} |align="center"| {{commas|2776138}} |-bgcolor="#f5faff" |align="center"|'''5''' |align="left"|{{flag|Mendoza|size=50x36px}} |align="center"| {{commas|2014533}} |align="center"| {{commas|1738929}} |align="center"| {{commas|1579651}} |-bgcolor="#d0e7ff" |align="center"|'''6''' |align="left"|{{flag|Tucumán|size=50x36px}} |align="center"| {{commas|1703186}} |align="center"| {{commas|1448188}} |align="center"| {{commas|1338523}} |-bgcolor="#f5faff" |align="center"|'''7''' |align="left"|{{flag|Salta|size=50x36px}} |align="center"| {{commas|1440672}} |align="center"| {{commas|1214441}} |align="center"| {{commas|1079051}} |-bgcolor="#d0e7ff" |align="center"|'''8''' |align="left"|{{flag|Entre Ríos|size=50x36px}} |align="center"| {{commas|1426426}} |align="center"| {{commas|1235994}} |align="center"| {{commas|1158147}} |-bgcolor="#f5faff" |align="center"|'''9''' |align="left"|{{flag|Misiones|size=50x36px}} |align="center"| {{commas|1280960}} |align="center"| {{commas|1101593}} |align="center"| {{commas|965522}} |-bgcolor="#d0e7ff" |align="center"|'''10''' |align="left"|{{flag|Corrientes|size=50x36px}} |align="center"| {{commas|1197553}} |align="center"| {{commas|992595}} |align="center"| {{commas|930991}} |-bgcolor="#f5faff" |align="center"|'''11''' |align="left"|{{flag|Chaco|size=50x36px}} |align="center"| {{commas|1142963}} |align="center"| {{commas|1055259}} |align="center"| {{commas|984446}} |-bgcolor="#d0e7ff" |align="center"|'''12''' |align="left"|{{flag|Santiago del Estero|size=50x36px}} |align="center"| {{commas|1054028}} |align="center"| {{commas|874006}} |align="center"| {{commas|804457}} |-bgcolor="#f5faff" |align="center"|'''13''' |align="left"|[[File:Flag of the San Juan Province.svg|50x50px]] [[San Juan Province, Argentina|San Juan]] |align="center"| {{commas|818234}} |align="center"| {{commas|681055}} |align="center"| {{commas|620023}} |-bgcolor="#d0e7ff" |align="center"|'''14''' |align="left"|{{flag|Jujuy|size=50x36px}} |align="center"| {{commas|797955}} |align="center"| {{commas|673307}} |align="center"| {{commas|611888}} |-bgcolor="#f5faff" |align="center"|'''15''' |align="left"|{{flag|Río Negro (Argentina)|name=Río Negro|size=50x36px}} |align="center"| {{commas|762067}} |align="center"| {{commas|638645}} |align="center"| {{commas|552822}} |-bgcolor="#d0e7ff" |align="center"|'''16''' |align="left"|{{flag|Neuquén|size=50x36px}} |align="center"| {{commas|726590}} |align="center"| {{commas|551266}} |align="center"| {{commas|474155}} |-bgcolor="#f5faff" |align="center"|'''17''' |align="left"|{{flag|Formosa|size=50x36px}} |align="center"| {{commas|606041}} |align="center"| {{commas|530162}} |align="center"| {{commas|486559}} |-bgcolor="#d0e7ff" |align="center"|'''18''' |align="left"|{{flag|Chubut|size=50x36px}} |align="center"| {{commas|603120}} |align="center"| {{commas|509108}} |align="center"| {{commas|413237}} |-bgcolor="#f5faff" |align="center"|'''19''' |align="left"|{{flag|San Luis|size=50x36px}} |align="center"| {{commas|540905}} |align="center"| {{commas|432310}} |align="center"| {{commas|367933}} |-bgcolor="#d0e7ff" |align="center"|'''20''' |align="left"|{{flag|Catamarca|size=50x36px}} |align="center"| {{commas|429556}} |align="center"| {{commas|367828}} |align="center"| {{commas|334568}} |-bgcolor="#f5faff" |align="center"|'''21''' |align="left"|{{flag|La Rioja (Argentina)|name=La Rioja|size=50x36px}} |align="center"| {{commas|384607}} |align="center"| {{commas|333642}} |align="center"| {{commas|289983}} |-bgcolor="#d0e7ff" |align="center"|'''22''' |align="left"|{{flag|La Pampa|size=50x36px}} |align="center"| {{commas|366022}} |align="center"| {{commas|318951}} |align="center"| {{commas|299294}} |-bgcolor="#f5faff" |align="center"|'''23''' |align="left"|{{flag|Santa Cruz|size=50x36px}} |align="center"| {{commas|333473}} |align="center"| {{commas|273964}} |align="center"| {{commas|196958}} |-bgcolor="#d0e7ff" |align="center"|'''24''' |align="left"|{{flag|Tierra del Fuego|size=50x36px}} |align="center"| {{commas|190641}} |align="center"| {{commas|127205}} |align="center"| {{commas|101079}} |} {{Clear}} ==References== {{Reflist}} [[Category:Provinces o Argentinae]] 448m9zokk7nwvd986sa1snxwdr7rmlr 916965 916963 2026-05-18T17:36:32Z Mr.Murdoch78 119895 NOTE: This airtin haes been owersettit frae the existin Inglis Wikipaedia airtin at [[:en:List of Argentine provinces by population]]; see its history fur attreibution 916965 wikitext text/x-wiki [[File:Argentina provinces by population 2010.png|right|340px|thumb|'''Cairt o ilk province's population as o 2010''']] The follaein table is a leet o the [[Provinces o Argentinae|23 provinces]] an the [[Buenos Aires|Autonomous Ceety o Buenos Aires]] o [[Argenteinie]], rankit in order o thair tot population based on data frae the 2022, 2010 an 2001 censuses frae the [[Naitional Institute o Stateestics an Census o Argenteinie]].<ref>{{Cite web|title=Censo 2010: Censo Nacional de Población, Hogares y Viviendas|url=https://web.archive.org/web/20110615003729/http://www.censo2010.indec.gov.ar/|url-status=live|access-date=2026-05-18|website=|language=es-ES}}</ref> {| class="wikitable sortable" style="width:58%;" ! '''Rank''' ! '''Province/Destrict''' ! '''Population (2022)'''<ref>{{Cite web|last=|first=|date=2023-01-31|title=Nuevos datos provisorios del Censo 2022: Argentina tiene 46.044.703 habitantes|url=https://www.infobae.com/politica/2023/01/31/nuevos-datos-provisorios-del-censo-2022-argentina-tiene-46044703-habitantes/|url-status=live|access-date=2026-05-18|website=infobae|language=es-AR}}</ref> ! '''Population (2010)'''<ref>{{Cite web|title=2010 Census provisional results|url=https://web.archive.org/web/20120901061446/http://200.51.91.231/censo2010/|url-status=live|access-date=2026-05-18|website=|language=es-ES}}</ref> ! '''Population (2001)'''<ref>{{Cite web|title=Argentina: Urban Agglomerations - Population Statistics, Maps, Charts, Weather and Web Information|url=https://www.citypopulation.de/en/argentina/cities/|url-status=live|access-date=2026-05-18|website=}}</ref> |-bgcolor="#f5faff" |align="center"|'''1''' |align="left"|{{flag|Buenos Aires Province|name=Buenos Aires|size=50x36px}} |align="center"| {{commas|17569053}} |align="center"| {{commas|15625084}} |align="center"| {{commas|13827203}} |-bgcolor="#d0e7ff" |align="center"|'''2''' |align="left"|{{flag|Córdoba|size=50x36px}} |align="center"| {{commas|3978984}} |align="center"| {{commas|3308876}} |align="center"| {{commas|3066801}} |-bgcolor="#f5faff" |align="center"|'''3''' |align="left"|{{flag|Santa Fe|size=50x36px}} |align="center"| {{commas|3556522}} |align="center"| {{commas|3194537}} |align="center"| {{commas|3000701}} |-bgcolor="#d0e7ff" |align="center"|'''4''' |align="left"|{{flag|Buenos Aires|name=Autonomous Ceety o Buenos Aires|size=50x36px}} |align="center"| {{commas|3120612}} |align="center"| {{commas|2890151}} |align="center"| {{commas|2776138}} |-bgcolor="#f5faff" |align="center"|'''5''' |align="left"|{{flag|Mendoza|size=50x36px}} |align="center"| {{commas|2014533}} |align="center"| {{commas|1738929}} |align="center"| {{commas|1579651}} |-bgcolor="#d0e7ff" |align="center"|'''6''' |align="left"|{{flag|Tucumán|size=50x36px}} |align="center"| {{commas|1703186}} |align="center"| {{commas|1448188}} |align="center"| {{commas|1338523}} |-bgcolor="#f5faff" |align="center"|'''7''' |align="left"|{{flag|Salta|size=50x36px}} |align="center"| {{commas|1440672}} |align="center"| {{commas|1214441}} |align="center"| {{commas|1079051}} |-bgcolor="#d0e7ff" |align="center"|'''8''' |align="left"|{{flag|Entre Ríos|size=50x36px}} |align="center"| {{commas|1426426}} |align="center"| {{commas|1235994}} |align="center"| {{commas|1158147}} |-bgcolor="#f5faff" |align="center"|'''9''' |align="left"|{{flag|Misiones|size=50x36px}} |align="center"| {{commas|1280960}} |align="center"| {{commas|1101593}} |align="center"| {{commas|965522}} |-bgcolor="#d0e7ff" |align="center"|'''10''' |align="left"|{{flag|Corrientes|size=50x36px}} |align="center"| {{commas|1197553}} |align="center"| {{commas|992595}} |align="center"| {{commas|930991}} |-bgcolor="#f5faff" |align="center"|'''11''' |align="left"|{{flag|Chaco|size=50x36px}} |align="center"| {{commas|1142963}} |align="center"| {{commas|1055259}} |align="center"| {{commas|984446}} |-bgcolor="#d0e7ff" |align="center"|'''12''' |align="left"|{{flag|Santiago del Estero|size=50x36px}} |align="center"| {{commas|1054028}} |align="center"| {{commas|874006}} |align="center"| {{commas|804457}} |-bgcolor="#f5faff" |align="center"|'''13''' |align="left"|[[File:Flag of the San Juan Province.svg|50x50px]] [[San Juan Province, Argentina|San Juan]] |align="center"| {{commas|818234}} |align="center"| {{commas|681055}} |align="center"| {{commas|620023}} |-bgcolor="#d0e7ff" |align="center"|'''14''' |align="left"|{{flag|Jujuy|size=50x36px}} |align="center"| {{commas|797955}} |align="center"| {{commas|673307}} |align="center"| {{commas|611888}} |-bgcolor="#f5faff" |align="center"|'''15''' |align="left"|{{flag|Río Negro (Argentina)|name=Río Negro|size=50x36px}} |align="center"| {{commas|762067}} |align="center"| {{commas|638645}} |align="center"| {{commas|552822}} |-bgcolor="#d0e7ff" |align="center"|'''16''' |align="left"|{{flag|Neuquén|size=50x36px}} |align="center"| {{commas|726590}} |align="center"| {{commas|551266}} |align="center"| {{commas|474155}} |-bgcolor="#f5faff" |align="center"|'''17''' |align="left"|{{flag|Formosa|size=50x36px}} |align="center"| {{commas|606041}} |align="center"| {{commas|530162}} |align="center"| {{commas|486559}} |-bgcolor="#d0e7ff" |align="center"|'''18''' |align="left"|{{flag|Chubut|size=50x36px}} |align="center"| {{commas|603120}} |align="center"| {{commas|509108}} |align="center"| {{commas|413237}} |-bgcolor="#f5faff" |align="center"|'''19''' |align="left"|{{flag|San Luis|size=50x36px}} |align="center"| {{commas|540905}} |align="center"| {{commas|432310}} |align="center"| {{commas|367933}} |-bgcolor="#d0e7ff" |align="center"|'''20''' |align="left"|{{flag|Catamarca|size=50x36px}} |align="center"| {{commas|429556}} |align="center"| {{commas|367828}} |align="center"| {{commas|334568}} |-bgcolor="#f5faff" |align="center"|'''21''' |align="left"|{{flag|La Rioja (Argentina)|name=La Rioja|size=50x36px}} |align="center"| {{commas|384607}} |align="center"| {{commas|333642}} |align="center"| {{commas|289983}} |-bgcolor="#d0e7ff" |align="center"|'''22''' |align="left"|{{flag|La Pampa|size=50x36px}} |align="center"| {{commas|366022}} |align="center"| {{commas|318951}} |align="center"| {{commas|299294}} |-bgcolor="#f5faff" |align="center"|'''23''' |align="left"|{{flag|Santa Cruz|size=50x36px}} |align="center"| {{commas|333473}} |align="center"| {{commas|273964}} |align="center"| {{commas|196958}} |-bgcolor="#d0e7ff" |align="center"|'''24''' |align="left"|{{flag|Tierra del Fuego|size=50x36px}} |align="center"| {{commas|190641}} |align="center"| {{commas|127205}} |align="center"| {{commas|101079}} |} {{Clear}} ==References== {{Reflist}} [[Category:Provinces o Argentinae]] cyd3d30ubvqwtep6b3q129k3umoll9g 916966 916965 2026-05-18T17:38:53Z Mr.Murdoch78 119895 916966 wikitext text/x-wiki [[File:Argentina provinces by population 2010.png|right|340px|thumb|'''Cairt o ilk province's population as o 2010''']] The follaein table is a leet o the [[Provinces o Argentinae|23 provinces]] an the [[Buenos Aires|Autonomous Ceety o Buenos Aires]] o [[Argenteinie]], rankit in order o thair tot population based on data frae the 2022, 2010 an 2001 censuses frae the [[Naitional Institute o Stateestics an Census o Argenteinie]].<ref>{{Cite web|title=Censo 2010: Censo Nacional de Población, Hogares y Viviendas|url=https://web.archive.org/web/20110615003729/http://www.censo2010.indec.gov.ar/|url-status=live|access-date=2026-05-18|website=|language=es-ES}}</ref> {| class="wikitable sortable" style="width:58%;" ! '''Rank''' ! '''Province/Destrict''' ! '''Population (2022)'''<ref>{{Cite web|last=|first=|date=2023-01-31|title=Nuevos datos provisorios del Censo 2022: Argentina tiene 46.044.703 habitantes|url=https://www.infobae.com/politica/2023/01/31/nuevos-datos-provisorios-del-censo-2022-argentina-tiene-46044703-habitantes/|url-status=live|access-date=2026-05-18|website=infobae|language=es-AR}}</ref> ! '''Population (2010)'''<ref>{{Cite web|title=2010 Census provisional results|url=https://web.archive.org/web/20120901061446/http://200.51.91.231/censo2010/|url-status=live|access-date=2026-05-18|website=|language=es-ES}}</ref> ! '''Population (2001)'''<ref>{{Cite web|title=Argentina: Urban Agglomerations - Population Statistics, Maps, Charts, Weather and Web Information|url=https://www.citypopulation.de/en/argentina/cities/|url-status=live|access-date=2026-05-18|website=}}</ref> |-bgcolor="#f5faff" |align="center"|'''1''' |align="left"|{{flag|Buenos Aires Province|name=Buenos Aires|size=50x36px}} |align="center"| {{commas|17569053}} |align="center"| {{commas|15625084}} |align="center"| {{commas|13827203}} |-bgcolor="#d0e7ff" |align="center"|'''2''' |align="left"|{{flag|Córdoba|size=50x36px}} |align="center"| {{commas|3978984}} |align="center"| {{commas|3308876}} |align="center"| {{commas|3066801}} |-bgcolor="#f5faff" |align="center"|'''3''' |align="left"|{{flag|Santa Fe|size=50x36px}} |align="center"| {{commas|3556522}} |align="center"| {{commas|3194537}} |align="center"| {{commas|3000701}} |-bgcolor="#d0e7ff" |align="center"|'''4''' |align="left"|{{flag|Buenos Aires|name=Autonomous Ceety o Buenos Aires|size=50x36px}} |align="center"| {{commas|3120612}} |align="center"| {{commas|2890151}} |align="center"| {{commas|2776138}} |-bgcolor="#f5faff" |align="center"|'''5''' |align="left"|{{flag|Mendoza|size=50x36px}} |align="center"| {{commas|2014533}} |align="center"| {{commas|1738929}} |align="center"| {{commas|1579651}} |-bgcolor="#d0e7ff" |align="center"|'''6''' |align="left"|{{flag|Tucumán|size=50x36px}} |align="center"| {{commas|1703186}} |align="center"| {{commas|1448188}} |align="center"| {{commas|1338523}} |-bgcolor="#f5faff" |align="center"|'''7''' |align="left"|{{flag|Salta|size=50x36px}} |align="center"| {{commas|1440672}} |align="center"| {{commas|1214441}} |align="center"| {{commas|1079051}} |-bgcolor="#d0e7ff" |align="center"|'''8''' |align="left"|{{flag|Entre Ríos|size=50x36px}} |align="center"| {{commas|1426426}} |align="center"| {{commas|1235994}} |align="center"| {{commas|1158147}} |-bgcolor="#f5faff" |align="center"|'''9''' |align="left"|{{flag|Misiones|size=50x36px}} |align="center"| {{commas|1280960}} |align="center"| {{commas|1101593}} |align="center"| {{commas|965522}} |-bgcolor="#d0e7ff" |align="center"|'''10''' |align="left"|{{flag|Corrientes|size=50x36px}} |align="center"| {{commas|1197553}} |align="center"| {{commas|992595}} |align="center"| {{commas|930991}} |-bgcolor="#f5faff" |align="center"|'''11''' |align="left"|{{flag|Chaco|size=50x36px}} |align="center"| {{commas|1142963}} |align="center"| {{commas|1055259}} |align="center"| {{commas|984446}} |-bgcolor="#d0e7ff" |align="center"|'''12''' |align="left"|{{flag|Santiago del Estero|size=50x36px}} |align="center"| {{commas|1054028}} |align="center"| {{commas|874006}} |align="center"| {{commas|804457}} |-bgcolor="#f5faff" |align="center"|'''13''' |align="left"|[[File:Flag of the San Juan Province.svg|50x50px]] [[San Juan Province, Argentina|San Juan]] |align="center"| {{commas|818234}} |align="center"| {{commas|681055}} |align="center"| {{commas|620023}} |-bgcolor="#d0e7ff" |align="center"|'''14''' |align="left"|{{flag|Jujuy|size=50x36px}} |align="center"| {{commas|797955}} |align="center"| {{commas|673307}} |align="center"| {{commas|611888}} |-bgcolor="#f5faff" |align="center"|'''15''' |align="left"|{{flag|Río Negro (Argentina)|name=Río Negro|size=50x36px}} |align="center"| {{commas|762067}} |align="center"| {{commas|638645}} |align="center"| {{commas|552822}} |-bgcolor="#d0e7ff" |align="center"|'''16''' |align="left"|{{flag|Neuquén|size=50x36px}} |align="center"| {{commas|726590}} |align="center"| {{commas|551266}} |align="center"| {{commas|474155}} |-bgcolor="#f5faff" |align="center"|'''17''' |align="left"|{{flag|Formosa|size=50x36px}} |align="center"| {{commas|606041}} |align="center"| {{commas|530162}} |align="center"| {{commas|486559}} |-bgcolor="#d0e7ff" |align="center"|'''18''' |align="left"|{{flag|Chubut|size=50x36px}} |align="center"| {{commas|603120}} |align="center"| {{commas|509108}} |align="center"| {{commas|413237}} |-bgcolor="#f5faff" |align="center"|'''19''' |align="left"|{{flag|San Luis|size=50x36px}} |align="center"| {{commas|540905}} |align="center"| {{commas|432310}} |align="center"| {{commas|367933}} |-bgcolor="#d0e7ff" |align="center"|'''20''' |align="left"|{{flag|Catamarca|size=50x36px}} |align="center"| {{commas|429556}} |align="center"| {{commas|367828}} |align="center"| {{commas|334568}} |-bgcolor="#f5faff" |align="center"|'''21''' |align="left"|{{flag|La Rioja (Argentina)|name=La Rioja|size=50x36px}} |align="center"| {{commas|384607}} |align="center"| {{commas|333642}} |align="center"| {{commas|289983}} |-bgcolor="#d0e7ff" |align="center"|'''22''' |align="left"|{{flag|La Pampa|size=50x36px}} |align="center"| {{commas|366022}} |align="center"| {{commas|318951}} |align="center"| {{commas|299294}} |-bgcolor="#f5faff" |align="center"|'''23''' |align="left"|{{flag|Santa Cruz|size=50x36px}} |align="center"| {{commas|333473}} |align="center"| {{commas|273964}} |align="center"| {{commas|196958}} |-bgcolor="#d0e7ff" |align="center"|'''24''' |align="left"|{{flag|Tierra del Fuego|size=50x36px}} |align="center"| {{commas|190641}} |align="center"| {{commas|127205}} |align="center"| {{commas|101079}} |} {{Clear}} ==References== {{Reflist}} == Fremmit airtins == {{sister project links|d=Q6562144|q=no|c=no|n=no|b=no|v=no|voy=no|m=no|mw=no|wikt=no|s=no|species=no}} [[Category:Provinces o Argentinae]] f8uvhn11dqfez61s6raoton8ot1j2wf Leet o Argentine provinces bi population 0 233483 916962 2026-05-18T17:34:02Z Mr.Murdoch78 119895 Mr.Murdoch78 flittit page [[Leet o Argentine provinces bi population]] til [[Leet o Argenteinie provinces bi population]] 916962 wikitext text/x-wiki #REDIRECT [[Leet o Argenteinie provinces bi population]] 5q4g7w42wgnqnwa7pyksuik4lbbca0g Leet o Argenteinie provinces bi population 0 233484 916964 2026-05-18T17:34:58Z Mr.Murdoch78 119895 Mr.Murdoch78 flittit page [[Leet o Argenteinie provinces bi population]] til [[Leet o Argentinae provinces bi population]] 916964 wikitext text/x-wiki #REDIRECT [[Leet o Argentinae provinces bi population]] exrvrxiu2plmubgu4lxrtcq0pe41nl3 Uiser collogue:~2026-29894-08 3 233485 916967 2026-05-18T17:39:47Z Mr.Murdoch78 119895 Made page wi "{{subst:walcome}} ~~~~" 916967 wikitext text/x-wiki ==''Walcome!''== Hullo, &#126;2026-29894-08, an [[Wikipedia:Walcome, ane an aw|walcome]] til the Wikipedie! Guid tae see ye. Thank ye for [[Special:Contributions/&#126;2026-29894-08|yer contribution]]. Some gibbles ye'll find uissfu: * [[Wikipedia:Aboot|Aboot Wikipedie]] – whit it is an isna. * [[Wikipedia:Five pillars|The five pillars o Wikipaedia]] * [[Wikipedia:Lessons (Editin)|Hou tae edit a page]] an [[Wikipedia:Lessons (Stairt an airticle)|Stairtin airticles]] – gang til the [[Wikipedia:Lessons|Wikipedie Lessons]]. * [[Wikipedia:Mercat Cross|Mercat Cross]] – tae caw the crack anent the technical wirkins here * [[Wikipedia:Spellin an grammar]] – gin yer interestit in writin airticles Bi gaun throu the [[Wikipedia:Commonty Yett|Commontie Yett]] ye'll can find aw kynd o wittins adae wi uisin an eikin til the Wikipedie. For tae hae a sey shottie, veesit oor [[Wikipedia:Saundpit|Saundpit]]. '''Dinna haud yer wheesht, haud yer ain!'''<!--Template:Walcome--> [[Uiser:Mr.Murdoch78|Mr.Murdoch78]] ([[Uiser collogue:Mr.Murdoch78|tauk]]) 17:39, 18 Mey 2026 (UTC) nhq54vx2fbt9h6pqba87whn94msq3j4 916968 916967 2026-05-18T17:51:20Z Mr.Murdoch78 119895 /* Yer recently creatit airticle */ new section 916968 wikitext text/x-wiki ==''Walcome!''== Hullo, &#126;2026-29894-08, an [[Wikipedia:Walcome, ane an aw|walcome]] til the Wikipedie! Guid tae see ye. Thank ye for [[Special:Contributions/&#126;2026-29894-08|yer contribution]]. Some gibbles ye'll find uissfu: * [[Wikipedia:Aboot|Aboot Wikipedie]] – whit it is an isna. * [[Wikipedia:Five pillars|The five pillars o Wikipaedia]] * [[Wikipedia:Lessons (Editin)|Hou tae edit a page]] an [[Wikipedia:Lessons (Stairt an airticle)|Stairtin airticles]] – gang til the [[Wikipedia:Lessons|Wikipedie Lessons]]. * [[Wikipedia:Mercat Cross|Mercat Cross]] – tae caw the crack anent the technical wirkins here * [[Wikipedia:Spellin an grammar]] – gin yer interestit in writin airticles Bi gaun throu the [[Wikipedia:Commonty Yett|Commontie Yett]] ye'll can find aw kynd o wittins adae wi uisin an eikin til the Wikipedie. For tae hae a sey shottie, veesit oor [[Wikipedia:Saundpit|Saundpit]]. '''Dinna haud yer wheesht, haud yer ain!'''<!--Template:Walcome--> [[Uiser:Mr.Murdoch78|Mr.Murdoch78]] ([[Uiser collogue:Mr.Murdoch78|tauk]]) 17:39, 18 Mey 2026 (UTC) == Yer recently creatit airticle == Thank ye fur yer contreibution tae Scots Wikipaedia! A wantit tae inform ye that a hae chynged the title o yer airticle an flittit yer airticle "[[Leet o Argenteinie provinces bi population|Leet o Argentine provinces bi population]]" tae "[[Leet o Argentinae provinces bi population]]". Hae a guid day! :) 17:51, 18 Mey 2026 (UTC) [[Uiser:Mr.Murdoch78|Mr.Murdoch78]] ([[Uiser collogue:Mr.Murdoch78|tauk]]) 17:51, 18 Mey 2026 (UTC) 23s0ipkqvu4kgwg9avrgqqujkz0us4j Uiser collogue:~2026-29798-00 3 233487 916978 2026-05-18T18:38:25Z Mr.Murdoch78 119895 Made page wi "{{subst:uw-disruptive1}} ~~~~" 916978 wikitext text/x-wiki [[File:Information.svg|25px|alt=Information icon]] Hello. This is a wairnin tae let ye kent that ane or more o [[Special:Contributions/&#126;2026-29798-00|yer contreibutions]] didnae appear constructive an haes been revertit. Please tak some time tae familiarise yerself wi oor [[Wikipedia:Policies an guidelines|policies an guidelines]]. Ye can find information anent these at oor [[Wikipedia:Walcome, ane an aw|walcome page]]. Gin ye anly meant til mak test edits, please uise [[Wikipedia:Saundpit|the saundpit]] fur that. Gin ye think A made a mistak, or gin ye hae ony quaistens, ye can leave a message on ma tauk page. Thank you.<!-- Template:uw-disruptive1 --> [[Uiser:Mr.Murdoch78|Mr.Murdoch78]] ([[Uiser collogue:Mr.Murdoch78|tauk]]) 18:38, 18 Mey 2026 (UTC) 34eki03lsq1doitfzg2bykr9dew86na Uiser collogue:~2026-29910-66 3 233488 916981 2026-05-18T18:46:27Z Mr.Murdoch78 119895 Made page wi "{{subst:uw-delete1}} ~~~~" 916981 wikitext text/x-wiki [[Image:Information.svg|25px|alt=Information icon]] Hello, a'm [[User:Mr.Murdoch78|Mr.Murdoch78]]. A noticed that ye recently remuived some content wioot giein a raison whit wye. In the futur, it wid be helpfu tae ithers gin ye descrieve yer chynges tae Wikipaedia wi an [[Help:Edit summary|edit summary]]. Gin this wis a mistak, dinnae fash: A pit the remuived content back in. Gin ye wid lik tae experiment, ye can uise the [[WP:Sandbox|sandbox]]. Gin ye hink a made a mistak, or gin ye hae ony quaisten, ye can lea me a message on [[User_talk:Mr.Murdoch78|ma talk page]]. Thanks!<!-- Template:uw-delete1 --> [[Uiser:Mr.Murdoch78|Mr.Murdoch78]] ([[Uiser collogue:Mr.Murdoch78|tauk]]) 18:45, 18 Mey 2026 (UTC) 38q2yifnrkx4pmorbhkjbg9o8mnst70 Feet 0 233489 916982 2026-05-18T18:50:27Z Mr.Murdoch78 119895 Reguidin tae [[Fit (body pairt)]] 916982 wikitext text/x-wiki #REDIRECT [[Fit (body pairt)]] mn5lvff9lg9m73uwh1s3l1m3jwlhdki