User:Wildgoosespeeder/MediaLink: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
Line 55: | Line 55: | ||
===Other=== | ===Other=== | ||
Uses <code>{{tem|!}}</code>. Also hides media prefix usage with <nowiki><span></nowiki> tag and a simple CSS code. | Uses <code>{{tem|!}}</code>. Also hides media prefix usage with <nowiki><span></nowiki> tag and a simple CSS code. Special code implemented if a red link results from the file string specified. | ||
</noinclude> | </noinclude> |
Revision as of 17:59, January 2, 2017
Usage
Template idea for the prefix "Media:"
Media: vs. :File:
Both prefixes display a link instead of embedding the image itself but there are some key differences:
Prefix | Sample | Special:UnusedFiles prevention | Provides a file page link |
---|---|---|---|
Media:
|
Media:Alternate screen.png | ||
:File:
|
File:Alternate screen.png |
That's what this template addresses by bring the best of both worlds together. This template should be used in main articles only!
Use Cases
{{MediaLink}} testing for bugs:
MediaWiki parsing | Code |
---|---|
File:Alternate screen.png | {{MediaLink|Alternate screen.png}}
|
File:Alternate screen.png | {{MediaLink|Alternate screen.png|}}
|
test | {{MediaLink|Alternate screen.png|test}}
|
[[Media:|test]] | {{MediaLink||test}}
|
File:aeilsdfilasjdl.png | {{MediaLink|aeilsdfilasjdl.png}}
|
File:aeilsdfilasjdl.png | {{MediaLink|aeilsdfilasjdl.png|}}
|
test | {{MediaLink|aeilsdfilasjdl.png|test}}
|
Other
Uses {{!}}
. Also hides media prefix usage with <span> tag and a simple CSS code. Special code implemented if a red link results from the file string specified.