<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.annadreambrush.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=72.244.201.66</id>
	<title>annadreambrush.com/wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.annadreambrush.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=72.244.201.66"/>
	<link rel="alternate" type="text/html" href="https://www.annadreambrush.com/wiki/index.php?title=Special:Contributions/72.244.201.66"/>
	<updated>2026-04-03T19:53:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.2</generator>
	<entry>
		<id>https://www.annadreambrush.com/wiki/index.php?title=Template:Infobox_person/doc&amp;diff=4867</id>
		<title>Template:Infobox person/doc</title>
		<link rel="alternate" type="text/html" href="https://www.annadreambrush.com/wiki/index.php?title=Template:Infobox_person/doc&amp;diff=4867"/>
		<updated>2009-05-22T22:29:11Z</updated>

		<summary type="html">&lt;p&gt;72.244.201.66: note in intro that infobox person is not always welcome&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
'''Infobox Person''' may be used to summarize information about a person.  It is an alternative to more specific templates such as those listed at [[Wikipedia:WikiProject Biography/Infoboxes|WikiProject Biography/Infoboxes]] and within the [[:Category:People infobox templates|people infobox templates category]].&lt;br /&gt;
&lt;br /&gt;
As [[Wikipedia:WikiProject Biography/Infoboxes|WikiProject Biography/Infoboxes]] notes, editors of some [[Wikipedia:WikiProject]]s, such as [[Wikipedia:WikiProject_Composers#Biographical_infoboxes|WikiProject Composers]], discourage the use of infoboxes in biographies without prior consensus.  Check an article's talk page for more information.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
The infobox may be added by pasting the template as shown below into an article and then filling in the desired fields. Any parameters left blank or omitted will not be displayed.&lt;br /&gt;
&lt;br /&gt;
===Blank template with basic parameters===&lt;br /&gt;
This is the template shown on the top righthand side of the template page.&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#dddddd; border:1px solid black; padding:0.5em 1em 0.5em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox Person&lt;br /&gt;
|name        = &lt;br /&gt;
|image       = &lt;br /&gt;
|caption     = &lt;br /&gt;
|birth_date  = {{Birth date|YYYY|MM|DD}}&lt;br /&gt;
|birth_place = &lt;br /&gt;
|death_date  = &amp;lt;!-- {{Death date and age|YYYY|MM|DD|YYYY|MM|DD}} --&amp;gt;&lt;br /&gt;
|death_place = &lt;br /&gt;
|other_names = &lt;br /&gt;
|known_for   = &lt;br /&gt;
|occupation  = &lt;br /&gt;
|nationality = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Blank template with all parameters===&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#dddddd; border:1px solid black; padding:0.5em 1em 0.5em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox Person&lt;br /&gt;
|name          = &lt;br /&gt;
|image         = &lt;br /&gt;
|image_size    = &lt;br /&gt;
|caption       = &lt;br /&gt;
|birth_name    = &lt;br /&gt;
|birth_date    = {{Birth date|YYYY|MM|DD}}&lt;br /&gt;
|birth_place   = &lt;br /&gt;
|death_date    = &amp;lt;!-- {{Death date and age|YYYY|MM|DD|YYYY|MM|DD}} --&amp;gt;&lt;br /&gt;
|death_place   = &lt;br /&gt;
|body_discovered = &lt;br /&gt;
|death_cause   = &lt;br /&gt;
|resting_place = &lt;br /&gt;
|resting_place_coordinates = &amp;lt;!-- {{coord|LAT|LONG|display=inline,title}} --&amp;gt;&lt;br /&gt;
|residence     = &lt;br /&gt;
|nationality   = &lt;br /&gt;
|ethnicity     = &lt;br /&gt;
|citizenship   = &lt;br /&gt;
|other_names   = &lt;br /&gt;
|known_for     = &lt;br /&gt;
|education     = &lt;br /&gt;
|alma_mater    = &lt;br /&gt;
|employer      = &lt;br /&gt;
|occupation    = &lt;br /&gt;
|years_active  =&lt;br /&gt;
|home_town     = &lt;br /&gt;
|salary        = &lt;br /&gt;
|networth      = &lt;br /&gt;
|height        = &lt;br /&gt;
|weight        = &lt;br /&gt;
|title         = &lt;br /&gt;
|term          = &lt;br /&gt;
|predecessor   = &lt;br /&gt;
|successor     = &lt;br /&gt;
|party         = &lt;br /&gt;
|opponents     =&lt;br /&gt;
|boards        = &lt;br /&gt;
|religion      = &lt;br /&gt;
|spouse        = &lt;br /&gt;
|partner       = &lt;br /&gt;
|children      = &lt;br /&gt;
|parents       = &lt;br /&gt;
|relations     = &lt;br /&gt;
|callsign      = &lt;br /&gt;
|awards        =&lt;br /&gt;
|signature     = &lt;br /&gt;
|website       = &lt;br /&gt;
|footnotes     = &lt;br /&gt;
|box_width     = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
Do not use all these parameters for any one person. The list is long to cover a wide range of people. Only use those parameters that describe why the person is notable. Any parameters left blank or omitted will not be displayed. If a data field has more than one parameter name which can be used, the preferred name is listed first in '''bold''' print.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Parameter&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Explanation&lt;br /&gt;
|- &lt;br /&gt;
| '''name'''&lt;br /&gt;
| Common name of person (defaults to article name if left blank; provide '''birth_name''' (below) if different from '''name''').&lt;br /&gt;
|-&lt;br /&gt;
| '''image'''&lt;br /&gt;
| Image name: abc.jpg, xpz.png, 123.gif, etc. If an image is desired but not available, one may add &amp;quot;yes&amp;quot; to the &amp;quot;needs-photo&amp;quot; section of the [[:Template:WPBiography]] on the talkpage. Do not use [[:Image:Replace this image male.svg]], [[:Image:Replace this image female.svg]] or other placeholder images; the proposal to use such placeholders has been rejected by the community.&lt;br /&gt;
|-&lt;br /&gt;
| '''image_size'''&amp;lt;br/&amp;gt; (''imagesize'')&lt;br /&gt;
| Size to display image: ''200px'' (set width), or ''200x300px'' (max width &amp;amp; max height). This defaults to 225px if empty or omitted.&lt;br /&gt;
|-&lt;br /&gt;
| '''caption'''&lt;br /&gt;
| Caption for image, if needed. Try to include date of photo and the photographer.&lt;br /&gt;
|-&lt;br /&gt;
| '''birth_name'''&lt;br /&gt;
| Name at birth, if different from '''name'''.&lt;br /&gt;
|-&lt;br /&gt;
| '''birth_date'''&lt;br /&gt;
| Date of birth: &amp;lt;nowiki&amp;gt;{{birth date and age|1930|1|15}} (if living) or {{birth date|1930|1|15}} (if dead).&amp;lt;/nowiki&amp;gt;  See [[Template:Birth date]] for details.&lt;br /&gt;
|-&lt;br /&gt;
| '''birth_place'''&lt;br /&gt;
| Place of birth: city, administrative region, sovereign state.&lt;br /&gt;
|-&lt;br /&gt;
| '''death_date'''&lt;br /&gt;
| Date of death: &amp;lt;nowiki&amp;gt;{{death date and age|1995|10|9|1930|1|15}} (if birth date is known) or {{death date|1995|10|9}} (if birth date unknown).&amp;lt;/nowiki&amp;gt; See [[Template:Death date]] for details.&lt;br /&gt;
|-&lt;br /&gt;
| '''death_place'''&lt;br /&gt;
| Place of death: city, administrative region, sovereign state.&lt;br /&gt;
|-&lt;br /&gt;
| '''body_discovered'''&lt;br /&gt;
| Place where the body was discovered (If different from place of death).&lt;br /&gt;
|-&lt;br /&gt;
| '''death_cause'''&lt;br /&gt;
| Cause of death.&lt;br /&gt;
|-&lt;br /&gt;
| '''resting_place''' &lt;br /&gt;
| Place of burial, ash-scattering, etc.&lt;br /&gt;
|-&lt;br /&gt;
| '''resting_place_coordinates'''&lt;br /&gt;
| Coordinates for place of burial, ash-scattering etc. Use {{tl|coord}} template.&lt;br /&gt;
|-&lt;br /&gt;
| '''residence'''&lt;br /&gt;
| Location(s) where the person notably resides/resided, if different from birth place.&lt;br /&gt;
|-&lt;br /&gt;
| '''nationality'''&lt;br /&gt;
| Nationality. May be used instead of citizenship (below) or vice versa in cases where any confusion could result. Should only be used &amp;lt;em&amp;gt;with&amp;lt;/em&amp;gt; citizenship when they somehow differ.&lt;br /&gt;
|-&lt;br /&gt;
| '''ethnicity'''&lt;br /&gt;
| Ethnicity.&lt;br /&gt;
|-&lt;br /&gt;
| '''citizenship'''&lt;br /&gt;
| Citizenship. ''See usage notes for nationality.''&lt;br /&gt;
|-&lt;br /&gt;
| '''other_names'''&lt;br /&gt;
| Other notable names for the person, if different from '''name''' and '''birth_name'''.&lt;br /&gt;
|-&lt;br /&gt;
| '''known_for'''&amp;lt;/br&amp;gt; (''known'')&lt;br /&gt;
| A brief description of why the person is notable. &lt;br /&gt;
|-&lt;br /&gt;
| '''education'''&lt;br /&gt;
| Education.&lt;br /&gt;
|-&lt;br /&gt;
| '''alma_mater'''&lt;br /&gt;
| [[Alma mater]]&lt;br /&gt;
|-&lt;br /&gt;
| '''employer'''&lt;br /&gt;
| Employer.&lt;br /&gt;
|-&lt;br /&gt;
| '''occupation'''&lt;br /&gt;
| Occupation.&lt;br /&gt;
|-&lt;br /&gt;
| '''home_town'''&lt;br /&gt;
| The place where the person was raised and matured, if different from birth place and residence.&lt;br /&gt;
|-&lt;br /&gt;
| '''salary'''&lt;br /&gt;
| Annual salary or compensation.&lt;br /&gt;
|-&lt;br /&gt;
| '''networth'''&lt;br /&gt;
| Current estimated net worth.&lt;br /&gt;
|-&lt;br /&gt;
| '''height'''&lt;br /&gt;
| If person was notable for their height.&lt;br /&gt;
|-&lt;br /&gt;
| '''weight'''&lt;br /&gt;
| If used, this should also include the date.&lt;br /&gt;
|-&lt;br /&gt;
| '''title'''&lt;br /&gt;
| Multiple uses:&lt;br /&gt;
* Formal title, such as ''First Lady of Japan'' for [[Akie Abe]].&lt;br /&gt;
* Awarded title, such at ''Mr. Olympia'' for [[Arnold Schwarzenegger]].&lt;br /&gt;
* Job title, such as ''President of Calvin College'' for [[Anthony Diekema]].&lt;br /&gt;
* A combination of the above, such as ''Professor of Mathematics'' and ''[[Fellow of the Royal Society]]'' for [[Bill Parry (mathematician)|Bill Parry]]&lt;br /&gt;
|-&lt;br /&gt;
| '''term'''&lt;br /&gt;
| Years the person held the '''title''' listed above.&lt;br /&gt;
|-&lt;br /&gt;
| '''predecessor'''&lt;br /&gt;
| Person who previously held the '''title''' listed above.&lt;br /&gt;
|-&lt;br /&gt;
| '''successor'''&lt;br /&gt;
| Person who subsequently held the '''title''' listed above.&lt;br /&gt;
|-&lt;br /&gt;
| '''party'''&lt;br /&gt;
| Field labeled '''Political party'''.&lt;br /&gt;
|-&lt;br /&gt;
| '''boards'''&lt;br /&gt;
| Field labeled '''Board member&amp;amp;nbsp;of'''.&lt;br /&gt;
|-&lt;br /&gt;
| '''religion'''&lt;br /&gt;
| Field labeled '''Religion'''.&lt;br /&gt;
|-&lt;br /&gt;
| '''spouse'''&lt;br /&gt;
| Name of spouse(s), followed by years of marriage. Use the format ''Name (1950-present)'' for current spouse and ''Name (1970-1999)'' for former spouse(s). Separate entries with a line break (&amp;lt;nowiki&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
|-&lt;br /&gt;
| '''partner'''&lt;br /&gt;
| Use same format as '''spouse'''.&lt;br /&gt;
|-&lt;br /&gt;
| '''children'''&lt;br /&gt;
| Number of children (i.e. 3), or list of names if notable. Separate entries with a line break (&amp;lt;nowiki&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
|-&lt;br /&gt;
| '''parents'''&lt;br /&gt;
| Names of parents, if notable. Separate entries with a line break (&amp;lt;nowiki&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
|-&lt;br /&gt;
| '''relatives'''&amp;lt;br/&amp;gt; (''relations'')&lt;br /&gt;
| Names of siblings or other relatives, if notable. Include the relationship in parentheses after the name (sister, uncle, etc). Separate entries with a line break (&amp;lt;nowiki&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
|-&lt;br /&gt;
| '''callsign'''	&lt;br /&gt;
| Amateur radio '''call-sign'''.&lt;br /&gt;
|-&lt;br /&gt;
| '''awards'''&lt;br /&gt;
| Notable awards&lt;br /&gt;
|-&lt;br /&gt;
| '''signature'''&lt;br /&gt;
| An image of the person's signature. Image is displayed at a width of 128px, same format as {{tl|Infobox Writer}}, {{tl|Infobox Officeholder}} and {{tl|Infobox Philosopher}}.&lt;br /&gt;
|-&lt;br /&gt;
| '''website'''&lt;br /&gt;
| Official website only. Unofficial websites should be placed under &amp;lt;nowiki&amp;gt;==External links==&amp;lt;/nowiki&amp;gt; in the body of the article.&lt;br /&gt;
|-&lt;br /&gt;
| '''footnotes'''&lt;br /&gt;
| Notes about any of the infobox data.&lt;br /&gt;
|-&lt;br /&gt;
| '''box_width'''&lt;br /&gt;
| The infobox width, such as: box_width=220px (default: 22em). Space character between the number and the unit of measurement breaks the parameter.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Microformats==&lt;br /&gt;
{{UF-hcard-person}}&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
{{Infobox Person&lt;br /&gt;
|name        = Bill Gates&lt;br /&gt;
|image       = Bill Gates 2004 cr.jpg&lt;br /&gt;
|image_size  = 170px&lt;br /&gt;
|caption     = At an IT forum in Denmark, 2004&lt;br /&gt;
|birth_name  = William Henry Gates III&lt;br /&gt;
|birth_date  = {{birth date and age|1955|10|28}}&lt;br /&gt;
|birth_place = [[Seattle, Washington]]&lt;br /&gt;
|body_discovered =&lt;br /&gt;
|occupation  = Chairman, [[Microsoft]]&amp;lt;br/&amp;gt;&amp;lt;!--&lt;br /&gt;
 --&amp;gt;Co-Chair, [[Bill &amp;amp; Melinda Gates Foundation]]&lt;br /&gt;
|salary      = [[US$]] 966,667&amp;lt;!--this is the&lt;br /&gt;
 -- correct style for money--&amp;gt;&amp;lt;ref&amp;gt;Year 2006&amp;lt;!--&lt;br /&gt;
 --&amp;gt; compensation: salary $616,667, bonus&amp;lt;!--&lt;br /&gt;
 --&amp;gt; $350,000. From Microsoft's [http://www.&amp;lt;!--&lt;br /&gt;
 --&amp;gt;microsoft.com/msft/reports/proxy2006.mspx&amp;lt;!--&lt;br /&gt;
 --&amp;gt; Proxy Statement].&amp;lt;/ref&amp;gt;&lt;br /&gt;
|networth    = US$ 56.0 billion (2007)&amp;lt;!--&lt;br /&gt;
&amp;lt;ref name=&amp;quot;forbes&amp;quot;/&amp;gt; --&amp;gt;&lt;br /&gt;
|spouse      = [[Melinda Gates]] (since 1994)&lt;br /&gt;
|children    = 3&lt;br /&gt;
|signature   = BillGates Signature.svg&lt;br /&gt;
|website=[http://www.microsoft.com/ Microsoft]&amp;lt;!--&lt;br /&gt;
 --&amp;gt; [http://www.microsoft.com/presspass/exec/&amp;lt;!--&lt;br /&gt;
 --&amp;gt;billg/default.mspx (Press Pass)]&amp;lt;br&amp;gt;[http:&amp;lt;!--&lt;br /&gt;
 --&amp;gt;//www.gatesfoundation.org Gates Foundation]&lt;br /&gt;
|box_width   = 200px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin-right:0.5em; overflow:auto; font-size:95%; padding-bottom:37em;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox Person&lt;br /&gt;
|name        = Bill Gates&lt;br /&gt;
|image       = Bill Gates 2004 cr.jpg&lt;br /&gt;
|image_size  = 170px&lt;br /&gt;
|caption     = At an IT forum in Denmark, 2004&lt;br /&gt;
|birth_name  = William Henry Gates III&lt;br /&gt;
|birth_date  = {{birth date and age|1955|10|28}}&lt;br /&gt;
|birth_place = [[Seattle, Washington]]&lt;br /&gt;
|occupation  = Chairman, [[Microsoft]]&amp;lt;br/&amp;gt;&amp;lt;!--&lt;br /&gt;
 --&amp;gt;Co-Chair, [[Bill &amp;amp; Melinda Gates Foundation]]&lt;br /&gt;
|salary      = [[US$]] 966,667&amp;lt;!--this is the&lt;br /&gt;
 -- correct style for money--&amp;gt;&amp;lt;ref&amp;gt;Year 2006&amp;lt;!--&lt;br /&gt;
 --&amp;gt; compensation: salary $616,667, bonus&amp;lt;!--&lt;br /&gt;
 --&amp;gt; $350,000. From Microsoft's [http://www.&amp;lt;!--&lt;br /&gt;
 --&amp;gt;microsoft.com/msft/reports/proxy2006.mspx&amp;lt;!--&lt;br /&gt;
 --&amp;gt; Proxy Statement].&amp;lt;/ref&amp;gt;&lt;br /&gt;
|networth    = US$ 56.0 billion (2007)&amp;lt;!--&lt;br /&gt;
&amp;lt;ref name=&amp;quot;forbes&amp;quot;/&amp;gt; --&amp;gt;&lt;br /&gt;
|spouse      = [[Melinda Gates]] (since 1994)&lt;br /&gt;
|children    = 3&lt;br /&gt;
|signature   = BillGates Signature.svg&lt;br /&gt;
|website=[http://www.microsoft.com/ Microsoft]&amp;lt;!--&lt;br /&gt;
 --&amp;gt; [http://www.microsoft.com/presspass/exec/&amp;lt;!--&lt;br /&gt;
 --&amp;gt;billg/default.mspx (Press Pass)]&amp;lt;br&amp;gt;[http:&amp;lt;!--&lt;br /&gt;
 --&amp;gt;//www.gatesfoundation.org Gates Foundation]&lt;br /&gt;
|box_width   = 200px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
''If you use &amp;lt;nowiki&amp;gt;&amp;lt;ref&amp;gt;&amp;lt;/nowiki&amp;gt; tags in the infobox, you '''must''' have a corresponding references section somewhere in the article. This one is just here as an example.''&lt;br /&gt;
&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:People infobox templates| ]]&lt;br /&gt;
&lt;br /&gt;
[[ar:قالب:معلومات شخصية]]&lt;br /&gt;
[[be-x-old:Шаблён:Асоба]]&lt;br /&gt;
[[bg:Шаблон:Биография инфо]]&lt;br /&gt;
[[ca:Plantilla:Infocaixa persona]]&lt;br /&gt;
[[cs:Šablona:Infobox Biografie]]&lt;br /&gt;
[[da:Skabelon:Infoboks person]]&lt;br /&gt;
[[dsb:Pśedłoga:Infokašćik wósoby]]&lt;br /&gt;
[[es:Plantilla:Ficha de biografía]]&lt;br /&gt;
[[eo:Ŝablono:Informkesto homoj]]&lt;br /&gt;
[[fr:Modèle:Infobox biographie]]&lt;br /&gt;
[[ko:틀:인물 정보]]&lt;br /&gt;
[[hsb:Předłoha:Infokašćik wosoby]]&lt;br /&gt;
[[hr:Predložak:Biografija]]&lt;br /&gt;
[[id:Templat:Infobox Person]]&lt;br /&gt;
[[ka:თარგი:ინფოდაფა პიროვნება]]&lt;br /&gt;
[[lv:Veidne:Infokaste persona]]&lt;br /&gt;
[[hu:Sablon:Életrajz infobox]]&lt;br /&gt;
[[mk:Шаблон:Инфокутија Личност]]&lt;br /&gt;
[[nl:Sjabloon:Biografie]]&lt;br /&gt;
[[ja:Template:Infobox 人物]]&lt;br /&gt;
[[no:Mal:Infoboks biografi]]&lt;br /&gt;
[[pt:Predefinição:Info biografia]]&lt;br /&gt;
[[ro:Format:Infobox biografii]]&lt;br /&gt;
[[ru:Шаблон:Персона]]&lt;br /&gt;
[[fi:Malline:Henkilö]]&lt;br /&gt;
[[sv:Mall:Infobox biografi]]&lt;br /&gt;
[[uk:Шаблон:Особа]]&lt;br /&gt;
[[vi:Tiêu bản:Bảng tóm tắt tiểu sử]]&lt;br /&gt;
[[th:แม่แบบ:กล่องข้อมูล ชีวประวัติ]]&lt;br /&gt;
[[tr:Şablon:Bilgikutusu Kişi]]&lt;br /&gt;
[[zh-yue:Template:生平資料盒]]&lt;br /&gt;
[[zh:Template:Infobox Person]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>72.244.201.66</name></author>
		
	</entry>
</feed>