<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.everycrt.com/index.php?action=history&amp;feed=atom&amp;title=Help%3AReferences</id>
	<title>Help:References - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.everycrt.com/index.php?action=history&amp;feed=atom&amp;title=Help%3AReferences"/>
	<link rel="alternate" type="text/html" href="https://wiki.everycrt.com/index.php?title=Help:References&amp;action=history"/>
	<updated>2026-08-02T20:51:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.everycrt.com/index.php?title=Help:References&amp;diff=6953&amp;oldid=prev</id>
		<title>Arclight-MCP-Bot: Create Help:References page documenting citation syntax and conventions for EveryCRT (via create-page on MediaWiki MCP Server)</title>
		<link rel="alternate" type="text/html" href="https://wiki.everycrt.com/index.php?title=Help:References&amp;diff=6953&amp;oldid=prev"/>
		<updated>2026-02-10T17:45:12Z</updated>

		<summary type="html">&lt;p&gt;Create Help:References page documenting citation syntax and conventions for EveryCRT (via create-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;References and citations&amp;#039;&amp;#039;&amp;#039; allow editors to cite sources for factual claims on wiki pages — specifications, release dates, pricing, technical details, and more. EveryCRT uses MediaWiki&amp;#039;s built-in &amp;lt;code&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/code&amp;gt; system.&lt;br /&gt;
&lt;br /&gt;
== When to use references ==&lt;br /&gt;
&lt;br /&gt;
Use &amp;lt;code&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/code&amp;gt; tags for &amp;#039;&amp;#039;&amp;#039;inline citations&amp;#039;&amp;#039;&amp;#039; that support specific claims in article prose. Prefer linking to archival or stable URLs (Archive.org, manufacturer support pages) over transient sources.&lt;br /&gt;
&lt;br /&gt;
References are &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; a substitute for:&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{CRT link}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039; — for archival links to manufacturer pages, retailer listings, and database entries&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Document pages&amp;#039;&amp;#039;&amp;#039; (in the &amp;lt;code&amp;gt;Document:&amp;lt;/code&amp;gt; namespace) — for manuals, brochures, and spec sheets&lt;br /&gt;
&lt;br /&gt;
Each of these serves a distinct semantic role on the wiki.&lt;br /&gt;
&lt;br /&gt;
== Basic inline reference ==&lt;br /&gt;
&lt;br /&gt;
Wrap your citation in &amp;lt;code&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/code&amp;gt; tags at the point in the text where the claim appears:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The KV-27S42 has a 27&amp;quot; Trinitron tube.&amp;amp;lt;ref&amp;amp;gt;Sony KV-27S42 service manual, p. 3&amp;amp;lt;/ref&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This creates a numbered footnote (e.g., [1]) in the text. The full citation appears in the References section at the bottom of the page.&lt;br /&gt;
&lt;br /&gt;
== Named references ==&lt;br /&gt;
&lt;br /&gt;
When the same source supports multiple claims, give it a name on &amp;#039;&amp;#039;&amp;#039;first use&amp;#039;&amp;#039;&amp;#039;, then reuse it with a self-closing tag:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The set draws 150W average.&amp;amp;lt;ref name=&amp;quot;spec-sheet&amp;quot;&amp;amp;gt;JVC AV-36D201 specification sheet,&lt;br /&gt;
https://support.jvc.com/consumer/product.jsp?modelId=MODELPAGE&amp;amp;lt;/ref&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
It weighs 185 lbs.&amp;amp;lt;ref name=&amp;quot;spec-sheet&amp;quot; /&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both claims will share the same footnote number.&lt;br /&gt;
&lt;br /&gt;
=== Syntax summary ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Syntax !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;ref name=&amp;quot;foo&amp;quot;&amp;amp;gt;Content here&amp;amp;lt;/ref&amp;amp;gt;&amp;lt;/code&amp;gt; || &amp;#039;&amp;#039;&amp;#039;Define&amp;#039;&amp;#039;&amp;#039; a named reference (first occurrence — must contain content)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;ref name=&amp;quot;foo&amp;quot; /&amp;amp;gt;&amp;lt;/code&amp;gt; || &amp;#039;&amp;#039;&amp;#039;Reuse&amp;#039;&amp;#039;&amp;#039; a previously defined reference (self-closing, no content)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;ref&amp;amp;gt;Content&amp;amp;lt;/ref&amp;amp;gt;&amp;lt;/code&amp;gt; || Anonymous reference (cannot be reused)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Common mistakes ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Duplicate definitions:&amp;#039;&amp;#039;&amp;#039; Using &amp;lt;code&amp;gt;&amp;amp;lt;ref name=&amp;quot;foo&amp;quot;&amp;amp;gt;Content&amp;amp;lt;/ref&amp;amp;gt;&amp;lt;/code&amp;gt; twice with &amp;#039;&amp;#039;different&amp;#039;&amp;#039; content — only the first definition is used; the second content is silently ignored.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Forward reference:&amp;#039;&amp;#039;&amp;#039; Using &amp;lt;code&amp;gt;&amp;amp;lt;ref name=&amp;quot;foo&amp;quot; /&amp;amp;gt;&amp;lt;/code&amp;gt; &amp;#039;&amp;#039;before&amp;#039;&amp;#039; the named ref is defined — this causes a rendering error. The full definition must come first in page order.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Empty tags instead of self-closing:&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;&amp;amp;lt;ref name=&amp;quot;foo&amp;quot;&amp;amp;gt;&amp;amp;lt;/ref&amp;amp;gt;&amp;lt;/code&amp;gt; causes errors. Always use the self-closing &amp;lt;code&amp;gt;/&amp;amp;gt;&amp;lt;/code&amp;gt; form when reusing.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Missing references section:&amp;#039;&amp;#039;&amp;#039; Forgetting to add &amp;lt;code&amp;gt;&amp;amp;lt;references /&amp;amp;gt;&amp;lt;/code&amp;gt; causes a &amp;quot;missing references list&amp;quot; error at the bottom of the page.&lt;br /&gt;
&lt;br /&gt;
== Rendering the reference list ==&lt;br /&gt;
&lt;br /&gt;
Every page that uses &amp;lt;code&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/code&amp;gt; tags &amp;#039;&amp;#039;&amp;#039;must&amp;#039;&amp;#039;&amp;#039; include a References section:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;amp;lt;references /&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This renders all footnotes as a numbered list.&lt;br /&gt;
&lt;br /&gt;
== Page structure ==&lt;br /&gt;
&lt;br /&gt;
On CRT model pages, the &amp;lt;code&amp;gt;== References ==&amp;lt;/code&amp;gt; section should appear &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; all article prose but &amp;#039;&amp;#039;&amp;#039;before&amp;#039;&amp;#039;&amp;#039; any semantic subobject templates (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{CRT input}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{CRT output}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{CRT link}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{CRT mod}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{CRT voltage range}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;), which do not have section headers.&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{CRT model&lt;br /&gt;
|brand=JVC&lt;br /&gt;
|model=AV-27D201&lt;br /&gt;
|screen_size_inches=27&lt;br /&gt;
...&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The AV-27D201 was part of JVC&amp;#039;s D-Series line, introduced in&lt;br /&gt;
2001.&amp;amp;lt;ref name=&amp;quot;jvc-support&amp;quot;&amp;amp;gt;JVC Support — AV-27D201 Specifications,&lt;br /&gt;
https://support.jvc.com/consumer/product.jsp?modelId=MODELPAGEAVD201&amp;amp;lt;/ref&amp;amp;gt;&lt;br /&gt;
It features component video inputs supporting 480i and&lt;br /&gt;
480p.&amp;amp;lt;ref name=&amp;quot;jvc-support&amp;quot; /&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
The set uses the HAS chassis.&amp;amp;lt;ref&amp;amp;gt;JVC AV-27D201 service manual (Archive.org),&lt;br /&gt;
https://archive.org/details/jvc-av-27d201-service-manual&amp;amp;lt;/ref&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;amp;lt;references /&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{CRT input&lt;br /&gt;
|signal=Composite (CVBS)&lt;br /&gt;
|connector=RCA (connector)&lt;br /&gt;
|count=2&lt;br /&gt;
|direction=Input&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Help:Cite MediaWiki Help: Cite] — upstream documentation on the Cite extension&lt;br /&gt;
&lt;br /&gt;
[[Category:Help]]&lt;/div&gt;</summary>
		<author><name>Arclight-MCP-Bot</name></author>
	</entry>
</feed>