<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://wiki.dzmuh.com/index.php?action=history&amp;feed=atom&amp;title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD%3AConvert%2Fnumdisp%2Ffrac</id>
	<title>Шаблон:Convert/numdisp/frac - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.dzmuh.com/index.php?action=history&amp;feed=atom&amp;title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD%3AConvert%2Fnumdisp%2Ffrac"/>
	<link rel="alternate" type="text/html" href="https://wiki.dzmuh.com/index.php?title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD:Convert/numdisp/frac&amp;action=history"/>
	<updated>2026-05-06T01:12:26Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://wiki.dzmuh.com/index.php?title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD:Convert/numdisp/frac&amp;diff=12017&amp;oldid=prev</id>
		<title>Dzmuh: Новая страница: «&lt;noinclude&gt;&lt;!--  --============================================================ -- Process fraction parts by negative/zero/positive (-1,0,1) --============================================================  --&gt;This subtemplate is called by {{tl|convert/numdisp}} and by {{tl|convert/and/frn1}} to process fractions according to whether the whole number part (i.e. the ''a'' in {{frac|''a''|''b''|''c''}}) is positive, negative or zero calling {{tl|convert/numdisp/...»</title>
		<link rel="alternate" type="text/html" href="https://wiki.dzmuh.com/index.php?title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD:Convert/numdisp/frac&amp;diff=12017&amp;oldid=prev"/>
		<updated>2023-04-30T00:00:46Z</updated>

		<summary type="html">&lt;p&gt;Новая страница: «&amp;lt;noinclude&amp;gt;&amp;lt;!--  --============================================================ -- Process fraction parts by negative/zero/positive (-1,0,1) --============================================================  --&amp;gt;This subtemplate is called by {{tl|convert/numdisp}} and by {{tl|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 {{frac|&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 {{tl|convert/numdisp/...»&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 {{tl|convert/numdisp}} and by {{tl|convert/and/frn1}} to process fractions according to whether the whole number part (i.e. the ''a'' in {{frac|''a''|''b''|''c''}}) is positive, negative or zero calling {{tl|convert/numdisp/frac1}}, {{tl|convert/numdisp/frac-1}} or {{tl|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;
{{doc-inline}}&lt;br /&gt;
{{Шаблон из википедии|Convert/numdisp/frac}}&lt;br /&gt;
[[Категория:Шаблоны:Подстраницы шаблона Convert|numdisp/frac]]&lt;br /&gt;
{{doc-end}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dzmuh</name></author>
	</entry>
</feed>