<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.opensourceecology.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Grant+Henninger</id>
	<title>Open Source Ecology - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.opensourceecology.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Grant+Henninger"/>
	<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/wiki/Special:Contributions/Grant_Henninger"/>
	<updated>2026-05-10T02:26:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Infobox/doc&amp;diff=18758</id>
		<title>Template:Infobox/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Infobox/doc&amp;diff=18758"/>
		<updated>2011-02-16T19:34:53Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;{{documentation subpage}} &amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --&amp;gt;  This template is intended as a meta-template: a template used for constructin...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This template is intended as a meta-template: a template used for constructing other templates. It is not meant for use directly in an article, but can be used on a one-off basis if required. See [[Help:Infobox]] for an introduction to infoboxes and information on how to design them. See [[:Category:Infobox templates]] for specific infobox templates.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
Usage is similar to {{tl|navbox}}, but with an additional distinction. Each row on the table can contain either a header, or a label/data pair, or just a data cell. These are mutually exclusive states so if you define a row with both a header and a label/data pair, the label/data pair is ignored.&lt;br /&gt;
&lt;br /&gt;
To insert an image somewhere other than at the top of the infobox, or to insert freeform data, use a row with only a data field.&lt;br /&gt;
&lt;br /&gt;
==== Number ranges ====&lt;br /&gt;
To allow flexibility when the layout of an infobox is changed, it may be helpful when developing an infobox to use non-contiguous numbers for header and label/data rows. Parameters for new rows can then be inserted in future without having to renumber existing parameters. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;|header3  = Section 1&lt;br /&gt;
|label5   = Label A&lt;br /&gt;
|data5    = Data B&lt;br /&gt;
|label7   = Label C&lt;br /&gt;
|data7    = Data C&lt;br /&gt;
|header10 = Section 2&lt;br /&gt;
|label12  = Label D&lt;br /&gt;
|data12   = Data D&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
====View/discuss/edit links====&lt;br /&gt;
;name : The template page name that the &amp;quot;view/discuss/edit&amp;quot; links should point to. You can use &amp;lt;nowiki&amp;gt;{{subst:PAGENAME}}&amp;lt;/nowiki&amp;gt;. If this parameter is omitted the view/discuss/edit links will not be displayed.&lt;br /&gt;
&lt;br /&gt;
====Title====&lt;br /&gt;
{{Infobox&lt;br /&gt;
|title = Text in caption over infobox&lt;br /&gt;
|subheader = Subheader of the infobox&lt;br /&gt;
|data1 = (the rest of the infobox goes here)&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox&lt;br /&gt;
|above = Text in uppermost cell of infobox&lt;br /&gt;
|subheader = Subheader of the infobox&lt;br /&gt;
|subheader2 = Second subheader of the infobox&lt;br /&gt;
|data1 = (the rest of the infobox goes here)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
There are two different ways to put a title on an infobox. One contains the title inside the infobox&#039;s border, the other puts it on top as a caption. You can use both of them together if you like, or just one or the other, or even neither (though this is not recommended).&lt;br /&gt;
;title : Text to put in the caption over top of the table.&lt;br /&gt;
;above : Text to put within the uppermost cell of the table.&lt;br /&gt;
&lt;br /&gt;
====Optional content====&lt;br /&gt;
;subheader, subheader2 : additional title fields which fit between {{{title}}} and {{{above}}}.&lt;br /&gt;
;image, image2 : images to display at the top of the template. Use full image syntax, for example &amp;lt;nowiki&amp;gt;[[File:example.png|200px|alt=Example alt text]]&amp;lt;/nowiki&amp;gt;. Image is centered by default. See [[WP:ALT]] for more on alt text.&lt;br /&gt;
;caption, caption2 : Text to put underneath the images.&lt;br /&gt;
;header(n) : Text to use as a header in row n.&lt;br /&gt;
;label(n): Text to use as a label in row n.&lt;br /&gt;
;data(n): Text to display as data in row n.&lt;br /&gt;
;below: Text to put in the bottom cell. The bottom cell is intended for footnotes, see-also, and other such information.&lt;br /&gt;
;child: See the [[#Embedding|embedding]] section for details.&lt;br /&gt;
&lt;br /&gt;
Note: currently, headers, labels and data items with the same n-value are not mutually exclusive; all of them will be displayed. See the rendering of header4, label4, and data4 in the examples section below.&lt;br /&gt;
&lt;br /&gt;
====Optional CSS styling====&lt;br /&gt;
;bodystyle : Applies to the infobox table as a whole&lt;br /&gt;
;titlestyle : Applies only to the title caption. Adding a background color is usually inadvisable since the text is rendered &amp;quot;outside&amp;quot; the infobox.&lt;br /&gt;
;abovestyle : Applies only to the &amp;quot;above&amp;quot; cell at the top. The default style has font-size:large; since this cell is usually used for a title, if you want to use the above cell for regular-sized text include &amp;quot;font-size:medium;&amp;quot; in the abovestyle.&lt;br /&gt;
;imagestyle : Applies to the cell the image is in. This includes the text of the image caption, but you should set text properties with captionstyle instead of imagestyle in case the caption is moved out of this cell in the future.&lt;br /&gt;
;captionstyle : Applies to the text of the image caption.&lt;br /&gt;
;headerstyle : Applies to all header cells&lt;br /&gt;
;labelstyle : Applies to all label cells&lt;br /&gt;
;datastyle : Applies to all data cells&lt;br /&gt;
;belowstyle : Applies only to the below cell&lt;br /&gt;
&lt;br /&gt;
==== HTML classes ====&lt;br /&gt;
;bodyclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the infobox as a whole.&lt;br /&gt;
;titleclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the infobox&#039;s title caption.&lt;br /&gt;
;aboveclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the infobox&#039;s &amp;quot;above&amp;quot; cell.&lt;br /&gt;
; aboverowclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the complete table row the &amp;quot;above&amp;quot; cell is on.&lt;br /&gt;
; subheaderclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the infobox&#039;s subheader.&lt;br /&gt;
; subheaderrowclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the complete table row the subheader is on.&lt;br /&gt;
;imageclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the image; it is in particular used in conjunction with {{tl|Image class names}}.&lt;br /&gt;
; imagerowclass1, imagerowclass2 : These parameters are inserted into the &amp;quot;class&amp;quot; attribute for the complete table row the respective images are on.&lt;br /&gt;
;rowclass(n) : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the specified row &#039;&#039;&#039;including&#039;&#039;&#039; the label or other explanatory text.&lt;br /&gt;
;class(n) : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the data cell of the specified row. If there&#039;s no data cell it has no effect.&lt;br /&gt;
;belowclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the infobox&#039;s below cell.&lt;br /&gt;
&lt;br /&gt;
==== Microformats ====&lt;br /&gt;
&lt;br /&gt;
This template supports the addition of microformat information. This is done by adding &amp;quot;class&amp;quot; attributes to various data cells, indicating what kind of information is contained within. To flag an infobox as containing [[hCard]] information, for example, add the following parameter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|bodyclass = vcard&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And for each row containing a data cell that&#039;s part of the vcard, add a corresponding class parameter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|class1 = fn&lt;br /&gt;
|class2 = org&lt;br /&gt;
|class3 = tel&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...and so forth. &amp;quot;above&amp;quot; and &amp;quot;title&amp;quot; can also be given classes, since these are usually used to display the name of the subject of the infobox.&lt;br /&gt;
&lt;br /&gt;
See [[Wikipedia:WikiProject Microformats]] for more information on adding microformat information to Wikipedia, and [[microformat]] for more information on microformats in general.&lt;br /&gt;
&lt;br /&gt;
====Italic titles====&lt;br /&gt;
Titles of articles with infoboxes may be made italic, in line with [[WP:ITALICTITLE]], by passing the &amp;lt;code&amp;gt;italic title&amp;lt;/code&amp;gt; parameter.&lt;br /&gt;
*Turn on italic titles by passing {{para|italic title|&amp;lt;nowiki&amp;gt;{{{italic title|}}}&amp;lt;/nowiki&amp;gt;}} from the infobox.&lt;br /&gt;
*Turn off by default but allow some instances to be made italic by passing {{para|italic title|&amp;lt;nowiki&amp;gt;{{{italic title|no}}}&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
*Do not make any titles italic by not passing the parameter at all.&lt;br /&gt;
&lt;br /&gt;
===Making fields optional===&lt;br /&gt;
A row with a label but no data is not displayed. This allows for the easy creation of optional infobox content rows. To make a row optional use a parameter that defaults to an empty string, like so:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|label5 = Population&lt;br /&gt;
|data5  = {{{population|}}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This way if an article doesn&#039;t define the population parameter in its infobox the row won&#039;t be displayed.&lt;br /&gt;
&lt;br /&gt;
For more complex fields with pre-formated contents that would still be present even if the parameter wasn&#039;t set, you can wrap it all in an &amp;quot;#if&amp;quot; statement to make the whole thing vanish when the parameter is not used. For instance, the &amp;quot;#if&amp;quot; statement in the following example reads &amp;quot;#if:the parameter &#039;&#039;mass&#039;&#039; has been supplied |then display it, followed by &#039;kg&#039;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|label6 = Mass&lt;br /&gt;
|data6  = {{#if:{{{mass|}}}|{{{mass}}} kg}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For more on #if, see [[meta:ParserFunctions##if:|here]].&lt;br /&gt;
&lt;br /&gt;
You can also make headers optional in a similar way. If you want a header to appear only if one or more of the data fields that fall under it are filled, one could use the following pattern as an example of how to do it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;{{Infobox&lt;br /&gt;
|name    = {{subst:PAGENAME}}&lt;br /&gt;
|title   = Example of an optional header&lt;br /&gt;
|header1 = {{#if:{{{item_one|}}}{{{item_two|}}}{{{item_three|}}}|Optional header}}&lt;br /&gt;
|label2  = Item one&lt;br /&gt;
|data2   = {{{item_one|}}}&lt;br /&gt;
|label3  = Item two&lt;br /&gt;
|data3   = {{{item_two|}}}&lt;br /&gt;
|label4  = Item three&lt;br /&gt;
|data4   = {{{item_three|}}}&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
header1 will be shown if any of item_one, item_two, or item_three is defined. If none of the three parameters are defined the header won&#039;t be shown.&lt;br /&gt;
&lt;br /&gt;
The trick to this is that the &amp;quot;if&amp;quot; returns false only if there is nothing whatsoever in the conditional section, so only if all three of item_one, item_two and item_three are undefined will the if statement fail.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
{{Infobox&lt;br /&gt;
|name         = Infobox/doc&lt;br /&gt;
|bodystyle    = &lt;br /&gt;
|title        = Test Infobox&lt;br /&gt;
|titlestyle   = &lt;br /&gt;
&lt;br /&gt;
|image        = [[File:example.png|200px|alt=Example alt text]]&lt;br /&gt;
|imagestyle   = &lt;br /&gt;
|caption      = Caption for example.png&lt;br /&gt;
|captionstyle = &lt;br /&gt;
|headerstyle  = background:#ccf;&lt;br /&gt;
|labelstyle   = background:#ddf;&lt;br /&gt;
|datastyle    = &lt;br /&gt;
&lt;br /&gt;
|header1 = Header defined alone&lt;br /&gt;
|label1  = &lt;br /&gt;
|data1   = &lt;br /&gt;
|header2 = &lt;br /&gt;
|label2  = Label defined alone does not display (needs data, or is suppressed)&lt;br /&gt;
|data2   = &lt;br /&gt;
|header3 =&lt;br /&gt;
|label3  = &lt;br /&gt;
|data3   = Data defined alone&lt;br /&gt;
|header4 = All three defined (header, label, data, all with same number)&lt;br /&gt;
|label4  = does not display (same number as a header)&lt;br /&gt;
|data4   = does not display (same number as a header)&lt;br /&gt;
|header5 =&lt;br /&gt;
|label5  = Label and data defined (label)&lt;br /&gt;
|data5   = Label and data defined (data)&lt;br /&gt;
&lt;br /&gt;
|belowstyle = background:#ddf;&lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;{{Infobox&lt;br /&gt;
|name         = Infobox/doc&lt;br /&gt;
|bodystyle    = &lt;br /&gt;
|title        = Test Infobox&lt;br /&gt;
|titlestyle   = &lt;br /&gt;
&lt;br /&gt;
|image        = [[File:example.png|200px|alt=Example alt text]]&lt;br /&gt;
|imagestyle   = &lt;br /&gt;
|caption      = Caption for example.png&lt;br /&gt;
|captionstyle = &lt;br /&gt;
|headerstyle  = background:#ccf;&lt;br /&gt;
|labelstyle   = background:#ddf;&lt;br /&gt;
|datastyle    = &lt;br /&gt;
&lt;br /&gt;
|header1 = Header defined alone&lt;br /&gt;
|label1  = &lt;br /&gt;
|data1   = &lt;br /&gt;
|header2 = &lt;br /&gt;
|label2  = Label defined alone does not display (needs data, or is suppressed)&lt;br /&gt;
|data2   = &lt;br /&gt;
|header3 =&lt;br /&gt;
|label3  = &lt;br /&gt;
|data3   = Data defined alone&lt;br /&gt;
|header4 = All three defined (header, label, data, all with same number)&lt;br /&gt;
|label4  = does not display (same number as a header)&lt;br /&gt;
|data4   = does not display (same number as a header)&lt;br /&gt;
|header5 =&lt;br /&gt;
|label5  = Label and data defined (label)&lt;br /&gt;
|data5   = Label and data defined (data)&lt;br /&gt;
&lt;br /&gt;
|belowstyle = background:#ddf;&lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notice how when a label is defined without an accompanying data cell the row doesn&#039;t appear in the displayed infobox, and when a header is defined on the same row as a data cell all of them are displayed.&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
For this example, {{nowrap|bodystyle &amp;amp;#0061; width:20em;}} and {{nowrap|labelstyle &amp;amp;#0061; width:33%;}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
|bodystyle   = width:20em;&lt;br /&gt;
|name        = Infobox/doc&lt;br /&gt;
|title       = Test Infobox&lt;br /&gt;
|titlestyle  = &lt;br /&gt;
|headerstyle = &lt;br /&gt;
|labelstyle  = width:33%&lt;br /&gt;
|datastyle   = &lt;br /&gt;
&lt;br /&gt;
|header1 = &lt;br /&gt;
|label1  = Label 1&lt;br /&gt;
|data1   = Data 1&lt;br /&gt;
|header2 = &lt;br /&gt;
|label2  = Label 2&lt;br /&gt;
|data2   = Data 2&lt;br /&gt;
|header3 = &lt;br /&gt;
|label3  = Label 3&lt;br /&gt;
|data3   = Data 3&lt;br /&gt;
|header4 = Header 4&lt;br /&gt;
|label4  = &lt;br /&gt;
|data4   = &lt;br /&gt;
|header5 = &lt;br /&gt;
|label5  = Label 5&lt;br /&gt;
|data5   = Data 5: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;br /&gt;
&lt;br /&gt;
|belowstyle = &lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
|bodystyle   = width:20em;&lt;br /&gt;
|name        = Infobox/doc&lt;br /&gt;
|title       = Test Infobox&lt;br /&gt;
|titlestyle  = &lt;br /&gt;
|headerstyle = &lt;br /&gt;
|labelstyle  = width:33%&lt;br /&gt;
|datastyle   = &lt;br /&gt;
&lt;br /&gt;
|header1 = &lt;br /&gt;
|label1  = Label 1&lt;br /&gt;
|data1   = Data 1&lt;br /&gt;
|header2 = &lt;br /&gt;
|label2  = Label 2&lt;br /&gt;
|data2   = Data 2&lt;br /&gt;
|header3 = &lt;br /&gt;
|label3  = Label 3&lt;br /&gt;
|data3   = Data 3&lt;br /&gt;
|header4 = Header 4&lt;br /&gt;
|label4  = &lt;br /&gt;
|data4   = &lt;br /&gt;
|header5 = &lt;br /&gt;
|label5  = Label 5&lt;br /&gt;
|data5   = Data 5: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;br /&gt;
&lt;br /&gt;
|belowstyle = &lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===Embedding===&lt;br /&gt;
One infobox template can be embedded into another using the {{para|child}} parameter.  This feature can be used to create a modular infobox, or to create more well defined logical sections.&lt;br /&gt;
{{Infobox&lt;br /&gt;
| title = Top level title&lt;br /&gt;
| data1 = {{Infobox&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | title = First subsection&lt;br /&gt;
  | label1= Label 1.1&lt;br /&gt;
  | data1 = Data 1.1&lt;br /&gt;
}}&lt;br /&gt;
| data2 = {{Infobox&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | title = Second subsection&lt;br /&gt;
  | label1= Label 2.1&lt;br /&gt;
  | data1 = Data 2.1&lt;br /&gt;
}}&lt;br /&gt;
|belowstyle = &lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
| title = Top level title&lt;br /&gt;
| data1 = {{Infobox&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | title = First subsection&lt;br /&gt;
  | label1= Label 1.1&lt;br /&gt;
  | data1 = Data 1.1&lt;br /&gt;
}}&lt;br /&gt;
| data2 = {{Infobox&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | title = Second subsection&lt;br /&gt;
  | label1= Label 2.1&lt;br /&gt;
  | data1 = Data 2.1&lt;br /&gt;
}}&lt;br /&gt;
|belowstyle = &lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Full blank syntax ===&lt;br /&gt;
(Note: the template currently handles up to 80 rows; only 20 are included here since infoboxes larger than that will be relatively rare. Just extend the numbering as needed. The microformat &amp;quot;class&amp;quot; parameters are also omitted as they are not commonly used.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
|name         = {{subst:PAGENAME}}&lt;br /&gt;
|bodystyle    = &lt;br /&gt;
|title        = &lt;br /&gt;
|titlestyle   = &lt;br /&gt;
|above        = &lt;br /&gt;
|abovestyle   = &lt;br /&gt;
&lt;br /&gt;
|imagestyle   = &lt;br /&gt;
|captionstyle = &lt;br /&gt;
&lt;br /&gt;
|image        = &lt;br /&gt;
|caption      = &lt;br /&gt;
|image2       = &lt;br /&gt;
|caption2     = &lt;br /&gt;
&lt;br /&gt;
|headerstyle  = &lt;br /&gt;
|labelstyle   = &lt;br /&gt;
|datastyle    = &lt;br /&gt;
&lt;br /&gt;
|header1  = &lt;br /&gt;
|label1   = &lt;br /&gt;
|data1    = &lt;br /&gt;
|header2  = &lt;br /&gt;
|label2   = &lt;br /&gt;
|data2    = &lt;br /&gt;
|header3  = &lt;br /&gt;
|label3   = &lt;br /&gt;
|data3    = &lt;br /&gt;
|header4  = &lt;br /&gt;
|label4   = &lt;br /&gt;
|data4    = &lt;br /&gt;
|header5  = &lt;br /&gt;
|label5   = &lt;br /&gt;
|data5    = &lt;br /&gt;
|header6  = &lt;br /&gt;
|label6   = &lt;br /&gt;
|data6    = &lt;br /&gt;
|header7  = &lt;br /&gt;
|label7   = &lt;br /&gt;
|data7    = &lt;br /&gt;
|header8  = &lt;br /&gt;
|label8   = &lt;br /&gt;
|data8    = &lt;br /&gt;
|header9  = &lt;br /&gt;
|label9   = &lt;br /&gt;
|data9    = &lt;br /&gt;
|header10 = &lt;br /&gt;
|label10  = &lt;br /&gt;
|data10   = &lt;br /&gt;
|header11 = &lt;br /&gt;
|label11  = &lt;br /&gt;
|data11   = &lt;br /&gt;
|header12 = &lt;br /&gt;
|label12  = &lt;br /&gt;
|data12   = &lt;br /&gt;
|header13 = &lt;br /&gt;
|label13  = &lt;br /&gt;
|data13   = &lt;br /&gt;
|header14 = &lt;br /&gt;
|label14  = &lt;br /&gt;
|data14   = &lt;br /&gt;
|header15 = &lt;br /&gt;
|label15  = &lt;br /&gt;
|data15   = &lt;br /&gt;
|header16 = &lt;br /&gt;
|label16  = &lt;br /&gt;
|data16   = &lt;br /&gt;
|header17 = &lt;br /&gt;
|label17  = &lt;br /&gt;
|data17   = &lt;br /&gt;
|header18 = &lt;br /&gt;
|label18  = &lt;br /&gt;
|data18   = &lt;br /&gt;
|header19 = &lt;br /&gt;
|label19  = &lt;br /&gt;
|data19   = &lt;br /&gt;
|header20 = &lt;br /&gt;
|label20  = &lt;br /&gt;
|data20   = &lt;br /&gt;
&lt;br /&gt;
|belowstyle =&lt;br /&gt;
|below = &lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Porting to other MediaWikis ===&lt;br /&gt;
The infobox template requires the tidy extension to be installed, and may not work with other MediaWikis the [[WP:TRAN]] has a version of Infobox that has been modified to work on other MediaWikis.&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* {{tl|infobox3cols}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Infobox templates| ]]&lt;br /&gt;
[[Category:Templates generating microformats]]&lt;br /&gt;
[[Category:Wikipedia metatemplates|Infobox]]&lt;br /&gt;
&lt;br /&gt;
[[ar:قالب:قالب معلومات]]&lt;br /&gt;
[[be:Шаблон:Картка]]&lt;br /&gt;
[[be-x-old:Шаблён:Infobox]]&lt;br /&gt;
[[bg:Шаблон:Infobox]]&lt;br /&gt;
[[bs:Šablon:Infokutija]]&lt;br /&gt;
[[cs:Šablona:Infobox]]&lt;br /&gt;
[[cy:Nodyn:Gwybodlen3]]&lt;br /&gt;
[[da:Skabelon:Infoboks-en]]&lt;br /&gt;
[[de:Vorlage:Infobox]]&lt;br /&gt;
&amp;lt;!-- [[en:Template:Infobox]] --&amp;gt;&lt;br /&gt;
[[et:Mall:Infobox]]&lt;br /&gt;
[[es:Plantilla:Ficha]]&lt;br /&gt;
[[eo:Ŝablono:Informkesto]]&lt;br /&gt;
[[fa:الگو:دادان]]&lt;br /&gt;
[[fi:Malline:Tietolaatikko]]&lt;br /&gt;
[[fr:Modèle:Infobox]]&lt;br /&gt;
[[hsb:Předłoha:Infokašćik]]&lt;br /&gt;
[[ia:Patrono:Infobox]]&lt;br /&gt;
[[os:Шаблон:Infobox]]&lt;br /&gt;
[[it:Template:Infobox]]&lt;br /&gt;
[[is:Snið:Infobox]]&lt;br /&gt;
[[lv:Veidne:Infobox]]&lt;br /&gt;
[[mk:Шаблон:Infobox]]&lt;br /&gt;
[[no:Mal:Infoboks]]&lt;br /&gt;
[[ja:Template:Infobox]]&lt;br /&gt;
[[ko:틀:정보상자]]&lt;br /&gt;
[[ka:თარგი:ინფოდაფა]]&lt;br /&gt;
[[km:ទំព័រគំរូ:ប្រអប់​ព័ត៌មាន]]&lt;br /&gt;
[[nn:Mal:Infoboks]]&lt;br /&gt;
[[pt:Predefinição:Info]]&lt;br /&gt;
[[ro:Format:Infobox]]&lt;br /&gt;
[[ru:Шаблон:Карточка]]&lt;br /&gt;
[[sk:Šablóna:Infobox]]&lt;br /&gt;
[[sl:Predloga:Infopolje]]&lt;br /&gt;
[[sv:Mall:Infobox]]&lt;br /&gt;
[[th:แม่แบบ:กล่องข้อมูล]]&lt;br /&gt;
[[tr:Şablon:Bilgi kutusu]]&lt;br /&gt;
[[uk:Шаблон:Картка]]&lt;br /&gt;
[[ur:Template:Infobox]]&lt;br /&gt;
[[zh:Template:Infobox]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Transclude&amp;diff=18757</id>
		<title>Template:Transclude</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Transclude&amp;diff=18757"/>
		<updated>2011-02-16T19:34:02Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;{{#switch: {{NAMESPACE: {{{1}}} }}  |#default = {{FULLPAGENAME: {{{1}}} }} &amp;lt;!-- eg &amp;quot;User:Foo&amp;quot; --&amp;gt;  |{{ns:0}} =      {{#ifeq: {{NAMESPACE: {{{1}}} }} | {{NAMESPACE: Template{{{1}}...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch: {{NAMESPACE: {{{1}}} }}&lt;br /&gt;
 |#default = {{FULLPAGENAME: {{{1}}} }} &amp;lt;!-- eg &amp;quot;User:Foo&amp;quot; --&amp;gt;&lt;br /&gt;
 |{{ns:0}} = &lt;br /&gt;
    {{#ifeq: {{NAMESPACE: {{{1}}} }} | {{NAMESPACE: Template{{{1}}} }}&lt;br /&gt;
      | Template:{{{1}}}            &amp;lt;!-- no leading colon, eg &amp;quot;Foo&amp;quot; --&amp;gt;&lt;br /&gt;
      | {{PAGENAME: {{{1}}} }}      &amp;lt;!-- leading colon, eg &amp;quot;:Foo&amp;quot;, so we want the article --&amp;gt;&lt;br /&gt;
    }}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Tnavbar&amp;diff=18756</id>
		<title>Template:Tnavbar</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Tnavbar&amp;diff=18756"/>
		<updated>2011-02-16T19:33:34Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Redirected page to Template:Navbar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Template:Navbar]]&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Tl&amp;diff=18755</id>
		<title>Template:Tl</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Tl&amp;diff=18755"/>
		<updated>2011-02-16T19:33:12Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;{{{{{1}}}}}&amp;lt;noinclude&amp;gt;  {{Documentation}}  &amp;lt;/noinclude&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{[[Template:{{{1}}}|{{{1}}}]]}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Purge&amp;diff=18754</id>
		<title>Template:Purge</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Purge&amp;diff=18754"/>
		<updated>2011-02-16T19:32:47Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;&amp;lt;span class=&amp;quot;noprint plainlinks purgelink&amp;quot;&amp;gt;[{{fullurl:{{{page|{{FULLPAGENAME}}}}}|action=purge}} &amp;lt;span title=&amp;quot;Purge this page&amp;quot;&amp;gt;{{{1|Purge}}}&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt;&amp;lt;noinclude&amp;gt; {{documenta...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;noprint plainlinks purgelink&amp;quot;&amp;gt;[{{fullurl:{{{page|{{FULLPAGENAME}}}}}|action=purge}} &amp;lt;span title=&amp;quot;Purge this page&amp;quot;&amp;gt;{{{1|Purge}}}&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Pp-template&amp;diff=18753</id>
		<title>Template:Pp-template</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Pp-template&amp;diff=18753"/>
		<updated>2011-02-16T19:32:27Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;&amp;lt;includeonly&amp;gt;{{pp-meta |type={{#switch:{{{demolevel|{{#ifeq:{{PROTECTIONLEVEL:edit}}-{{PROTECTIONLEVEL:move}}|-sysop|move|{{PROTECTIONLEVEL:edit}}}}}}}    |semi    |autoconfirmed...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{pp-meta&lt;br /&gt;
|type={{#switch:{{{demolevel|{{#ifeq:{{PROTECTIONLEVEL:edit}}-{{PROTECTIONLEVEL:move}}|-sysop|move|{{PROTECTIONLEVEL:edit}}}}}}}&lt;br /&gt;
   |semi&lt;br /&gt;
   |autoconfirmed=semi&lt;br /&gt;
   |administrator&lt;br /&gt;
   |full&lt;br /&gt;
   |sysop=indef&lt;br /&gt;
   |move=move&lt;br /&gt;
   |#default=indef&amp;lt;!--fallback value--&amp;gt;}}&lt;br /&gt;
|small={{{small|yes}}}&lt;br /&gt;
|demospace={{{demospace|}}}&lt;br /&gt;
|demolevel={{#ifeq:{{PAGENAME}}/{{NAMESPACE}}|{{SUBPAGENAME}}/{{ns:Template}}|{{{demolevel|undefined}}}|{{#ifeq:{{lc:{{SUBPAGENAME}}}}|sandbox|sysop|{{{demolevel|undefined}}}}}}}&lt;br /&gt;
|expiry=&amp;lt;!--not applicable--&amp;gt;&lt;br /&gt;
|dispute=no&lt;br /&gt;
|icon-text=This {{#ifeq:{{NAMESPACE}}|{{ns:6}}|image, included in a high-risk template or message,|high-risk template}} is indefinitely {{#switch:{{{demolevel|{{#ifeq:{{PROTECTIONLEVEL:edit}}-{{PROTECTIONLEVEL:move}}|-sysop|move|{{PROTECTIONLEVEL:edit}}}}}}}&lt;br /&gt;
   |semi&lt;br /&gt;
   |autoconfirmed=semi-protected from editing&lt;br /&gt;
   |move=move-protected&lt;br /&gt;
   |administrator&lt;br /&gt;
   |full&lt;br /&gt;
   |sysop&lt;br /&gt;
   |#default=&amp;lt;!--fallback value--&amp;gt;protected from editing}} to prevent vandalism.&lt;br /&gt;
|reason-text=This {{#switch:{{NAMESPACE}}&lt;br /&gt;
  |{{ns:image}}=image, used in one or more [[Wikipedia:High-risk templates|high-risk templates]]{{#switch:{{{demolevel|{{PROTECTIONLEVEL:edit}}}}}&lt;br /&gt;
   |semi&lt;br /&gt;
   |autoconfirmed=&lt;br /&gt;
   |administrator&lt;br /&gt;
   |full&lt;br /&gt;
   |sysop=&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;and/or [[Special:Allmessages|system messages]],&lt;br /&gt;
   |#default=&amp;lt;!--fallback value--&amp;gt;}}&lt;br /&gt;
  |#default=[[Wikipedia:High-risk templates|high-risk template]]&lt;br /&gt;
}} has been [[Wikipedia:This page is protected|{{#switch:{{{demolevel|{{#ifeq:{{PROTECTIONLEVEL:edit}}-{{PROTECTIONLEVEL:move}}|-sysop|move|{{PROTECTIONLEVEL:edit}}}}}}}&lt;br /&gt;
   |semi&lt;br /&gt;
   |autoconfirmed=semi-&lt;br /&gt;
   |move=move-&lt;br /&gt;
   |administrator&lt;br /&gt;
   |full&lt;br /&gt;
   |sysop&amp;lt;!--uses default--&amp;gt;&lt;br /&gt;
   |#default=&amp;lt;!--fallback value--&amp;gt;}}protected]]{{#ifeq:{{PROTECTIONLEVEL:edit}}-{{PROTECTIONLEVEL:move}}|-sysop||&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;from editing}} to prevent [[Wikipedia:Vandalism|vandalism]]. {{#switch:{{{demolevel|{{PROTECTIONLEVEL:edit}}}}}&lt;br /&gt;
   |semi&lt;br /&gt;
   |autoconfirmed=&lt;br /&gt;
   |administrator&lt;br /&gt;
   |full&lt;br /&gt;
   |sysop&amp;lt;!--uses default--&amp;gt;&lt;br /&gt;
   |#default={{#switch:{{NAMESPACE}}|{{ns:image}}=&amp;lt;br /&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;&#039;Do not move this image&#039;&#039;&#039; to [[commons:|Wikimedia Commons]].&amp;lt;/small&amp;gt;}}}}&lt;br /&gt;
|categories={{{categories|{{#ifeq:{{NAMESPACE}}|{{ns:10}}|{{#switch:{{{demolevel|{{#ifeq:{{PROTECTIONLEVEL:edit}}-{{PROTECTIONLEVEL:move}}|-sysop|move|{{PROTECTIONLEVEL:edit}}}}}}}&lt;br /&gt;
   |semi&lt;br /&gt;
   |autoconfirmed=[[Category:Wikipedia semi-protected templates|{{PAGENAME}}]]{{#ifeq:{{PROTECTIONLEVEL:move}}|sysop|[[Category:Wikipedia move-protected templates|{{PAGENAME}}]]}}&lt;br /&gt;
   |move=[[Category:Wikipedia move-protected templates|{{PAGENAME}}]]&lt;br /&gt;
   |administrator&lt;br /&gt;
   |full&lt;br /&gt;
   |sysop&amp;lt;!--uses default--&amp;gt;&lt;br /&gt;
   |#default=[[Category:Wikipedia protected templates|{{PAGENAME}}]]&amp;lt;!--fallback value--&amp;gt;}}}}{{#ifeq:{{NAMESPACE}}|{{ns:6}}|[[Category:{{#switch:{{{demolevel|{{PROTECTIONLEVEL:edit}}}}}&lt;br /&gt;
   |semi&lt;br /&gt;
   |autoconfirmed=Semi-protected&lt;br /&gt;
   |administrator&lt;br /&gt;
   |full&lt;br /&gt;
   |sysop&amp;lt;!--uses default--&amp;gt;&lt;br /&gt;
   |#default=Protected&amp;lt;!--fallback value--&amp;gt;}} images|{{PAGENAME}}]]}}}}}}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{pp-template|categories=no}}  &amp;lt;!-- Show the small version --&amp;gt;&lt;br /&gt;
{{pp-template|small=no}}      &amp;lt;!-- Show the large version --&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Pp-meta&amp;diff=18752</id>
		<title>Template:Pp-meta</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Pp-meta&amp;diff=18752"/>
		<updated>2011-02-16T19:32:09Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;{{#ifeq:{{#switch:{{lc:{{{type}}}}}   |move=&amp;lt;!--  --&amp;gt;{{#ifeq:       {{#switch:{{lc:{{{demolevel|undefined}}}}}         |semi         |autoconfirmed=autoconfirmed         |adminis...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq:{{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
  |move=&amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{#ifeq:&lt;br /&gt;
      {{#switch:{{lc:{{{demolevel|undefined}}}}}&lt;br /&gt;
        |semi&lt;br /&gt;
        |autoconfirmed=autoconfirmed&lt;br /&gt;
        |administrator&lt;br /&gt;
        |full&lt;br /&gt;
        |sysop=sysop&lt;br /&gt;
        |undefined={{PROTECTIONLEVEL:move}}&lt;br /&gt;
        |#default=&amp;lt;!--fallback value: null&lt;br /&gt;
   --&amp;gt;}}&lt;br /&gt;
      |sysop|yes|no&lt;br /&gt;
    }}&lt;br /&gt;
  |create=&amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{#if:&lt;br /&gt;
      {{#switch:{{lc:{{{demolevel|undefined}}}}}&lt;br /&gt;
        |semi&lt;br /&gt;
        |autoconfirmed=autoconfirmed&lt;br /&gt;
        |administrator&lt;br /&gt;
        |full&lt;br /&gt;
        |sysop=sysop&lt;br /&gt;
        |undefined={{PROTECTIONLEVEL:create}}&lt;br /&gt;
        |#default=&amp;lt;!--fallback value: null&lt;br /&gt;
   --&amp;gt;}}&lt;br /&gt;
      |yes|no&lt;br /&gt;
    }}&lt;br /&gt;
|#default&amp;lt;!--includes all other types--&amp;gt;=&amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{#if:&lt;br /&gt;
      {{#switch:{{lc:{{{demolevel|undefined}}}}}&lt;br /&gt;
        |semi&lt;br /&gt;
        |autoconfirmed=autoconfirmed&lt;br /&gt;
        |administrator&lt;br /&gt;
        |full&lt;br /&gt;
        |sysop=sysop&lt;br /&gt;
        |undefined={{PROTECTIONLEVEL:edit}}&lt;br /&gt;
        |#default=&amp;lt;!--fallback value: null&lt;br /&gt;
   --&amp;gt;}}&lt;br /&gt;
      |{{#ifeq:{{#switch:{{lc:{{{disallowlevel|}}}}}&lt;br /&gt;
                 |semi&lt;br /&gt;
                 |autoconfirmed=autoconfirmed&lt;br /&gt;
                 |administrator&lt;br /&gt;
                 |full&lt;br /&gt;
                 |sysop=sysop&lt;br /&gt;
                 |#default=&amp;lt;!--fallback value: null--&amp;gt;}}&lt;br /&gt;
         |{{#switch:{{lc:{{{demolevel|undefined}}}}}&lt;br /&gt;
            |semi&lt;br /&gt;
            |autoconfirmed=autoconfirmed&lt;br /&gt;
            |administrator&lt;br /&gt;
            |full&lt;br /&gt;
            |sysop=sysop&lt;br /&gt;
            |undefined={{PROTECTIONLEVEL:edit}}&lt;br /&gt;
            |#default=&amp;lt;!--fallback value: null&lt;br /&gt;
       --&amp;gt;}}&lt;br /&gt;
         |no|yes&lt;br /&gt;
       }}&lt;br /&gt;
   |no}}&lt;br /&gt;
}}|yes|{{#ifeq:{{lc:{{{small|}}}}}|yes|&lt;br /&gt;
&amp;lt;div class=&amp;quot;metadata topicon&amp;quot; id=&amp;quot;protected-icon&amp;quot; style=&amp;quot;display:none; right:55px;&amp;quot;&amp;gt;[[Image:{{{image|{{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
 |full=Padlock.svg&lt;br /&gt;
 |semi=Padlock-silver.svg&lt;br /&gt;
 |move=Padlock-olive.svg&lt;br /&gt;
 |indef=Padlock-red.svg&lt;br /&gt;
 |office=Padlock-black.svg&lt;br /&gt;
 |create=Padlock-skyblue.svg&lt;br /&gt;
 |#default=Transparent.gif&lt;br /&gt;
}}}}}|20px|link={{{icon-link|Wikipedia:Protection policy#{{lc:{{{type}}}}}}}}|{{{icon-text|This {{pp-meta/pagetype}} is {{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
 |semi=semi-&lt;br /&gt;
 |move=move-&lt;br /&gt;
 |indef=permanently&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 |create=creation-&lt;br /&gt;
 |office=&amp;lt;!--null, but should this have a special tag?--&amp;gt;&lt;br /&gt;
 |full&lt;br /&gt;
 |#default=&amp;lt;!--null--&amp;gt;&lt;br /&gt;
}}protected{{#ifeq:{{lc:{{{type}}}}}|indef||{{#if:{{{expiry|}}}|&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;until {{#time:F j, Y|{{{expiry}}}}}}}}}{{#if:{{{icon-reason|}}}|&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;{{{icon-reason}}}}}.}}}|alt=Page {{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
 |semi=semi-&lt;br /&gt;
 |move=move-&lt;br /&gt;
 |indef=permanently&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 |create=creation-&lt;br /&gt;
 |office=&amp;lt;!--null, but should this have a special tag?--&amp;gt;&lt;br /&gt;
 |full&lt;br /&gt;
 |#default=&amp;lt;!--null--&amp;gt;&lt;br /&gt;
}}protected]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;!-- else, not small --&amp;gt;&lt;br /&gt;
{{mbox &lt;br /&gt;
| demospace = {{{demospace|}}}&lt;br /&gt;
| type = protection&lt;br /&gt;
| image = [[Image:{{{image|{{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
 |full=Padlock.svg&lt;br /&gt;
 |semi=Padlock-silver.svg&lt;br /&gt;
 |move=Padlock-olive.svg&lt;br /&gt;
 |indef=Padlock-red.svg&lt;br /&gt;
 |office=Padlock-black.svg&lt;br /&gt;
 |create=Padlock-skyblue.svg&lt;br /&gt;
 |#default=Transparent.gif&lt;br /&gt;
}}}}}|40px|{{{icon-text|This page is {{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
 |semi=semi-&lt;br /&gt;
 |move=move-&lt;br /&gt;
 |indef=permanently&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 |create=creation-&lt;br /&gt;
 |office=&amp;lt;!--null, but should this have a special tag?--&amp;gt;&lt;br /&gt;
 |full&lt;br /&gt;
 |#default=&amp;lt;!--null--&amp;gt;&lt;br /&gt;
}}protected.}}}]]&lt;br /&gt;
| text = &#039;&#039;&#039;{{{reason-text|{{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
 |full=This page is currently [[Wikipedia:This page is protected|protected]] from editing&lt;br /&gt;
 |semi=Editing of this {{pp-meta/pagetype}} by [[Wikipedia:User access levels#Autoconfirmed_users|new]] or [[Wikipedia:User access levels#Anonymous_users|unregistered]] users is currently [[Wikipedia:Protection policy|disabled]]&lt;br /&gt;
 |move=This {{pp-meta/pagetype}} is currently [[Wikipedia:This page is protected|protected]] from [[Help:Moving a page|page moves]]&lt;br /&gt;
 |indef=This page is [[Wikipedia:This page is protected|protected]] from editing &#039;&#039;indefinitely&#039;&#039;&lt;br /&gt;
 |office=This {{pp-meta/pagetype}} is currently [[Wikipedia:This page is protected|protected]] from editing&lt;br /&gt;
 |create=[[Help:Starting a new page|Recreation]] of this {{pp-meta/pagetype}} [[Wikipedia:This page is protected|has been disabled]]&lt;br /&gt;
}}{{#ifeq:{{lc:{{{type}}}}}|indef||{{#if:{{{expiry|}}}|&amp;amp;#32;until {{#time:F j, Y|{{{expiry}}}}}}}}}{{{reason&amp;lt;includeonly&amp;gt;|&amp;lt;/includeonly&amp;gt;}}}.}}}&#039;&#039;&#039;&amp;lt;br /&amp;gt; {{{explanation-text|{{#ifeq:{{lc:{{{dispute}}}}}|yes|This protection is &#039;&#039;&#039;not&#039;&#039;&#039; an endorsement of the {{#ifeq:{{{type}}}|move|[{{fullurl:Special:Log|type=move&amp;amp;page={{FULLPAGENAMEE}}}} current title]|[{{fullurl:{{FULLPAGENAMEE}}|action=history}} current version]}}.}} See the [[Wikipedia:Protection policy|protection policy]] and [{{fullurl:Special:Log|type=protect&amp;amp;page={{FULLPAGENAMEE}}}} protection log] for more details. {{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
 |full|indef=Please discuss any changes on the [[{{TALKPAGENAME}}#{{#if:{{{section|}}}|{{{section}}}|top}}|talk page]]; you may use the {{tlx|editprotected}} template to ask an [[Wikipedia:Administrator|administrator]] to make the edit if it is supported by [[Wikipedia:Consensus|consensus]]. {{#ifeq:{{NAMESPACE}}|{{ns:8}}&amp;lt;!--MediaWiki--&amp;gt;||You may also [[Wikipedia:Requests for page protection|request]] that this page be unprotected.}}&lt;br /&gt;
 |semi=If you cannot edit this {{pp-meta/pagetype}} and you wish to make a change, you can {{#ifeq:{{NAMESPACE}}|{{TALKSPACE}}||[[Template:Editsemiprotected|request an edit]], [[{{TALKPAGENAME}}|discuss changes on the talk page]],}} [[Wikipedia:Requests for page protection#Current requests for unprotection|request unprotection]], [[Special:Userlogin|log in]], or &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://en.wikipedia.org/w/index.php?title=Special:Userlogin&amp;amp;type=signup &amp;lt;span style=&amp;quot;color:#002bb8;&amp;quot; title=&amp;quot;Sign in / create account&amp;quot;&amp;gt;create an account&amp;lt;/span&amp;gt;].&lt;br /&gt;
 |move=The page may still be edited but cannot be moved until unprotected. Please discuss any suggested moves on the [[{{TALKPAGENAME}}|talk page]] or at [[Wikipedia:Requested moves]].  You can also [[Wikipedia:Requests for page protection|request]] that the page be unprotected.  &lt;br /&gt;
 |office=If you are able to edit this page, please discuss all changes and additions on the [[{{TALKPAGENAME}}|talk page]] first. &#039;&#039;&#039;Do not remove protection from this page unless you are authorized by the Wikimedia Foundation to do so.&#039;&#039;&#039;&lt;br /&gt;
 |create=Please see the {{#if:{{{xfd|}}}|&#039;&#039;&#039;[[{{{xfd}}}|deletion discussion]]&#039;&#039;&#039; or the}} [{{fullurl:Special:Log|type=delete&amp;amp;page={{FULLPAGENAMEE}}}} deletion log] for details of why this page was deleted. If you would like to create a page at this title, you must first [[Wikipedia:Requests for page protection|request]] for it to be unprotected, or contact the administrator who deleted the page for the deleted material to be restored. If unsuccessful, you can use [[Wikipedia:Deletion review|deletion review]].&lt;br /&gt;
}}}}}&lt;br /&gt;
}}&lt;br /&gt;
}}|[[Category:Wikipedia pages with incorrect protection templates]]}}&amp;lt;!--End if small--&amp;gt;&amp;lt;includeonly&amp;gt;{{#ifeq:{{lc:{{{categories|no}}}}}|no||{{{categories|}}}}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Ombox/core&amp;diff=18751</id>
		<title>Template:Ombox/core</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Ombox/core&amp;diff=18751"/>
		<updated>2011-02-16T19:31:36Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;&amp;lt;table class=&amp;quot;plainlinks ombox {{#ifeq:{{{small}}}|yes|mbox-small}}  {{#switch:{{{type|}}} | speedy     = ombox-speedy | delete     = ombox-delete | content    = ombox-content | ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;plainlinks ombox {{#ifeq:{{{small}}}|yes|mbox-small}} &lt;br /&gt;
{{#switch:{{{type|}}}&lt;br /&gt;
| speedy     = ombox-speedy&lt;br /&gt;
| delete     = ombox-delete&lt;br /&gt;
| content    = ombox-content&lt;br /&gt;
| style      = ombox-style&lt;br /&gt;
| move       = ombox-move&lt;br /&gt;
| protection = ombox-protection&lt;br /&gt;
| notice          &amp;lt;!-- notice = default --&amp;gt;&lt;br /&gt;
| #default   = ombox-notice&lt;br /&gt;
}}&amp;quot; style=&amp;quot;{{{style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
{{#ifeq:{{{image|}}}|none&lt;br /&gt;
| &amp;lt;!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --&amp;gt;&amp;lt;td class=&amp;quot;mbox-empty-cell&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
| &amp;lt;td class=&amp;quot;mbox-image&amp;quot;&amp;gt;&lt;br /&gt;
  {{#if:{{{image|}}}&lt;br /&gt;
  | {{{image}}}&lt;br /&gt;
  | [[Image:{{#switch:{{{type|}}}&lt;br /&gt;
    | speedy     = Imbox speedy deletion.png&lt;br /&gt;
    | delete     = Imbox deletion.png&lt;br /&gt;
    | content    = Imbox content.png&lt;br /&gt;
    | style      = Edit-clear.svg&lt;br /&gt;
    | move       = Imbox move.png&lt;br /&gt;
    | protection = Imbox protection.png&lt;br /&gt;
    | notice          &amp;lt;!-- notice = default --&amp;gt;&lt;br /&gt;
    | #default   = Imbox notice.png&lt;br /&gt;
    }} | {{#ifeq:{{{small|}}}|yes&lt;br /&gt;
    | 30x30px&lt;br /&gt;
    | 40x40px&lt;br /&gt;
    }}|link=|alt=]]&lt;br /&gt;
  }}&amp;lt;/td&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;td class=&amp;quot;mbox-text&amp;quot; style=&amp;quot;{{{textstyle|}}}&amp;quot;&amp;gt; {{{text}}} &amp;lt;/td&amp;gt;&lt;br /&gt;
{{#if:{{{imageright|}}}&lt;br /&gt;
| {{#ifeq:{{{imageright|}}}|none&lt;br /&gt;
  | &amp;lt;!-- No image. --&amp;gt;&lt;br /&gt;
  | &amp;lt;td class=&amp;quot;mbox-imageright&amp;quot;&amp;gt; {{{imageright}}} &amp;lt;/td&amp;gt;&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&amp;lt;!-- Detect and report usage with faulty &amp;quot;type&amp;quot; parameter:&lt;br /&gt;
--&amp;gt;{{#switch:{{{type|}}}&lt;br /&gt;
|   &amp;lt;!-- No type fed, is also valid input --&amp;gt;&lt;br /&gt;
| speedy&lt;br /&gt;
| delete&lt;br /&gt;
| content&lt;br /&gt;
| style&lt;br /&gt;
| move&lt;br /&gt;
| protection&lt;br /&gt;
| notice     =    &amp;lt;!-- Do nothing, valid &amp;quot;type&amp;quot; --&amp;gt;&lt;br /&gt;
| #default   = &amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;This message box is using an invalid &amp;quot;type={{{type|}}}&amp;quot; parameter and needs fixing.&amp;lt;/div&amp;gt;[[Category:Wikipedia message box parameter needs fixing|{{main other|Main:}}{{FULLPAGENAME}}]]&amp;lt;!-- Sort on namespace --&amp;gt;&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Ombox&amp;diff=18750</id>
		<title>Template:Ombox</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Ombox&amp;diff=18750"/>
		<updated>2011-02-16T19:31:14Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;{{#ifeq:{{{small|}}}|yes | {{ombox/core   | small = yes   | type  = {{{type|}}}   | image = {{#if:{{{smallimage|}}}| {{{smallimage}}} | {{{image|}}} }}   | imageright = {{#if:{{{...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq:{{{small|}}}|yes&lt;br /&gt;
| {{ombox/core&lt;br /&gt;
  | small = yes&lt;br /&gt;
  | type  = {{{type|}}}&lt;br /&gt;
  | image = {{#if:{{{smallimage|}}}| {{{smallimage}}} | {{{image|}}} }}&lt;br /&gt;
  | imageright = {{#if:{{{smallimageright|}}} | {{{smallimageright}}} | {{{imageright|}}} }}&lt;br /&gt;
  | style = {{{style|}}}&lt;br /&gt;
  | textstyle = {{{textstyle|}}}&lt;br /&gt;
  | text  = {{#if:{{{smalltext|}}}| {{{smalltext}}} | {{{text}}} }}&lt;br /&gt;
  }}&lt;br /&gt;
| {{ombox/core&lt;br /&gt;
  | type  = {{{type|}}}&lt;br /&gt;
  | image = {{{image|}}}&lt;br /&gt;
  | imageright = {{{imageright|}}} &lt;br /&gt;
  | style = {{{style|}}}&lt;br /&gt;
  | textstyle = {{{textstyle|}}}&lt;br /&gt;
  | text  = {{{text}}}&lt;br /&gt;
  }}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Nowrap&amp;diff=18749</id>
		<title>Template:Nowrap</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Nowrap&amp;diff=18749"/>
		<updated>2011-02-16T19:30:55Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;&amp;lt;span style=&amp;quot;white-space:nowrap;&amp;quot;&amp;gt;{{{1}}}&amp;lt;/span&amp;gt;&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;!--interwikis/categories go inside doc--&amp;gt;&amp;lt;/noinclude&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;white-space:nowrap;&amp;quot;&amp;gt;{{{1}}}&amp;lt;/span&amp;gt;&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;!--interwikis/categories go inside doc--&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Navbar&amp;diff=18748</id>
		<title>Template:Navbar</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Navbar&amp;diff=18748"/>
		<updated>2011-02-16T19:30:29Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;&amp;lt;includeonly&amp;gt;&amp;lt;span class=&amp;quot;noprint plainlinks navbar&amp;quot; style=&amp;quot;{{{style|}}}&amp;quot;&amp;gt;&amp;lt;!--  --&amp;gt;{{#if:{{{mini|}}}{{{plain|}}}|&amp;lt;!--nothing--&amp;gt;|&amp;lt;!--else: --&amp;gt;&amp;lt;span style=&amp;quot;{{{fontstyle|}}}&amp;quot;&amp;gt;{{{tex...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;span class=&amp;quot;noprint plainlinks navbar&amp;quot; style=&amp;quot;{{{style|}}}&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;{{#if:{{{mini|}}}{{{plain|}}}|&amp;lt;!--nothing--&amp;gt;|&amp;lt;!--else:&lt;br /&gt;
--&amp;gt;&amp;lt;span style=&amp;quot;{{{fontstyle|}}}&amp;quot;&amp;gt;{{{text|This box:}}} &amp;lt;/span&amp;gt;}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;{{#if:{{{brackets|}}}|&amp;lt;span style=&amp;quot;{{{fontstyle|}}}&amp;quot;&amp;gt;&amp;amp;#91;&amp;lt;/span&amp;gt;}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;span style=&amp;quot;white-space:nowrap;word-spacing:-.12em;&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;[[{{transclude|{{{1}}}}}|&amp;lt;span style=&amp;quot;{{{fontstyle|}}}&amp;quot; title=&amp;quot;View this template&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#if:{{{mini|}}}|v|view}}&amp;lt;/span&amp;gt;]]&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;span style=&amp;quot;{{{fontstyle|}}}&amp;quot;&amp;gt;&amp;amp;#32;&amp;lt;b&amp;gt;&amp;amp;middot;&amp;lt;/b&amp;gt;&amp;amp;#32;&amp;lt;/span&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;[[{{TALKPAGENAME:{{transclude|{{{1}}}}}}}|&amp;lt;span style=&amp;quot;{{{fontstyle|}}}&amp;quot; title=&amp;quot;Discuss this template&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#if:{{{mini|}}}|d|talk}}&amp;lt;/span&amp;gt;]]&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;{{#if:{{{noedit|}}}|&amp;lt;!--nothing--&amp;gt;|&amp;lt;!--else:&lt;br /&gt;
--&amp;gt;&amp;lt;span style=&amp;quot;{{{fontstyle|}}}&amp;quot;&amp;gt;&amp;amp;#32;&amp;lt;b&amp;gt;&amp;amp;middot;&amp;lt;/b&amp;gt;&amp;amp;#32;&amp;lt;/span&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;[{{fullurl:{{transclude|{{{1}}}}}|action=edit}} &amp;lt;span style=&amp;quot;{{{fontstyle|}}}&amp;quot; title=&amp;quot;Edit this template&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#if:{{{mini|}}}|e|edit}}&amp;lt;/span&amp;gt;]}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;{{#if:{{{brackets|}}}|&amp;lt;span style=&amp;quot;{{{fontstyle|}}}&amp;quot;&amp;gt;&amp;amp;#93;&amp;lt;/span&amp;gt;}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Intricate_template&amp;diff=18747</id>
		<title>Template:Intricate template</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Intricate_template&amp;diff=18747"/>
		<updated>2011-02-16T19:29:59Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;{{ombox | type = style | image = link= | text = &amp;#039;&amp;#039;&amp;#039;This template employs intricate features of template syntax.&amp;#039;&amp;#039;&amp;#039; {{nowrap|{{{1|}...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ombox&lt;br /&gt;
| type = style&lt;br /&gt;
| image = [[Image:Ambox warning yellow.svg|40x40px|alt=|link=]]&lt;br /&gt;
| text =&lt;br /&gt;
&#039;&#039;&#039;This template employs intricate features of template syntax.&#039;&#039;&#039; {{nowrap|{{{1|}}}}}&amp;lt;div style=&amp;quot;font-size:95%; padding-bottom:2px;&amp;quot;&amp;gt;You are encouraged to familiarise yourself with its setup and [[m:Help:Parser function|parser functions]] before editing the template. If your edit causes unexpected problems, please [[Help:Reverting#Undo|undo]] it quickly, as this template may appear on a large number of pages.&amp;lt;br/&amp;gt;&lt;br /&gt;
Remember that you can conduct experiments, and should test all improvements, in either the {{nowrap|{{#switch:&lt;br /&gt;
{{#ifexist:{{FULLPAGENAME}}/sandbox     |sandbox     |&lt;br /&gt;
{{#ifexist:{{FULLPAGENAME}}/Sandbox     |Sandbox     |&lt;br /&gt;
{{#ifexist:{{FULLPAGENAME}}/test sandbox|test sandbox|&lt;br /&gt;
{{#ifexist:{{FULLPAGENAME}}/Test sandbox|Test sandbox|&lt;br /&gt;
{{#ifexist:{{FULLPAGENAME}}/test        |test        |&lt;br /&gt;
{{#ifexist:{{FULLPAGENAME}}/Test        |Test        |&lt;br /&gt;
}} }} }} }} }} }}&lt;br /&gt;
 | sandbox      = [[Template:{{PAGENAME}}/sandbox     |local /sandbox          ]]&lt;br /&gt;
 | Sandbox      = [[Template:{{PAGENAME}}/Sandbox     |local /Sandbox          ]]&lt;br /&gt;
 | test sandbox = [[Template:{{PAGENAME}}/test sandbox|local /test sandbox     ]]&lt;br /&gt;
 | Test sandbox = [[Template:{{PAGENAME}}/Test sandbox|local /Test sandbox     ]]&lt;br /&gt;
 | test         = [[Template:{{PAGENAME}}/test        |local /test             ]]&lt;br /&gt;
 | Test         = [[Template:{{PAGENAME}}/Test        |local /Test             ]]&lt;br /&gt;
 | #default     = [[Template:Template sandbox         |general Template sandbox]]&lt;br /&gt;
&amp;lt;!--ENDswitch--&amp;gt;}}&amp;lt;!--ENDnowrap--&amp;gt;}} or your user space before changing anything here.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&amp;lt;includeonly&amp;gt;{{#ifeq: {{PAGENAME}} | {{BASEPAGENAME}} | [[Category:Intricate templates]] }}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Infobox&amp;diff=18746</id>
		<title>Template:Infobox</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Infobox&amp;diff=18746"/>
		<updated>2011-02-16T19:29:16Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;{{#ifeq:{{{child|}}}|yes||&amp;lt;table class=&amp;quot;infobox {{{bodyclass|}}}&amp;quot; cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;width:22em; text-align:left; font-size:88%; line-height:1.5em; {{{bodystyle|}}}&amp;quot;&amp;gt;&amp;lt;!--  Ca...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq:{{{child|}}}|yes||&amp;lt;table class=&amp;quot;infobox {{{bodyclass|}}}&amp;quot; cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;width:22em; text-align:left; font-size:88%; line-height:1.5em; {{{bodystyle|}}}&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
 Caption&lt;br /&gt;
--&amp;gt;{{#if:{{{title|}}}|&amp;lt;caption class=&amp;quot;{{{titleclass|}}}&amp;quot; style=&amp;quot;font-size:125%; font-weight:bold; {{{titlestyle|}}}&amp;quot;&amp;gt;{{{title}}}&amp;lt;/caption&amp;gt;}}&amp;lt;!--&lt;br /&gt;
 Header&lt;br /&gt;
--&amp;gt;{{#if:{{{above|}}}|{{Infobox/row&lt;br /&gt;
 |header={{{above}}} |headerstyle=text-align:center; font-size:125%; font-weight:bold; {{{abovestyle|}}}&lt;br /&gt;
 |class={{{aboveclass|}}} |rowclass={{{aboverowclass|}}}&lt;br /&gt;
}} }} }}{{#ifeq:{{{child|}}}|yes|{{#if:{{{title|}}}|&#039;&#039;&#039;{{{title}}}&#039;&#039;&#039;}}}}&amp;lt;!--&lt;br /&gt;
 Subheader1&lt;br /&gt;
--&amp;gt;{{#if:{{{subheader|{{{subheader1|}}}}}}|{{Infobox/row&lt;br /&gt;
 |data={{{subheader|{{{subheader1|}}}}}}&lt;br /&gt;
 |datastyle={{{subheaderstyle|}}}&lt;br /&gt;
 |class={{{subheaderclass|}}}&lt;br /&gt;
 |rowclass={{{subheaderrowclass|{{{subheaderrowclass1|}}}}}}&lt;br /&gt;
}} }}&amp;lt;!--&lt;br /&gt;
 Subheader2&lt;br /&gt;
--&amp;gt;{{#if:{{{subheader2|}}}|{{Infobox/row&lt;br /&gt;
 |data={{{subheader2}}}&lt;br /&gt;
 |datastyle={{{subheaderstyle|}}}&lt;br /&gt;
 |class={{{subheaderclass|}}}&lt;br /&gt;
 |rowclass={{{subheaderrowclass2|}}}&lt;br /&gt;
}} }}&amp;lt;!--&lt;br /&gt;
 Image1&lt;br /&gt;
--&amp;gt;{{#if:{{{image|{{{image1|}}}}}}|{{Infobox/row&lt;br /&gt;
 |data={{{image|{{{image1}}} }}}{{#if:{{{caption|{{{caption1|}}}}}}|&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;{{{captionstyle|}}}&amp;quot;&amp;gt;{{{caption|{{{caption1}}}}}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
 |datastyle={{{imagestyle|}}}&lt;br /&gt;
 |class={{{imageclass|}}}&lt;br /&gt;
 |rowclass={{{imagerowclass1|}}}&lt;br /&gt;
}} }}&amp;lt;!--&lt;br /&gt;
 Image2&lt;br /&gt;
--&amp;gt;{{#if:{{{image2|}}}|{{Infobox/row&lt;br /&gt;
 |data={{{image2}}}{{#if:{{{caption2|}}}|&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;{{{captionstyle|}}}&amp;quot;&amp;gt;{{{caption2}}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
 |datastyle={{{imagestyle|}}}&lt;br /&gt;
 |class={{{imageclass|}}}&lt;br /&gt;
 |rowclass={{{imagerowclass2|}}}&lt;br /&gt;
}} }}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{Infobox/row&lt;br /&gt;
 |header={{{header1|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label1|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data1|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class1|}}}   |rowclass={{{rowclass1|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header2|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label2|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data2|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class2|}}}   |rowclass={{{rowclass2|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header3|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label3|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data3|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class3|}}}   |rowclass={{{rowclass3|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header4|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label4|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data4|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class4|}}}   |rowclass={{{rowclass4|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header5|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label5|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data5|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class5|}}}   |rowclass={{{rowclass5|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header6|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label6|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data6|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class6|}}}   |rowclass={{{rowclass6|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header7|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label7|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data7|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class7|}}}   |rowclass={{{rowclass7|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header8|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label8|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data8|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class8|}}}   |rowclass={{{rowclass8|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header9|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label9|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data9|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class9|}}}   |rowclass={{{rowclass9|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header10|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label10|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data10|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class10|}}}   |rowclass={{{rowclass10|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header11|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label11|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data11|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class11|}}}   |rowclass={{{rowclass11|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header12|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label12|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data12|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class12|}}}   |rowclass={{{rowclass12|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header13|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label13|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data13|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class13|}}}   |rowclass={{{rowclass13|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header14|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label14|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data14|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class14|}}}   |rowclass={{{rowclass14|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header15|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label15|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data15|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class15|}}}   |rowclass={{{rowclass15|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header16|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label16|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data16|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class16|}}}   |rowclass={{{rowclass16|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header17|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label17|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data17|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class17|}}}   |rowclass={{{rowclass17|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header18|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label18|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data18|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class18|}}}   |rowclass={{{rowclass18|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header19|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label19|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data19|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class19|}}}   |rowclass={{{rowclass19|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header20|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label20|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data20|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class20|}}}   |rowclass={{{rowclass20|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header21|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label21|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data21|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class21|}}}   |rowclass={{{rowclass21|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header22|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label22|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data22|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class22|}}}   |rowclass={{{rowclass22|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header23|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label23|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data23|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class23|}}}   |rowclass={{{rowclass23|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header24|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label24|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data24|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class24|}}}   |rowclass={{{rowclass24|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header25|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label25|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data25|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class25|}}}   |rowclass={{{rowclass25|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header26|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label26|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data26|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class26|}}}   |rowclass={{{rowclass26|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header27|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label27|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data27|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class27|}}}   |rowclass={{{rowclass27|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header28|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label28|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data28|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class28|}}}   |rowclass={{{rowclass28|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header29|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label29|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data29|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class29|}}}   |rowclass={{{rowclass29|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header30|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label30|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data30|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class30|}}}   |rowclass={{{rowclass30|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header31|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label31|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data31|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class31|}}}   |rowclass={{{rowclass31|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header32|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label32|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data32|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class32|}}}   |rowclass={{{rowclass32|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header33|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label33|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data33|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class33|}}}   |rowclass={{{rowclass33|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header34|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label34|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data34|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class34|}}}   |rowclass={{{rowclass34|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header35|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label35|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data35|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class35|}}}   |rowclass={{{rowclass35|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header36|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label36|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data36|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class36|}}}   |rowclass={{{rowclass36|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header37|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label37|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data37|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class37|}}}   |rowclass={{{rowclass37|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header38|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label38|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data38|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class38|}}}   |rowclass={{{rowclass38|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header39|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label39|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data39|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class39|}}}   |rowclass={{{rowclass39|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header40|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label40|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data40|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class40|}}}   |rowclass={{{rowclass40|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header41|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label41|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data41|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class41|}}}   |rowclass={{{rowclass41|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header42|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label42|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data42|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class42|}}}   |rowclass={{{rowclass42|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header43|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label43|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data43|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class43|}}}   |rowclass={{{rowclass43|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header44|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label44|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data44|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class44|}}}   |rowclass={{{rowclass44|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header45|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label45|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data45|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class45|}}}   |rowclass={{{rowclass45|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header46|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label46|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data46|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class46|}}}   |rowclass={{{rowclass46|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header47|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label47|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data47|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class47|}}}   |rowclass={{{rowclass47|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header48|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label48|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data48|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class48|}}}   |rowclass={{{rowclass48|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header49|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label49|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data49|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class49|}}}   |rowclass={{{rowclass49|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header50|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label50|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data50|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class50|}}}   |rowclass={{{rowclass50|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header51|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label51|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data51|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class51|}}}   |rowclass={{{rowclass51|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header52|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label52|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data52|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class52|}}}   |rowclass={{{rowclass52|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header53|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label53|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data53|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class53|}}}   |rowclass={{{rowclass53|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header54|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label54|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data54|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class54|}}}   |rowclass={{{rowclass54|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header55|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label55|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data55|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class55|}}}   |rowclass={{{rowclass55|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header56|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label56|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data56|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class56|}}}   |rowclass={{{rowclass56|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header57|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label57|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data57|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class57|}}}   |rowclass={{{rowclass57|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header58|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label58|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data58|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class58|}}}   |rowclass={{{rowclass58|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header59|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label59|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data59|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class59|}}}   |rowclass={{{rowclass59|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header60|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label60|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data60|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class60|}}}   |rowclass={{{rowclass60|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header61|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label61|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data61|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class61|}}}   |rowclass={{{rowclass61|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header62|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label62|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data62|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class62|}}}   |rowclass={{{rowclass62|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header63|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label63|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data63|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class63|}}}   |rowclass={{{rowclass63|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header64|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label64|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data64|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class64|}}}   |rowclass={{{rowclass64|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header65|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label65|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data65|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class65|}}}   |rowclass={{{rowclass65|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header66|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label66|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data66|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class66|}}}   |rowclass={{{rowclass66|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header67|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label67|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data67|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class67|}}}   |rowclass={{{rowclass67|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header68|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label68|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data68|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class68|}}}   |rowclass={{{rowclass68|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header69|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label69|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data69|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class69|}}}   |rowclass={{{rowclass69|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header70|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label70|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data70|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class70|}}}   |rowclass={{{rowclass70|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header71|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label71|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data71|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class71|}}}   |rowclass={{{rowclass71|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header72|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label72|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data72|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class72|}}}   |rowclass={{{rowclass72|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header73|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label73|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data73|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class73|}}}   |rowclass={{{rowclass73|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header74|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label74|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data74|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class74|}}}   |rowclass={{{rowclass74|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header75|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label75|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data75|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class75|}}}   |rowclass={{{rowclass75|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header76|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label76|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data76|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class76|}}}   |rowclass={{{rowclass76|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header77|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label77|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data77|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class77|}}}   |rowclass={{{rowclass77|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header78|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label78|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data78|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class78|}}}   |rowclass={{{rowclass78|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header79|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label79|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data79|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class79|}}}   |rowclass={{{rowclass79|}}}&lt;br /&gt;
}}{{Infobox/row&lt;br /&gt;
 |header={{{header80|}}} |headerstyle={{{headerstyle|}}}&lt;br /&gt;
 |label={{{label80|}}}   |labelstyle={{{labelstyle|}}}&lt;br /&gt;
 |data={{{data80|}}}     |datastyle={{{datastyle|}}}&lt;br /&gt;
 |class={{{class80|}}}   |rowclass={{{rowclass80|}}}&lt;br /&gt;
}}&amp;lt;!-- Below&lt;br /&gt;
--&amp;gt;{{#if:{{{below|}}}|&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; class=&amp;quot;{{{belowclass|}}}&amp;quot; style=&amp;quot;text-align:center; {{{belowstyle|}}}&amp;quot;&amp;gt;{{{below}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&amp;lt;!--&lt;br /&gt;
 Navbar&lt;br /&gt;
--&amp;gt;{{#if:{{{name|}}}|&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:right&amp;quot;&amp;gt;{{navbar|{{{name}}}|mini=1}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
{{#ifeq:{{{child|}}}|yes||&amp;lt;/table&amp;gt;}}{{#switch:{{lc:{{{italic title|¬}}}}}&lt;br /&gt;
 |¬|no       = &amp;lt;!-- no italic title --&amp;gt;&lt;br /&gt;
 ||force|yes = {{italic title|force={{#ifeq:{{lc:{{{italic title|}}}}}|force|true}}}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Documentation/docname&amp;diff=18745</id>
		<title>Template:Documentation/docname</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Documentation/docname&amp;diff=18745"/>
		<updated>2011-02-16T19:28:42Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;{{#switch: {{SUBPAGENAME}}   |sandbox|testcases={{ #rel2abs: ../doc }}   |#default={{SUBJECTPAGENAME}}/doc }}&amp;lt;noinclude&amp;gt; {{PAGENAME}} [[ja:Tem...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch: {{SUBPAGENAME}}&lt;br /&gt;
  |sandbox|testcases={{ #rel2abs: ../doc }}&lt;br /&gt;
  |#default={{SUBJECTPAGENAME}}/doc&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Template documentation|{{PAGENAME}}]]&lt;br /&gt;
[[ja:Template:Documentation/docname]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Documentation_subpage&amp;diff=18744</id>
		<title>Template:Documentation subpage</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Documentation_subpage&amp;diff=18744"/>
		<updated>2011-02-16T19:27:46Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;&amp;lt;includeonly&amp;gt;{{#ifeq: {{lc:{{SUBPAGENAME}}}} | {{{override|doc}}}   | &amp;lt;!-- doc page --&amp;gt; &amp;lt;/includeonly&amp;gt;{{     #ifeq: {{{doc-notice|show}}} | show     | {{mbox       | type = notic...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#ifeq: {{lc:{{SUBPAGENAME}}}} | {{{override|doc}}}&lt;br /&gt;
  | &amp;lt;!-- doc page --&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;{{&lt;br /&gt;
    #ifeq: {{{doc-notice|show}}} | show&lt;br /&gt;
    | {{mbox&lt;br /&gt;
      | type = notice&lt;br /&gt;
      | image = [[File:Edit-copy green.svg|40px]]&lt;br /&gt;
      | text = &lt;br /&gt;
&#039;&#039;&#039;This is a [[Wikipedia:Template documentation|documentation]] [[Wikipedia:Subpages|subpage]] for {{{1|[[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}&#039;&#039;&#039;.&amp;lt;br /&amp;gt;It contains usage information, [[Wikipedia:Categorization|categories]], [[Help:Interlanguage links|interlanguage links]] and other content that is not part of the original {{ #if: {{{text2|}}} | {{{text2}}} | {{ #if: {{{text1|}}} | {{{text1}}} | {{ #ifeq: {{SUBJECTSPACE}} | {{ns:User}} | {{lc:{{SUBJECTSPACE}}}} template page | {{ #if: {{SUBJECTSPACE}} |{{lc:{{SUBJECTSPACE}}}} page|article}}}}}}}}. &lt;br /&gt;
      }}&lt;br /&gt;
    }}{{DEFAULTSORT:{{{defaultsort|{{PAGENAME}}}}}}}{{&lt;br /&gt;
    #if: {{{inhibit|}}}&lt;br /&gt;
    | &amp;lt;!-- skip --&amp;gt;&lt;br /&gt;
    | [[Category:{{&lt;br /&gt;
      #if: {{SUBJECTSPACE}}&lt;br /&gt;
      | {{SUBJECTSPACE}}&lt;br /&gt;
      | Article&lt;br /&gt;
    }} documentation&amp;lt;noinclude&amp;gt;| &amp;lt;/noinclude&amp;gt;]]&lt;br /&gt;
  }}&amp;lt;includeonly&amp;gt;&lt;br /&gt;
| &amp;lt;!-- if not on a /doc subpage, do nothing --&amp;gt;&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Documentation&amp;diff=18743</id>
		<title>Template:Documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Documentation&amp;diff=18743"/>
		<updated>2011-02-16T19:27:15Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;&amp;lt;!--   Automatically add {{template sandbox notice}} when on a /sandbox page. --&amp;gt;{{#ifeq: {{SUBPAGENAME}} | sandbox | &amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;{{template sandbox notice}} ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
  Automatically add {{template sandbox notice}} when on a /sandbox page.&lt;br /&gt;
--&amp;gt;{{#ifeq: {{SUBPAGENAME}} | sandbox&lt;br /&gt;
| &amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;{{template sandbox notice}}&lt;br /&gt;
}}&amp;lt;!--&lt;br /&gt;
  Automatically add {{pp-template}} to protected templates.&lt;br /&gt;
--&amp;gt;{{template other&lt;br /&gt;
| {{#ifeq: {{PROTECTIONLEVEL:move}} | sysop&lt;br /&gt;
  | {{pp-template|docusage=yes}}&lt;br /&gt;
  | {{#if: {{PROTECTIONLEVEL:edit}}&lt;br /&gt;
    | {{pp-template|docusage=yes}}&lt;br /&gt;
    | &amp;lt;!--Not protected, or only semi-move-protected--&amp;gt;&lt;br /&gt;
    }}&lt;br /&gt;
  }}&lt;br /&gt;
}}&amp;lt;!--&lt;br /&gt;
  Start of green doc box.&lt;br /&gt;
--&amp;gt;{{documentation/start box2&lt;br /&gt;
| preload = {{{preload|}}}   &amp;lt;!--Allow custom preloads--&amp;gt;&lt;br /&gt;
| heading = {{{heading|¬}}}   &amp;lt;!--Empty but defined means no header--&amp;gt;&lt;br /&gt;
| heading-style = {{{heading-style|}}}&lt;br /&gt;
| content = {{{content|}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Some namespaces must have the /doc, /sandbox and /testcases &lt;br /&gt;
    in talk space--&amp;gt;&lt;br /&gt;
| docspace = {{documentation/docspace}}&lt;br /&gt;
&lt;br /&gt;
| 1 = {{{1|}}}   &amp;lt;!--Other docname, if fed--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--The namespace is added in /start box2--&amp;gt;&lt;br /&gt;
| template page = {{documentation/template page}}&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;!-- Start content --&amp;gt;&amp;lt;!--&lt;br /&gt;
  Start load the /doc content:&lt;br /&gt;
  Note: The line breaks between this comment and the next line are necessary&lt;br /&gt;
  so  &amp;quot;=== Headings ===&amp;quot; at the start and end of docs are interpreted.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{{#switch: {{#if:{{{content|}}}|1|0}}{{#if:{{{1|}}}|1|0}}{{#ifexist:{{{1|}}}|1|0}}{{#ifexist:{{documentation/docspace}}:{{documentation/template page}}/doc|1|0}}&lt;br /&gt;
| 1000 | 1001 | 1010 | 1011 | 1100 | 1101 | 1110 &lt;br /&gt;
| 1111 = {{{content|}}}&lt;br /&gt;
| 0110 | 0111 = {{ {{{1}}} }}&lt;br /&gt;
| 0001 | 0011 = {{ {{documentation/docspace}}:{{documentation/template page}}/doc }}&lt;br /&gt;
| 0000 | 0100 | 0010 | 0101 = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
  End load the /doc content:&lt;br /&gt;
  Note: The line breaks between this comment and the previous line are necessary&lt;br /&gt;
  so  &amp;quot;=== Headings ===&amp;quot; at the start and end of docs are interpreted.&lt;br /&gt;
--&amp;gt;{{documentation/end box2&lt;br /&gt;
| preload = {{{preload|}}}   &amp;lt;!--Allow custom preloads--&amp;gt;&lt;br /&gt;
| content = {{{content|}}}&lt;br /&gt;
| link box = {{{link box|}}}   &amp;lt;!--So &amp;quot;link box=off&amp;quot; works--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Some namespaces must have the /doc, /sandbox and /testcases &lt;br /&gt;
    in talk space--&amp;gt;&lt;br /&gt;
| docspace = {{documentation/docspace}}&lt;br /&gt;
&lt;br /&gt;
| 1 = {{{1|}}}   &amp;lt;!--Other docname, if fed--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--The namespace is added in /end box2--&amp;gt;&lt;br /&gt;
| template page = {{documentation/template page}}&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;!--&lt;br /&gt;
  End of green doc box&lt;br /&gt;
--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:!&amp;diff=18742</id>
		<title>Template:!</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:!&amp;diff=18742"/>
		<updated>2011-02-16T19:25:56Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;&amp;lt;div style=&amp;quot;clear:both&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;/noinclude&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;clear:both&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Clear&amp;diff=18741</id>
		<title>Template:Clear</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Clear&amp;diff=18741"/>
		<updated>2011-02-16T19:25:23Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;&amp;lt;div style=&amp;quot;clear:both&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;/noinclude&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;clear:both&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=User_talk:Marie.Byleen&amp;diff=18625</id>
		<title>User talk:Marie.Byleen</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=User_talk:Marie.Byleen&amp;diff=18625"/>
		<updated>2011-02-16T00:05:53Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: /* Main Page redesign */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Marie.Byleen|Marie.Byleen]] 10:01, 15 December 2010 (PST) Searching for all current plans available so that others can replicate developing technologies. Want to link these to FAQ.&lt;br /&gt;
&lt;br /&gt;
--[[User:Brien.Hartung|Brien.Hartung]] 18:44, 15 December 2010 (PST) Here is a repository of CAD files for the liberator. I&#039;ll continue looking for all the additional pieces, such as the fabrication videos. http://openpario.mime.oregonstate.edu/documents/94&lt;br /&gt;
&lt;br /&gt;
[[User:Marie.Byleen|Marie.Byleen]] 11:08, 15 December 2010 (PST) Found [[OSE FAQ]], an orphaned page. Relatively recent thought. Integrate and distill w/ the non-orphaned FAQ? What part of the material belongs with the vision rather than in FAQ? Need to ease redundancy. Plan: mine OSE FAQ for gold.&lt;br /&gt;
&lt;br /&gt;
[[User:Marie.Byleen|Marie.Byleen]] 20:55, 23 December 2010 (PST) Looking for the graphic that shows estimated prices of GVCS machines vs. market prices of commercial equivalents. Where did it go? I&#039;d like to link to it.&lt;br /&gt;
&lt;br /&gt;
[[User:Marie.Byleen|Marie.Byleen]] 11:58, 3 January 2011 (PST) I saw the CEB plans on OpenPario are licensed with a Creative Commons ShareAlike (cc-by-sa) license, but the [[OSE License]] puts everything in the public domain. Is this because it is the work of a contributor that is choosing to retain rights that the blanket statement given by this license does not apply to? Can contributors retain rights to their work while contributing to OSE work as a whole, or will this work not be included under the OSE umbrella? &lt;br /&gt;
&lt;br /&gt;
Also, has anyone considered appending a [http://wiki.creativecommons.org/CC0_FAQ cc0 waiver] that others could use as a license if they needed to?&lt;br /&gt;
&lt;br /&gt;
[[User:Rasmus|Rasmus]] 14:27, 13 January 2011 (PST)   I have had extensive contact with Earthco, they provided a lot of information on their megablock technology but I am not sure that I can divulge that.&lt;br /&gt;
&lt;br /&gt;
== The great Wiki clean-up of 2011 ==&lt;br /&gt;
&lt;br /&gt;
Would you be interested in a team that does that ? A lot of pages should be consolidated. Also, there are some major pages missing (I just put together a &amp;quot;biogas&amp;quot; page, for instance). &lt;br /&gt;
Rasmus&lt;br /&gt;
&lt;br /&gt;
== Main Page redesign ==&lt;br /&gt;
&lt;br /&gt;
Marie, I know you&#039;ve been working on a redesign of the [[Main Page]] and have [[Main Page GMHEdit|put together my own design]] that I think is pretty good.  The major differences between our designs is that I don&#039;t include a Featured Article or section on [[True Fans]]. What I do include is brief news tidbits and a &amp;quot;Getting Involved&amp;quot; section designed to direct new users a bit more than the current layout. What would you think about collaborating to create the best main page design possible? --[[User:Grant Henninger|Grant Henninger]] 16:05, 15 February 2011 (PST)&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Talk:Main_Page&amp;diff=18620</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Talk:Main_Page&amp;diff=18620"/>
		<updated>2011-02-15T23:55:55Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: /* One Way to Go / Draft for Main Page Update */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Notice ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please feel free to sign up and add information to the pages to help out!&lt;br /&gt;
&lt;br /&gt;
== Read more here.. ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Maybe the front page should be more informational for someone completely new to the subject? By adding a few beginners &amp;quot;Read more here&amp;quot; it would be more enjoyable, or something like that. My 2 cents! --[[User:Fat64|Fat64]] 16:42, 18 February 2009 (PST)&lt;br /&gt;
** The article &amp;quot;Evolve to freedom&amp;quot; seems like something not far from where I am getting. --[[User:Fat64|Fat64]] 16:44, 18 February 2009 (PST)&lt;br /&gt;
&lt;br /&gt;
== Internationalization ==&lt;br /&gt;
&lt;br /&gt;
As you probably know, Mediawiki the software you&#039;re using is the same as Wikipedia. So you can also use the multilanguage features used on Wikipedia. If you&#039;ll adopt that feature, each page could have a translation in a different language.&lt;br /&gt;
&lt;br /&gt;
==HTML disabled for non-sysops==&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;Looks like you have $wgRawHtml enabled on a publicall editable wiki. That is &#039;&#039;really&#039;&#039; dangerous, it&#039;s really an invitation to mischif. For embedding videos, use a specialized extension [http://www.mediawiki.org/wiki/Category:Video_player_extensions]. If you need full HTML every now and then, make sure it can only be defined by trusted people [http://www.mediawiki.org/wiki/Extension:RawMsg] [http://www.mediawiki.org/wiki/Extension:HTMLets]. -- [http://www.mediawiki.org/wiki/User:Duesentrieb Duesentrieb] 20:56, 31 March 2009 (UTC)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I added an extention called nukeHTMLPHP that&#039;s supposed to remove any &amp;lt;eeeeeeehtml&amp;gt;&amp;lt;b&amp;gt;html &amp;lt;i&amp;gt;tags&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/eeeeeeehtml&amp;gt; in edits from non-sysop users (&amp;lt;-like that) while letting sysop users add the &amp;lt;eeeeeehtml&amp;gt;&amp;lt;b&amp;gt;html &amp;lt;i&amp;gt;tags&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/eeeeeehtml&amp;gt; (like this). So if anyone needs to use HTML then talk to a wikisysop to enable the html on a page or section. As long as a non-sysop doesn&#039;t edit an html section then it should keep working after users edit other sections. -jeremy&lt;br /&gt;
&lt;br /&gt;
== ideas for products ==&lt;br /&gt;
&lt;br /&gt;
I was searching for a stainless steel spray bottle but only found a few links&lt;br /&gt;
*http://norbys.stores.yahoo.net/caststspbo11.html 10.99&lt;br /&gt;
*http://www.enailsupply.com/index.asp?PageAction=VIEWPROD&amp;amp;ProdID=15698 35.96&lt;br /&gt;
*http://www.bedbathandbeyond.com/product.asp?order_num=-1&amp;amp;SKU=11318517&amp;amp;RN=937 9.99&lt;br /&gt;
&lt;br /&gt;
This is a very small niche market that OSE can capture when metal working comes online. [[LuciaStove]]&lt;br /&gt;
&lt;br /&gt;
==Global Villages==&lt;br /&gt;
&lt;br /&gt;
would be good to point to a definition and stress on what &amp;quot;interconnectedness&amp;quot; of villages means. [[User:Franz|Franz]] 05:12, 8 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Combined Greenhouse/Solar and Biofuel powered steam generator/distiller system ==&lt;br /&gt;
&lt;br /&gt;
This is all a brainstorm/pipedream in my head at this point, so criticism, suggestions, refinements, and complimentary ideas/links are welcome.&lt;br /&gt;
&lt;br /&gt;
All this talk of zero waste made me wonder why the combination of several elements to utilize waste streams hasn&#039;t been suggested.&lt;br /&gt;
&lt;br /&gt;
In a nutshell, the goal is to combine a solar concentrator with a biofuel boiler to ensure a consistent flow of steam which would exert it&#039;s work on a turbine generator. The biofuel exhaust would be directed into a greenhouse or bio-reactor, functioning as a CO2 generator. The feedstock for the boiler would either mix filtered graywater with rainwater, or would have a separate side for graywater, engineered to be easily cleaned. The steam line would be connected to a condenser/heat exchanger, and the distilled water used where needed or recycled back into the system.&lt;br /&gt;
&lt;br /&gt;
I figure you could work in some sort of still that takes advantage of waste heat to get ethanol for fuel, with an initial sustainable crop for feedstock. [http://en.wikipedia.org/wiki/Cellulosic_ethanol] Watched a youtube video for understanding [http://www.youtube.com/watch?v=dF3PS1v8nKY] and I believe a small scale biorefinery that uses the leftover lignins as a main heatsource would be needed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TLDR Recap&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
-    A steam boiler heated by both solar concentrator and biofuel burner (with exhaust gas directed into a greenhouse or algae bioreactor, maybe both with algae being on the end).&lt;br /&gt;
&lt;br /&gt;
-    Heat exchangers where feasible, excess heat used for ethanol still or anything needing heat (interior heating).&lt;br /&gt;
&lt;br /&gt;
-    Modular, easily replicable design. Emphasis on flexibility, simplicity, and effectiveness at actually performing in effective amounts.&lt;br /&gt;
&lt;br /&gt;
-    An initial pre/post processing area for lignocellulose to be converted and fermented and further distillation of the low-yield stills.&lt;br /&gt;
&lt;br /&gt;
-    The combined stills will use the fermented lignocellulose to make low proof ethanol, which will be fed into the post process solar/biofuel powered still to finish concentrating the ethanol.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Considerations and pitfalls&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*  If it&#039;s even feasible or possible to do this. I&#039;d imagine having to supplement the stills with more heat then the excess produced by the steam generator.&lt;br /&gt;
&lt;br /&gt;
*  Figuring out the ratios, this includes a suitable crop for biomass for the stills and the land required, and if ethanol is even suitable.&lt;br /&gt;
&lt;br /&gt;
*  Determining the most suitable and cost effective materials. &lt;br /&gt;
&lt;br /&gt;
*  Incorporating permaculture principles to the stock crops, and picking stock crops suitable for permaculture.&lt;br /&gt;
&lt;br /&gt;
*  [http://en.wikipedia.org/wiki/Barton_Evaporation_Engine] This link is intriguing. Especially the bottom part talking about combining thermodynamic cycles.&lt;br /&gt;
&lt;br /&gt;
*  A lot of different fields coming together. An expert in thermodynamics would do a lot to set me straight.&lt;br /&gt;
&lt;br /&gt;
*  The design. I picture separate processes incorporated to capitalize on waste chains. &lt;br /&gt;
&lt;br /&gt;
*  Variations for different climates, ecologies, and other natural resources available.&lt;br /&gt;
&lt;br /&gt;
*  What biofuel to incorporate into the system. Lignocellulose needs a pretreatment. Algae has a few breakthroughs to make before becoming practical. If Ligno is used, a biorefinery would need to be made, and a decision would need to be made on what goes where and how to incorporate the waste CO2 with greenhouses. &lt;br /&gt;
&lt;br /&gt;
***  And of course, the cost. Being able to fabricate a majority of the parts would be a major plus.&lt;br /&gt;
&lt;br /&gt;
== Windward ==&lt;br /&gt;
&lt;br /&gt;
Haven&#039;t seen this mentioned on the site; http://www.windward.org/what01.htm &amp;quot;Building a working model of sustainable community&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Windward is an intentional community located just north of the scenic Columbia River Gorge about 80 miles east of Portland, Oregon. So far, we&#039;ve acquired 131 acres of pasture and forested land, put in basic services (septic and water systems, power and internet-access, etc.) and learned a lot in the doing of it all. While we still have work to do, we&#039;re proud of what we&#039;ve accomplished, and excited about having reached the point where our renewable systems are coming on-line and we&#039;re able to turn our attention to building sustaibable housing.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Nature is complex, and the rule in working to master complex systems is that everything takes longer, costs more and turns out different than you thought going in. It&#039;s only by getting &amp;quot;hands on,&amp;quot; and actually working and living with these systems, that the challenges can be overcome and their true potentials realized.&lt;br /&gt;
&lt;br /&gt;
It&#039;s easy to see that change is coming at a feverish pace. What&#039;s harder to see is a way to ride that wave of change to a better place; to show that it is possible using appropriate technology to enhance the environment while creating a wholesome, satisfying and sustainable way of life. Put another way, we&#039;re working to demonstrate that it is possible to sustainably feed, clothe and fuel a village of twenty people on one hundred acres.&amp;quot; &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Looks like they&#039;ve been at it for about 20 years.&lt;br /&gt;
&lt;br /&gt;
Also this sounds like BS but possibly worth a look: A book of &amp;quot;Public Domain Inventions&amp;quot; for sale: [http://www.lulu.com/product/ebook/renewing-the-earth-public-domain-inventions-for-a-sustainable-future/2498556 &amp;quot;Renewing the Earth: Public Domain Inventions for a Sustainable Future&amp;quot;] &amp;quot;solar-powered desalination and solar-powered steel foundries, from megascale seawall construction to pumping large water supplies without a pump&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== RSS feeds for watchlist - MediaWiki upgrade ==&lt;br /&gt;
&lt;br /&gt;
Hi there, I just registered here... would be nice to have feeds for watchlist, like recently almost all Wikimedia project and also OpenStreetMaps have. I guess this has something to do with the version of MediaWiki. I have no clue which revision or version has these feeds, but it would be nice to have them here. Like that, one is able to watch multiple wikis and does not have to visit the site to check whether something is happening. Cheers, --[[User:Kozuch|Kozuch]] 17:53, 13 September 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== One Way to Go / Draft for Main Page Update ==&lt;br /&gt;
&lt;br /&gt;
As per Rasmus&#039;s suggestion, here&#039;s a draft of the OSE main page that uses the same format as Ekopedia, which is essentially the format of Wikipedia&#039;s main page. This is one possibility for the needed update. The draft shows a potential layout but lacks functional links. &lt;br /&gt;
----&lt;br /&gt;
[[Main page ekopedia-like]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I think it could be valuable to have all of the elements of the GVCS listed out like this, if the list is updated regularly to reflect the evolution of the project. What are the strong and weak points of this particular layout? Within this layout, what could be different/better? Beyond this layout, is there another way of arranging things that would be more intuitive? [[User:Marie.Byleen|Marie.Byleen]]&lt;br /&gt;
&lt;br /&gt;
Marie,&lt;br /&gt;
I had started a prototype for the main page at [[Main Page Testing]]. You may want to take a look.&lt;br /&gt;
--[[User:Elifarley|Elifarley]] 15:27, 4 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
@Elifarley I think the header you put together is much better. What stopped your work on the project of updating the main page? I&#039;m trying to imagine a page that would serve the interests of rapid parallel development, and listing out the components of the GVCS lets people find what they are interested in and might be able to contribute to much more quickly. It also shows all visitors where the project is headed without a long explanation. I think the Ekopedia-templated page might be serviceable until the project evolves beyond its current scope, or until something better can be put together. [[User:Marie.Byleen|Marie.Byleen]] 12:04, 5 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
@Marie, I moved over to other tasks...&lt;br /&gt;
We may use P2P Foundation wiki as an inpiration:&lt;br /&gt;
http://p2pfoundation.net/&lt;br /&gt;
See also &#039;&#039;&#039;P2P Foundation in a nutshell&#039;&#039;&#039;: http://p2pfoundation.net/In_a_Nutshell&lt;br /&gt;
--[[User:Elifarley|Elifarley]] 15:20, 6 February 2011 (PST)&lt;br /&gt;
&lt;br /&gt;
I started working on a Main Page redesign. It seems as if OSE is getting quite a bit more press, which leads more people here to the wiki (which is how I got here.) Unfortunately, if you&#039;re a new user who has just seen one or two of the GVCS videos, it&#039;s very hard to figure out the full scope of the project or how to get involved. I think a cleaner front page that directs new users a bit better would be helpful. I&#039;ve started to put together a [[Main Page GMHEdit|cleaner version of the Main Page]] that I would be interested in getting feedback on. I borrowed heavily from the current [[Main Page]], [[User:Marie.Byleen|Marie.Byleen&#039;s]] revision, and a couple of other wiki&#039;s I work on. Feel free to make suggestions or implement it as is if you see fit. --[[User:Grant Henninger|Grant Henninger]] 15:55, 15 February 2011 (PST)&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Recent_News&amp;diff=18618</id>
		<title>Template:Recent News</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Recent_News&amp;diff=18618"/>
		<updated>2011-02-15T23:44:26Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;15 February 2011&#039;&#039;&#039; — A new draft of the [[Main Page]] has been proposed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;14 February 2011&#039;&#039;&#039; — [http://openfarmtech.org/weblog/2011/02/4-years-of-factor-e-farm/ 4 Years of Factor e Farm] — [[Factor e Farm]], our land-based facility for [[Global Village Construction Set]] development, has now been alive for 4 years. We encountered the place as an empty soybean field abused by commercial agriculture. This video shows in 4 minutes what has happened in the last 4 years – and points to the plans for the next 2 years. These are exciting times indeed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:x-small;&amp;quot;&amp;gt;[[Older Site News]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:x-small;align:bottom;&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:Template:Recent News|action=edit}} Edit Recent News]&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Projects&amp;diff=18617</id>
		<title>Template:Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Projects&amp;diff=18617"/>
		<updated>2011-02-15T23:43:16Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;ul style=&amp;quot;font-size:85%;padding:.3em 0 .3em 25px;margin:0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[[:Category:Housing and construction|HABITAT]]:&#039;&#039;&#039;&lt;br /&gt;
[[:Category:CEB|CEB Press]],&lt;br /&gt;
[[:Category:Sawmill|Sawmill]],&lt;br /&gt;
[[Living Machines]],&lt;br /&gt;
[[:Category:Housing|Modular Housing Units]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Food and Agriculture|AGROECOLOGY]]:&#039;&#039;&#039;&lt;br /&gt;
[[LifeTrac|LifeTrac Multi Purpose Tractor]],&lt;br /&gt;
[[MicroTrac]],&lt;br /&gt;
[[:Category:Power Cube|Power Cube]],&lt;br /&gt;
[[Agricultural Spader]],&lt;br /&gt;
[[Agricultural Microcombine]],&lt;br /&gt;
[[Hammer Mill]],&lt;br /&gt;
[[Well Drilling Rig]], &lt;br /&gt;
[[Organoponic Raised Bed Gardening]],&lt;br /&gt;
[[Orchard and Nursery]],&lt;br /&gt;
[[Modular Greenhouse Units]],&lt;br /&gt;
[[Bakery]],&lt;br /&gt;
[[Dairy]],&lt;br /&gt;
[[Energy Food Bars]],&lt;br /&gt;
[[Freeze Dried Fruit Powders]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[[:Category:Energy|ENERGY]]:&#039;&#039;&#039;&lt;br /&gt;
[[Pyrolysis Oil]], &lt;br /&gt;
[[Babington Burner]],&lt;br /&gt;
[[Solar Combined Heat Power System]],&lt;br /&gt;
[[Steam Engine Construction Set]],&lt;br /&gt;
[[Solar Turbine]],&lt;br /&gt;
[[Electric Motors/Generators]],&lt;br /&gt;
[[Inverters &amp;amp; Grid Intertie]],&lt;br /&gt;
[[Batteries]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Flexible_Industry|FLEXIBLE INDUSTRY]]:&#039;&#039;&#039;&lt;br /&gt;
[[Lathe]],&lt;br /&gt;
[[Torch Table]],&lt;br /&gt;
[[Multimachine &amp;amp; Flex Fab]],&lt;br /&gt;
[[Plastic Extrusion &amp;amp; Molding]],&lt;br /&gt;
[[Metal Casting and Extrusion]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Transport|TRANSPORT]]:&#039;&#039;&#039;&lt;br /&gt;
 [[Open Source Car]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Materials|MATERIALS]]:&#039;&#039;&#039;&lt;br /&gt;
 [[:Category:Bioplastics|Bioplastics]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:x-small;align:bottom;&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:Template:Projects|action=edit}} Edit Global Village Construction Set]&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Open_Tasks&amp;diff=18616</id>
		<title>Template:Open Tasks</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Open_Tasks&amp;diff=18616"/>
		<updated>2011-02-15T23:43:07Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;ul style=&amp;quot;font-size:85%;padding:.3em 0 .3em 25px;margin:0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:x-small;align:bottom;&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:Template:Open Tasks|action=edit}} Edit Open Tasks]&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Projects&amp;diff=18615</id>
		<title>Template:Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Projects&amp;diff=18615"/>
		<updated>2011-02-15T23:42:35Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;ul style=&amp;quot;font-size:85%;padding:.3em 0 .3em 25px;margin:0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[[:Category:Housing and construction|HABITAT]]:&#039;&#039;&#039;&lt;br /&gt;
[[:Category:CEB|CEB Press]],&lt;br /&gt;
[[:Category:Sawmill|Sawmill]],&lt;br /&gt;
[[Living Machines]],&lt;br /&gt;
[[:Category:Housing|Modular Housing Units]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Food and Agriculture|AGROECOLOGY]]:&#039;&#039;&#039;&lt;br /&gt;
[[LifeTrac|LifeTrac Multi Purpose Tractor]],&lt;br /&gt;
[[MicroTrac]],&lt;br /&gt;
[[:Category:Power Cube|Power Cube]],&lt;br /&gt;
[[Agricultural Spader]],&lt;br /&gt;
[[Agricultural Microcombine]],&lt;br /&gt;
[[Hammer Mill]],&lt;br /&gt;
[[Well Drilling Rig]], &lt;br /&gt;
[[Organoponic Raised Bed Gardening]],&lt;br /&gt;
[[Orchard and Nursery]],&lt;br /&gt;
[[Modular Greenhouse Units]],&lt;br /&gt;
[[Bakery]],&lt;br /&gt;
[[Dairy]],&lt;br /&gt;
[[Energy Food Bars]],&lt;br /&gt;
[[Freeze Dried Fruit Powders]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[[:Category:Energy|ENERGY]]:&#039;&#039;&#039;&lt;br /&gt;
[[Pyrolysis Oil]], &lt;br /&gt;
[[Babington Burner]],&lt;br /&gt;
[[Solar Combined Heat Power System]],&lt;br /&gt;
[[Steam Engine Construction Set]],&lt;br /&gt;
[[Solar Turbine]],&lt;br /&gt;
[[Electric Motors/Generators]],&lt;br /&gt;
[[Inverters &amp;amp; Grid Intertie]],&lt;br /&gt;
[[Batteries]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Flexible_Industry|FLEXIBLE INDUSTRY]]:&#039;&#039;&#039;&lt;br /&gt;
[[Lathe]],&lt;br /&gt;
[[Torch Table]],&lt;br /&gt;
[[Multimachine &amp;amp; Flex Fab]],&lt;br /&gt;
[[Plastic Extrusion &amp;amp; Molding]],&lt;br /&gt;
[[Metal Casting and Extrusion]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Transport|TRANSPORT]]:&#039;&#039;&#039;&lt;br /&gt;
 [[Open Source Car]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Materials|MATERIALS]]:&#039;&#039;&#039;&lt;br /&gt;
 [[:Category:Bioplastics|Bioplastics]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:x-small;align:bottom;&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:Template:Projects|action=edit}} Global Village Construction Set]&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Edit&amp;diff=18614</id>
		<title>Template:Edit</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Edit&amp;diff=18614"/>
		<updated>2011-02-15T23:40:06Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Edit&amp;diff=18612</id>
		<title>Template:Edit</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Edit&amp;diff=18612"/>
		<updated>2011-02-15T23:37:51Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;&amp;lt;span class=&amp;quot;noprint plainlinks&amp;quot;&amp;gt;[{{fullurl:{{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}|action=edit{{#if:{{{section|}}}|&amp;amp;section={{{section}}}}}}} {{#if:{{{2|}}}|{{{2}}}|edit}}]&amp;lt;/s...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;noprint plainlinks&amp;quot;&amp;gt;[{{fullurl:{{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}|action=edit{{#if:{{{section|}}}|&amp;amp;section={{{section}}}}}}} {{#if:{{{2|}}}|{{{2}}}|edit}}]&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18609</id>
		<title>Main Page GMHEdit</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18609"/>
		<updated>2011-02-15T23:34:59Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
&#039;&#039;&#039;Welcome to Open Source Ecology, home of the [[Global Village Construction Set]] and the [[Factor e Farm]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||[[Open Source Ecology]] is a movement dedicated to the collaborative development of [[GVCS tools|tools]] for replicable, open source, modern off-grid &amp;quot;resilient communities.&amp;quot; By using [[:Category: OSA|permaculture]] and [[Open Source Fab Lab|digital fabrication]] together to provide for basic needs and open source methodology to allow low cost replication of the entire operation, we hope to empower anyone who desires to move beyond the struggle for survival and &amp;quot;[[evolve to freedom]].&amp;quot; &lt;br /&gt;
&lt;br /&gt;
By our analysis, most of the technologies needed for a sustainable and pleasant standard of living could be reduced to the cost of scrap metal + labor. There is immense potential for social transformation once this technology is fully developed for building interconnected self-sufficient communities, since people will be freed from material constraints and able to seek self-actualization. &lt;br /&gt;
&lt;br /&gt;
We understand that this is an ambitious task, but we have accomplished much and are making rapid progress. [[Factor e Farm]] is the land-based facility where we are putting this theory into practice. Our means of achieving these goals are meticulously detailed in the &amp;quot;[[Global Village Construction Set]]&amp;quot; and the [[OSE Proposal]].&lt;br /&gt;
&lt;br /&gt;
As far as we know, this is a one of a kind project, but we hope to change that. If there is indeed another project like ours, please  [[contact us|tell us about it]].&lt;br /&gt;
||&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://s3.www.universalsubtitles.org/embed.js&amp;quot;&amp;gt;&lt;br /&gt;
(&lt;br /&gt;
  {&amp;quot;video_url&amp;quot;: &amp;quot;http://www.youtube.com/watch?v=CD1EWGQDUTQ&amp;quot;}&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|style=&amp;quot;border:1px solid #cedff2; background:#f5faff;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;mp-itn-h2&amp;quot; style=&amp;quot;margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;&lt;br /&gt;
[[Global Village Construction Set]]&lt;br /&gt;
&amp;lt;/h2&amp;gt;&lt;br /&gt;
{{Projects}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border:1px solid #fad67d; background:#faf6ed;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:3px; background:#faecc8; font-size:120%; font-weight:bold; border:1px solid #fad67d; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;Recent News&amp;lt;/h2&amp;gt;&lt;br /&gt;
{{Recent News}}&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border:1px solid #ddcef2; background:#faf5ff;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:3px; background:#ddcef2; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000; padding:0.2em 0.4em&amp;quot;&amp;gt;Get Involved&amp;lt;/h2&amp;gt;&lt;br /&gt;
{{Get Involved}}&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:3px; background:#ddcef2; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000; padding:0.2em 0.4em&amp;quot;&amp;gt;Open Tasks&amp;lt;/h2&amp;gt;&lt;br /&gt;
{{Open Tasks}}&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border:1px solid #cef2e0; background:#f5fffa;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:3px; background:#cef2e0; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;Donate&amp;lt;/h2&amp;gt;&lt;br /&gt;
{{Donate}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Older_Site_News&amp;diff=18589</id>
		<title>Older Site News</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Older_Site_News&amp;diff=18589"/>
		<updated>2011-02-15T23:28:32Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;== 2011 == === February === &amp;#039;&amp;#039;&amp;#039;14 February 2011&amp;#039;&amp;#039;&amp;#039; — [http://openfarmtech.org/weblog/2011/02/4-years-of-factor-e-farm/ 4 Years of Factor e Farm] — Factor e Farm, our land...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 2011 ==&lt;br /&gt;
=== February ===&lt;br /&gt;
&#039;&#039;&#039;14 February 2011&#039;&#039;&#039; — [http://openfarmtech.org/weblog/2011/02/4-years-of-factor-e-farm/ 4 Years of Factor e Farm] — [[Factor e Farm]], our land-based facility for [[Global Village Construction Set]] development, has now been alive for 4 years. We encountered the place as an empty soybean field abused by commercial agriculture. This video shows in 4 minutes what has happened in the last 4 years – and points to the plans for the next 2 years. These are exciting times indeed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;15 February 2011&#039;&#039;&#039; — A new draft of the [[Main Page]] has been proposed.&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Get_Involved&amp;diff=18587</id>
		<title>Template:Get Involved</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Get_Involved&amp;diff=18587"/>
		<updated>2011-02-15T23:27:16Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| style=&amp;quot;background:none; margin: 1em auto 1em auto; text-align:left;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;3&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://www.nikolay-georgiev.net/blog/2011/01/open-source-ecology-overview/ Introduction]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Summary of our work&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://openfarmtech.org/weblog/ Blog]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Latest news and updates&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://openfarmtech.org/forum/ Forum]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Meet, brainstorm, discuss&amp;lt;/h4&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[FAQs|FAQ]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Your questions answered&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[Get Involved]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Contribute time and skills&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[Donate]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Help us financially&amp;lt;/h4&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18586</id>
		<title>Main Page GMHEdit</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18586"/>
		<updated>2011-02-15T23:26:56Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
&#039;&#039;&#039;Welcome to Open Source Ecology, home of the [[Global Village Construction Set]] and the [[Factor e Farm]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||[[Open Source Ecology]] is a movement dedicated to the collaborative development of [[GVCS tools|tools]] for replicable, open source, modern off-grid &amp;quot;resilient communities.&amp;quot; By using [[:Category: OSA|permaculture]] and [[Open Source Fab Lab|digital fabrication]] together to provide for basic needs and open source methodology to allow low cost replication of the entire operation, we hope to empower anyone who desires to move beyond the struggle for survival and &amp;quot;[[evolve to freedom]].&amp;quot; &lt;br /&gt;
&lt;br /&gt;
By our analysis, most of the technologies needed for a sustainable and pleasant standard of living could be reduced to the cost of scrap metal + labor. There is immense potential for social transformation once this technology is fully developed for building interconnected self-sufficient communities, since people will be freed from material constraints and able to seek self-actualization. &lt;br /&gt;
&lt;br /&gt;
We understand that this is an ambitious task, but we have accomplished much and are making rapid progress. [[Factor e Farm]] is the land-based facility where we are putting this theory into practice. Our means of achieving these goals are meticulously detailed in the &amp;quot;[[Global Village Construction Set]]&amp;quot; and the [[OSE Proposal]].&lt;br /&gt;
&lt;br /&gt;
As far as we know, this is a one of a kind project, but we hope to change that. If there is indeed another project like ours, please  [[contact us|tell us about it]].&lt;br /&gt;
||&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://s3.www.universalsubtitles.org/embed.js&amp;quot;&amp;gt;&lt;br /&gt;
(&lt;br /&gt;
  {&amp;quot;video_url&amp;quot;: &amp;quot;http://www.youtube.com/watch?v=CD1EWGQDUTQ&amp;quot;}&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|style=&amp;quot;border:1px solid #cedff2; background:#f5faff;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;mp-itn-h2&amp;quot; style=&amp;quot;margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;[[Global Village Construction Set]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
{{Projects}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border:1px solid #fad67d; background:#faf6ed;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:3px; background:#faecc8; font-size:120%; font-weight:bold; border:1px solid #fad67d; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;Recent News&amp;lt;/h2&amp;gt;&lt;br /&gt;
{{Recent News}}&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border:1px solid #ddcef2; background:#faf5ff;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:3px; background:#ddcef2; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000; padding:0.2em 0.4em&amp;quot;&amp;gt;Get Involved&amp;lt;/h2&amp;gt;&lt;br /&gt;
{{Get Involved}}&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:3px; background:#ddcef2; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000; padding:0.2em 0.4em&amp;quot;&amp;gt;Open Tasks&amp;lt;/h2&amp;gt;&lt;br /&gt;
{{Open Tasks}}&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border:1px solid #cef2e0; background:#f5fffa;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:3px; background:#cef2e0; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;Donate&amp;lt;/h2&amp;gt;&lt;br /&gt;
{{Donate}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Recent_News&amp;diff=18584</id>
		<title>Template:Recent News</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Recent_News&amp;diff=18584"/>
		<updated>2011-02-15T23:25:32Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;15 February 2011&#039;&#039;&#039; — A new draft of the [[Main Page]] has been proposed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;14 February 2011&#039;&#039;&#039; — [http://openfarmtech.org/weblog/2011/02/4-years-of-factor-e-farm/ 4 Years of Factor e Farm] — [[Factor e Farm]], our land-based facility for [[Global Village Construction Set]] development, has now been alive for 4 years. We encountered the place as an empty soybean field abused by commercial agriculture. This video shows in 4 minutes what has happened in the last 4 years – and points to the plans for the next 2 years. These are exciting times indeed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:x-small;&amp;quot;&amp;gt;[[Older Site News]]&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Recent_News&amp;diff=18580</id>
		<title>Template:Recent News</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Recent_News&amp;diff=18580"/>
		<updated>2011-02-15T23:23:07Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;15 February 2011&#039;&#039;&#039; — A new draft of the [[Main Page]] has been proposed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:x-small;&amp;quot;&amp;gt;[[Older Site News]]&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Projects&amp;diff=18578</id>
		<title>Template:Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Projects&amp;diff=18578"/>
		<updated>2011-02-15T23:22:58Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;ul style=&amp;quot;font-size:85%;padding:.3em 0 .3em 25px;margin:0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[[:Category:Housing and construction|HABITAT]]:&#039;&#039;&#039;&lt;br /&gt;
[[:Category:CEB|CEB Press]],&lt;br /&gt;
[[:Category:Sawmill|Sawmill]],&lt;br /&gt;
[[Living Machines]],&lt;br /&gt;
[[:Category:Housing|Modular Housing Units]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Food and Agriculture|AGROECOLOGY]]:&#039;&#039;&#039;&lt;br /&gt;
[[LifeTrac|LifeTrac Multi Purpose Tractor]],&lt;br /&gt;
[[MicroTrac]],&lt;br /&gt;
[[:Category:Power Cube|Power Cube]],&lt;br /&gt;
[[Agricultural Spader]],&lt;br /&gt;
[[Agricultural Microcombine]],&lt;br /&gt;
[[Hammer Mill]],&lt;br /&gt;
[[Well Drilling Rig]], &lt;br /&gt;
[[Organoponic Raised Bed Gardening]],&lt;br /&gt;
[[Orchard and Nursery]],&lt;br /&gt;
[[Modular Greenhouse Units]],&lt;br /&gt;
[[Bakery]],&lt;br /&gt;
[[Dairy]],&lt;br /&gt;
[[Energy Food Bars]],&lt;br /&gt;
[[Freeze Dried Fruit Powders]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[[:Category:Energy|ENERGY]]:&#039;&#039;&#039;&lt;br /&gt;
[[Pyrolysis Oil]], &lt;br /&gt;
[[Babington Burner]],&lt;br /&gt;
[[Solar Combined Heat Power System]],&lt;br /&gt;
[[Steam Engine Construction Set]],&lt;br /&gt;
[[Solar Turbine]],&lt;br /&gt;
[[Electric Motors/Generators]],&lt;br /&gt;
[[Inverters &amp;amp; Grid Intertie]],&lt;br /&gt;
[[Batteries]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Flexible_Industry|FLEXIBLE INDUSTRY]]:&#039;&#039;&#039;&lt;br /&gt;
[[Lathe]],&lt;br /&gt;
[[Torch Table]],&lt;br /&gt;
[[Multimachine &amp;amp; Flex Fab]],&lt;br /&gt;
[[Plastic Extrusion &amp;amp; Molding]],&lt;br /&gt;
[[Metal Casting and Extrusion]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Transport|TRANSPORT]]:&#039;&#039;&#039;&lt;br /&gt;
 [[Open Source Car]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Materials|MATERIALS]]:&#039;&#039;&#039;&lt;br /&gt;
 [[:Category:Bioplastics|Bioplastics]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Get_Involved&amp;diff=18576</id>
		<title>Template:Get Involved</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Get_Involved&amp;diff=18576"/>
		<updated>2011-02-15T23:22:42Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| style=&amp;quot;background:none; margin: 1em auto 1em auto; text-align:left;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;3&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://www.nikolay-georgiev.net/blog/2011/01/open-source-ecology-overview/ Introduction]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Summary of our work&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://openfarmtech.org/weblog/ Blog]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Latest news and updates&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://openfarmtech.org/forum/ Forum]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Meet, brainstorm, discuss&amp;lt;/h4&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[FAQs|FAQ]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Your questions answered&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[Get Involved]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Contribute time and skills&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[Donate]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Help us financially&amp;lt;/h4&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
-----------------------&lt;br /&gt;
&lt;br /&gt;
=== Open Tasks ===&lt;br /&gt;
{{Open Tasks}}&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Donate&amp;diff=18574</id>
		<title>Template:Donate</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Donate&amp;diff=18574"/>
		<updated>2011-02-15T23:22:31Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The tools under development are to help you! Please [[Support Open Source Ecology|support Open Source Ecology]] through [[volunteer|volunteering]], [[spread the word|spreading the word]], [[Support Open_Source_Ecology|donating (more info)]], or [[Support Open_Source_Ecology|subscribing (more info)]]. Any donation, big or small, can help. Thank you!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;flattr &lt;br /&gt;
 uid=&amp;quot;marcin_ose&amp;quot;&lt;br /&gt;
 title=&amp;quot;Open Source Ecology Wiki&amp;quot;&lt;br /&gt;
 description=&amp;quot;Open Source Ecology is a movement dedicated to the collaborative development of tools for replicable, open source, modern off-grid resilient communities.&amp;quot;&lt;br /&gt;
 category=&amp;quot;text&amp;quot;&lt;br /&gt;
 language=&amp;quot;en_GB&amp;quot;&lt;br /&gt;
 button=&amp;quot;compact&amp;quot;&lt;br /&gt;
 /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;1&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As of September, 2010 - we have also had requests for larger donation options. Thus, we are creating the Gold, Gold Extra, Platinum, and Angel subscriptions - ones at $20, $30, $50, and $100 per month, respectively, in addition to the Standard subscription of $10/month.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;form action=&amp;quot;https://www.paypal.com/cgi-bin/webscr&amp;quot; method=&amp;quot;post&amp;quot;&amp;gt; &amp;lt;input name=&amp;quot;cmd&amp;quot; type=&amp;quot;hidden&amp;quot; value=&amp;quot;_s-xclick&amp;quot; /&amp;gt; &amp;lt;input name=&amp;quot;hosted_button_id&amp;quot; type=&amp;quot;hidden&amp;quot; value=&amp;quot;UKVQQN32H5E9J&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tbody&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;input name=&amp;quot;on0&amp;quot; type=&amp;quot;hidden&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;select name=&amp;quot;os0&amp;quot;&amp;gt; &amp;lt;option value=&amp;quot;Standard&amp;quot;&amp;gt;Standard : $10.00USD - monthly&amp;lt;/option&amp;gt; &amp;lt;option value=&amp;quot;Gold&amp;quot;&amp;gt;Gold : $20.00USD - monthly&amp;lt;/option&amp;gt; &amp;lt;option value=&amp;quot;Gold Extra&amp;quot;&amp;gt;Gold Extra : $30.00USD - monthly&amp;lt;/option&amp;gt; &amp;lt;option value=&amp;quot;Platinum&amp;quot;&amp;gt;Platinum : $50.00USD - monthly&amp;lt;/option&amp;gt; &amp;lt;option value=&amp;quot;Angel&amp;quot;&amp;gt;Angel : $100.00USD - monthly&amp;lt;/option&amp;gt; &amp;lt;/select&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/tbody&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;input name=&amp;quot;currency_code&amp;quot; type=&amp;quot;hidden&amp;quot; value=&amp;quot;USD&amp;quot; /&amp;gt; &amp;lt;input alt=&amp;quot;PayPal - The safer, easier way to pay online!&amp;quot; name=&amp;quot;submit&amp;quot; src=&amp;quot;https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif&amp;quot; type=&amp;quot;image&amp;quot; /&amp;gt; &amp;lt;img src=&amp;quot;https://www.paypal.com/en_US/i/scr/pixel.gif&amp;quot; border=&amp;quot;0&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;quot;1&amp;quot; height=&amp;quot;1&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18572</id>
		<title>Main Page GMHEdit</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18572"/>
		<updated>2011-02-15T23:22:17Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
&#039;&#039;&#039;Welcome to Open Source Ecology, home of the [[Global Village Construction Set]] and the [[Factor e Farm]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||[[Open Source Ecology]] is a movement dedicated to the collaborative development of [[GVCS tools|tools]] for replicable, open source, modern off-grid &amp;quot;resilient communities.&amp;quot; By using [[:Category: OSA|permaculture]] and [[Open Source Fab Lab|digital fabrication]] together to provide for basic needs and open source methodology to allow low cost replication of the entire operation, we hope to empower anyone who desires to move beyond the struggle for survival and &amp;quot;[[evolve to freedom]].&amp;quot; &lt;br /&gt;
&lt;br /&gt;
By our analysis, most of the technologies needed for a sustainable and pleasant standard of living could be reduced to the cost of scrap metal + labor. There is immense potential for social transformation once this technology is fully developed for building interconnected self-sufficient communities, since people will be freed from material constraints and able to seek self-actualization. &lt;br /&gt;
&lt;br /&gt;
We understand that this is an ambitious task, but we have accomplished much and are making rapid progress. [[Factor e Farm]] is the land-based facility where we are putting this theory into practice. Our means of achieving these goals are meticulously detailed in the &amp;quot;[[Global Village Construction Set]]&amp;quot; and the [[OSE Proposal]].&lt;br /&gt;
&lt;br /&gt;
As far as we know, this is a one of a kind project, but we hope to change that. If there is indeed another project like ours, please  [[contact us|tell us about it]].&lt;br /&gt;
||&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://s3.www.universalsubtitles.org/embed.js&amp;quot;&amp;gt;&lt;br /&gt;
(&lt;br /&gt;
  {&amp;quot;video_url&amp;quot;: &amp;quot;http://www.youtube.com/watch?v=CD1EWGQDUTQ&amp;quot;}&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|style=&amp;quot;border:1px solid #cedff2; background:#f5faff;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;mp-itn-h2&amp;quot; style=&amp;quot;margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;[[Global Village Construction Set]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
{{Projects}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border:1px solid #fad67d; background:#faf6ed;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:3px; background:#faecc8; font-size:120%; font-weight:bold; border:1px solid #fad67d; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;Recent News&amp;lt;/h2&amp;gt;&lt;br /&gt;
{{Recent News}}&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border:1px solid #ddcef2; background:#faf5ff;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:3px; background:#ddcef2; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000; padding:0.2em 0.4em&amp;quot;&amp;gt;Get Involved&amp;lt;/h2&amp;gt;&lt;br /&gt;
{{Get Involved}}&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border:1px solid #cef2e0; background:#f5fffa;&amp;quot;|&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:3px; background:#cef2e0; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em;&amp;quot;&amp;gt;Donate&amp;lt;/h2&amp;gt;&lt;br /&gt;
{{Donate}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Projects&amp;diff=18551</id>
		<title>Template:Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Projects&amp;diff=18551"/>
		<updated>2011-02-15T19:48:39Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== [[Global Village Construction Set]] ==&lt;br /&gt;
&amp;lt;ul style=&amp;quot;font-size:85%;padding:.3em 0 .3em 25px;margin:0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[[:Category:Housing and construction|HABITAT]]:&#039;&#039;&#039;&lt;br /&gt;
[[:Category:CEB|CEB Press]],&lt;br /&gt;
[[:Category:Sawmill|Sawmill]],&lt;br /&gt;
[[Living Machines]],&lt;br /&gt;
[[:Category:Housing|Modular Housing Units]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Food and Agriculture|AGROECOLOGY]]:&#039;&#039;&#039;&lt;br /&gt;
[[LifeTrac|LifeTrac Multi Purpose Tractor]],&lt;br /&gt;
[[MicroTrac]],&lt;br /&gt;
[[:Category:Power Cube|Power Cube]],&lt;br /&gt;
[[Agricultural Spader]],&lt;br /&gt;
[[Agricultural Microcombine]],&lt;br /&gt;
[[Hammer Mill]],&lt;br /&gt;
[[Well Drilling Rig]], &lt;br /&gt;
[[Organoponic Raised Bed Gardening]],&lt;br /&gt;
[[Orchard and Nursery]],&lt;br /&gt;
[[Modular Greenhouse Units]],&lt;br /&gt;
[[Bakery]],&lt;br /&gt;
[[Dairy]],&lt;br /&gt;
[[Energy Food Bars]],&lt;br /&gt;
[[Freeze Dried Fruit Powders]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[[:Category:Energy|ENERGY]]:&#039;&#039;&#039;&lt;br /&gt;
[[Pyrolysis Oil]], &lt;br /&gt;
[[Babington Burner]],&lt;br /&gt;
[[Solar Combined Heat Power System]],&lt;br /&gt;
[[Steam Engine Construction Set]],&lt;br /&gt;
[[Solar Turbine]],&lt;br /&gt;
[[Electric Motors/Generators]],&lt;br /&gt;
[[Inverters &amp;amp; Grid Intertie]],&lt;br /&gt;
[[Batteries]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Flexible_Industry|FLEXIBLE INDUSTRY]]:&#039;&#039;&#039;&lt;br /&gt;
[[Lathe]],&lt;br /&gt;
[[Torch Table]],&lt;br /&gt;
[[Multimachine &amp;amp; Flex Fab]],&lt;br /&gt;
[[Plastic Extrusion &amp;amp; Molding]],&lt;br /&gt;
[[Metal Casting and Extrusion]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Transportation|TRANSPORTATION]]:&#039;&#039;&#039;&lt;br /&gt;
 [[Open Source Car]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Materials|MATERIALS]]:&#039;&#039;&#039;&lt;br /&gt;
 [[:Category:Bioplastics|Bioplastics]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Open_Tasks&amp;diff=18550</id>
		<title>Template:Open Tasks</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Open_Tasks&amp;diff=18550"/>
		<updated>2011-02-15T19:46:30Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;&amp;lt;ul style=&amp;quot;font-size:85%;padding:.3em 0 .3em 25px;margin:0&amp;quot;&amp;gt; &amp;lt;li&amp;gt; &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;ul style=&amp;quot;font-size:85%;padding:.3em 0 .3em 25px;margin:0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Get_Involved&amp;diff=18549</id>
		<title>Template:Get Involved</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Get_Involved&amp;diff=18549"/>
		<updated>2011-02-15T19:44:51Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== Get Involved ==&lt;br /&gt;
{| style=&amp;quot;background:none; margin: 1em auto 1em auto; text-align:left;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;3&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://www.nikolay-georgiev.net/blog/2011/01/open-source-ecology-overview/ Introduction]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Summary of our work&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://openfarmtech.org/weblog/ Blog]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Latest news and updates&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://openfarmtech.org/forum/ Forum]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Meet, brainstorm, discuss&amp;lt;/h4&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[FAQs|FAQ]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Your questions answered&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[Get Involved]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Contribute time and skills&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[Donate]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Help us financially&amp;lt;/h4&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
-----------------------&lt;br /&gt;
&lt;br /&gt;
=== Open Tasks ===&lt;br /&gt;
{{Open Tasks}}&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Get_Involved&amp;diff=18548</id>
		<title>Template:Get Involved</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Get_Involved&amp;diff=18548"/>
		<updated>2011-02-15T19:40:02Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| style=&amp;quot;background:none; margin: 1em auto 1em auto; text-align:left;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;3&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://www.nikolay-georgiev.net/blog/2011/01/open-source-ecology-overview/ Introduction]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Summary of our work&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://openfarmtech.org/weblog/ Blog]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Latest news and updates&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://openfarmtech.org/forum/ Forum]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Meet, brainstorm, discuss&amp;lt;/h4&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[FAQs|FAQ]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Your questions answered&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[Get Involved]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Contribute time and skills&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[Donate]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Help us financially&amp;lt;/h4&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18547</id>
		<title>Main Page GMHEdit</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18547"/>
		<updated>2011-02-15T19:39:08Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
&#039;&#039;&#039;Welcome to Open Source Ecology, home of the [[Global Village Construction Set]] and the [[Factor e Farm]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||[[Open Source Ecology]] is a movement dedicated to the collaborative development of [[GVCS tools|tools]] for replicable, open source, modern off-grid &amp;quot;resilient communities.&amp;quot; By using [[:Category: OSA|permaculture]] and [[Open Source Fab Lab|digital fabrication]] together to provide for basic needs and open source methodology to allow low cost replication of the entire operation, we hope to empower anyone who desires to move beyond the struggle for survival and &amp;quot;[[evolve to freedom]].&amp;quot; &lt;br /&gt;
&lt;br /&gt;
By our analysis, most of the technologies needed for a sustainable and pleasant standard of living could be reduced to the cost of scrap metal + labor. There is immense potential for social transformation once this technology is fully developed for building interconnected self-sufficient communities, since people will be freed from material constraints and able to seek self-actualization. &lt;br /&gt;
&lt;br /&gt;
We understand that this is an ambitious task, but we have accomplished much and are making rapid progress. [[Factor e Farm]] is the land-based facility where we are putting this theory into practice. Our means of achieving these goals are meticulously detailed in the &amp;quot;[[Global Village Construction Set]]&amp;quot; and the [[OSE Proposal]].&lt;br /&gt;
&lt;br /&gt;
As far as we know, this is a one of a kind project, but we hope to change that. If there is indeed another project like ours, please  [[contact us|tell us about it]].&lt;br /&gt;
||&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://s3.www.universalsubtitles.org/embed.js&amp;quot;&amp;gt;&lt;br /&gt;
(&lt;br /&gt;
  {&amp;quot;video_url&amp;quot;: &amp;quot;http://www.youtube.com/watch?v=CD1EWGQDUTQ&amp;quot;}&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|style=&amp;quot;border: 1px solid #c6c9ff; color: #000; background-color: #f0f0ff&amp;quot;|&lt;br /&gt;
{{Projects}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border: 1px solid #ffc9c9; color: #000; background-color: #fff3f3&amp;quot;|&lt;br /&gt;
{{Recent News}}&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border: 1px solid #9bc6f2; color: #000; background-color: #EDF6FF&amp;quot;|&lt;br /&gt;
{{Get Involved}}&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border: 1px solid #ffc9c9; color: #000; background-color: #faf6ed&amp;quot;|&lt;br /&gt;
{{Donate}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Get_Involved&amp;diff=18546</id>
		<title>Template:Get Involved</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Get_Involved&amp;diff=18546"/>
		<updated>2011-02-15T19:37:26Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| style=&amp;quot;margin: 1em auto 1em auto; text-align:left;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;3&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://www.nikolay-georgiev.net/blog/2011/01/open-source-ecology-overview/ Introduction]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Summary of our work&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://openfarmtech.org/weblog/ Blog]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Latest news and updates&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://openfarmtech.org/forum/ Forum]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Meet, brainstorm, discuss&amp;lt;/h4&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[FAQs|FAQ]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Your questions answered&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[Get Involved]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Contribute time and skills&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[Donate]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Help us financially&amp;lt;/h4&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Get_Involved&amp;diff=18545</id>
		<title>Template:Get Involved</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Get_Involved&amp;diff=18545"/>
		<updated>2011-02-15T19:33:53Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;__NOTOC__ {| style=&amp;quot;background-color:#faf6ed; margin: 1em auto 1em auto; text-align:left;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;3&amp;quot;  |- |&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://www.nikolay-g...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| style=&amp;quot;background-color:#faf6ed; margin: 1em auto 1em auto; text-align:left;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;3&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://www.nikolay-georgiev.net/blog/2011/01/open-source-ecology-overview/ Introduction]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Summary of our work&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://openfarmtech.org/weblog/ Blog]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Latest news and updates&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[http://openfarmtech.org/forum/ Forum]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Meet, brainstorm, discuss&amp;lt;/h4&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[FAQs|FAQ]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Your questions answered&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[Get Involved]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Contribute time and skills&amp;lt;/h4&amp;gt;&lt;br /&gt;
|&amp;lt;h3 style=&amp;quot;font-size:1.5em;&amp;quot;&amp;gt;[[Donate]]&amp;lt;/h3&amp;gt; &amp;lt;h4 style=&amp;quot;font-size:0.9em; font-weight:normal;&amp;quot;&amp;gt;Help us financially&amp;lt;/h4&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Projects&amp;diff=18544</id>
		<title>Template:Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Projects&amp;diff=18544"/>
		<updated>2011-02-15T19:30:53Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;&amp;lt;ul style=&amp;quot;font-size:85%;padding:.3em 0 .3em 25px;margin:0&amp;quot;&amp;gt; &amp;lt;li&amp;gt; &amp;#039;&amp;#039;&amp;#039;HABITAT:&amp;#039;&amp;#039;&amp;#039; CEB Press, Sawmill...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;ul style=&amp;quot;font-size:85%;padding:.3em 0 .3em 25px;margin:0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[[:Category:Housing and construction|HABITAT]]:&#039;&#039;&#039;&lt;br /&gt;
[[:Category:CEB|CEB Press]],&lt;br /&gt;
[[:Category:Sawmill|Sawmill]],&lt;br /&gt;
[[Living Machines]],&lt;br /&gt;
[[:Category:Housing|Modular Housing Units]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Food and Agriculture|AGROECOLOGY]]:&#039;&#039;&#039;&lt;br /&gt;
[[LifeTrac|LifeTrac Multi Purpose Tractor]],&lt;br /&gt;
[[MicroTrac]],&lt;br /&gt;
[[:Category:Power Cube|Power Cube]],&lt;br /&gt;
[[Agricultural Spader]],&lt;br /&gt;
[[Agricultural Microcombine]],&lt;br /&gt;
[[Hammer Mill]],&lt;br /&gt;
[[Well Drilling Rig]], &lt;br /&gt;
[[Organoponic Raised Bed Gardening]],&lt;br /&gt;
[[Orchard and Nursery]],&lt;br /&gt;
[[Modular Greenhouse Units]],&lt;br /&gt;
[[Bakery]],&lt;br /&gt;
[[Dairy]],&lt;br /&gt;
[[Energy Food Bars]],&lt;br /&gt;
[[Freeze Dried Fruit Powders]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[[:Category:Energy|ENERGY]]:&#039;&#039;&#039;&lt;br /&gt;
[[Pyrolysis Oil]], &lt;br /&gt;
[[Babington Burner]],&lt;br /&gt;
[[Solar Combined Heat Power System]],&lt;br /&gt;
[[Steam Engine Construction Set]],&lt;br /&gt;
[[Solar Turbine]],&lt;br /&gt;
[[Electric Motors/Generators]],&lt;br /&gt;
[[Inverters &amp;amp; Grid Intertie]],&lt;br /&gt;
[[Batteries]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Flexible_Industry|FLEXIBLE INDUSTRY]]:&#039;&#039;&#039;&lt;br /&gt;
[[Lathe]],&lt;br /&gt;
[[Torch Table]],&lt;br /&gt;
[[Multimachine &amp;amp; Flex Fab]],&lt;br /&gt;
[[Plastic Extrusion &amp;amp; Molding]],&lt;br /&gt;
[[Metal Casting and Extrusion]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Transportation|TRANSPORTATION]]:&#039;&#039;&#039;&lt;br /&gt;
 [[Open Source Car]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;[[:Category:Materials|MATERIALS]]:&#039;&#039;&#039;&lt;br /&gt;
 [[:Category:Bioplastics|Bioplastics]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Donate&amp;diff=18488</id>
		<title>Template:Donate</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Donate&amp;diff=18488"/>
		<updated>2011-02-15T17:34:56Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;==Donate==  The tools under development are to help you! Please support Open Source Ecology through volunteering, [[spread the word|...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Donate==&lt;br /&gt;
&lt;br /&gt;
The tools under development are to help you! Please [[Support Open Source Ecology|support Open Source Ecology]] through [[volunteer|volunteering]], [[spread the word|spreading the word]], [[Support Open_Source_Ecology|donating (more info)]], or [[Support Open_Source_Ecology|subscribing (more info)]]. Any donation, big or small, can help. Thank you!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;flattr &lt;br /&gt;
 uid=&amp;quot;marcin_ose&amp;quot;&lt;br /&gt;
 title=&amp;quot;Open Source Ecology Wiki&amp;quot;&lt;br /&gt;
 description=&amp;quot;Open Source Ecology is a movement dedicated to the collaborative development of tools for replicable, open source, modern off-grid resilient communities.&amp;quot;&lt;br /&gt;
 category=&amp;quot;text&amp;quot;&lt;br /&gt;
 language=&amp;quot;en_GB&amp;quot;&lt;br /&gt;
 button=&amp;quot;compact&amp;quot;&lt;br /&gt;
 /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;1&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As of September, 2010 - we have also had requests for larger donation options. Thus, we are creating the Gold, Gold Extra, Platinum, and Angel subscriptions - ones at $20, $30, $50, and $100 per month, respectively, in addition to the Standard subscription of $10/month.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;form action=&amp;quot;https://www.paypal.com/cgi-bin/webscr&amp;quot; method=&amp;quot;post&amp;quot;&amp;gt; &amp;lt;input name=&amp;quot;cmd&amp;quot; type=&amp;quot;hidden&amp;quot; value=&amp;quot;_s-xclick&amp;quot; /&amp;gt; &amp;lt;input name=&amp;quot;hosted_button_id&amp;quot; type=&amp;quot;hidden&amp;quot; value=&amp;quot;UKVQQN32H5E9J&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tbody&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;input name=&amp;quot;on0&amp;quot; type=&amp;quot;hidden&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;select name=&amp;quot;os0&amp;quot;&amp;gt; &amp;lt;option value=&amp;quot;Standard&amp;quot;&amp;gt;Standard : $10.00USD - monthly&amp;lt;/option&amp;gt; &amp;lt;option value=&amp;quot;Gold&amp;quot;&amp;gt;Gold : $20.00USD - monthly&amp;lt;/option&amp;gt; &amp;lt;option value=&amp;quot;Gold Extra&amp;quot;&amp;gt;Gold Extra : $30.00USD - monthly&amp;lt;/option&amp;gt; &amp;lt;option value=&amp;quot;Platinum&amp;quot;&amp;gt;Platinum : $50.00USD - monthly&amp;lt;/option&amp;gt; &amp;lt;option value=&amp;quot;Angel&amp;quot;&amp;gt;Angel : $100.00USD - monthly&amp;lt;/option&amp;gt; &amp;lt;/select&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/tbody&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;input name=&amp;quot;currency_code&amp;quot; type=&amp;quot;hidden&amp;quot; value=&amp;quot;USD&amp;quot; /&amp;gt; &amp;lt;input alt=&amp;quot;PayPal - The safer, easier way to pay online!&amp;quot; name=&amp;quot;submit&amp;quot; src=&amp;quot;https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif&amp;quot; type=&amp;quot;image&amp;quot; /&amp;gt; &amp;lt;img src=&amp;quot;https://www.paypal.com/en_US/i/scr/pixel.gif&amp;quot; border=&amp;quot;0&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;quot;1&amp;quot; height=&amp;quot;1&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18487</id>
		<title>Main Page GMHEdit</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18487"/>
		<updated>2011-02-15T17:33:30Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
&#039;&#039;&#039;Welcome to Open Source Ecology, home of the [[Global Village Construction Set]] and the [[Factor e Farm]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||[[Open Source Ecology]] is a movement dedicated to the collaborative development of [[GVCS tools|tools]] for replicable, open source, modern off-grid &amp;quot;resilient communities.&amp;quot; By using [[:Category: OSA|permaculture]] and [[Open Source Fab Lab|digital fabrication]] together to provide for basic needs and open source methodology to allow low cost replication of the entire operation, we hope to empower anyone who desires to move beyond the struggle for survival and &amp;quot;[[evolve to freedom]].&amp;quot; &lt;br /&gt;
&lt;br /&gt;
By our analysis, most of the technologies needed for a sustainable and pleasant standard of living could be reduced to the cost of scrap metal + labor. There is immense potential for social transformation once this technology is fully developed for building interconnected self-sufficient communities, since people will be freed from material constraints and able to seek self-actualization. &lt;br /&gt;
&lt;br /&gt;
We understand that this is an ambitious task, but we have accomplished much and are making rapid progress. [[Factor e Farm]] is the land-based facility where we are putting this theory into practice. Our means of achieving these goals are meticulously detailed in the &amp;quot;[[Global Village Construction Set]]&amp;quot; and the [[OSE Proposal]].&lt;br /&gt;
&lt;br /&gt;
As far as we know, this is a one of a kind project, but we hope to change that. If there is indeed another project like ours, please  [[contact us|tell us about it]].&lt;br /&gt;
||&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://s3.www.universalsubtitles.org/embed.js&amp;quot;&amp;gt;&lt;br /&gt;
(&lt;br /&gt;
  {&amp;quot;video_url&amp;quot;: &amp;quot;http://www.youtube.com/watch?v=CD1EWGQDUTQ&amp;quot;}&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border: 1px solid #ffc9c9; color: #000; background-color: #fff3f3&amp;quot;|&lt;br /&gt;
{{Recent News}}&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border: 1px solid #c6c9ff; color: #000; background-color: #f0f0ff&amp;quot;|&lt;br /&gt;
{{Get Involved}}&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border: 1px solid #9bc6f2; color: #000; background-color: #EDF6FF&amp;quot;|&lt;br /&gt;
{{Donate}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||&lt;br /&gt;
{{Projects}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18486</id>
		<title>Main Page GMHEdit</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18486"/>
		<updated>2011-02-15T17:31:57Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
&#039;&#039;&#039;Welcome to Open Source Ecology, home of the [[Global Village Construction Set]] and the [[Factor e Farm]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||[[Open Source Ecology]] is a movement dedicated to the collaborative development of [[GVCS tools|tools]] for replicable, open source, modern off-grid &amp;quot;resilient communities.&amp;quot; By using [[:Category: OSA|permaculture]] and [[Open Source Fab Lab|digital fabrication]] together to provide for basic needs and open source methodology to allow low cost replication of the entire operation, we hope to empower anyone who desires to move beyond the struggle for survival and &amp;quot;[[evolve to freedom]].&amp;quot; &lt;br /&gt;
&lt;br /&gt;
By our analysis, most of the technologies needed for a sustainable and pleasant standard of living could be reduced to the cost of scrap metal + labor. There is immense potential for social transformation once this technology is fully developed for building interconnected self-sufficient communities, since people will be freed from material constraints and able to seek self-actualization. &lt;br /&gt;
&lt;br /&gt;
We understand that this is an ambitious task, but we have accomplished much and are making rapid progress. [[Factor e Farm]] is the land-based facility where we are putting this theory into practice. Our means of achieving these goals are meticulously detailed in the &amp;quot;[[Global Village Construction Set]]&amp;quot; and the [[OSE Proposal]].&lt;br /&gt;
&lt;br /&gt;
As far as we know, this is a one of a kind project, but we hope to change that. If there is indeed another project like ours, please  [[contact us|tell us about it]].&lt;br /&gt;
||&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://s3.www.universalsubtitles.org/embed.js&amp;quot;&amp;gt;&lt;br /&gt;
(&lt;br /&gt;
  {&amp;quot;video_url&amp;quot;: &amp;quot;http://www.youtube.com/watch?v=CD1EWGQDUTQ&amp;quot;}&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=2|&lt;br /&gt;
{| style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border: 1px solid #ffc9c9; color: #000; background-color: #fff3f3&amp;quot;|&lt;br /&gt;
{{Recent News}}&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border: 1px solid #c6c9ff; color: #000; background-color: #f0f0ff&amp;quot;|&lt;br /&gt;
{{Get Involved}}&lt;br /&gt;
|width=&amp;quot;33%&amp;quot; style=&amp;quot;border: 1px solid #9bc6f2; color: #000; background-color: #EDF6FF&amp;quot;|&lt;br /&gt;
{{Donate}}&lt;br /&gt;
|}&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=2|&lt;br /&gt;
{{Projects}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Template:Recent_News&amp;diff=18484</id>
		<title>Template:Recent News</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Template:Recent_News&amp;diff=18484"/>
		<updated>2011-02-15T17:29:10Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;==Recent News== &amp;#039;&amp;#039;&amp;#039;15 February 2011&amp;#039;&amp;#039;&amp;#039; — A new draft of the Main Page has been proposed.  ---- &amp;lt;div style=&amp;quot;font-size:x-small;&amp;quot;&amp;gt;Older Site News&amp;lt;/div&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Recent News==&lt;br /&gt;
&#039;&#039;&#039;15 February 2011&#039;&#039;&#039; — A new draft of the [[Main Page]] has been proposed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:x-small;&amp;quot;&amp;gt;[[Older Site News]]&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18482</id>
		<title>Main Page GMHEdit</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18482"/>
		<updated>2011-02-15T17:27:03Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
&#039;&#039;&#039;Welcome to Open Source Ecology, home of the [[Global Village Construction Set]] and the [[Factor e Farm]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||[[Open Source Ecology]] is a movement dedicated to the collaborative development of [[GVCS tools|tools]] for replicable, open source, modern off-grid &amp;quot;resilient communities.&amp;quot; By using [[:Category: OSA|permaculture]] and [[Open Source Fab Lab|digital fabrication]] together to provide for basic needs and open source methodology to allow low cost replication of the entire operation, we hope to empower anyone who desires to move beyond the struggle for survival and &amp;quot;[[evolve to freedom]].&amp;quot; &lt;br /&gt;
&lt;br /&gt;
By our analysis, most of the technologies needed for a sustainable and pleasant standard of living could be reduced to the cost of scrap metal + labor. There is immense potential for social transformation once this technology is fully developed for building interconnected self-sufficient communities, since people will be freed from material constraints and able to seek self-actualization. &lt;br /&gt;
&lt;br /&gt;
We understand that this is an ambitious task, but we have accomplished much and are making rapid progress. [[Factor e Farm]] is the land-based facility where we are putting this theory into practice. Our means of achieving these goals are meticulously detailed in the &amp;quot;[[Global Village Construction Set]]&amp;quot; and the [[OSE Proposal]].&lt;br /&gt;
&lt;br /&gt;
As far as we know, this is a one of a kind project, but we hope to change that. If there is indeed another project like ours, please  [[contact us|tell us about it]].&lt;br /&gt;
||&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://s3.www.universalsubtitles.org/embed.js&amp;quot;&amp;gt;&lt;br /&gt;
(&lt;br /&gt;
  {&amp;quot;video_url&amp;quot;: &amp;quot;http://www.youtube.com/watch?v=CD1EWGQDUTQ&amp;quot;}&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=2|&lt;br /&gt;
{| style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
||{{Recent News}}&lt;br /&gt;
||{{Get Involved}}&lt;br /&gt;
||{{Donate}}&lt;br /&gt;
|}&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=2|&lt;br /&gt;
{{Projects}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18481</id>
		<title>Main Page GMHEdit</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Main_Page_GMHEdit&amp;diff=18481"/>
		<updated>2011-02-15T17:26:20Z</updated>

		<summary type="html">&lt;p&gt;Grant Henninger: Created page with &amp;quot;__NOTOC__ __NOEDITSECTION__ &amp;#039;&amp;#039;&amp;#039;Welcome to Open Source Ecology, home of the Global Village Construction Set and the Factor e Farm&amp;#039;&amp;#039;&amp;#039;  {| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
&#039;&#039;&#039;Welcome to Open Source Ecology, home of the [[Global Village Construction Set]] and the [[Factor e Farm]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;max-width:65em;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||[[Open Source Ecology]] is a movement dedicated to the collaborative development of [[GVCS tools|tools]] for replicable, open source, modern off-grid &amp;quot;resilient communities.&amp;quot; By using [[:Category: OSA|permaculture]] and [[Open Source Fab Lab|digital fabrication]] together to provide for basic needs and open source methodology to allow low cost replication of the entire operation, we hope to empower anyone who desires to move beyond the struggle for survival and &amp;quot;[[evolve to freedom]].&amp;quot; &lt;br /&gt;
&lt;br /&gt;
By our analysis, most of the technologies needed for a sustainable and pleasant standard of living could be reduced to the cost of scrap metal + labor. There is immense potential for social transformation once this technology is fully developed for building interconnected self-sufficient communities, since people will be freed from material constraints and able to seek self-actualization. &lt;br /&gt;
&lt;br /&gt;
We understand that this is an ambitious task, but we have accomplished much and are making rapid progress. [[Factor e Farm]] is the land-based facility where we are putting this theory into practice. Our means of achieving these goals are meticulously detailed in the &amp;quot;[[Global Village Construction Set]]&amp;quot; and the [[OSE Proposal]].&lt;br /&gt;
&lt;br /&gt;
As far as we know, this is a one of a kind project, but we hope to change that. If there is indeed another project like ours, please  [[contact us|tell us about it]].&lt;br /&gt;
||&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://s3.www.universalsubtitles.org/embed.js&amp;quot;&amp;gt;&lt;br /&gt;
(&lt;br /&gt;
  {&amp;quot;video_url&amp;quot;: &amp;quot;http://www.youtube.com/watch?v=CD1EWGQDUTQ&amp;quot;}&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=2|&lt;br /&gt;
{| style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
||{{Template:Recent News}}&lt;br /&gt;
||{{Template:Get Involved}}&lt;br /&gt;
||{{Template:Donate}}&lt;br /&gt;
|}&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|rowspan=2|&lt;br /&gt;
{{Template:Projects}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Grant Henninger</name></author>
	</entry>
</feed>