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
|
|
16:14 | (Upload log) [NIK220V (5×)] | |||
|
|
16:14 NIK220V talk contribs uploaded File:Half Poisoned Heart (icon).png | ||||
|
|
16:14 NIK220V talk contribs uploaded File:Poisoned Heart (icon).png | ||||
|
|
16:14 NIK220V talk contribs uploaded File:Heart (icon).png | ||||
|
|
16:14 NIK220V talk contribs uploaded File:Half Heart (icon).png | ||||
|
|
16:14 NIK220V talk contribs uploaded File:Empty Heart (icon).png | ||||
| N 16:13 | Template:Healthbar diffhist +1,059 NIK220V talk contribs (Created page with "<includeonly>{{#invoke: Iconbar | bar | full = {{ #if: {{{mob|}}} | Mob | {{ #if: {{{poisoned|}}} | Poisoned | {{ #if: {{{withered|}}} | Withered | {{ #if: {{{absorption|}}} | Absorption | {{ #if: {{{freezing|}}} | Freezing }} }} }} }} {{#if: {{{hardcore|}}} | Hardcore }} }} Heart (icon).png | empty = Empty Heart (icon).png | size = {{{2|18}}} | value = {{{1}}} | title = {{#expr: {{{1|0}}} / 2 }} {{...") | ||||
| 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...") | ||||