<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ADefn%2Fdoc</id>
	<title>Template:Defn/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ADefn%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:Defn/doc&amp;action=history"/>
	<updated>2026-04-26T07:41:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Template:Defn/doc&amp;diff=36037&amp;oldid=prev</id>
		<title>imported&gt;SMcCandlish: rm stray { character</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:Defn/doc&amp;diff=36037&amp;oldid=prev"/>
		<updated>2022-09-30T23:25:58Z</updated>

		<summary type="html">&lt;p&gt;rm stray { character&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
==Usage==&lt;br /&gt;
The template {{tlx|defn}} is used in [[Wikipedia:Manual of Style/Glossaries|template-structured glossaries]] to create definitions of terms.&lt;br /&gt;
It is a wrapper for {{tag|dd}}, the &amp;#039;&amp;#039;description list definition&amp;#039;&amp;#039; [[HTML element#Lists|HTML element]]. The template has a mnemonic redirect at {{tlx|dd}}.&lt;br /&gt;
&lt;br /&gt;
Basic usage:&lt;br /&gt;
&lt;br /&gt;
 {{gray|1={{tlf|glossary}} }}&lt;br /&gt;
 {{gray|1={{tlf|term|1{{=}}&amp;lt;var&amp;gt;term&amp;lt;/var&amp;gt;}} }}&lt;br /&gt;
 {{bxt|1={{tlf|defn|1{{=}}&amp;lt;var&amp;gt;Definition.&amp;lt;/var&amp;gt;}} }}&lt;br /&gt;
 {{gray|1={{tlf|glossary end}} }}&lt;br /&gt;
&lt;br /&gt;
Links, inline templates, reference citations, wikimarkup styles, etc., can be applied to the definition.  Technically, the {{para|1}} part is optional if the content of the definition does not contain the &amp;quot;=&amp;quot; character, but as any editors can add content, including templates with this character in them, it is always safest to explicitly name the parameter.  The {{para|1}} parameter can also be called {{para|defn}} for those who don&amp;#039;t care for numeric parameters.&lt;br /&gt;
* This will work: {{bxt|1={{tlf|defn|1{{=}}The concept that the mass of a body is a measure of its energy content, expressed by the formula E{{=}}MC²}} }}&lt;br /&gt;
* This will work: {{bxt|1={{tlf|defn|defn{{=}}The concept that the mass of a body is a measure of its energy content, expressed by the formula E{{=}}MC²}} }}&lt;br /&gt;
* This will {{strongbad|fail}}: {{!bxt|1={{tlf|defn|The concept that the mass of a body is a measure of its energy content, expressed by the formula E{{=}}MC²}} }}&lt;br /&gt;
&lt;br /&gt;
More complex usage might be:&lt;br /&gt;
{{quote|{{tnull|defn|1{{=}}&amp;lt;var&amp;gt;Definition.&amp;lt;/var&amp;gt;&amp;amp;nbsp;|no{{=}}&amp;lt;var&amp;gt;#&amp;lt;/var&amp;gt;&amp;amp;nbsp;|term{{=}}&amp;lt;var&amp;gt;term_id&amp;lt;/var&amp;gt;}} }}&lt;br /&gt;
&lt;br /&gt;
where {{para|no|&amp;lt;var&amp;gt;#&amp;lt;/var&amp;gt;}} gives a leading number for a definition in a list of definitions, and {{para|term|&amp;lt;var&amp;gt;term_id&amp;lt;/var&amp;gt;}} provides the name of the term used in the {{tlx|Term}} template to which this definition pertains.&lt;br /&gt;
&lt;br /&gt;
===Images, hatnotes and other content===&lt;br /&gt;
Images, [[Template:Ghat|hatnotes]] and other &amp;quot;add-in&amp;quot; content intended to immediately follow the {{tnull|term}} {{em|must be used at the top of (inside) the first {{tnull|defn}} of the {{tnull|term}}.}} They {{strong|cannot}} be placed between the {{tnull|term}} and {{tnull|defn}} or it will break the glossary markup. Images can, of course, be placed elsewhere within the {{tnull|defn}}, and bottom-notes like {{tlx|more}} can be placed at the ends of but {{em|inside}} the content of {{tnull|defn}}s.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;border: 1px solid black; vertical-align: top;&amp;quot; | &amp;lt;syntaxhighlight lang=&amp;quot;moin&amp;quot;&amp;gt;&lt;br /&gt;
{{glossary}}&lt;br /&gt;
{{term |1=colour ball |content=colour ball {{anchor|coloured ball|coloured balls|colour|colours|color ball}}}}&lt;br /&gt;
{{defn|1=&lt;br /&gt;
[[File:Set of Snookerballs.png|thumb|right|150px|A complete set of snooker balls, with six &amp;#039;&amp;#039;&amp;#039;colour balls&amp;#039;&amp;#039;&amp;#039;]]&lt;br /&gt;
{{ghat|Also &amp;#039;&amp;#039;&amp;#039;coloured ball(s)&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;colour(s)&amp;#039;&amp;#039;&amp;#039;; American spelling &amp;#039;&amp;#039;&amp;#039;color&amp;#039;&amp;#039;&amp;#039; sometimes also used.}}&lt;br /&gt;
In [[snooker]], any of the {{cuegloss|object ball}}s that are not {{cuegloss|red ball|reds}}.&lt;br /&gt;
}}&lt;br /&gt;
{{glossary end}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 1px solid black; vertical-align: top;&amp;quot; | &amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{glossary}}&lt;br /&gt;
{{term |1=colour ball |content=colour ball {{anchor|coloured ball|coloured balls|colour|colours|color ball}}}}&lt;br /&gt;
{{defn|1=&lt;br /&gt;
[[File:Set of Snookerballs.png|thumb|right|150px|A complete set of snooker balls, with six &amp;#039;&amp;#039;&amp;#039;colour balls&amp;#039;&amp;#039;&amp;#039;]]&lt;br /&gt;
{{ghat|Also &amp;#039;&amp;#039;&amp;#039;coloured ball(s)&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;colour(s)&amp;#039;&amp;#039;&amp;#039;; American spelling &amp;#039;&amp;#039;&amp;#039;color&amp;#039;&amp;#039;&amp;#039; sometimes also used.}}&lt;br /&gt;
In [[snooker]], any of the {{cuegloss|object ball}}s that are not {{cuegloss|red ball|reds}}.&lt;br /&gt;
}}&lt;br /&gt;
{{glossary end}}&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== Multiple definitions for one term ===&lt;br /&gt;
If a single {{tnull|term}} has multiple definitions, they are simply numbered with the {{para|2|parameter}} explicitly. Think of the parameter as standing for &amp;quot;{{strong|2}}nd or later definition&amp;quot;. You can also call it {{para|no}}, if you prefer (from &amp;quot;[[Numero sign|No.]]&amp;quot;) Example:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;border: 1px solid black; vertical-align: top;&amp;quot; | &amp;lt;syntaxhighlight lang=&amp;quot;moin&amp;quot;&amp;gt;&lt;br /&gt;
{{glossary}}&lt;br /&gt;
{{term|1=blubbermonster}}&lt;br /&gt;
{{defn|1=Lorem ipsum dolor sit amet. |no=1}}&lt;br /&gt;
{{defn|1=Consectetur adipisicing elit. |no=2}}&lt;br /&gt;
{{glossary end}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 1px solid black; vertical-align: top;&amp;quot; | &amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{glossary}}&lt;br /&gt;
{{term|1=blubbermonster}}&lt;br /&gt;
{{defn|1=Lorem ipsum dolor sit amet. |no=1}}&lt;br /&gt;
{{defn|1=Consectetur adipisicing elit. |no=2}}&lt;br /&gt;
{{glossary end}}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
Because of the uneven length of definitions, it is usually more convenient to put the {{para|2|}} before the {{para|1}} description:&lt;br /&gt;
{{quote|{{tnull|defn&amp;amp;nbsp;|2{{=}}1&amp;amp;nbsp;|1{{=}}Lorem ipsum dolor sit amet.}} }}&lt;br /&gt;
or&lt;br /&gt;
{{quote|{{tnull|defn&amp;amp;nbsp;|no{{=}}1&amp;amp;nbsp;|1{{=}}Lorem ipsum dolor sit amet.}} }}&lt;br /&gt;
&lt;br /&gt;
This is a very robust method, because it permits complex content like block quotations, nested lists, cross-reference hatnotes, and other block-level markup inside each definition. The definitions can also be independently linked.&lt;br /&gt;
&lt;br /&gt;
Use of a &amp;quot;standard&amp;quot; hatnote with a numbered definition would require manual numbering or it would look weird. But this method is deprecated anyway. An example of forcing it to kinda work:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;moin&amp;quot;&amp;gt;&lt;br /&gt;
{{term|1=blackjack|content=blackjack{{anchor|Blackjack}} }}&lt;br /&gt;
{{defn     |1={{main|Blackjack}}}}&lt;br /&gt;
{{defn|no=1|1=A card game in which players attempt to approach 21 but not exceed it.}}&lt;br /&gt;
{{defn|no=2|1=The best possible hand in the game of blackjack, made up of an ace and a card valued at 10 (namely, 10, J, Q, K). }}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s better to use the {{tlx|ghat}} template, for glossary hatnotes, and put it inside the first (or most applicable) definition. This obviates creating a pseudo-definition to hold the hatnote, as shown above.  {{tnull|Ghat}} (which uses [[Module:Hatnote inline]]) has some CSS adjustments to work better than {{tlx|Hatnote}} and its derivatives, when used inside a definition.&lt;br /&gt;
&lt;br /&gt;
=== Making the definition independently linkable ===&lt;br /&gt;
{{quote box|width=33%|title=HTML5 update:|quote=Most of the restrictions on the content of &amp;lt;code&amp;gt;id&amp;lt;/code&amp;gt; have been removed, so &amp;lt;code&amp;gt;id&amp;lt;/code&amp;gt; values no longer have to begin with an &amp;lt;code&amp;gt;[a-z][A-Z]&amp;lt;/code&amp;gt; alphabetic character, avoid most punctuation marks, or suffer other such limitations.  Wikipedia&amp;#039;s MediaWiki engine is smart enough to auto-escape any problematic characters, on the fly.}}To enable a link directly to a specific definition, name the definition with its {{tlx|term}} (or it must be the {{para|id|{{var|foo}}}} value, if any, used in {{tnull|term}}). This must be unique on the page for each term, but should be the same for multiple definitions of the same term). This is done with the {{tnull|defn}}&amp;#039;s {{para|term}} parameter. This will produce a &amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt;-link target ID in the form &amp;lt;code&amp;gt;{{var|term}}-defn{{var|#}}&amp;lt;/code&amp;gt;, where the {{var|#}} is the number of the definition &amp;#039;&amp;#039;(see [[#Multiple definitions for one term]], above)&amp;#039;&amp;#039;, defaulting to &amp;quot;1&amp;quot;. Example:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;border: 1px solid black; vertical-align: top;&amp;quot; | &amp;lt;syntaxhighlight lang=&amp;quot;moin&amp;quot;&amp;gt;&lt;br /&gt;
{{glossary}}&lt;br /&gt;
{{term|1=blubbermonster}}&lt;br /&gt;
{{defn|no=1 |1=Lorem ipsum dolor sit amet. |term=blubbermonster}}&lt;br /&gt;
{{defn|no=2 |1=Consectetur adipisicing elit. |term=blubbermonster}}&lt;br /&gt;
{{term|1=snorkelweasel (noun)}}&lt;br /&gt;
{{defn|1=Ut enim ad minim veniam |term=snorkelweasel (noun)}}&lt;br /&gt;
{{glossary end}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 1px solid black; vertical-align: top;&amp;quot; | &amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{glossary}}&lt;br /&gt;
{{term|1=blubbermonster}}&lt;br /&gt;
{{defn|no=1 |1=Lorem ipsum dolor sit amet. |term=blubbermonster}}&lt;br /&gt;
{{defn|no=2 |1=Consectetur adipisicing elit. |term=blubbermonster}}&lt;br /&gt;
{{term|1=snorkelweasel (noun)}}&lt;br /&gt;
{{defn|1=Ut enim ad minim veniam |term=snorkelweasel (noun)}}&lt;br /&gt;
{{glossary end}}&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 1px solid black; vertical-align: top;&amp;quot; | &amp;amp;nbsp;HTML output:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;glossary&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;dt class=&amp;quot;glossary&amp;quot; id=&amp;quot;blubbermonster&amp;quot; style=&amp;quot;margin-top: 0.4em;&amp;quot;&amp;gt;&amp;lt;dfn class=&amp;quot;glossary&amp;quot;&amp;gt;blubbermonster&amp;lt;/dfn&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
  &amp;lt;dd class=&amp;quot;glossary&amp;quot; id=&amp;quot;blubbermonster-defn1&amp;quot;&amp;gt;1.&amp;amp;nbsp;&amp;amp;nbsp;Lorem ipsum dolor sit amet.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;dd class=&amp;quot;glossary&amp;quot; id=&amp;quot;blubbermonster-defn2&amp;quot;&amp;gt;2.&amp;amp;nbsp;&amp;amp;nbsp;Consectetur adipisicing elit.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;dt class=&amp;quot;glossary&amp;quot; id=&amp;quot;snorkelweasel_(noun)&amp;quot; style=&amp;quot;margin-top: 0.4em;&amp;quot;&amp;gt;&amp;lt;dfn class=&amp;quot;glossary&amp;quot;&amp;gt;snorkelweasel (noun)&amp;lt;/dfn&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
  &amp;lt;dd class=&amp;quot;glossary&amp;quot; id=&amp;quot;snorkelweasel_(noun)-defn1&amp;quot;&amp;gt;Ut enim ad minim veniam&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
Note that some characters in &amp;lt;code&amp;gt;snorkelweasel (noun)&amp;lt;/code&amp;gt;&amp;quot; have been converted on the fly by MediaWikia by the time it sends the ID to the browser as &amp;lt;code&amp;gt;snorkelweasel_.28noun.29-defn1&amp;lt;/code&amp;gt;. You can still link to it on this page as [[#snorkelweasel (noun)-defn1]] (view page source and see for yourself &amp;amp;ndash; that link has &amp;lt;code&amp;gt;href=#snorkelweasel_.28noun.29-defn1&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
The IDs {{samp|blubbermonster-defn1}}, {{samp|blubbermonster-defn2}},&amp;amp;nbsp; and {{samp|snorkelweasel_(noun)-defn1}} are all individually linkable, e.g. as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Glossary of weird terms#blubbermonster-defn1]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.  This is especially useful for cross-references within the glossary, e.g. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;See also [[#blubbermonster-defn2|&amp;quot;blubbermonster&amp;quot;, sense 2]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To add more than one linkable anchor, use the {{tl|anchor}} template at the beginning of the definition&amp;#039;s content:&lt;br /&gt;
&lt;br /&gt;
 {{tlf|defn|no{{=}}2 |1{{=}}{{tlp|anchor|elit|Elit}}Consectetur adipisicing elit. |term{{=}}blubbermonster}}&lt;br /&gt;
&lt;br /&gt;
=== Languages ===&lt;br /&gt;
There is no {{para|lang}} parameter, as on English Wikipedia all definitions are necessarily in English. For uses of glossary markup for non-glossary purposes in which some content may be in a foreign language, use language templates. E.g. in a list of film title translations formatted using glossary markup:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;moin&amp;quot;&amp;gt;&lt;br /&gt;
{{glossary}}&lt;br /&gt;
{{term|1=Titles of La Vie en Rose in various languages&amp;amp;nbsp;|content=Titles of &amp;#039;&amp;#039;[[La Vie en Rose]]&amp;#039;&amp;#039; in various languages}}&lt;br /&gt;
{{defn|1=French: &amp;#039;&amp;#039;{{lang|fr|La Vie en Rose}}&amp;#039;&amp;#039;}}&lt;br /&gt;
{{defn|1=English: &amp;#039;&amp;#039;Life in Pink&amp;#039;&amp;#039;}}&lt;br /&gt;
...&lt;br /&gt;
{{glossary end}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
This shows both a very simple then a rather complex instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;border: 1px solid black; vertical-align: top;&amp;quot; | &amp;lt;syntaxhighlight lang=&amp;quot;moin&amp;quot;&amp;gt;&lt;br /&gt;
{{fake heading|A&amp;amp;ndash;M}}&lt;br /&gt;
{{glossary}}&lt;br /&gt;
{{term|1=applesnorkel}}&lt;br /&gt;
{{defn|1=Definition of term 1.}}&lt;br /&gt;
{{term|term=arglefarst |content={{lang|xx|arglefarst}}{{anchor|argle-farst|argle farst}} }}&lt;br /&gt;
{{defn|no=1 |defn=&lt;br /&gt;
Beginning of first definition of term 2&lt;br /&gt;
{{gbq|1=Block quotation in first definition of term 2.}}&lt;br /&gt;
Conclusion of first definition of term 2.&lt;br /&gt;
}}&lt;br /&gt;
{{defn|no=2 |defn=Second definition of term 2.}}&lt;br /&gt;
{{glossary end}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 1px solid black; vertical-align: top;&amp;quot; | &amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{fake heading|A&amp;amp;ndash;M}}&lt;br /&gt;
{{glossary}}&lt;br /&gt;
{{term|1=applesnorkel}}&lt;br /&gt;
{{defn|1=Definition of term 1.}}&lt;br /&gt;
{{term|term=arglefarst |content=&amp;#039;&amp;#039;arglefarst&amp;#039;&amp;#039;{{anchor|argle-farst|argle farst}} }}&lt;br /&gt;
{{defn|no=1 |defn=&lt;br /&gt;
Beginning of first definition of term 2&lt;br /&gt;
{{gbq|1=Block quotation in first definition of term 2.}}&lt;br /&gt;
Conclusion of first definition of term 2.&lt;br /&gt;
}}&lt;br /&gt;
{{defn|no=2 |defn=Second definition of term 2.}}&lt;br /&gt;
{{glossary end}}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Applying CSS styles to the definition===&lt;br /&gt;
The {{para|style}} parameter will pass CSS styling on to the {{tag|dd|o}} element, e.g. {{para|style|font-family:serif;}} or whatever. I.e., this styles the definition itself, not the term it applies to, other definitions, or the glossary as a whole. This feature is rarely if ever needed in articles, but can be useful elsewhere for things like matching custom user page style.&lt;br /&gt;
&lt;br /&gt;
===Other parameters===&lt;br /&gt;
The {{para|id}} parameter can be used to assign a one-word, case-sensitive ID name to definition. It must be unique on the page. This can be used as a #link target, and could have other metadata uses. &amp;#039;&amp;#039;See the [[#Making the definition independently linkable]] section for how to normally make a definition linkable.&amp;#039;&amp;#039; Probably the {{em|only}} reason to use this feature is if there are two terms with the same name on the page, which would result in conflicting IDs.&lt;br /&gt;
&lt;br /&gt;
The {{para|class}} parameter will pass one or more space-separated CSS classes on to {{tag|dd|o}} element, in addition to the automatically included class &amp;lt;code&amp;gt;glossary&amp;lt;/code&amp;gt;.  &amp;#039;&amp;#039;There is rarely any reason to do this.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{glossary templates see also}}&lt;br /&gt;
* Not to be confused with {{tl|dfn}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- CATEGORIES HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:Glossary templates]]&lt;br /&gt;
[[Category:Definition list templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;SMcCandlish</name></author>
	</entry>
</feed>