<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wikifield.fr/index.php?action=history&amp;feed=atom&amp;title=Mod%C3%A8le%3ALoadBox%2Fdoc</id>
	<title>Modèle:LoadBox/doc - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wikifield.fr/index.php?action=history&amp;feed=atom&amp;title=Mod%C3%A8le%3ALoadBox%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wikifield.fr/index.php?title=Mod%C3%A8le:LoadBox/doc&amp;action=history"/>
	<updated>2026-04-21T13:09:15Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wikifield.fr/index.php?title=Mod%C3%A8le:LoadBox/doc&amp;diff=2413&amp;oldid=prev</id>
		<title>Squirkiz : 1 révision importée</title>
		<link rel="alternate" type="text/html" href="https://wikifield.fr/index.php?title=Mod%C3%A8le:LoadBox/doc&amp;diff=2413&amp;oldid=prev"/>
		<updated>2019-10-17T21:46:32Z</updated>

		<summary type="html">&lt;p&gt;1 révision 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 17 octobre 2019 à 21:46&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 wikidb:diff:1.41:old-2412:rev-2413 --&gt;
&lt;/table&gt;</summary>
		<author><name>Squirkiz</name></author>
	</entry>
	<entry>
		<id>https://wikifield.fr/index.php?title=Mod%C3%A8le:LoadBox/doc&amp;diff=2412&amp;oldid=prev</id>
		<title>mcen&gt;MajrBot : Replace pt-br with pt</title>
		<link rel="alternate" type="text/html" href="https://wikifield.fr/index.php?title=Mod%C3%A8le:LoadBox/doc&amp;diff=2412&amp;oldid=prev"/>
		<updated>2018-11-14T04:39:48Z</updated>

		<summary type="html">&lt;p&gt;Replace pt-br with pt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation header}}&lt;br /&gt;
{{LoadBox&lt;br /&gt;
|page=Template:LoadBox/example&lt;br /&gt;
|title=LoadBox Example&lt;br /&gt;
}}&lt;br /&gt;
This template creates a box able to load content from another page.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{LoadBox&lt;br /&gt;
|page=&amp;lt;page&amp;gt;&lt;br /&gt;
|title=&amp;lt;title&amp;gt;&lt;br /&gt;
|float=&amp;lt;float&amp;gt;&lt;br /&gt;
|class=&amp;lt;class&amp;gt;&lt;br /&gt;
|style=&amp;lt;style&amp;gt;&lt;br /&gt;
|titlestyle=&amp;lt;titlestyle&amp;gt;&lt;br /&gt;
|contentstyle=&amp;lt;contentstyle&amp;gt;&lt;br /&gt;
}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;page&lt;br /&gt;
: Specifies the wiki link text of the content to be loaded (e.g., &amp;lt;code&amp;gt;page=Namespace:Article/subpage&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
;title&lt;br /&gt;
: Specifies the identifying text to be displayed in the box, and its link target string (e.g., &amp;lt;code&amp;gt;title=Loaded Content Title&amp;lt;/code&amp;gt;). Leaving &amp;#039;&amp;#039;title&amp;#039;&amp;#039; unspecified will generate an error message and should be corrected.&lt;br /&gt;
&lt;br /&gt;
;float&lt;br /&gt;
: Optional. Specifies how the box should be positioned. The only two valid values are &amp;lt;code&amp;gt;left&amp;lt;/code&amp;gt;, which creates a left-floated box, and &amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;, which creates an un-floated box spanning the available width. If &amp;#039;&amp;#039;float&amp;#039;&amp;#039; is not specified, or an invalid value provided, LoadBox creates a right-floated box. Can also be overridden with the style parameter (below).&lt;br /&gt;
&lt;br /&gt;
;class&lt;br /&gt;
: Optional. Specifies one or more css classes to add to the outer box.&lt;br /&gt;
&lt;br /&gt;
;style&lt;br /&gt;
: Optional. Specifies additional styling code for the entire box. Its value should be a [[wikipedia:css|css]] declaration or declaration group with no surrounding braces or quotes (e.g., &amp;lt;code&amp;gt;style=background-color: yellow;&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
;titlestyle&lt;br /&gt;
: Optional. Specifies additional styling code for the title. Its value should be a [[wikipedia:css|css]] declaration or declaration group with no surrounding braces or quotes (e.g., &amp;lt;code&amp;gt;titlestyle=background-color: yellow;&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
;contentstyle&lt;br /&gt;
: Optional. Specifies additional styling code for the loaded content. Its value should be a [[wikipedia:css|css]] declaration or declaration group with no surrounding braces or quotes (e.g., &amp;lt;code&amp;gt;contentstyle=background-color: yellow;&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Considerations ===&lt;br /&gt;
&lt;br /&gt;
The generated box will change its size when its content is loaded by the reader. Consider using {{tl|-}} to ensure that the box doesn&amp;#039;t overlap or push aside other content on the page inappropriately (for example, the Usage heading above has a {{tl|-}} before it so that the example won&amp;#039;t overlap it when its content is loaded). Don&amp;#039;t necessarily put {{tl|-}} directly after LoadBox -- it may be better to put it below the content the LoadBox accompanies.&lt;br /&gt;
&lt;br /&gt;
=== Alternatives ===&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;preferred method&amp;#039;&amp;#039;&amp;#039; for initially hiding content that won&amp;#039;t significantly impact server load times is a table with &amp;lt;code&amp;gt;class=&amp;quot;collapsible&amp;quot;&amp;lt;/code&amp;gt;, because it keeps all of an article&amp;#039;s content in one place.&lt;br /&gt;
&lt;br /&gt;
LoadBox is intended for &amp;#039;&amp;#039;small&amp;#039;&amp;#039; article fragments which could impact server load times if placed in the article directly. For &amp;#039;&amp;#039;large&amp;#039;&amp;#039; article fragments, which could actually constitute article sections, consider {{tl|LoadPage}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[nl:Sjabloon:LoadBox]]&lt;br /&gt;
[[pl:Szablon:LoadBox]]&lt;br /&gt;
[[pt:Predefinição:LoadBox]]&lt;br /&gt;
[[ru:Шаблон:ЗагрузкаБлок]]&lt;br /&gt;
[[uk:Шаблон:LoadBox]]&lt;br /&gt;
[[Category:Templates|L]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[nl:Sjabloon:LoadBox/doc]]&lt;br /&gt;
[[pl:Szablon:LoadBox/opis]]&lt;br /&gt;
[[pt:Predefinição:LoadBox/doc]]&lt;br /&gt;
[[ru:Шаблон:ЗагрузкаБлок/док]]&lt;br /&gt;
[[uk:Шаблон:LoadBox/док]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>mcen&gt;MajrBot</name></author>
	</entry>
</feed>