The first video in the TASBot Re: (TASBot Revisited) series is out! TASBot Re: Gradius covers our first run from AGDQ 2014.

Historians wanted: Inquire here.

Template:Image on right: Difference between revisions

Template page
(Create template)
 
m (Add to category)
Tag: 2017 source edit
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude><includeonly>{{#if:{{{3|}}}|[[File:{{{1}}}|thumb|{{{2}}}|right|{{{3}}}]]|[[File:{{{1}}}|{{{2}}}|right]]}}</includeonly></onlyinclude>
<onlyinclude><includeonly>{{#if:{{{3|}}}|[[File:{{{1}}}|thumb|{{{2}}}|right|{{{3}}}]]|[[File:{{{1}}}|{{{2}}}|right]]}}</includeonly></onlyinclude>
Usage:
Usage:
{{image on right|Maze.png|x200px}}
<code><nowiki>{{image on right|Maze.png|x200px}}</nowiki></code> &longrightarrow;
<code><nowiki>{{image on right|Maze.png|x200px}}</nowiki></code> &longrightarrow;
{{image on right|Maze.png|x200px}}
<br clear="all" />
<br clear="all" />
{{image on right|Maze.png|x200px|Some text}}
<code><nowiki>{{image on right|Maze.png|x200px|Some text}}</nowiki></code> &longrightarrow;
<code><nowiki>{{image on right|Maze.png|x200px|Some text}}</nowiki></code> &longrightarrow;
{{image on right|Maze.png|x200px|Some text}}
<br clear="all" />
<br clear="all" />
The second parameter should be either a width e.g. <code>400px</code> or a height e.g. <code>x300px</code>; see [[mw:Help:Images#Syntax|docs]].
The second parameter should be either a width e.g. <code>400px</code> or a height e.g. <code>x300px</code>; see [[mw:Help:Images#Syntax|docs]].
{{TemplateData preamble}}<templatedata>
{
"params": {
"1": {
"label": "Filename",
"description": "omit \"File:\"",
"type": "wiki-file-name",
"required": true
},
"2": {
"label": "Size",
"description": "either a width (400px) or a height (x300px)",
"type": "string",
"required": true
},
"3": {
"label": "Caption",
"description": "displayed under thumbnail if set",
"type": "line"
}
},
"description": "Embeds uploaded media as a thumbnail along the right side of the page.",
"paramOrder": [
"1",
"2",
"3"
],
"format": "inline"
}
</templatedata>
[[Category:General-use_inline_templates]]

Revision as of 06:58, 4 November 2023


Usage:

Maze.png

{{image on right|Maze.png|x200px}}

Some text

{{image on right|Maze.png|x200px|Some text}}
The second parameter should be either a width e.g. 400px or a height e.g. x300px; see docs.


The below documentation is automatically generated from JSON.

It can be changed by editing this page, but note that it's only the documentation (for the visual editor)—the actual template part must also be edited, manually.

Embeds uploaded media as a thumbnail along the right side of the page.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Filename1

omit "File:"

Filerequired
Size2

either a width (400px) or a height (x300px)

Stringrequired
Caption3

displayed under thumbnail if set

Lineoptional