Template:Vector version available
File:Example.svg is a vector version of this file.
File:Vector version available → File:Example.svg
For more information, see Help:SVG. |
Notifies about the existence of one or more vector versions (superior/equivalent/inferior) of a bitmap image
The template automatically sets the following categories: Vector version available
Usage
{{Vector version available |1= }}
When first parameter is absent it defaults to the name of the file the template is placed on, with the extension changed to ".svg". See ➔ File name
Template parameters
Parameter | Description | Default | Status | |
---|---|---|---|---|
1 | First SVG | Name of the SVG file (see #File name for explanation) | Current file name, minus extension, plus .svg . | suggested |
2 | Second SVG | Name of a second SVG file | empty | optional |
3 | Third SVG | Name of a third SVG file | empty | optional |
quality q allquality aq | Quality | "superior" / "inferior" (or abbreviation "s" / "i") shortcut "q" when more than one file the parameter "allquality" must be used, (or the shortcut "aq") otherwise the "quality" option is ignored | empty | optional |
reason r | Reason | any text for explanation | empty | optional |
lang lang1 | Language | language code to be used for a multilingual SVG file (also: lang2, lang3 for the other files) | empty | optional |
by by1 | Creator | when it seems useful to display the creator of the SVG file (also: by2, by3 for the other files) | empty | optional |
topic t | Topic Code | when the topic should be displayed, instead of just the namespace | empty | optional |
Template data | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<templatedata>JSON</templatedata> ./. {{TemplateBox}}
TemplateData is a way to store information about template parameters (the description of those and of the whole template) for both humans and machines. It is used by VisualEditor and possibly other tools like Upload Wizard. Existing template documentation Newly created template documentation and imports Wikipedia's help about TemplateData • Commons-specific information Notifies about the existence of one or more vector versions (superior/equivalent/inferior) of a bitmap image
|
Additional information
The template is intended to be used in the following namespaces: the File namespace
The template is intended to be used by the following user groups: all users
See also
File name
If the names of the bitmap and vector files are identical except for the file extension, the first parameter may be left empty (see Autoreferencing templates).
Each parameter may, but does not need to, include the "File:" or "Image:" namespace prefix and/or the ".svg" file extension. Any other recognized extension will be replaced by ".svg".
The template will give an error message and add the maintenance category Vector version available/error if any of the specified files does not exist.
see also
Localization
This template is localized through {{Autotranslate}}. The layout of the template can be found under Template:Vector version available/layout.
To add your language to the list of languages supported by this template, please copy the code of Template:Vector version available/en (or any other language version you prefer to translate) and replace the text strings in there (the form below can be used to create a translation, the English version is preloaded in the edit box). Please change the parameter lang
from en
(or whatever language you are translating) to the language code of your language.
For quick insert (and replace) you can use a user-script (the first highlighted line could be redundant):
var ns = mw.config.get('wgNamespaceNumber'), ti = mw.config.get('wgTitle');
if (ns === 14 || (ns === 6 && !/SVG/i.test(ti.slice(-3)))
importScript('User:Perhelion/fixconverttosvg.js'); // Automatic CONVERT-TO-SVG tags: