<?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%3AUpdate_inline%2Fdoc</id>
	<title>Template:Update inline/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%3AUpdate_inline%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:Update_inline/doc&amp;action=history"/>
	<updated>2026-04-15T17:13:17Z</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:Update_inline/doc&amp;diff=41907&amp;oldid=prev</id>
		<title>imported&gt;N8wilson: Document alternate categorization used when ? param is set.</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:Update_inline/doc&amp;diff=41907&amp;oldid=prev"/>
		<updated>2022-06-04T03:05:51Z</updated>

		<summary type="html">&lt;p&gt;Document alternate categorization used when ? param is set.&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;
&amp;lt;!-- Categories and interwikis go at the bottom of this page. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This inline tag is used to indicate that a small portion of an article (usually a sentence or paragraph) is in need of an update.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
{{markup&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;{{Update inline|date&amp;lt;/nowiki&amp;gt;{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 |{{Update inline|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;{{Update inline|date&amp;lt;/nowiki&amp;gt;{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}&amp;lt;nowiki&amp;gt;|?=yes}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 |{{Update inline|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}|?=yes}}&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;{{Update inline|date&amp;lt;/nowiki&amp;gt;{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}&amp;lt;nowiki&amp;gt;|reason=But they never mentioned it again...}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 |{{Update inline|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}|reason=But they never mentioned it again...}}&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;{{Update inline|date&amp;lt;/nowiki&amp;gt;{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}&amp;lt;nowiki&amp;gt;|?=yes|reason=Does this still hold after so many years?}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 |{{Update inline|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}|?=yes|reason=Does this still hold after so many years?}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This template will add [[WP:mainspace|mainspace]] articles to [[:Category:Wikipedia articles in need of updating]] or [[:Category:Articles containing potentially dated statements]] if the &amp;lt;code&amp;gt;?&amp;lt;/code&amp;gt; param is specified. Categories are not populated for pages in other [[WP:namespace|namespace]]s.&lt;br /&gt;
&lt;br /&gt;
==TemplateData==&lt;br /&gt;
{{TemplateDataHeader}}&lt;br /&gt;
&amp;lt;TemplateData&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;This template should only be added to indicate a sentence that needs to be updated based on recent events.&amp;quot;,&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;date&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Date&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The date this template was added to the page. (Input: Monthname Year)&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;autovalue&amp;quot;: &amp;quot;{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}&amp;quot;,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;reason&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Reason&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Brief explanation of the reason why this template is placed, e.g. the event that renders accuracy of the claim questionable.&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;The date of the event predicted near this tag has passed.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: false,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;?&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;?&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Adds &amp;#039;?&amp;#039; to the end of template text, changes caption to denote uncertainty, and applies \&amp;quot;potentially dated\&amp;quot; maintenance categories. (Input: yes)&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: false&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/TemplateData&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{Tl|Update inline span}}&lt;br /&gt;
* {{Tl|Update}}&lt;br /&gt;
* {{Tl|Update after}}&lt;br /&gt;
{{Inline tags}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories go here; interwikis go in Wikidata. --&amp;gt;&lt;br /&gt;
[[Category:Inline cleanup templates]]&lt;br /&gt;
[[Category:Temporal templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;N8wilson</name></author>
	</entry>
</feed>