<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.climatefresk.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AMultiparam%C3%A8tres</id>
	<title>Module:Multiparamètres - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.climatefresk.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AMultiparam%C3%A8tres"/>
	<link rel="alternate" type="text/html" href="https://wiki.climatefresk.org/index.php?title=Module:Multiparam%C3%A8tres&amp;action=history"/>
	<updated>2026-06-13T18:23:00Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.climatefresk.org/index.php?title=Module:Multiparam%C3%A8tres&amp;diff=1918&amp;oldid=prev</id>
		<title>Arthirob : Page créée avec « local p = {}  function p.brut(frame)     return p._main(frame, function (item) return item end) end  function p.lien(frame)     return p._main(frame, function (item) retur… »</title>
		<link rel="alternate" type="text/html" href="https://wiki.climatefresk.org/index.php?title=Module:Multiparam%C3%A8tres&amp;diff=1918&amp;oldid=prev"/>
		<updated>2020-12-28T17:36:38Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « local p = {}  function p.brut(frame)     return p._main(frame, function (item) return item end) end  function p.lien(frame)     return p._main(frame, function (item) retur… »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.brut(frame)&lt;br /&gt;
    return p._main(frame, function (item) return item end)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.lien(frame)&lt;br /&gt;
    return p._main(frame, function (item) return &amp;#039;[[&amp;#039;..item..&amp;#039;]]&amp;#039; end)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.categorie(frame)&lt;br /&gt;
    return p._main(frame, function (item) return &amp;#039;[[:Catégorie:&amp;#039;..item..&amp;#039;|&amp;#039;..item..&amp;#039;]]&amp;#039; end)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.utilisateur(frame)&lt;br /&gt;
    return p._main(frame, function (item) return &amp;#039;[[Utilisateur:&amp;#039;..item..&amp;#039;|&amp;#039;..item..&amp;#039;]]&amp;#039; end)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._main(frame, formatter)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    local trimFunc = mw.text.trim -- cache accès global&lt;br /&gt;
&lt;br /&gt;
    local gras = (args.gras and args.gras ~= &amp;#039;&amp;#039;)&lt;br /&gt;
    local items = {}&lt;br /&gt;
&lt;br /&gt;
    for i,v in ipairs(args) do&lt;br /&gt;
        local item = trimFunc(v)&lt;br /&gt;
        if item ~= &amp;#039;&amp;#039; then&lt;br /&gt;
            item = formatter(item)&lt;br /&gt;
            if gras then&lt;br /&gt;
                item = &amp;quot;&amp;#039;&amp;#039;&amp;#039;&amp;quot; .. item .. &amp;quot;&amp;#039;&amp;#039;&amp;#039;&amp;quot;&lt;br /&gt;
            end&lt;br /&gt;
            items[#items + 1] = item&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local dernierSeparateur = args.et and ( &amp;#039; &amp;#039; .. args.et .. &amp;#039; &amp;#039; )&lt;br /&gt;
&lt;br /&gt;
    -- le paramètre &amp;quot;et&amp;quot; peut être défini à vide, exemple : [[Modèle:Module biblio/responsabilité principale]]&lt;br /&gt;
    if args.et == &amp;#039;&amp;#039; then&lt;br /&gt;
        dernierSeparateur = &amp;#039; &amp;#039;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return mw.text.listToText( items, &amp;#039;, &amp;#039;, dernierSeparateur )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Arthirob</name></author>
	</entry>
</feed>