<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.deprelledelanieppe.be/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AFix</id>
	<title>Module:Fix - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.deprelledelanieppe.be/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AFix"/>
	<link rel="alternate" type="text/html" href="https://wiki.deprelledelanieppe.be/mediawiki/index.php?title=Module:Fix&amp;action=history"/>
	<updated>2026-04-28T13:47:52Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.deprelledelanieppe.be/mediawiki/index.php?title=Module:Fix&amp;diff=354&amp;oldid=prev</id>
		<title>Apn : Page créée avec « local p = {}  function p.necessiteCadre(frame)  	local source = frame.args[1]  	if source:match(&#039;\n[ \t]*\n&#039;) or source:match(&#039;\n[*#:]&#039;) then 		return &#039;1&#039; 	else 		return &#039;... »</title>
		<link rel="alternate" type="text/html" href="https://wiki.deprelledelanieppe.be/mediawiki/index.php?title=Module:Fix&amp;diff=354&amp;oldid=prev"/>
		<updated>2019-02-08T11:03:29Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « local p = {}  function p.necessiteCadre(frame)  	local source = frame.args[1]  	if source:match(&amp;#039;\n[ \t]*\n&amp;#039;) or source:match(&amp;#039;\n[*#:]&amp;#039;) then 		return &amp;#039;1&amp;#039; 	else 		return &amp;#039;... »&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.necessiteCadre(frame)&lt;br /&gt;
&lt;br /&gt;
	local source = frame.args[1]&lt;br /&gt;
&lt;br /&gt;
	if source:match(&amp;#039;\n[ \t]*\n&amp;#039;) or source:match(&amp;#039;\n[*#:]&amp;#039;) then&lt;br /&gt;
		return &amp;#039;1&amp;#039;&lt;br /&gt;
	else&lt;br /&gt;
		return &amp;#039;&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.affichageBloc( args )&lt;br /&gt;
	local background = args.background or &amp;#039;&amp;#039;&lt;br /&gt;
	if background == &amp;#039;&amp;#039; then&lt;br /&gt;
		background = &amp;#039;white&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	local html = mw.html.create( &amp;#039;&amp;#039; )&lt;br /&gt;
		:wikitext( &amp;#039;\n&amp;#039; )&lt;br /&gt;
		:tag( &amp;#039;div&amp;#039; )&lt;br /&gt;
			:cssText( &amp;#039;position:relative; margin-top:0.8em;&amp;#039;)&lt;br /&gt;
			:tag( &amp;#039;div&amp;#039; )&lt;br /&gt;
				:addClass( &amp;#039;need_ref&amp;#039; )&lt;br /&gt;
				:cssText( &amp;#039;cursor:help; overflow:hidden; padding-bottom:0;&amp;#039; )&lt;br /&gt;
				:css{ background = background }&lt;br /&gt;
				:attr{ title = args.titre }&lt;br /&gt;
				:wikitext( args[1], &amp;#039;\n&amp;#039; )&lt;br /&gt;
				:done()&lt;br /&gt;
			:tag( &amp;#039;div&amp;#039; )&lt;br /&gt;
				:addClass( &amp;#039;need_ref_tag&amp;#039; )&lt;br /&gt;
				:cssText( &amp;#039;position:absolute; top:-0.6em; left:1em; padding:0 0.5em; font-size:80%; line-height:1em;&amp;#039;)&lt;br /&gt;
				:css{ background = background }&lt;br /&gt;
				:wikitext( args.message )&lt;br /&gt;
		:allDone()&lt;br /&gt;
		&lt;br /&gt;
	return tostring( html )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.affichageInline( args )&lt;br /&gt;
	local html = mw.html.create( &amp;#039;&amp;#039; )&lt;br /&gt;
	&lt;br /&gt;
	if args[1] and args[1] ~= &amp;#039;&amp;#039; then&lt;br /&gt;
		html:tag( &amp;#039;span&amp;#039; )&lt;br /&gt;
				:addClass( &amp;#039;need_ref&amp;#039; )&lt;br /&gt;
				:cssText( &amp;#039;cursor:help;&amp;#039; )&lt;br /&gt;
				:attr{ title = args.titre }&lt;br /&gt;
				:wikitext( args[1] )&lt;br /&gt;
				:done()&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	html:tag( &amp;#039;sup&amp;#039; )&lt;br /&gt;
			:addClass( &amp;#039;need_ref_tag&amp;#039; )&lt;br /&gt;
			:cssText ( &amp;#039;padding-left:2px;&amp;#039; )&lt;br /&gt;
			:wikitext( args.message )&lt;br /&gt;
		:allDone()&lt;br /&gt;
		&lt;br /&gt;
	return tostring( html )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.affichageFix( frame )&lt;br /&gt;
	local args = frame.getParent and frame:getParent().args or frame&lt;br /&gt;
	&lt;br /&gt;
	if args[1] and args[1] ~= &amp;#039;&amp;#039; then&lt;br /&gt;
		&lt;br /&gt;
		local messageDate = &amp;#039;&amp;#039;&lt;br /&gt;
		if args.date and args.date ~= &amp;#039;&amp;#039; then&lt;br /&gt;
			messageDate = &amp;#039; (demandé le &amp;#039; .. args.date .. &amp;#039;)&amp;#039;&lt;br /&gt;
		end&lt;br /&gt;
		&lt;br /&gt;
		args.titre = ( args.infobulle or &amp;#039;&amp;#039; ):gsub( &amp;#039;%.$&amp;#039;, &amp;#039;&amp;#039; ) .. messageDate .. &amp;#039;.&amp;#039;&lt;br /&gt;
		&lt;br /&gt;
		if args[1]:match(&amp;#039;\n[ \t]*\n&amp;#039;)&lt;br /&gt;
			or args[1]:match(&amp;#039;\n[*#:]&amp;#039;)&lt;br /&gt;
			or args.bloc and args.bloc ~= &amp;#039;&amp;#039;&lt;br /&gt;
		then&lt;br /&gt;
			return p.affichageBloc( args )&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return p.affichageInline( args )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Apn</name></author>
	</entry>
</feed>