<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ohcnwiki.tellmey.fyi/index.php?action=history&amp;feed=atom&amp;title=Template%3ASourceCode</id>
	<title>Template:SourceCode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ohcnwiki.tellmey.fyi/index.php?action=history&amp;feed=atom&amp;title=Template%3ASourceCode"/>
	<link rel="alternate" type="text/html" href="https://ohcnwiki.tellmey.fyi/index.php?title=Template:SourceCode&amp;action=history"/>
	<updated>2026-09-04T18:13:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.4</generator>
	<entry>
		<id>https://ohcnwiki.tellmey.fyi/index.php?title=Template:SourceCode&amp;diff=505&amp;oldid=prev</id>
		<title>Admin: Create template for standardized source code embedding (via create-page on MediaWiki MCP Server)</title>
		<link rel="alternate" type="text/html" href="https://ohcnwiki.tellmey.fyi/index.php?title=Template:SourceCode&amp;diff=505&amp;oldid=prev"/>
		<updated>2026-07-08T10:39:47Z</updated>

		<summary type="html">&lt;p&gt;Create template for standardized source code embedding (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;lt;includeonly&amp;gt;== Source code ==&lt;br /&gt;
&lt;br /&gt;
The files below are fetched live from the [https://github.com/ohcnetwork/care care repository] — any changes pushed to the repo will show here automatically:&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{model|}}}&lt;br /&gt;
 | === Model ===&lt;br /&gt;
{{#widget:GitHubCode|id=model|path={{{model}}}|lang=python}}&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{spec|}}}&lt;br /&gt;
 | === Spec ===&lt;br /&gt;
{{#widget:GitHubCode|id=spec|path={{{spec}}}|lang=python}}&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{valueset|}}}&lt;br /&gt;
 | === Value set ===&lt;br /&gt;
{{#widget:GitHubCode|id=valueset|path={{{valueset}}}|lang=python}}&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{constants|}}}&lt;br /&gt;
 | === Constants ===&lt;br /&gt;
{{#widget:GitHubCode|id=constants|path={{{constants}}}|lang=python}}&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{base|}}}&lt;br /&gt;
 | === Base ===&lt;br /&gt;
{{#widget:GitHubCode|id=base|path={{{base}}}|lang=python}}&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{viewset|}}}&lt;br /&gt;
 | === Viewset ===&lt;br /&gt;
{{#widget:GitHubCode|id=viewset|path={{{viewset}}}|lang=python}}&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{extra1_path|}}}&lt;br /&gt;
 | === {{{extra1_label}}} ===&lt;br /&gt;
{{#widget:GitHubCode|id=extra1|path={{{extra1_path}}}|lang=python}}&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{extra2_path|}}}&lt;br /&gt;
 | === {{{extra2_label}}} ===&lt;br /&gt;
{{#widget:GitHubCode|id=extra2|path={{{extra2_path}}}|lang=python}}&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{extra3_path|}}}&lt;br /&gt;
 | === {{{extra3_label}}} ===&lt;br /&gt;
{{#widget:GitHubCode|id=extra3|path={{{extra3_path}}}|lang=python}}&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{extra4_path|}}}&lt;br /&gt;
 | === {{{extra4_label}}} ===&lt;br /&gt;
{{#widget:GitHubCode|id=extra4|path={{{extra4_path}}}|lang=python}}&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{extra5_path|}}}&lt;br /&gt;
 | === {{{extra5_label}}} ===&lt;br /&gt;
{{#widget:GitHubCode|id=extra5|path={{{extra5_path}}}|lang=python}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Related links ==&lt;br /&gt;
{{#if:{{{model|}}}|* [https://github.com/ohcnetwork/care/blob/develop/{{{model}}} Model on GitHub]}}&lt;br /&gt;
{{#if:{{{spec|}}}|* [https://github.com/ohcnetwork/care/blob/develop/{{{spec}}} Spec on GitHub]}}&lt;br /&gt;
{{#if:{{{valueset|}}}|* [https://github.com/ohcnetwork/care/blob/develop/{{{valueset}}} Value set on GitHub]}}&lt;br /&gt;
{{#if:{{{constants|}}}|* [https://github.com/ohcnetwork/care/blob/develop/{{{constants}}} Constants on GitHub]}}&lt;br /&gt;
{{#if:{{{base|}}}|* [https://github.com/ohcnetwork/care/blob/develop/{{{base}}} Base on GitHub]}}&lt;br /&gt;
{{#if:{{{viewset|}}}|* [https://github.com/ohcnetwork/care/blob/develop/{{{viewset}}} Viewset on GitHub]}}&lt;br /&gt;
{{#if:{{{extra1_path|}}}|* [https://github.com/ohcnetwork/care/blob/develop/{{{extra1_path}}} {{{extra1_label}}} on GitHub]}}&lt;br /&gt;
{{#if:{{{extra2_path|}}}|* [https://github.com/ohcnetwork/care/blob/develop/{{{extra2_path}}} {{{extra2_label}}} on GitHub]}}&lt;br /&gt;
{{#if:{{{extra3_path|}}}|* [https://github.com/ohcnetwork/care/blob/develop/{{{extra3_path}}} {{{extra3_label}}} on GitHub]}}&lt;br /&gt;
{{#if:{{{extra4_path|}}}|* [https://github.com/ohcnetwork/care/blob/develop/{{{extra4_path}}} {{{extra4_label}}} on GitHub]}}&lt;br /&gt;
{{#if:{{{extra5_path|}}}|* [https://github.com/ohcnetwork/care/blob/develop/{{{extra5_path}}} {{{extra5_label}}} on GitHub]}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>