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
10 March 2026
|
|
21:59 | MediaWiki:Common.css 4 changes history +4,025 [WaveOfWaves; NIK220V (3×)] | |||
| m |
|
21:59 (cur | prev) −3 NIK220V talk contribs | |||
|
|
21:49 (cur | prev) +1,424 NIK220V talk contribs | ||||
|
|
21:45 (cur | prev) +234 NIK220V talk contribs | ||||
|
|
20:37 (cur | prev) +2,370 WaveOfWaves talk contribs | ||||
9 March 2026
|
|
N 16:28 | Template:Icon alt text 5 changes history +189 [NIK220V (5×)] | |||
|
|
16:28 (cur | prev) 0 NIK220V talk contribs | ||||
|
|
16:27 (cur | prev) +22 NIK220V talk contribs | ||||
|
|
16:23 (cur | prev) +22 NIK220V talk contribs | ||||
|
|
16:21 (cur | prev) −275 NIK220V talk contribs | ||||
| N |
|
16:18 (cur | prev) +420 NIK220V talk contribs (Created page with "{{documentation header}} <!-- documentation here --> Creates hidden alt text to put on a page. Useful for templates like {{xp|1}} or {{health|2}} or {{nbt|int}} (raw text upon copying: <code>1XP or 2HP or [Int]</code>) where significant meaning is denoted only through the icon. Allows keeping important contexts when copy pasting sentences. Uses CSS class <code>.hidden-alt-text</code> → MediaWiki:Common.css.") | |||
| N 16:15 | Template:Health diffhist +673 NIK220V talk contribs (Created page with "<includeonly>{{#if: {{{notag|}}} || {{{1|0}}} }}{{icon alt text|HP}}<span class="nowrap {{#if: {{{notag|}}} || mc-hearts}}">{{healthbar |{{#ifexpr: {{{1|0}}} > 10 or {{{short|0}}} or floor {{{1|0}}} != {{{1|0}}} | 2 | {{{1|0}}} }} |{{#if: {{{2|}}} | {{{2}}} | 9 }} |poisoned={{{poisoned|}}} |withered={{{withered|}}} |hardcore={{{hardcore|}}} |freezing={{{freezing|}}} |mob={{{mob|}}} |absorption={{{absorption|}}} |total={{{total|}}} }}{{#ifexpr: {{{1|0}}} > 10 or {{{short|...") | ||||
| 16:14 | Upload log NIK220V talk contribs uploaded File: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...") | ||||