Template:InvertibleImage: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}
{{#if:{{{1|}}}
  | [[File:{{{1}}}|{{{2|}}}|link=|alt=|frameless|class=invertible-image]]
  | [[File:{{{1}}}|{{{2|}}}|link=|alt=|frameless|class=invertible-image]]
  | <span style="color:red;">Error: No image specified.</span>
  | <span style="color:red;">Error: No image specified.</span>
}}</includeonly>
}}
<noinclude>
Provides a way to make images invert colors in dark mode to avoid dark images on a dark background being an issue.
 
== Usage ==
 
Normal:
 
[[File:Logo_PS2.png]]
 
InvertibleImage:
 
{{InvertibleImage|Logo_PS2.png}}
</noinclude>

Revision as of 07:52, 12 June 2023

Error: No image specified.