Template:Yt: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
if parameter 2 exists | if parameter 2 exists | ||
-->{{{2|}}}<span class="plainlinks" style="float:right; background:#DC4539; color:#ffffff; display:inline-block; width:2.6em; line-height:1.4em; text-align:center; border-radius: | -->{{{2|}}}<span class="plainlinks" style="float:right; background:#DC4539; color:#ffffff; display:inline-block; width:2.6em; line-height:1.4em; text-align:center; border-radius:2em/5em; box-shadow: 0px 0px 2px 1px #eeeeee;" title="Search in YouTube">[https://www.youtube.com/results?search_query={{urlencode:{{{1|HiddenText}}} {{{2|VisibleText}}}|QUERY}} <span style="vertical-align:2px; font-size:150%; color:#ffffff;"> ▶ </span>]</span><!-- | ||
-->|<!--else (parameter 2 doesnt exists) | -->|<!--else (parameter 2 doesnt exists) | ||
-->{{{1|}}}<span class="plainlinks" style="float:right; background:#DC4539; color:#ffffff; display:inline-block; width:2.6em; line-height:1.4em; text-align:center; border-radius: | -->{{{1|}}}<span class="plainlinks" style="float:right; background:#DC4539; color:#ffffff; display:inline-block; width:2.6em; line-height:1.4em; text-align:center; border-radius:2em/5em; box-shadow: 0px 0px 2px 1px #eeeeee;" title="Search in YouTube">[https://www.youtube.com/results?search_query={{urlencode:{{{1|VisibleText}}}|QUERY}} <span style="vertical-align:2px; font-size:150%; color:#ffffff;"> ▶ </span>]</span><!-- | ||
-->}}<!-- if ends --><noinclude> | -->}}<!-- if ends --><noinclude> |
Revision as of 20:56, 8 October 2021
Notes
This template is intended to be added to the text inside a table cell, displays an icon at the right of the cell with a link to "Search in YouTube" by using syntax {{yt|text}}
There is an optional parameter (hidden in the table) to filter the search, in the example below it searchs for the name "Tetris" with the optional parameter "PS2" by using syntax {{yt|PS2|Tetris}}
It can be used with any other kind of youtube searches e.g: {{yt|C programming|structures}}, {{yt|artist name|song name}}, etc...
Tetris | PS2 Classic | Playable | Minor Issues | Standard text, without the YouTube search |
Tetris ▶ | PS2 Classic | Playable | Minor Issues | With the YouTube search, by using syntax {{yt|Tetris}} (in this example are only 7 more characters) |
Tetris ▶ | PS2 Classic | Playable | Minor Issues | With the YouTube search and a optional filter, by using syntax {{yt|PS2|Tetris}} (in this example are only 10 more characters) |