<link href="../fonts/font.css" rel="stylesheet" type="text/css">

<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fa">
		<id>https://wiki.imaroof.ir/index.php?action=history&amp;feed=atom&amp;title=%D8%A7%D9%84%DA%AF%D9%88%3ACURRENTMINUTE%2F%D8%AA%D9%88%D8%B6%DB%8C%D8%AD%D8%A7%D8%AA</id>
		<title>الگو:CURRENTMINUTE/توضیحات - تاریخچهٔ ویرایش‌ها</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.imaroof.ir/index.php?action=history&amp;feed=atom&amp;title=%D8%A7%D9%84%DA%AF%D9%88%3ACURRENTMINUTE%2F%D8%AA%D9%88%D8%B6%DB%8C%D8%AD%D8%A7%D8%AA"/>
		<link rel="alternate" type="text/html" href="https://wiki.imaroof.ir/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:CURRENTMINUTE/%D8%AA%D9%88%D8%B6%DB%8C%D8%AD%D8%A7%D8%AA&amp;action=history"/>
		<updated>2026-08-03T04:49:44Z</updated>
		<subtitle>تاریخچهٔ ویرایش‌های این صفحه در ویکی</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://wiki.imaroof.ir/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:CURRENTMINUTE/%D8%AA%D9%88%D8%B6%DB%8C%D8%AD%D8%A7%D8%AA&amp;diff=1365&amp;oldid=prev</id>
		<title>Admin: ۱ نسخه واردشده</title>
		<link rel="alternate" type="text/html" href="https://wiki.imaroof.ir/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:CURRENTMINUTE/%D8%AA%D9%88%D8%B6%DB%8C%D8%AD%D8%A7%D8%AA&amp;diff=1365&amp;oldid=prev"/>
				<updated>2016-03-03T12:03:47Z</updated>
		
		<summary type="html">&lt;p&gt;۱ نسخه واردشده&lt;/p&gt;
&lt;table class='diff diff-contentalign-right'&gt;
				&lt;tr style='vertical-align: top;' lang='fa'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;→ نسخهٔ قدیمی‌تر&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;نسخهٔ ‏۱۳ اسفند ۱۳۹۴، ساعت ۱۲:۰۳&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='fa'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(بدون تفاوت)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://wiki.imaroof.ir/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:CURRENTMINUTE/%D8%AA%D9%88%D8%B6%DB%8C%D8%AD%D8%A7%D8%AA&amp;diff=1364&amp;oldid=prev</id>
		<title>Fouladi: صفحه‌ای جدید حاوی «---- This template extracts the current integer minute on two digits (between 00 and 59) from the current UTC time (as set on the Wikimedia...» ایجاد کرد</title>
		<link rel="alternate" type="text/html" href="https://wiki.imaroof.ir/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:CURRENTMINUTE/%D8%AA%D9%88%D8%B6%DB%8C%D8%AD%D8%A7%D8%AA&amp;diff=1364&amp;oldid=prev"/>
				<updated>2014-12-24T01:10:51Z</updated>
		
		<summary type="html">&lt;p&gt;صفحه‌ای جدید حاوی «---- This template extracts the current integer minute on two digits (between 00 and 59) from the current UTC time (as set on the Wikimedia...» ایجاد کرد&lt;/p&gt;
&lt;p&gt;&lt;b&gt;صفحهٔ تازه&lt;/b&gt;&lt;/p&gt;&lt;div&gt;----&lt;br /&gt;
This template extracts the current integer minute on two digits (between 00 and 59) from the current UTC time (as set on the Wikimedia server).&lt;br /&gt;
The shown value should match the right hand side of {{CURRENTTIME}}.&lt;br /&gt;
; Syntax&amp;amp;#58;&lt;br /&gt;
: &amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;CURRENTMINUTE&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: Use {&amp;amp;#123;subst:CURRENTMINUTE|subst=subst:&amp;amp;#125;} to substitute the current minute.&lt;br /&gt;
; Formula&amp;amp;#58;&lt;br /&gt;
: &amp;lt;nowiki&amp;gt;{{0expr|(( {{CURRENTTIMESTAMP}} -30 round -2 ) mod 10000 ) div 100}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: {&amp;amp;#123;subst:CURRENTMINUTE&amp;amp;#125;} copies this code ready for [[Help:Substitution#Optional_substitution|optional substitution]] into another template. To avoid an obscure intermittent MOD bug for big numbers the template acually uses&lt;br /&gt;
: &amp;lt;nowiki&amp;gt;( {{CURRENTTIMESTAMP}} - 10000000000 * {{CURRENTYEAR}} )&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
; Warning&amp;amp;#58;&lt;br /&gt;
: Pages asking for the current minute often also need other parts of {{evaldemo|CURRENTTIMESTAMP|&amp;amp;#61;}}, and different &amp;quot;current&amp;quot; templates and variables can reflect different timestamps near hh:mm:59.&lt;br /&gt;
; See also&amp;amp;#58;&lt;br /&gt;
: [[Template:CURRENTHOUR]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Date-computing templates based on current time|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Modèle:CURRENTMINUTE]]&lt;br /&gt;
[[ru:Шаблон:CURRENTMINUTE]]&lt;br /&gt;
[[su:Citakan:CURRENTMINUTE]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fouladi</name></author>	</entry>

	</feed>