<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://rishon.rcorp.fr/index.php?action=history&amp;feed=atom&amp;title=Module%3AInfobox%2FFonctions%2FOrganisation</id>
	<title>Module:Infobox/Fonctions/Organisation - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://rishon.rcorp.fr/index.php?action=history&amp;feed=atom&amp;title=Module%3AInfobox%2FFonctions%2FOrganisation"/>
	<link rel="alternate" type="text/html" href="https://rishon.rcorp.fr/index.php?title=Module:Infobox/Fonctions/Organisation&amp;action=history"/>
	<updated>2026-09-05T18:56:38Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://rishon.rcorp.fr/index.php?title=Module:Infobox/Fonctions/Organisation&amp;diff=233&amp;oldid=prev</id>
		<title>RubnK : 1 version importée</title>
		<link rel="alternate" type="text/html" href="https://rishon.rcorp.fr/index.php?title=Module:Infobox/Fonctions/Organisation&amp;diff=233&amp;oldid=prev"/>
		<updated>2025-06-26T12:20:10Z</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;tr class=&quot;diff-title&quot; lang=&quot;fr&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version du 26 juin 2025 à 14:20&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&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;/table&gt;</summary>
		<author><name>RubnK</name></author>
	</entry>
	<entry>
		<id>https://rishon.rcorp.fr/index.php?title=Module:Infobox/Fonctions/Organisation&amp;diff=232&amp;oldid=prev</id>
		<title>wp&gt;Bob08 : lien</title>
		<link rel="alternate" type="text/html" href="https://rishon.rcorp.fr/index.php?title=Module:Infobox/Fonctions/Organisation&amp;diff=232&amp;oldid=prev"/>
		<updated>2025-02-10T10:38:20Z</updated>

		<summary type="html">&lt;p&gt;lien&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- Ce module étant utilisé par plus de 10 000 pages, avant de le modifier, testez le avec sa version bac à sable et à l&amp;#039;aide de la page de test (Modèle:Infobox Organisation2/Test).&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
local localdata = require &amp;#039;Module:Infobox/Localdata&amp;#039;&lt;br /&gt;
local item = localdata.item&lt;br /&gt;
local wd = require &amp;#039;Module:Wikidata&amp;#039;&lt;br /&gt;
local linguistic = require &amp;#039;Module:Linguistique&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- Recherche le titre le plus approprié en fonction de la forme juridique de l&amp;#039;organisation (P1454)&lt;br /&gt;
--   item   : élement wikidata sous la forme Qxxxx&lt;br /&gt;
--   plural : booléen pour indiquer le pluriel&lt;br /&gt;
local function ownerLabel(item, plural)&lt;br /&gt;
    local formeJuridique = wd.stringTable{entity = item, property = &amp;#039;P1454&amp;#039;, displayformat = &amp;#039;raw&amp;#039;, excludespecial = true}&lt;br /&gt;
	if wd.isSubclass(&amp;#039;Q134161&amp;#039;, formeJuridique[1]) then -- société par actions&lt;br /&gt;
       if plural then return &amp;quot;Actionnaires&amp;quot; else return &amp;quot;Actionnaire&amp;quot; end&lt;br /&gt;
    else&lt;br /&gt;
       if plural then return &amp;quot;Propriétaires&amp;quot; else return &amp;quot;Propriétaire&amp;quot; end&lt;br /&gt;
    end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.membres(id)&lt;br /&gt;
	local dir = wd.formatStatements{entity = item, property = &amp;#039;P1037&amp;#039;, defaultlink = &amp;#039;-&amp;#039;, numval = 1, displayformat = &amp;#039;raw&amp;#039;}&lt;br /&gt;
	local pres = wd.formatStatements{entity = item, property = &amp;#039;P488&amp;#039;, defaultlink = &amp;#039;-&amp;#039;, numval = 1, displayformat = &amp;#039;raw&amp;#039;}&lt;br /&gt;
	local direx = wd.formatStatements{entity = item, property = &amp;#039;P169&amp;#039;, defaultlink = &amp;#039;-&amp;#039;, numval = 1, displayformat = &amp;#039;raw&amp;#039;}&lt;br /&gt;
	local secgen = wd.formatStatements{entity = item, property = &amp;#039;P3975&amp;#039;, defaultlink = &amp;#039;-&amp;#039;, numval = 1, displayformat = &amp;#039;raw&amp;#039;}&lt;br /&gt;
	&lt;br /&gt;
	dir = dir or pres or direx or secgen&lt;br /&gt;
	local genredirigeant = wd.getgender(dir) or &amp;quot;m&amp;quot;&lt;br /&gt;
	&lt;br /&gt;
	local titredirigeant = localdata[&amp;#039;titre dirigeant&amp;#039;] or localdata[&amp;#039;titre dirigeant1&amp;#039;]&lt;br /&gt;
	titredirigeant = titredirigeant or wd.formatStatements{&lt;br /&gt;
		entity = item,&lt;br /&gt;
		property = &amp;#039;P2388&amp;#039;,&lt;br /&gt;
		defaultlink = &amp;#039;-&amp;#039;,&lt;br /&gt;
		labelformat = function(titleid) return wd.genderedlabel(titleid, genredirigeant) end,&lt;br /&gt;
		labelformat2 = linguistic.removecomplement&lt;br /&gt;
	}&lt;br /&gt;
	return {type = &amp;#039;multi&amp;#039;, rows = {&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = &amp;#039;Membres&amp;#039;,&lt;br /&gt;
					value = {&amp;#039;membre&amp;#039;, &amp;#039;membres&amp;#039;, &amp;#039;nombre_membres&amp;#039;, &amp;#039;nombre de membres&amp;#039;},&lt;br /&gt;
					wikidata = {property = &amp;#039;P2124&amp;#039;, showdate = true, sorttype = &amp;#039;inverted&amp;#039;, showunit = &amp;#039;long&amp;#039;}&lt;br /&gt;
				},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = &amp;#039;[[Bénévolat|Volontaires]]&amp;#039;,&lt;br /&gt;
					value = {&amp;#039;volontaires&amp;#039;, &amp;#039;bénévoles&amp;#039;, &amp;#039;nombre_volontaires&amp;#039;, &amp;#039;nombre_benevoles&amp;#039;},&lt;br /&gt;
					wikidata = {property = &amp;#039;P6125&amp;#039;, showdate = true, sorttype = &amp;#039;inverted&amp;#039;}&lt;br /&gt;
				},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = &amp;#039;Effectif&amp;#039;,&lt;br /&gt;
					value = {&amp;#039;effectif&amp;#039;, &amp;#039;effectifs&amp;#039;, &amp;#039;employés&amp;#039;, &amp;#039;personnel&amp;#039;, &amp;#039;personnels&amp;#039;, &amp;#039;nombre_employes&amp;#039;, &amp;#039;effectif total&amp;#039;},&lt;br /&gt;
					wikidata = {property = &amp;#039;P1128&amp;#039;, showdate = true, sorttype = &amp;#039;inverted&amp;#039;, targetunit = &amp;#039;employé&amp;#039;, showunit = &amp;#039;long&amp;#039;}&lt;br /&gt;
				},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;Effectif statutaire&amp;#039;, value = &amp;#039;effectif statutaire&amp;#039;},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[Chercheur]]s&amp;#039;, value = {&amp;#039;chercheurs&amp;#039;, &amp;#039;chercheurs statutaires&amp;#039;}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;Chercheurs associés&amp;#039;, value = &amp;#039;chercheurs associés&amp;#039;},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[Doctorant]]s&amp;#039;, value = &amp;#039;doctorants&amp;#039;},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = {ms = &amp;#039;Fondateur&amp;#039;, fs = &amp;#039;Fondatrice&amp;#039;, mp = &amp;#039;Fondateurs&amp;#039;, fp = &amp;#039;Fondatrices&amp;#039;, default = &amp;#039;Fondateur&amp;#039;},&lt;br /&gt;
					value = {&amp;#039;fondateur&amp;#039;, &amp;#039;fondatrice&amp;#039;, &amp;#039;fondateurs&amp;#039;, &amp;#039;fondatrices&amp;#039;},&lt;br /&gt;
					wikidata = {property = {&amp;#039;P112&amp;#039;, &amp;#039;P170&amp;#039;}}&lt;br /&gt;
				},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
	                label = {&lt;br /&gt;
                            ms      = function() if titredirigeant and not direx then return titredirigeant else return &amp;quot;Président&amp;quot; end end, &lt;br /&gt;
                            fs      = function() if titredirigeant and not direx then return titredirigeant else return &amp;quot;Présidente&amp;quot; end end, &lt;br /&gt;
                            mp      = function() if titredirigeant and not direx then return titredirigeant else return &amp;quot;Présidents&amp;quot; end end, &lt;br /&gt;
                            fp      = function() if titredirigeant and not direx then return titredirigeant else return &amp;quot;Présidentes&amp;quot; end end,&lt;br /&gt;
                            default = function() if titredirigeant and not direx then return titredirigeant else return &amp;quot;Président&amp;quot; end end&lt;br /&gt;
                            },&lt;br /&gt;
				    value = {&amp;#039;président&amp;#039;, &amp;#039;president&amp;#039;, &amp;#039;presidente&amp;#039;},&lt;br /&gt;
					wikidata = {property = &amp;#039;P488&amp;#039;, atdate = &amp;#039;today&amp;#039;, showdate = true, precision = &amp;#039;year&amp;#039;}&lt;br /&gt;
				},&lt;br /&gt;
            	{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
            		label = {&lt;br /&gt;
                            ms      = function() return localdata[&amp;#039;titre recteur&amp;#039;] or &amp;#039;[[Recteur d\&amp;#039;université|Recteur]]&amp;#039; end, &lt;br /&gt;
                            fs      = function() return localdata[&amp;#039;titre recteur&amp;#039;] or &amp;#039;[[Recteur d\&amp;#039;université|Rectrice]]&amp;#039; end, &lt;br /&gt;
                            mp      = function() return localdata[&amp;#039;titre recteur&amp;#039;] or &amp;#039;[[Recteur d\&amp;#039;université|Recteurs]]&amp;#039; end, &lt;br /&gt;
                            fp      = function() return localdata[&amp;#039;titre recteur&amp;#039;] or &amp;#039;[[Recteur d\&amp;#039;université|Rectrices]]&amp;#039; end,&lt;br /&gt;
                            default = function() return localdata[&amp;#039;titre recteur&amp;#039;] or &amp;#039;[[Recteur d\&amp;#039;université|Recteur]]&amp;#039; end&lt;br /&gt;
                            },&lt;br /&gt;
            		value = &amp;#039;recteur&amp;#039;,&lt;br /&gt;
            		wikidata = { property = &amp;#039;P1075&amp;#039;, atdate = &amp;#039;today&amp;#039;, showdate = true, precision = &amp;#039;year&amp;#039; }&lt;br /&gt;
            	},		&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = function()&lt;br /&gt;
						return localdata[&amp;#039;titre dirigeant&amp;#039;] or localdata[&amp;#039;titre dirigeant1&amp;#039;] or localdata[&amp;#039;intitulé dirigeant1&amp;#039;] or localdata[&amp;#039;intitule_fonction1&amp;#039;] or &amp;#039;Dirigeant&amp;#039;&lt;br /&gt;
					end,&lt;br /&gt;
					value = {&amp;#039;dirigeant&amp;#039;, &amp;#039;dirigeant1&amp;#039;, &amp;#039;fonction1&amp;#039;}&lt;br /&gt;
				},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = function()&lt;br /&gt;
						return localdata[&amp;#039;titre dirigeant2&amp;#039;] or localdata[&amp;#039;intitulé dirigeant2&amp;#039;] or localdata[&amp;#039;intitule_fonction2&amp;#039;] or &amp;#039;Dirigeant&amp;#039;&lt;br /&gt;
					end,&lt;br /&gt;
					value = {&amp;#039;dirigeant2&amp;#039;, &amp;#039;fonction2&amp;#039;}&lt;br /&gt;
				},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = function()&lt;br /&gt;
						return localdata[&amp;#039;titre dirigeant3&amp;#039;] or localdata[&amp;#039;intitulé dirigeant3&amp;#039;] or localdata[&amp;#039;intitule_fonction3&amp;#039;] or &amp;#039;Dirigeant&amp;#039;&lt;br /&gt;
					end,&lt;br /&gt;
					value = {&amp;#039;dirigeant3&amp;#039;, &amp;#039;fonction3&amp;#039;}&lt;br /&gt;
				},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = function() return localdata[&amp;#039;titre dirigeant4&amp;#039;] or localdata[&amp;#039;intitulé dirigeant4&amp;#039;] or localdata[&amp;#039;intitule_fonction4&amp;#039;] or &amp;#039;Dirigeant&amp;#039; end,&lt;br /&gt;
					value = {&amp;#039;dirigeant4&amp;#039;, &amp;#039;fonction4&amp;#039;}&lt;br /&gt;
				},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = function() return localdata[&amp;#039;titre dirigeant5&amp;#039;] or localdata[&amp;#039;intitulé dirigeant5&amp;#039;] or localdata[&amp;#039;intitule_fonction5&amp;#039;] or &amp;#039;Dirigeant&amp;#039; end,&lt;br /&gt;
					value = {&amp;#039;dirigeant5&amp;#039;, &amp;#039;fonction5&amp;#039;}&lt;br /&gt;
				},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = {ms = &amp;#039;Président d\&amp;#039;honneur&amp;#039;, fs = &amp;#039;Présidente d\&amp;#039;honneur&amp;#039;, mp = &amp;#039;Présidents d\&amp;#039;honneur&amp;#039;, fp = &amp;#039;Présidentes d\&amp;#039;honneur&amp;#039;, default = &amp;#039;Président d\&amp;#039;honneur&amp;#039;},&lt;br /&gt;
                    value = {&amp;#039;président d\&amp;#039;honneur&amp;#039;, &amp;#039;président honoraire&amp;#039;},&lt;br /&gt;
                    wikidata = {property = {&amp;#039;P2828&amp;#039;, &amp;#039;P3320&amp;#039;}, qualifier = &amp;#039;P39&amp;#039;, qualifiervalue = &amp;#039;Q1300660&amp;#039;, atdate = &amp;#039;today&amp;#039;, showdate = true, precision = &amp;#039;year&amp;#039;}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = {ms = &amp;#039;[[Vice-président]]&amp;#039;, fs = &amp;#039;[[Vice-président]]e&amp;#039;, mp = &amp;#039;[[Vice-président]]s&amp;#039;, fp = &amp;#039;[[Vice-président]]es&amp;#039;, default = &amp;#039;[[Vice-président]]&amp;#039;},&lt;br /&gt;
                    value = {&amp;#039;vice-président&amp;#039;, &amp;#039;vice-president&amp;#039;, &amp;#039;vice-présidente&amp;#039;, &amp;#039;vice-presidente&amp;#039;, &amp;#039;vice-présidents&amp;#039;, &amp;#039;vice-presidents&amp;#039;},&lt;br /&gt;
                    wikidata = {property = {&amp;#039;P2828&amp;#039;, &amp;#039;P3320&amp;#039;}, qualifier = &amp;#039;P39&amp;#039;, qualifiervalue = &amp;#039;Q42178&amp;#039;, atdate = &amp;#039;today&amp;#039;, showdate = true, precision = &amp;#039;year&amp;#039;}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = {ms = &amp;#039;Procureur&amp;#039;, fs = &amp;#039;Procureure&amp;#039;, mp = &amp;#039;Procureurs&amp;#039;, fp = &amp;#039;Procureures&amp;#039;, default = &amp;#039;Procureur&amp;#039;},&lt;br /&gt;
                    value = {&amp;#039;procureur&amp;#039;, &amp;#039;procureure&amp;#039;, &amp;#039;procureuse&amp;#039;, &amp;#039;procureures&amp;#039;, &amp;#039;procureuses&amp;#039;, &amp;#039;procureurs&amp;#039;}, &lt;br /&gt;
                    wikidata = {property = {&amp;#039;P1592&amp;#039;}, qualifier = &amp;#039;P39&amp;#039;, atdate = &amp;#039;today&amp;#039;, showdate = true, precision = &amp;#039;year&amp;#039;}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = function(id)&lt;br /&gt;
						if titredirigeant then&lt;br /&gt;
							return titredirigeant&lt;br /&gt;
						else&lt;br /&gt;
							return &amp;quot;Direction&amp;quot;&lt;br /&gt;
						end&lt;br /&gt;
					end,&lt;br /&gt;
            		label = {&lt;br /&gt;
                            ms      = function() if titredirigeant then return titredirigeant else return &amp;quot;Directeur&amp;quot; end end, &lt;br /&gt;
                            fs      = function() if titredirigeant then return titredirigeant else return &amp;quot;Directrice&amp;quot; end end, &lt;br /&gt;
                            mp      = function() if titredirigeant then return titredirigeant else return &amp;quot;Directeurs&amp;quot; end end, &lt;br /&gt;
                            fp      = function() if titredirigeant then return titredirigeant else return &amp;quot;Directrices&amp;quot; end end,&lt;br /&gt;
                            default = function() if titredirigeant then return titredirigeant else return &amp;quot;Direction&amp;quot; end end&lt;br /&gt;
                            },&lt;br /&gt;
					value = {&amp;#039;directeur&amp;#039;, &amp;#039;directrice&amp;#039;, &amp;#039;direction&amp;#039;, &amp;#039;directeur_general&amp;#039;}, &lt;br /&gt;
                    wikidata = {property = {&amp;#039;P169&amp;#039;, &amp;#039;P1037&amp;#039;}, atdate = &amp;#039;today&amp;#039;, showdate = true, precision = &amp;#039;year&amp;#039;},&lt;br /&gt;
                    blockers = {&amp;#039;dirigeant&amp;#039;, &amp;#039;dirigeant1&amp;#039;, &amp;#039;fonction1&amp;#039;}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = function(id)&lt;br /&gt;
						if titredirigeant and not pres and not direx then&lt;br /&gt;
							return titredirigeant&lt;br /&gt;
						else&lt;br /&gt;
							return &amp;quot;Secrétaire général&amp;quot;&lt;br /&gt;
						end&lt;br /&gt;
						end,&lt;br /&gt;
					plurallabel = &amp;#039;Secrétaires généraux&amp;#039;,&lt;br /&gt;
					value = {&amp;#039;secrétaire général&amp;#039;, &amp;#039;secretaire_general&amp;#039;, &amp;#039;secretaire_generale&amp;#039;},&lt;br /&gt;
					wikidata = {property = &amp;#039;P3975&amp;#039;, atdate = &amp;#039;today&amp;#039;, showdate = true, precision = &amp;#039;year&amp;#039;},&lt;br /&gt;
					blockers = {&amp;#039;dirigeant&amp;#039;, &amp;#039;dirigeant1&amp;#039;, &amp;#039;fonction1&amp;#039;}&lt;br /&gt;
				},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = &amp;#039;[[Secrétaire perpétuel]]&amp;#039;,&lt;br /&gt;
					plurallabel = &amp;#039;[[Secrétaire perpétuel|Secrétaire perpétuels]]&amp;#039;,&lt;br /&gt;
					value = {&amp;#039;secrétaire perpétuel&amp;#039;, &amp;#039;secretaire perpetuel&amp;#039;},&lt;br /&gt;
					wikidata = {&lt;br /&gt;
						property = {&amp;#039;P2828&amp;#039;, &amp;#039;P3320&amp;#039;},&lt;br /&gt;
						qualifier = {&amp;#039;P39&amp;#039;, &amp;#039;P2868&amp;#039;, &amp;#039;P642&amp;#039;},&lt;br /&gt;
						qualifiervalue = &amp;#039;Q1282146&amp;#039;,&lt;br /&gt;
						atdate = &amp;#039;today&amp;#039;,&lt;br /&gt;
                        showdate = true,&lt;br /&gt;
						precision = &amp;#039;year&amp;#039;&lt;br /&gt;
					}&lt;br /&gt;
				},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = &amp;#039;Secrétaire&amp;#039;,&lt;br /&gt;
					plurallabel = &amp;#039;Secrétaires&amp;#039;,&lt;br /&gt;
					value = {&amp;#039;secrétaire&amp;#039;, &amp;#039;secretaire&amp;#039;},&lt;br /&gt;
					wikidata = {&lt;br /&gt;
						property = {&amp;#039;P2828&amp;#039;, &amp;#039;P3320&amp;#039;},&lt;br /&gt;
						qualifier = &amp;#039;P39&amp;#039;,&lt;br /&gt;
						qualifiervalue = {&amp;#039;Q80687&amp;#039;, &amp;#039;Q836971&amp;#039;},&lt;br /&gt;
						atdate = &amp;#039;today&amp;#039;,&lt;br /&gt;
                        showdate = true,&lt;br /&gt;
						sorttype = &amp;#039;inverted&amp;#039;,&lt;br /&gt;
						precision = &amp;#039;year&amp;#039;&lt;br /&gt;
					}&lt;br /&gt;
				},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;Protecteur&amp;#039;, plurallabel = &amp;#039;Protecteurs&amp;#039;, value = &amp;#039;protecteur&amp;#039;},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = {ms = &amp;#039;Trésorier&amp;#039;, fs = &amp;#039;Trésorière&amp;#039;, mp = &amp;#039;Trésoriers&amp;#039;, fp = &amp;#039;Trésorière&amp;#039;, default = &amp;#039;Trésorier&amp;#039;},&lt;br /&gt;
					value = {&amp;#039;trésorier&amp;#039;, &amp;#039;tresorier&amp;#039;, &amp;#039;trésorière&amp;#039;, &amp;#039;tresoriere&amp;#039;},&lt;br /&gt;
					wikidata = {property = &amp;#039;P3320&amp;#039;, qualifier = &amp;#039;P39&amp;#039;, qualifiervalue = &amp;#039;Q388338&amp;#039;, atdate = &amp;#039;today&amp;#039;, showdate = true, precision = &amp;#039;year&amp;#039;}&lt;br /&gt;
				},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = &amp;#039;Personnes clés&amp;#039;,&lt;br /&gt;
					value = {&amp;#039;personne clé&amp;#039;, &amp;#039;pers&amp;#039;, &amp;#039;personnage_clef&amp;#039;},&lt;br /&gt;
					wikidata = {&lt;br /&gt;
						property = {&amp;#039;P3342&amp;#039;, &amp;#039;P2828&amp;#039;, &amp;#039;P3320&amp;#039;, &amp;#039;P5052&amp;#039;},&lt;br /&gt;
						conjtype = &amp;#039;new line&amp;#039;,&lt;br /&gt;
						showqualifiers = {&amp;#039;P39&amp;#039;, &amp;#039;P2868&amp;#039;, &amp;#039;P642&amp;#039;},&lt;br /&gt;
						qualifconjtype = &amp;#039;comma&amp;#039;,&lt;br /&gt;
						excludequalifier = {&amp;#039;P39&amp;#039;, &amp;#039;P2868&amp;#039;, &amp;#039;P642&amp;#039;},&lt;br /&gt;
						excludequalifiervalue = {&amp;#039;Q1300660&amp;#039;, &amp;#039;Q42178&amp;#039;, &amp;#039;Q1282146&amp;#039;, &amp;#039;Q80687&amp;#039;, &amp;#039;Q836971&amp;#039;, &amp;#039;Q388338&amp;#039;},&lt;br /&gt;
						atdate = &amp;#039;today&amp;#039;&lt;br /&gt;
					}&lt;br /&gt;
				},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = ownerLabel(item, false),&lt;br /&gt;
					plurallabel = ownerLabel(item, true),&lt;br /&gt;
					value = &amp;#039;propriétaire&amp;#039;,&lt;br /&gt;
					wikidata = {property = &amp;#039;P127&amp;#039;, atdate = &amp;quot;today&amp;quot;, showdate = true, sorttype = &amp;#039;inverted&amp;#039;, precision = &amp;#039;year&amp;#039;, showqualifiers = &amp;quot;P1107&amp;quot;, qualiftargetunit = &amp;#039;percent&amp;#039;}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;,&lt;br /&gt;
					label = &amp;#039;Soutenu par&amp;#039;,&lt;br /&gt;
					value = {&amp;#039;soutenu par&amp;#039;, &amp;#039;soutien&amp;#039;, &amp;#039;soutiens&amp;#039;},&lt;br /&gt;
					wikidata = {property = &amp;#039;P8001&amp;#039;, showdate = true, sorttype = &amp;#039;inverted&amp;#039;}&lt;br /&gt;
				},&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- Champs optionnels&lt;br /&gt;
function p.custom()&lt;br /&gt;
	return {type = &amp;#039;multi&amp;#039;, rows = {&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = function() return localdata[&amp;#039;option-1&amp;#039;] or &amp;#039;Option 1&amp;#039; end, value = &amp;#039;valeur-1&amp;#039;},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = function() return localdata[&amp;#039;option-2&amp;#039;] or &amp;#039;Option 2&amp;#039; end, value = &amp;#039;valeur-2&amp;#039;},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = function() return localdata[&amp;#039;option-3&amp;#039;] or &amp;#039;Option 3&amp;#039; end, value = &amp;#039;valeur-3&amp;#039;},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = function() return localdata[&amp;#039;option-4&amp;#039;] or &amp;#039;Option 4&amp;#039; end, value = &amp;#039;valeur-4&amp;#039;},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = function() return localdata[&amp;#039;option-5&amp;#039;] or &amp;#039;Option 5&amp;#039; end, value = &amp;#039;valeur-5&amp;#039;},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = function() return localdata[&amp;#039;option-6&amp;#039;] or &amp;#039;Option 6&amp;#039; end, value = &amp;#039;valeur-6&amp;#039;},&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- Identifiants&lt;br /&gt;
function p.ids()&lt;br /&gt;
	return {type = &amp;#039;table&amp;#039;, title = &amp;#039;Identifiants&amp;#039;,&lt;br /&gt;
				rows = 	{&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[Répertoire national des associations|RNA]]&amp;#039;, value = &amp;#039;rna&amp;#039;, wikidata = {property = {&amp;#039;P3918&amp;#039;, &amp;#039;P6309&amp;#039;}, urlpattern = wd.formatStatements{entity = &amp;quot;P3918&amp;quot;, property = &amp;quot;P1630&amp;quot;, numval = 1}}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[Système d\&amp;#039;identification du répertoire des entreprises|SIREN]]&amp;#039;, value = &amp;#039;siren&amp;#039;, wikidata = {property = &amp;#039;P1616&amp;#039;, urlpattern = wd.formatStatements{entity = &amp;quot;P1616&amp;quot;, property = &amp;quot;P1630&amp;quot;, numval = 1}}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[Système d\&amp;#039;identification du répertoire des établissements|SIRET]]&amp;#039;, value = &amp;#039;siret&amp;#039;, wikidata = {property = &amp;#039;P3215&amp;#039;, urlpattern = wd.formatStatements{entity = &amp;quot;P3215&amp;quot;, property = &amp;quot;P1630&amp;quot;, numval = 1}}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[Taxe sur la valeur ajoutée dans l\&amp;#039;Union européenne|TVA européenne]]&amp;#039;, value = &amp;#039;tva&amp;#039;, wikidata = {property = &amp;#039;P3608&amp;#039;, urlpattern = wd.formatStatements{entity = &amp;quot;P3608&amp;quot;, property = &amp;quot;P1630&amp;quot;, numval = 1}}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[Internal Revenue Service|IRS]]&amp;#039;, value = &amp;#039;irs&amp;#039;, wikidata = {property = &amp;#039;P1297&amp;#039;, urlpattern = wd.formatStatements{entity = &amp;quot;P1297&amp;quot;, property = &amp;quot;P3303&amp;quot;, numval = 1}}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[Securities and Exchange Commission|CIK]]&amp;#039;, value = &amp;#039;cik&amp;#039;, wikidata = {property = &amp;#039;P5531&amp;#039;, urlpattern = wd.formatStatements{entity = &amp;quot;P5531&amp;quot;, property = &amp;quot;P1630&amp;quot;, numval = 1}}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[Banque-Carrefour des Entreprises|BCE]]&amp;#039;, value = &amp;#039;bce&amp;#039;, wikidata = {property = &amp;#039;P3376&amp;#039;, urlpattern = wd.formatStatements{entity = &amp;quot;P3376&amp;quot;, property = &amp;quot;P1630&amp;quot;, numval = 1}}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[:en:Central Business Register (Denmark)|CVR]]&amp;#039;, value = &amp;#039;cvr&amp;#039;, wikidata = {property = &amp;#039;P1059&amp;#039;, urlpattern = wd.formatStatements{entity = &amp;quot;P1059&amp;quot;, property = &amp;quot;P1630&amp;quot;, numval = 1}}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[:hu:Cégjegyzékszámok Magyarországon|Cégjegyzékszám]]&amp;#039;, value = &amp;#039;hun&amp;#039;, wikidata = {property = &amp;#039;P2619&amp;#039;, urlpattern = wd.formatStatements{entity = &amp;quot;P2619&amp;quot;, property = &amp;quot;P1630&amp;quot;, numval = 1}}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[:en:Companies House|Companies House]]&amp;#039;, value = &amp;#039;companies house&amp;#039;, wikidata = {property = &amp;#039;P2622&amp;#039;, urlpattern = wd.formatStatements{entity = &amp;quot;P2622&amp;quot;, property = &amp;quot;P1630&amp;quot;, numval = 1}}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[:en:Brønnøysund Register Centre|Registre de Brønnøysund]]&amp;#039;, value = &amp;#039;orgnr&amp;#039;, wikidata = {property = &amp;#039;P2333&amp;#039;, urlpattern = wd.formatStatements{entity = &amp;quot;P2333&amp;quot;, property = &amp;quot;P1630&amp;quot;, numval = 1}}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[:en:Russian Federal State Statistics Service|OKPO]]&amp;#039;, value = &amp;#039;okpo&amp;#039;, wikidata = {property = &amp;#039;P2391&amp;#039;, urlpattern = wd.formatStatements{entity = &amp;quot;P2391&amp;quot;, property = &amp;quot;P1630&amp;quot;, numval = 1}}},&lt;br /&gt;
				{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[OpenCorporates]]&amp;#039;, value = &amp;#039;opencorporates&amp;#039;, wikidata = {property = &amp;#039;P1320&amp;#039;, urlpattern = wd.formatStatements{entity = &amp;quot;P1320&amp;quot;, property = &amp;quot;P1630&amp;quot;, numval = 1}}}, &lt;br /&gt;
                                {type = &amp;#039;row&amp;#039;, label = &amp;#039;[[data.gouv.fr]]&amp;#039;, value = &amp;#039;datagouv&amp;#039;, wikidata = {property = {&amp;#039;P3206&amp;#039;}, urlpattern = wd.formatStatements{entity = &amp;quot;P3206&amp;quot;, property = &amp;quot;P1630&amp;quot;, numval = 1}}},&lt;br /&gt;
&lt;br /&gt;
{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[Unité administrative immatriculée|UAI]]&amp;#039;, value = &amp;#039;uai&amp;#039;, wikidata = {property = {&amp;#039;P3202&amp;#039;}, urlpattern = wd.formatStatements{entity = &amp;quot;P3202&amp;quot;, property = &amp;quot;P1630&amp;quot;, numval = 1}}},&lt;br /&gt;
&lt;br /&gt;
{type = &amp;#039;row&amp;#039;, label = &amp;#039;[[Service-public.fr|Annuaire du service public]]&amp;#039;, value = &amp;#039;servicepublic&amp;#039;, wikidata = {property = {&amp;#039;P6671&amp;#039;}, urlpattern = wd.formatStatements{entity = &amp;quot;P6671&amp;quot;, property = &amp;quot;P1630&amp;quot;, numval = 1}}},&lt;br /&gt;
&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>wp&gt;Bob08</name></author>
	</entry>
</feed>