ScriptPath: /wResourceBasePath: /w/resources/assets/site/logo.svg Related changes - wikiNonStop Jump to content

Related changes

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide my edits | Show bots | Hide minor edits | Show wikiNonStop
Show new changes starting from 08:59, 19 April 2026
 
Page name:
List of abbreviations:
D
wikiNonStop edit
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

17 April 2026

 N    08:36  Template:Num/6 diffhist +259 Majestix talk contribs (Created page with "{{#expr:({{{2}}}-{{{2}}}mod10)/trunc10{{#ifexpr:{{{3}}}>.{{{1}}}{{#expr:({{{2}}}-{{{2}}}mod10)/trunc10}}|+trunc1}}}}<noinclude>{{doc|content=This template is used as an example at Manual:expr parser function syntaxCategory:Demo templates}}</noinclude>")
 N    08:35  Template:Num/5 diffhist +286 Majestix talk contribs (Created page with "<includeonly>.{{{1}}}{{num/6|{{{1}}}|(trunc({{{2}}})+trunc(((({{{3}}})-.{{{1}}}{{{2}}})*1{{{1}}}*1e18)round0))|{{{3}}}}}</includeonly><<noinclude>{{doc|content=This template is used as an example at Manual:expr parser function syntaxCategory:Mathematical templates}}</noinclude>")
 N    08:33  Template:Num/4 diffhist +298 Majestix talk contribs (Created page with "<includeonly>{{#expr:trunc({{{1}}})+trunc((({{{3}}}-{{#expr:trunc({{{1}}})}}{{{2}}})/1{{{2}}})round0)}}{{{2}}}</includeonly><noinclude> This template is used as an example at Manual:Representation of numbers in expr parser function {{PAGENAME}} </noinclude>")
 N    08:29  Template:Num diffhist +1,983 Majestix talk contribs (Created page with "<includeonly>{{#switch:{{#expr:{{{1}}}}}|INF=INF|-INF=-INF|{{#ifexpr:({{{1}}})=trunc({{{1}}})|{{#expr:trunc({{{1}}})}}|{{#switch:1|{{#expr:({{{1}}})>0}}={{num/1|({{{1}}})}}|{{#expr:({{{1}}})<0}}=-({{num/1|-({{{1}}})}})|0}}}}}}</includeonly><noinclude> This template has as parameter an expression and produces a decimal number. If the expression produces a number of type integer, the template returns exactly that integer. If the expression produces a float, the template re...")
 N    08:28  Template:Num/0 diffhist +1,143 Majestix talk contribs (Created page with "<includeonly>{{#ifexpr:{{{1}}}=floor{{{1}}}|{{num/2|{{{1}}}}}|{{#ifexpr:{{{1}}}>=1|{{num/2|floor{{{1}}}}}{{num/2|{{{1}}}-floor{{{1}}}|+|{{#expr:trunc(floor{{{1}}})}}|{{{1}}}}}|{{num/2|{{{1}}}|||{{{1}}}}}}}}}</includeonly><noinclude> This is an auxiliary template of Template:Num. *{{xpsoc|num/0|(1e20/7)}} *{{xpsoc|num/0|(1e19/7)}} *{{xpsoc|num/0|(1e18/7)}} *{{xpsoc|num/0|(1e17/7)}} *{{xpsoc|num/0|(1e16/7)}} *{{xpsoc|num/0|(1e15/7)}} *{{xpsoc|num/0|(1e14/7)}} *{{xpsoc...")
 N    08:28  Template:Num/2 diffhist +680 Majestix talk contribs (Created page with "<includeonly>{{num/3|{{{1}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|oom={{oom|{{{1}}}}}}}</includeonly><noinclude> This is an auxiliary template of Template:Num. *{{xpsoc|num/2|123e20|int}} *{{xpsoc|num/2|123e10|int}} *{{xpsoc|num/2|123e2|int}} *{{xpsoc|num/2|(1e0/7)|frac}} *{{xpsoc|num/2|(1e-1/7)|frac}} *{{xpsoc|num/2|(1e-2/7)|frac}} *{{xpsoc|num/2|(1e-3/7)|frac}} *{{xpsoc|num/2|(1e-4/7)|frac}} *{{xpsoc|num/2|(1e-5/7)|frac}} *{{xpsoc|num/2|(1e-15/7)|frac}} *{{xpsoc|num/2|(1e-...")
 N    08:28  Template:Num/3 diffhist +4,408 Majestix talk contribs (Created page with "<includeonly>{{#switch:1|{{#expr:({{{1}}})=trunc({{{1}}})}}={{#expr:trunc({{{1}}})}}|{{#expr:{{{3|}}}.{{#expr:trunc((({{{1}}})e1)round0)}}=({{{4}}})}}=.{{#expr:trunc((({{{1}}})e1)round0)}}|{{#expr:{{{3|}}}.{{padleft:{{#expr:trunc((({{{1}}})e2)round0)}}|2}}={{{4}}}}}=.{{padleft:{{#expr:trunc((({{{1}}})e2)round0)}}|2}}|{{#expr:{{{3|}}}.{{padleft:{{#expr:trunc((({{{1}}})e3)round0)}}|3}}={{{4}}}}}=.{{padleft:{{#expr:trunc((({{{1}}})e3)round0)}}|3}}|{{#expr:{{{3|}}}.{{padleft...")
 N    08:22  Template:Oom diffhist +137 Majestix talk contribs (Created page with "<includeonly>{{#expr:floor(ln({{{1}}})/ln10)-(10^floor(ln({{{1}}})/ln10)>{{{1}}})}}</includeonly><noinclude>{{documentation}}</noinclude>")
 N    08:16  Template:Loop diffhist +221 Majestix talk contribs (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:String|rep|1={{{2|}}}|2={{{1|<noinclude>1</noinclude>}}}}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go in Wikidata --> </noinclude>")
 N    08:08  Module:Xpsoc diffhist +2,068 Majestix talk contribs (Created page with "-- This module implements {{xpsoc}}. local p = {} local function makeInvocation(name, args, useNoWiki) -- This function makes a template invocation from the name and the arguments -- given. -- Copy the invocation args and convert magic words. -- We need to make a copy of the table rather than just using the original, -- as some of the values may be erased when building the invocation. local invArgs = {} for k, v in pairs(args) do invArgs[k] = v end -- Get...")
 N    08:06  Template:Xpsoc diffhist +165 Majestix talk contribs (Created page with "<includeonly>{{#invoke:xpsoc|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")