<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://staging.projecthomelab.org/index.php?action=history&amp;feed=atom&amp;title=Article_Template</id>
	<title>Article Template - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://staging.projecthomelab.org/index.php?action=history&amp;feed=atom&amp;title=Article_Template"/>
	<link rel="alternate" type="text/html" href="https://staging.projecthomelab.org/index.php?title=Article_Template&amp;action=history"/>
	<updated>2026-04-26T00:55:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://staging.projecthomelab.org/index.php?title=Article_Template&amp;diff=22&amp;oldid=prev</id>
		<title>Travis: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://staging.projecthomelab.org/index.php?title=Article_Template&amp;diff=22&amp;oldid=prev"/>
		<updated>2020-07-31T17:00:55Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 17:00, 31 July 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Travis</name></author>
	</entry>
	<entry>
		<id>https://staging.projecthomelab.org/index.php?title=Article_Template&amp;diff=21&amp;oldid=prev</id>
		<title>openhomelab&gt;AlexGalbraith: Protected &quot;Article Template&quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://staging.projecthomelab.org/index.php?title=Article_Template&amp;diff=21&amp;oldid=prev"/>
		<updated>2016-05-17T19:21:41Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wiki/Article_Template&quot; title=&quot;Article Template&quot;&gt;Article Template&lt;/a&gt;&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Open Homelab Project]][[Category:Sample Category]]&lt;br /&gt;
== Introduction ==&lt;br /&gt;
[[File:VSANLegoRack.png|125px|border|right|You may want an image here!]]This is the article template page. When you create a brand new article, you could simply copy all of the content / code from here, then replace it with your own content! :)&lt;br /&gt;
&lt;br /&gt;
Bear in mind that some or all of these sections may not be relevant to your article, so please delete / move / add sections as appropriate.&lt;br /&gt;
&lt;br /&gt;
== Pros and Cons ==&lt;br /&gt;
XYZ&lt;br /&gt;
&lt;br /&gt;
== Costs ==&lt;br /&gt;
ABC&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
The use cases for this type of technology are blah blah&lt;br /&gt;
&lt;br /&gt;
== Solutions ==&lt;br /&gt;
A list:&lt;br /&gt;
* Solution A - This is a description, pros and cons and then a link to further detail on that product if you want to expand further?&lt;br /&gt;
* Solution B&lt;br /&gt;
* etc...&lt;br /&gt;
&lt;br /&gt;
This might be better off as a table if there are a large number of possible solutions?&lt;br /&gt;
&lt;br /&gt;
== Known Issues and Solutions ==&lt;br /&gt;
This is specifically to detail any issues with the technology being discussed, and how to resolve them. See the [[Intel NUC]] page for an example.&lt;br /&gt;
* Issue A&lt;br /&gt;
** Solution A&lt;br /&gt;
* Issue B&lt;br /&gt;
** Solution B&lt;br /&gt;
* etc...&lt;br /&gt;
&lt;br /&gt;
== Example Code ==&lt;br /&gt;
If you want to include a script of some code in your article, just use this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Enter your code here and it will not be interpreted by the wiki! Simples!&lt;br /&gt;
&lt;br /&gt;
For example this should be a hyperlink to a page called Test if it was interpreted: [[Test]]&lt;br /&gt;
&lt;br /&gt;
You can even have several lines, but make sure you leave a blank line between each, or they will run on!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you have a single line of code, you can also use the following (but be warned, the wiki will process any markdown in these (annoying):&lt;br /&gt;
&amp;lt;code&amp;gt;This is some code&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example Table of Technology Models, HCLs, etc ==&lt;br /&gt;
This is an optional intro to the table below:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Put your table title here&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Header 1&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Header 2&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Header 3&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Header 4&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|Orange||Apple||Pear||Grapes&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|Bread||Pie||Pita||Cake&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|Butter||Ice cream||Milk||Yogurt&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
Below are listed a number of curated links to blog posts from community members about how they used this in their own homelabs.&lt;br /&gt;
&lt;br /&gt;
This is not to be used for spam or self promotion, just links to genuinely good content!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+External Links&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Title&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Description&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|[http://link.to/something Homelab blogpost Title A]||This is a great article about VSAN&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|[http://link.to/something Homelab blogpost Title B]||This is a great article about Microservers&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|[http://link.to/something Homelab blogpost Title C]||This article shows you step by step how to blah&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>openhomelab&gt;AlexGalbraith</name></author>
	</entry>
</feed>