<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.midsouthmakers.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AApplicationInfobox</id>
	<title>Template:ApplicationInfobox - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.midsouthmakers.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AApplicationInfobox"/>
	<link rel="alternate" type="text/html" href="http://wiki.midsouthmakers.org/index.php?title=Template:ApplicationInfobox&amp;action=history"/>
	<updated>2026-05-01T09:08:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.midsouthmakers.org/index.php?title=Template:ApplicationInfobox&amp;diff=11530&amp;oldid=prev</id>
		<title>Jferguson: Created page with &quot;&lt;includeonly&gt;Category:Applications&lt;/includeonly&gt; &lt;noinclude&gt; == ApplicationInfobox Template == Use this template on any application page to add it to the Category:Applications category and display a standard infobox.  === Usage === &lt;pre&gt; {{ApplicationInfobox | name        = My Application | description = A short description of what this application does. | url         = https://app.example.com | source      = https://github.com/example/myapp | language    = Pytho...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.midsouthmakers.org/index.php?title=Template:ApplicationInfobox&amp;diff=11530&amp;oldid=prev"/>
		<updated>2026-03-16T15:29:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;includeonly&amp;gt;&lt;a href=&quot;/a/Category:Applications&quot; title=&quot;Category:Applications&quot;&gt;Category:Applications&lt;/a&gt;&amp;lt;/includeonly&amp;gt; &amp;lt;noinclude&amp;gt; == ApplicationInfobox Template == Use this template on any application page to add it to the &lt;a href=&quot;/a/Category:Applications&quot; title=&quot;Category:Applications&quot;&gt;Category:Applications&lt;/a&gt; category and display a standard infobox.  === Usage === &amp;lt;pre&amp;gt; {{ApplicationInfobox | name        = My Application | description = A short description of what this application does. | url         = https://app.example.com | source      = https://github.com/example/myapp | language    = Pytho...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;[[Category:Applications]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== ApplicationInfobox Template ==&lt;br /&gt;
Use this template on any application page to add it to the [[Category:Applications]] category and display a standard infobox.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ApplicationInfobox&lt;br /&gt;
| name        = My Application&lt;br /&gt;
| description = A short description of what this application does.&lt;br /&gt;
| url         = https://app.example.com&lt;br /&gt;
| source      = https://github.com/example/myapp&lt;br /&gt;
| language    = Python&lt;br /&gt;
| contact     = [[User:JoeSmith|Joe Smith]]&lt;br /&gt;
| notes       = Any additional notes&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;table style=&amp;quot;float:right; clear:right; margin:0 0 1em 1em; border:1px solid #a2a9b1; background:#f8f9fa; font-size:90%; width:280px; border-collapse:collapse;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;th colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#3366cc; color:#fff; padding:8px 10px; font-size:110%; text-align:center;&amp;quot;&amp;gt;&lt;br /&gt;
    {{#if:{{{name|}}}|{{{name}}}|Application}}&lt;br /&gt;
  &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{logo|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:center; padding:10px;&amp;quot;&amp;gt;&lt;br /&gt;
    [[File:{{{logo}}}|200px]]&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
|}}&lt;br /&gt;
{{#if:{{{description|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;th style=&amp;quot;background:#eaecf0; padding:6px 10px; text-align:left; border-top:1px solid #a2a9b1; white-space:nowrap;&amp;quot;&amp;gt;About&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;padding:6px 10px; border-top:1px solid #a2a9b1;&amp;quot;&amp;gt;{{{description}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
|}}&lt;br /&gt;
{{#if:{{{url|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;th style=&amp;quot;background:#eaecf0; padding:6px 10px; text-align:left; border-top:1px solid #a2a9b1; white-space:nowrap;&amp;quot;&amp;gt;Hosted At&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;padding:6px 10px; border-top:1px solid #a2a9b1;&amp;quot;&amp;gt;[{{{url}}} {{{url}}}]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
|}}&lt;br /&gt;
{{#if:{{{source|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;th style=&amp;quot;background:#eaecf0; padding:6px 10px; text-align:left; border-top:1px solid #a2a9b1; white-space:nowrap;&amp;quot;&amp;gt;Source&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;padding:6px 10px; border-top:1px solid #a2a9b1;&amp;quot;&amp;gt;[{{{source}}} View Source]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
|}}&lt;br /&gt;
{{#if:{{{language|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;th style=&amp;quot;background:#eaecf0; padding:6px 10px; text-align:left; border-top:1px solid #a2a9b1; white-space:nowrap;&amp;quot;&amp;gt;Language&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;padding:6px 10px; border-top:1px solid #a2a9b1;&amp;quot;&amp;gt;{{{language}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
|}}&lt;br /&gt;
{{#if:{{{contact|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;th style=&amp;quot;background:#eaecf0; padding:6px 10px; text-align:left; border-top:1px solid #a2a9b1; white-space:nowrap;&amp;quot;&amp;gt;Contact&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;padding:6px 10px; border-top:1px solid #a2a9b1;&amp;quot;&amp;gt;{{{contact}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
|}}&lt;br /&gt;
{{#if:{{{notes|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;th style=&amp;quot;background:#eaecf0; padding:6px 10px; text-align:left; border-top:1px solid #a2a9b1; white-space:nowrap;&amp;quot;&amp;gt;Notes&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;padding:6px 10px; border-top:1px solid #a2a9b1;&amp;quot;&amp;gt;{{{notes}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
|}}&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jferguson</name></author>
	</entry>
</feed>