Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Numinix MediaWiki Demo
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Help/Images
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Rendering a single image == <!--T:25--> === Syntax === <!--T:26--> <!--T:27--> The full syntax for displaying an image is: </translate> <nowiki>[[</nowiki>File:<translate><!--T:285--> ''filename.extension''</translate>|<translate><!--T:286--> ''options''</translate>|<translate><!--T:287--> ''caption''</translate><nowiki>]]</nowiki> <translate> <!--T:28--> where ''options'' can be empty or containing one or more of the following lower-case words, separated by pipes ('''|'''): </translate> * <translate><!--T:29--> ''[[<tvar name=1>#Format</tvar>|Format]]'' option: '''border''', and one of '''frameless''', '''frame''' (or '''framed'''), or '''thumb''' (or '''thumbnail''').</translate> <translate><!--T:307--> <tvar name=1>'''border'''</tvar> can be used in combination with <tvar name=2>'''frameless'''</tvar> but will be ignored if used with one of the other options.</translate> *: <translate><!--T:30--> Controls how the rendered image is formatted and embedded in the rest of the page.</translate> * <translate><!--T:31--> ''[[<tvar name=1>#Size and frame</tvar>|Resizing]]'' option: one of</translate> ** <translate><!--T:32--> ''{width}'''''px''' – Resizes the image to fit within the given maximum width in pixels, without restricting its height.</translate> (<translate><!--T:264--> Only whole-number pixel values are supported.</translate> <translate><!--T:223--> A space character between the width value and "px" is permitted.</translate>) ** <translate><!--T:33--> '''x'''''{height}'''''px''' – Resizes the image to fit within the given maximum height in pixels, without restricting its width.</translate> <translate><!--T:265--> Only whole-number pixel values are supported.</translate> <translate><!--T:266--> A space character between the height value and "px" is permitted.</translate> ** <translate><!--T:34--> ''{width}'''''x'''''{height}'''''px''' – Resizes the image to fit within the given width and height in pixels.</translate> <translate><!--T:267--> Only whole-number pixel values are supported.</translate> <translate><!--T:268--> A space character between the width value and "px" is permitted.</translate> ** '''upright''' – <translate><!--T:35--> Resizes an image to a multiple of the user's thumbnail size preferences (see <tvar name=1><code></code></tvar>) β or the default thumbnail size, for logged-out users or logged-in users who have not changed their preferences β to fit within reasonable dimensions.</translate> <translate><!--T:275--> This option is often useful for images whose height is larger than their width.</translate> <translate><!--T:276--> Requires either <tvar name=1>'''thumb'''</tvar> or <tvar name=2>'''frameless'''</tvar>.</translate> <translate><!--T:224--> Setting <tvar name=1><code>|upright=1.0|</code></tvar> will display the image at the user's default image width.</translate> <translate><!--T:225--> <tvar name=1><code>|upright=2.0|</code></tvar> will display the image at double the user's default width.</translate> *: <translate><!--T:226--> The image will always retain its aspect ratio.</translate> *: <translate><!--T:227--> Images in non-scalable media types can be reduced in size, but not increased; e.g., bitmap images cannot be scaled up.</translate> *: <translate><!--T:228--> The <tvar name=1><code>upright</code></tvar> setting does not require an equals sign, i.e. <tvar name=2><code>|upright 2.0|</code></tvar> works the same as <code>|upright=2.0|</code>.</translate> *: <translate><!--T:229--> When used without a value or an equals sign (e.g., <tvar name=1><code>|upright|</code></tvar>), defaults to <tvar name=2><code>|upright=0.75|</code></tvar> (although <tvar name=3><code>|upright=|</code></tvar> is the same as <tvar name=4><code>|upright=1.0|</code></tvar>)</translate> *: <translate><!--T:37--> The default maximum size depends on the ''format'' and the internal image dimensions (according to its media type).</translate> * <translate><!--T:38--> ''[[<tvar name=1>#Horizontal alignment</tvar>|Horizontal alignment]]'' option: one of '''left''', '''right''', '''center''', '''none'''.</translate> <translate><!--T:234--> If multiple of these options are present, only the first one will be used</translate> *: <translate><!--T:39--> Controls the horizontal alignment (and inline/block or floating styles) of the image within a text (no default value).</translate> * <translate><!--T:40--> ''[[<tvar name=1>#Vertical alignment</tvar>|Vertical alignment]] option'': one of '''baseline''', '''sub''', '''super''', '''top''', '''text-top''', '''middle''', '''bottom''', '''text-bottom'''</translate> *: <translate><!--T:41--> Controls the vertical alignment of a non-floating inline image with the text before or after the image, and in the same block (the default vertical alignment is '''middle''').</translate> * <translate><!--T:42--> ''[[<tvar name=1>#Altering the default link target</tvar>|Link]] option'': one of</translate> ** <translate><!--T:43--> '''<tvar name=1>link</tvar>='''''{target}'' – Allows to change the target (to an arbitrary page title, or URL) of the generated link, activable on the rendered image surface; e.g. <tvar name=code><code><nowiki>[[File:Example.jpg|20px|link=http://www.wikipedia.org]]</nowiki></code></tvar> renders as <tvar name=code2>[[File:Example.jpg|20px|link=http://www.wikipedia.org]]</tvar> (external link), or <tvar name=code3><code><nowiki>[[File:Example.jpg|20px|link=MediaWiki]]</nowiki></code></tvar> renders as <tvar name=code4>[[File:Example.jpg|20px|link=MediaWiki]]</tvar> (internal link).</translate> ** <translate><!--T:44--> '''<tvar name=2>link</tvar>=''' (with an empty value) – (<tvar name=1>[[rev:41727|MediaWiki 1.14+]]</tvar>) Displays an image without any activable link; e.g. <tvar name=code1><code><nowiki>[[File:Example.jpg|20px|link=]]</nowiki></code></tvar> renders as <tvar name=code2>[[File:Example.jpg|20px|link=]]</tvar>.</translate> *: <translate><!--T:235--> If there is a space character between <tvar name=1><code>link</code></tvar> and the equals sign, the link statement will be treated as a caption.</translate> *: <translate><!--T:254--> Including some HTML character equivalents, like <tvar name=1><code>%22</code></tvar> for <tvar name=2><code>"</code></tvar>, can cause the link statement to be treated as a caption (see <tvar name=3>[[phabricator:T306216]]</tvar>).</translate> <!--*** '''!''' Link does '''not''' work with thumb, thumbnail or frame. (This works for external and internal links)--> *: <translate><!--T:45--> '''!''' for MW 1.24 and lower: If you set <code>|link=|</code> (empty), then no <code>title</code> will be rendered. (See [[phabricator:T23454]].)</translate> * <translate><!--T:46--> Other specific options:</translate> ** <translate><!--T:47--> '''<tvar name=2>alt</tvar>='''''{alternative text}'' – (<tvar name=1>[[rev:41837|MediaWiki 1.14+]]</tvar>) Defines the alternative text (maps to the HTML attribute <code>alt="..."</code> of the generated <tvar name=3></tvar> element) of an image that will be rendered if either the referenced image cannot be downloaded and embedded, or if the support media must use the alternative description text (e.g. when using a Braille reader or with accessibility options set by the user in its browser).</translate> *: <translate><!--T:236--> If there is a space character between <tvar name=1><code>alt</code></tvar> and the equals sign, the alt statement will be treated as a caption.</translate> ** '''page='''''{number}'' – <translate><!--T:48--> Renders the specified page number (currently only applicable when showing a .djvu or .pdf file).</translate> ** '''thumbtime='''''{number}'' – <translate><!--T:277--> Renders a thumbnail from the video at the specified timestamp in seconds or MM:SS or HH:MM:SS format (only applicable when showing a video file).</translate> ** '''start='''''{number}'' – <translate><!--T:278--> When video playback is started it will start at the specified timestamp in seconds or MM:SS or HH:MM:SS format (only applicable when showing a video file).</translate> ** '''muted''' – <translate><!--T:279--> When media playback is started, audio will be muted.</translate> ** '''loop''' – <translate><!--T:280--> Media will loop continuously. (only applies to audio and video)</translate> ** '''lossy='''''{false}'' – () <translate><!--T:281--> For using PNG instead of JPG thumbnails for Tiff images</translate> ** '''class='''''{html class}'' – (MediaWiki 1.20+) <translate><!--T:49--> Defines classes (maps to the HTML attribute <tvar name=3><code>class="..."</code></tvar> of the generated <tvar name=1></tvar> element wrapped around the <tvar name=4></tvar> element).</translate></ref> <translate><!--T:283--> Previously the class was applied directly to the <tvar name=1></tvar> element.</translate><ref> media option is now applied to the wrapper|<translate><!--T:284--> The <tvar name=1>class</tvar> media option is now applied to the wrapper</translate>}}</ref>}} ** '''lang='''''{language code}'' – (MediaWiki 1.22+) <translate><!--T:50--> For SVG files containing [http://www.w3.org/TR/SVG/struct.html#SwitchElement <switch>] statements varying on a ''systemLanguage'' attribute, selects what language to render the file in.</translate> <translate><!--T:221--> The default is the page language (defaults to project default language on most projects).</translate> <translate><!--T:51--> If a parameter does not match any of the other possibilities, it is assumed to be the caption text.</translate> <translate><!--T:237--> If more than one non-parameter string is present, the final non-parameter string will be used as the caption.</translate> <translate><!--T:52--> Caption text shows below the image in '''thumb''' and '''frame''' formats, or as tooltip text in any other format.</translate> <translate><!--T:53--> Caption text displayed in the '''thumb''' and '''frame''' formats may contain wiki links and other formatting.</translate> <translate><!--T:54--> MediaWiki extensions can add additional options.</translate> <translate> <!--T:55--> If 'alt' is not specified and a caption is provided, the alternative text will be created automatically from the caption, stripped of formatting, except when in ''thumb'' or ''frame'' mode since the caption is already readable by screen readers in that case. === Thumbnail sizes === <!--T:308--> <!--T:309--> File thumbnails are stored in discrete sizes. If a page specifies a thumbnail size that's not among the [[<tvar name=1>Special:MyLanguage/common thumbnail sizes</tvar>|common thumbnail sizes]] (20px, 40px, 60px, 120px, 250px, 330px, 500px, 960px, 1280px, 1920px, 3840px), then MediaWiki will pick the closest larger thumbnail size but will tell the browser to downscale it to the requested size. In these cases, nothing will change visually but users might load slightly larger images. If it doesn't matter which thumbnail size is used in a page, please pick one of the standard sizes to avoid the extra in-browser down-scaling step. === Format === <!--T:56--> <!--T:57--> The following table shows the effect of all available formats. </translate> <div class="noresize"> {|class="wikitable plainlinks" |- ! <translate><!--T:58--> Description</translate> ! <translate><!--T:59--> You type</translate> ! <translate><!--T:60--> You get</translate> {{Help:Images/frame|frame=frameless|ex=<translate><!--T:63--> '''frameless''', like thumbnail, respect user preferences for image width, but without border and no right float</translate>|float=no|inline=yes|render caption=no}} |} </div> <translate><!--T:66--> When the height of an image in thumbnail is bigger than its width (i.e. in portrait orientation rather than landscape) and you find it too large, you may try the option <code>upright=N</code>, where N is the image's aspect ratio (its width divided by its height, defaulting to 0.75).</translate> <translate><!--T:67--> The alternative is to specify the desired maximum height (in pixels) explicitly.</translate> <translate> <!--T:68--> Note that by writing <code>thumb={filename}</code>, you can use a different image for the thumbnail. === Size and frame === <!--T:69--> <!--T:70--> Among different formats, the effect of the size parameter may be different, as shown below. <!--T:71--> * For how it appears when its size is not specified, see [[<tvar name=1>#Format</tvar>|Format]] section above.</translate> <translate> <!--T:72--> * When the format is not specified, or only <code>border</code>ed, the size can be both reduced and enlarged to any specified size.</translate> <translate> <!--T:73--> * In the examples below, the original size of the image is 400Γ267 pixels.</translate> <translate> <!--T:74--> * An image with <tvar name=1><code>frame</code></tvar> always '''ignores''' the size specification; the original image will be reduced if it exceeds the maximum size defined in user preferences, and the page information will display a Linter error.</translate> <translate> <!--T:75--> * The size of an image with <tvar name=1><code>thumb</code></tvar> or <tvar name=2><code>frameless</code></tvar> can be reduced, but cannot be enlarged beyond the original size of the image. </translate> <div class="noresize"> {|class="wikitable" |- ! <translate><!--T:76--> Format</translate> ! <translate><!--T:77--> Reduced</translate> ! <translate><!--T:78--> Enlarged</translate> |} </div> <translate> === Horizontal alignment === <!--T:79--> <!--T:80--> Note that when using the <code>frame</code> or <code>thumb[nail]</code> formats, the default horizontal alignment will be ''right'' for left-to-right languages, and ''left'' for right-to-left languages. </translate> {|class="wikitable" |- ! <translate><!--T:81--> Description</translate> ! <translate><!--T:82--> You type</translate> ! <translate><!--T:83--> You get</translate> |} <translate> === Vertical alignment === <!--T:89--> </translate> <translate><!--T:90--> The vertical alignment options take effect only if the image '''is''' rendered as an inline element and '''is not''' floating.</translate> <translate><!--T:91--> They alter the way the inlined image will be vertically aligned with the text present in the same block before and/or after this image on the same rendered row.</translate> <translate> <!--T:92--> Note that the rendered line of text where inline images are inserted (and the lines of text rendered after the current one) may be moved down (this will increase the line-height conditionally by additional line spacing, just as it may occur with spans of text with variable font sizes, or with superscripts and subscripts) to allow the image height to be fully displayed with this alignment constraint. </translate> <div class="mw-collapsible mw-collapsed"> <div class="mw-collapsible-toggle toccolours" style="float:none;text-align:center">''''''</div> <div class="mw-collapsible-content"> <syntaxhighlight lang="html4strict"> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> '''top:''' [[File:Example.jpg|20px|top]] [[File:Example.jpg|40px|top]] [[File:Example.jpg|100px|top]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> '''text-top:''' [[File:Example.jpg|20px|text-top]] [[File:Example.jpg|40px|text-top]] [[File:Example.jpg|100px|text-top]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> <sup>super:</sup> [[File:Example.jpg|20px|super]] [[File:Example.jpg|40px|super]] [[File:Example.jpg|100px|super]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> '''baseline:''' [[File:Example.jpg|20px|baseline]] [[File:Example.jpg|40px|baseline]] [[File:Example.jpg|100px|baseline]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> <sub>'''sub:'''</sub> [[File:Example.jpg|20px|sub]] [[File:Example.jpg|40px|sub]] [[File:Example.jpg|100px|sub]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> '''default:''' [[File:Example.jpg|20px]][[File:Example.jpg|40px]] [[File:Example.jpg|100px]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> '''middle:''' [[File:Example.jpg|20px|middle]] [[File:Example.jpg|40px|middle]] [[File:Example.jpg|100px|middle]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> '''text-bottom:''' [[File:Example.jpg|20px|text-bottom]] [[File:Example.jpg|40px|text-bottom]] [[File:Example.jpg|100px|text-bottom]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> '''bottom:'' [[File:Example.jpg|20px|bottom]] [[File:Example.jpg|40px|bottom]] [[File:Example.jpg|100px|bottom]] <del>text</del></u></span></p> </syntaxhighlight></div></div> <translate> <!--T:93--> To show the alignment result more clearly, the text spans are overlined and underlined, the font-size is increased to 200%, and the paragraph block is outlined with a thin border; additionally images of different sizes are aligned: </translate> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> '''top:''' [[File:Example.jpg|20px|top]] [[File:Example.jpg|40px|top]] [[File:Example.jpg|100px|top]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> '''text-top:''' [[File:Example.jpg|20px|text-top]] [[File:Example.jpg|40px|text-top]] [[File:Example.jpg|100px|text-top]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> <sup>'''super:'''</sup> [[File:Example.jpg|20px|super]] [[File:Example.jpg|40px|super]] [[File:Example.jpg|100px|super]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> '''baseline:''' [[File:Example.jpg|20px|baseline]] [[File:Example.jpg|40px|baseline]] [[File:Example.jpg|100px|baseline]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> <sub>'''sub:'''</sub> [[File:Example.jpg|20px|sub]] [[File:Example.jpg|40px|sub]] [[File:Example.jpg|100px|sub]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> '''default:''' [[File:Example.jpg|20px]] [[File:Example.jpg|40px]] [[File:Example.jpg|100px]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> '''middle:''' [[File:Example.jpg|20px|middle]] [[File:Example.jpg|40px|middle]] [[File:Example.jpg|100px|middle]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> '''text-bottom:''' [[File:Example.jpg|20px|text-bottom]] [[File:Example.jpg|40px|text-bottom]] [[File:Example.jpg|100px|text-bottom]] <del>text</del></u></span></p> <p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2"> <span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del> '''bottom:''' [[File:Example.jpg|20px|bottom]] [[File:Example.jpg|40px|bottom]] [[File:Example.jpg|100px|bottom]] <del>text</del></u></span></p> <translate> <!--T:94--> Notes: </translate> # <translate><!--T:95--> The "middle" vertical alignment position of the image (which is also the default) usually refers to the middle between the x-height and the baseline of the text (on which the vertical middle of the image will be aligned, and on which usually the text may be overstroke), but not to the middle of the line-height of the font-height that refers to the space between the "text-top" and "text-bottom" positions ; the font-height excludes:</translate> #* <translate><!--T:96--> the additional line separation spacing normally divided equally into two line-margins (here 0.5em, according to line-height set to 200%) above and below the font-height).</translate> #* <translate><!--T:97--> the additional line spacing which may be added by superscripts and subscripts.</translate> # <translate><!--T:98--> However, if the image height causes its top or bottom position to go above or below the normal full line-height of text, the middle position will be adjusted after the increasing the top and/or bottom line-margins so that the image can fit and align properly, and all images (including those with smaller heights) will be vertically centered on the adjusted middle position (for computing the effective line-height, the text of each rendered row with the larger font-height will be considered).</translate> # <translate><!--T:99--> The "text-top" and "text-bottom" alignment positions also excludes the extra line spacing added by superscripts and subscripts, but not the additional line-spacing defined by the line-height.</translate> # <translate><!--T:100--> The "top" and "bottom" alignment positions take into account all these extra line spacings (including superscripts and subscripts, if they are present in a rendered line span).</translate> <translate><!--T:101--> When the image alignment constrains the image to grow above or below the normal line-spacing, and the image is not absolutely positioned, the image will cause the "top" and "bottom" positions to be adjusted (just like superscripts and subscripts), so the effective line-height between rendered lines of text will be higher.</translate> # <translate><!--T:102--> The "underline", "overline" and "overstrike" text-decoration positions should be somewhere within these two limits and ''may'' depend on the type and height of fonts used (the superscript and subscript styles may be taken into account in some browsers, but usually these styles are ignored and the position of these decorations may not be adjusted); so these decorations normally don't affect the vertical position of images, relatively to the text.</translate> <translate> === Stopping the text flow === <!--T:103--> </translate> <translate><!--T:104--> On occasion it is desirable to stop text (or other inline non-floating images) from flowing around a floating image.</translate> <translate><!--T:105--> Depending on the web browser's screen resolution and such, text flow on the right side of an image may cause a section header (for instance, <nowiki>== My Header ==</nowiki>) to appear to the right of the image, instead of below it, as a user may expect.</translate> <translate><!--T:106--> The text flow can be stopped by placing <tvar name=code2><syntaxhighlight lang=html inline><div style="clear: both"></div></syntaxhighlight></tvar> before the text that should start below the floating image.</translate> <translate><!--T:107--> (This may also be done without an empty line by wrapping the section with the floating images with <tvar name=code><syntaxhighlight lang=html inline><div style="overflow: hidden">β¦</div></syntaxhighlight></tvar>, which clears all floats inside the <code>div</code> element.)</translate> <translate><!--T:108--> All images rendered as blocks (including non-floating '''center'''ed images, '''left'''- or '''right'''-floating images, as well as '''framed''' or '''thumbnail'''ed floating images) are implicitly breaking the surrounding lines of text (terminating the current block of text before the image, and creating a new paragraph for the text after them).</translate> <translate><!--T:109--> They will then stack vertically along their left or right alignment margin (or along the center line between these margins for '''center'''ed images).</translate> <translate> === Altering the default link target === <!--T:110--> </translate> <translate><!--T:111--> The following table shows how to alter the link target (whose default is the image ) or how to remove it.</translate> <translate><!--T:112--> Changing the link does not alter the format described in the previous sections.</translate> <div class="noresize"> {|class="wikitable plainlinks" |- ! <translate><!--T:113--> Description</translate> ! <translate><!--T:114--> You type</translate> ! <translate><!--T:115--> You get</translate> |} </div> {{warning|1= : <translate><!--T:120--> The licencing requirements on your wiki may not allow you to remove all links to the description page that displays the required authors attributions, the copyrights statements, the applicable licencing terms, or a more complete description of the rendered image (including its history of modifications).</translate> : <translate><!--T:121--> If you change or remove the target link of an image, you will then have to provide somewhere else on your page an explicit link to this description page, or to display the copyright and author statement and a link to the applicable licence, if they are different from the elements applicable to the embedding page itself.</translate> : <translate><!--T:122--> Your wiki policy may restrict the use of the alternate link parameter, or may even enforce a prohibition of alternate link parameters for embedded media files (in which case, the link parameter will be ignored), or may only accept them after validation by authorized users or administrators.</translate> }} <translate>
Summary:
Please note that all contributions to Numinix MediaWiki Demo may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Project:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)