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:TASVideosM: Difference between revisions

Template page
m (Add note re: using main TASVideos template instead)
m (Add to category)
Tag: 2017 source edit
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude><includeonly>{{TASVideos|{{{1}}}M|{{{2|{{{1}}}M}}}}}</includeonly></onlyinclude>
<onlyinclude><includeonly>{{TASVideos|/{{{1}}}M|{{{2|{{{1}}}M}}}}}</includeonly></onlyinclude>
Link to a published movie on TASVideos. <code><nowiki>{{TASVideosM|668|click here}}</nowiki></code> => {{TASVideosM|668|click here}}


Label defaults to the movie id (e.g. "668M") if omitted.
Link to a published movie on TASVideos. <code><nowiki>{{TASVideosM|668|click here}}</nowiki></code> &longrightarrow; {{TASVideosM|668|click here}}
This takes the same number of characters as <code><nowiki>{{TASVideos|668M}}</nowiki></code>, but please avoid that in order to keep the S/N ratio of its transclusion list high.
 
Label defaults to the movie ID (e.g. "668M") if omitted.


{{related templates TASVideos}}
{{related templates TASVideos}}
{{TemplateData preamble}}<templatedata>
{
"params": {
"1": {
"label": "Publication ID",
"type": "number",
"required": true,
"description": "omit trailing 'M'",
"example": "668"
},
"2": {
"label": "Label text",
"type": "line",
"example": "click here",
"default": "{{{1}}}M (value of Publication ID parameter with the 'M' added back)"
}
},
"description": "Link to a published movie on TASVideos.",
"paramOrder": [
"1",
"2"
],
"format": "inline"
}
</templatedata>
[[Category:General-use_inline_templates]]

Latest revision as of 07:00, 4 November 2023


Link to a published movie on TASVideos. {{TASVideosM|668|click here}}click here

Label defaults to the movie ID (e.g. "668M") if omitted.

All templates for linking to TASVideos.org:


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.

Link to a published movie on TASVideos.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Publication ID1

omit trailing 'M'

Example
668
Numberrequired
Label text2

no description

Default
{{{1}}}M (value of Publication ID parameter with the 'M' added back)
Example
click here
Lineoptional