<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wikiromandie.org/index.php?action=history&amp;feed=atom&amp;title=Mod%C3%A8le%3AInfobox_Localit%C3%A9%2FWikidata_Query</id>
	<title>Modèle:Infobox Localité/Wikidata Query - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wikiromandie.org/index.php?action=history&amp;feed=atom&amp;title=Mod%C3%A8le%3AInfobox_Localit%C3%A9%2FWikidata_Query"/>
	<link rel="alternate" type="text/html" href="https://wikiromandie.org/index.php?title=Mod%C3%A8le:Infobox_Localit%C3%A9/Wikidata_Query&amp;action=history"/>
	<updated>2026-04-09T11:00:17Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wikiromandie.org/index.php?title=Mod%C3%A8le:Infobox_Localit%C3%A9/Wikidata_Query&amp;diff=15049&amp;oldid=prev</id>
		<title>Stefannein : 1 version importée</title>
		<link rel="alternate" type="text/html" href="https://wikiromandie.org/index.php?title=Mod%C3%A8le:Infobox_Localit%C3%A9/Wikidata_Query&amp;diff=15049&amp;oldid=prev"/>
		<updated>2025-08-20T16:50:12Z</updated>

		<summary type="html">&lt;p&gt;1 version importée&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;fr&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version du 20 août 2025 à 18:50&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;fr&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Aucune différence)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key mariadb:diff:1.41:old-15048:rev-15049 --&gt;
&lt;/table&gt;</summary>
		<author><name>Stefannein</name></author>
	</entry>
	<entry>
		<id>https://wikiromandie.org/index.php?title=Mod%C3%A8le:Infobox_Localit%C3%A9/Wikidata_Query&amp;diff=15048&amp;oldid=prev</id>
		<title>wikipedia&gt;Eskivor : modif catégorisation</title>
		<link rel="alternate" type="text/html" href="https://wikiromandie.org/index.php?title=Mod%C3%A8le:Infobox_Localit%C3%A9/Wikidata_Query&amp;diff=15048&amp;oldid=prev"/>
		<updated>2025-04-08T23:11:35Z</updated>

		<summary type="html">&lt;p&gt;modif catégorisation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Enregistrement d&amp;#039;une requête utilisée pour trouver des éléments utiles pour les tests.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#Recherche des localités&lt;br /&gt;
SELECT ?item ?itemLabel &lt;br /&gt;
#          ?Image&lt;br /&gt;
#          (COUNT(?nomOfficiel) AS ?nombreDeNomsOfficiels)&lt;br /&gt;
#          (COUNT(?nomLocal) AS ?nombreDeNomsLocaux)&lt;br /&gt;
#          ?surnom&lt;br /&gt;
#          ?astreLabel&lt;br /&gt;
          ?division1Label&lt;br /&gt;
          ?division2Label&lt;br /&gt;
WHERE &lt;br /&gt;
{&lt;br /&gt;
  {&lt;br /&gt;
#    {?item wdt:P31/wdt:P279* wd:Q486972}                 # localité&lt;br /&gt;
    {?item wdt:P31 wd:Q486972}                 # localité&lt;br /&gt;
    UNION&lt;br /&gt;
    {?item wdt:P31 wd:Q23442}     # île&lt;br /&gt;
    UNION&lt;br /&gt;
    {?item wdt:P31 wd:Q123705}    # quartier&lt;br /&gt;
    UNION&lt;br /&gt;
    {?item wdt:P31 wd:Q8502}      # montagne&lt;br /&gt;
    UNION&lt;br /&gt;
    {?item wdt:P31 wd:Q12280}     # pont&lt;br /&gt;
  }&lt;br /&gt;
#  ?item wdt:P2716 ?Image .        # collage d&amp;#039;images&lt;br /&gt;
#  ?item wdt:P18 ?Image .          # image&lt;br /&gt;
#  ?item wdt:P5252 ?Image .        # vue hivernale&lt;br /&gt;
#  ?item wdt:P3451 ?Image .        # vue nocturne&lt;br /&gt;
#  ?item wdt:P1766 ?Image .        # image de l&amp;#039;inscription du nom de lieu&lt;br /&gt;
#  ?item wdt:P1448 ?nomOfficiel .   &lt;br /&gt;
#  ?item wdt:P1705 ?nomLocal .      &lt;br /&gt;
#  ?item wdt:P1449 ?surnom .      &lt;br /&gt;
#  ?item wdt:P376 ?astre .      &lt;br /&gt;
  ?item wdt:P131 ?division1 .      &lt;br /&gt;
  ?division1 wdt:P131 ?division2 .      &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. } # le label viendra de préférence dans votre langue, et autrement en anglais&lt;br /&gt;
}&lt;br /&gt;
#GROUP BY ?item ?itemLabel &lt;br /&gt;
#HAVING (?nombreDeNomsLocaux&amp;gt;2)&lt;br /&gt;
#ORDER BY DESC(?nombreDeNomsLocaux)&lt;br /&gt;
LIMIT 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Catégorie:Modèle infobox]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Eskivor</name></author>
	</entry>
</feed>