<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.sharcnet.ca/help/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Afrepues</id>
		<title>Documentation - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.sharcnet.ca/help/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Afrepues"/>
		<link rel="alternate" type="text/html" href="https://www.sharcnet.ca/help/index.php/Special:Contributions/Afrepues"/>
		<updated>2026-04-09T22:07:46Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.2</generator>

	<entry>
		<id>https://www.sharcnet.ca/help/index.php?title=Template:Box&amp;diff=9873</id>
		<title>Template:Box</title>
		<link rel="alternate" type="text/html" href="https://www.sharcnet.ca/help/index.php?title=Template:Box&amp;diff=9873"/>
				<updated>2014-10-28T16:05:13Z</updated>
		
		<summary type="html">&lt;p&gt;Afrepues: Created page with &amp;quot;&amp;lt;div class=&amp;quot;alert {{{4}}}&amp;quot;&amp;gt; &amp;lt;div style=&amp;quot;float:left; valign:top&amp;quot;&amp;gt;{{{3}}}&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;width:10px; float:left&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt; &amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;{{{2}}}&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{1}}}&amp;lt;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;alert {{{4}}}&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; valign:top&amp;quot;&amp;gt;{{{3}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:10px; float:left&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;{{{2}}}&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{1}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;clearfix&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
Use this template for content that needs to be specially emphasized. Syntax: {{Input|1=&amp;lt;nowiki&amp;gt;{{Box1|2=Title|3=Image|4=color|1=text}}&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
The template takes four arguments:&lt;br /&gt;
# The text of the main body of the box&lt;br /&gt;
# The title of the box&lt;br /&gt;
# An image file to be displayed in the top left of the box - the image size should be 40 x 40&lt;br /&gt;
# The background color (optional): possible values&lt;br /&gt;
#* default is yellow&lt;br /&gt;
#* ''alert-info'' gives blue - use with care; it doesn't work well with links&lt;br /&gt;
#* ''alert-success'' gives green&lt;br /&gt;
#* ''alert-error'' gives red&lt;br /&gt;
&lt;br /&gt;
Example: {{Input|1=&amp;lt;nowiki&amp;gt;{{Box1|2=Example|3=[[Image:Dialog-information.png|left|40px|link=]]|1=This is an example box}}&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{Box1|2=Example|3=[[Image:Dialog-information.png|left|40px|link=]]|1=This is an example box}}&lt;br /&gt;
&lt;br /&gt;
Please avoid using this template directly in pages. If you need something that doesn't already exist, consider making a new template based on this template. That way it will be much easier to maintain TechBase, and the risk of introducing unintended effects on your page is reduced considerably.&lt;br /&gt;
&lt;br /&gt;
Existing templates based on this template: [[Template:Info]], [[Template:Note]], [[Template:Tip]], [[Template:Warning]], [[Template:Remember]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Template]]&lt;/div&gt;</summary>
		<author><name>Afrepues</name></author>	</entry>

	<entry>
		<id>https://www.sharcnet.ca/help/index.php?title=Template:Info&amp;diff=9872</id>
		<title>Template:Info</title>
		<link rel="alternate" type="text/html" href="https://www.sharcnet.ca/help/index.php?title=Template:Info&amp;diff=9872"/>
				<updated>2014-10-28T16:04:22Z</updated>
		
		<summary type="html">&lt;p&gt;Afrepues: Created page with &amp;quot;{{Box|2={{#if: {{{2|}}} | {{{2}}} | Information }} |3=link= |1={{{1}}} |4=alert-success }} &amp;lt;noinclude&amp;gt; ---- Displays an information ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Box|2={{#if: {{{2|}}} | {{{2}}} | Information }}&lt;br /&gt;
|3=[[Image:Dialog-information.png|left|40px|link=]]&lt;br /&gt;
|1={{{1}}}&lt;br /&gt;
|4=alert-success&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
Displays an information box. Parameters&lt;br /&gt;
# Text of the main body&lt;br /&gt;
# (optional) Title of the box (default: Information)&lt;br /&gt;
&lt;br /&gt;
Example: &amp;lt;nowiki&amp;gt;{{Info|This is an info box}}&amp;lt;/nowiki&amp;gt; gives&lt;br /&gt;
&lt;br /&gt;
{{Info|This is an info box}}&lt;br /&gt;
[[Category:Template]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Afrepues</name></author>	</entry>

	</feed>