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.
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
| N 15:53 | Template:Hunger diffhist +499 NIK220V talk contribs (Created page with "<includeonly><span class="nowrap"><!-- -->{{#if: {{{notag|}}} {{{bar|}}} || {{{1|0}}} ( }}<!-- -->{{hungerbar |{{#ifexpr: {{{1|0}}} > 10 | 2 | {{{1|{{{bar|0}}}}}}}} |{{{2|9px}}} |poisoned={{{poisoned|}}} |total={{{total|{{#if:{{{bar|}}}|20|}}}}} }}<!-- -->{{#ifexpr: {{{1|0}}} > 10 | × {{ #expr: {{{1|0}}} / 2 }} }}<!-- -->{{ #if: {{{notag|}}} {{{bar|}}} || ) }}<!-- --></span></includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentati...") | ||||
|
|
15:52 | (Upload log) [NIK220V (4×)] | |||
|
|
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: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...") | ||||