Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Related changes

More actions

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 registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 23:02, 10 March 2026
 
Page name:
List of abbreviations:
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

9 March 2026

     15:52  (Upload log) [NIK220V (5×)]
     
15:52 NIK220V talk contribs uploaded File:Poisoned Hunger (icon).png
     
15:52 NIK220V talk contribs uploaded File:Half Poisoned Hunger (icon).png
     
15:52 NIK220V talk contribs uploaded File:Hunger (icon).png
     
15:52 NIK220V talk contribs uploaded File:Half Hunger (icon).png
     
15:52 NIK220V talk contribs uploaded File:Empty Hunger (icon).png
N    15:51  Template:Hungerbar diffhist +518 NIK220V talk contribs (Created page with "<includeonly>{{#invoke: iconbar | bar | full = {{#if: {{{poisoned|}}} | Poisoned }} Hunger (icon).png | empty = Empty Hunger (icon).png | size = {{{2|18}}} | value = {{{1}}} | title = {{#expr:{{{1|0}}}/2}} {{#if: {{{poisoned|}}} | poisoned }} hunger point{{#ifeq: {{{1|}}} | 2 || s }} | reverse = 1 | min = {{{total|}}} | link = {{{link|}}} | fullalt = 🍗 | halfalt = 🍖 | emptyalt = 🦴 }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki...")
N    14:58  Module:Iconbar diffhist +1,999 NIK220V talk contribs (Created page with "local p = {} function p.bar( f ) local args = require( 'Module:ProcessArgs' ).merge() local link = args.link or '' local full = args.full local half = args.half or 'Half ' .. full local empty = args.empty or 'Empty ' .. full local fullAlt = args.fullalt or args.alt or '' local halfAlt = args.halfalt or args.alt or '' local emptyAlt = args.emptyalt or args.alt or '' local value = math.abs( tonumber( args.value ) or 0 ) / 2 local min = math.ceil( math.abs( tonumb...")