<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ar">
	<id>https://3rabica.org/index.php?action=history&amp;feed=atom&amp;title=%D9%82%D8%A7%D9%84%D8%A8%3AConvert%2Fnumdisp%2Ffrac</id>
	<title>قالب:Convert/numdisp/frac - تاريخ المراجعة</title>
	<link rel="self" type="application/atom+xml" href="https://3rabica.org/index.php?action=history&amp;feed=atom&amp;title=%D9%82%D8%A7%D9%84%D8%A8%3AConvert%2Fnumdisp%2Ffrac"/>
	<link rel="alternate" type="text/html" href="https://3rabica.org/index.php?title=%D9%82%D8%A7%D9%84%D8%A8:Convert/numdisp/frac&amp;action=history"/>
	<updated>2026-06-09T07:15:36Z</updated>
	<subtitle>تاريخ التعديل لهذه الصفحة في الويكي</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://3rabica.org/index.php?title=%D9%82%D8%A7%D9%84%D8%A8:Convert/numdisp/frac&amp;diff=72539&amp;oldid=prev</id>
		<title>عبد العزيز: بوت:  تعريب V2.1</title>
		<link rel="alternate" type="text/html" href="https://3rabica.org/index.php?title=%D9%82%D8%A7%D9%84%D8%A8:Convert/numdisp/frac&amp;diff=72539&amp;oldid=prev"/>
		<updated>2021-03-24T20:45:51Z</updated>

		<summary type="html">&lt;p&gt;بوت:  &lt;a href=&quot;/index.php?title=%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85:Mr.Ibrahembot/%D8%A8%D9%88%D8%AA_%D8%A7%D9%84%D8%AA%D8%B9%D8%B1%D9%8A%D8%A8&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;مستخدم:Mr.Ibrahembot/بوت التعريب (الصفحة غير موجودة)&quot;&gt;تعريب V2.1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;صفحة جديدة&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--============================================================&lt;br /&gt;
-- Process fraction parts by negative/zero/positive (-1,0,1)&lt;br /&gt;
--============================================================&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;This subtemplate is called by {{قا|convert/numdisp}} and by {{قا|convert/and/frn1}} to process fractions according to whether the whole number part (i.e. the &amp;#039;&amp;#039;a&amp;#039;&amp;#039; in {{كسر مائل|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;}}) is positive, negative or zero calling {{قا|convert/numdisp/frac1}}, {{قا|convert/numdisp/frac-1}} or {{قا|convert/numdisp/frac0}} respectively.&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;/noinclude&amp;gt;{{convert/numdisp/frac{{&lt;br /&gt;
  #expr:( {{{2|-6-3}}}*0&amp;gt;0) - ( {{{2|-6-3}}}*0&amp;lt;0) }}&lt;br /&gt;
|{{{2|-6-3}}}|{{#expr:{{{2|-6-3}}}*0}}|{{#expr:0*{{{2|-6-3}}}}}|{{{3|8}}}}}&amp;lt;noinclude&amp;gt;&amp;lt;!--&lt;br /&gt;
--------------------------------------------------------------&lt;br /&gt;
--NOTES:&lt;br /&gt;
--    [ These comments are skipped by &amp;lt;noinclude&amp;gt; and not sent&lt;br /&gt;
--      in formatted Internet pages, only during edit. ]&lt;br /&gt;
--&lt;br /&gt;
--NOTE A1: This template handles a number+fraction, for display,&lt;br /&gt;
--     based on amount as negative/0/positive, using -1/0/1 as&lt;br /&gt;
--     suffix: #expr:( {{{2|6+3}}}*0&amp;gt;0) - ( {{{2|6+3}}}*0&amp;lt;0) so&lt;br /&gt;
--     positives are /frac1, zero as /frac0, negatives /frac-1&lt;br /&gt;
--     without using a nested if-statement to choose 1/0/-1.&lt;br /&gt;
--     During 2009-2010 templates were restricted to if-logic&lt;br /&gt;
--     nested within depth of only a 40-level limit.&lt;br /&gt;
--&lt;br /&gt;
--NOTE P2: The parameters, as fraction parts, expect input like&lt;br /&gt;
--     #titleparts splitting a number at &amp;quot;/&amp;quot; (slash), where&lt;br /&gt;
--        parameter 1 - is the original number (like 6+3/8)&lt;br /&gt;
--        parameter 2 - is left of slash (6+3)&lt;br /&gt;
--        parameter 3 - is after slash (8) as the denominator.&lt;br /&gt;
--&lt;br /&gt;
--NOTE S3: Parameters here should NOT have spaces or split on&lt;br /&gt;
--     separate lines: {{Convert/numdisp/fracparts|0|6+3 |8}}&lt;br /&gt;
--     would put a space after 3, as &amp;quot;3 /8&amp;quot; in the displayed&lt;br /&gt;
--     fraction. The MediaWiki parser appends a newline ending&lt;br /&gt;
--     a parameter when &amp;quot;|&amp;quot; is on the next line (in 2010).&lt;br /&gt;
--&lt;br /&gt;
-- WARNING: *** DO NOT DELETE COMMENTS FROM THIS TEMPLATE ***&lt;br /&gt;
--      Unless these comments are readily available, people&lt;br /&gt;
--      might tinker with the coding (or rename templates),&lt;br /&gt;
--      in hopes to clarify operation because these comments&lt;br /&gt;
--      were not nearby to explain the issues. Having these&lt;br /&gt;
--      comments only on a doc-page increases the danger of&lt;br /&gt;
--      explanations no longer matching the current coding.&lt;br /&gt;
--      UPDATE these comments to match changes to the template.&lt;br /&gt;
--      UPDATE the HISTORY during major changes (not typos).&lt;br /&gt;
--&lt;br /&gt;
--------------------------------------------------------------&lt;br /&gt;
--HISTORY:&lt;br /&gt;
--19Nov10 Created from {{Convert/numdisp/frac}} of User:Jimp.&lt;br /&gt;
--19Nov10 Changed for titleparts at &amp;quot;/&amp;quot; (like {2}=6+3 &amp;amp; {3}=8).&lt;br /&gt;
--19Nov10 Put NOTES comments to explain template coding.&lt;br /&gt;
--19Nov10 Put HISTORY comments to log major changes.&lt;br /&gt;
--28Jun11 Merge back to {{Convert/numdisp/frac}} &lt;br /&gt;
--&lt;br /&gt;
-- ** Add interwiki links on docpage to limit changes here **&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{{توثيق|محتوى=[[تصنيف:فرعيات قالب حول]]&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>عبد العزيز</name></author>
	</entry>
</feed>