User:LVL/Sandbox: Difference between revisions

Jump to navigation Jump to search
LVL (talk | contribs)
No edit summary
LVL (talk | contribs)
Blanked the page
Tags: Blanking Manual revert
Line 1: Line 1:
== Testing the Sandbox Pic link Template ==


'''Note:''' This page is using {{tl|Pic link}} to test the new code.
=== PNG Test ===
* '''Code:''' <code><nowiki>{{Pic link|Health|pic=Health}}</nowiki></code>
* '''Result:''' {{Pic link|Health|pic=Health}}
* '''Expected:''' Should show the Health icon from '''Health.png'''.
=== SVG Test ===
* '''Code:''' <code><nowiki>{{Pic link|Slide Distance|pic=Speed Icon}}</nowiki></code>
* '''Result:''' {{Pic link|Slide Distance|pic=Speed Icon}}
* '''Expected:''' Should show the Slide Distance icon from '''Speed Icon.svg'''.
=== JPG Test ===
* '''Code:''' <code><nowiki>{{Pic link|Map|pic=Deadlock Map}}</nowiki></code>
* '''Result:''' {{Pic link|Map|pic=Deadlock Map}}
* '''Expected:''' Should show the map image from '''Deadlock Map.jpg'''.
=== Fallback Test (Red Link) ===
* '''Code:''' <code><nowiki>{{Pic link|Fake Stat|pic=ThisIconDoesNotExist}}</nowiki></code>
* '''Result:''' {{Pic link|Fake Stat|pic=ThisIconDoesNotExist}}
* '''Expected:''' Should show a broken/red link for '''ThisIconDoesNotExist.png'''.