Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
A Year's in review of the independent DanTDM Wiki Learn More >, Thank you!

Template:Video: Difference between revisions

Template page
m Video pages without the <youtube> tag now displayed under Category:Video pages with no video tag
Edited parser function to detect youtube embed instead of <youtube> tag lol cross fingers
 
(One intermediate revision by the same user not shown)
Line 42: Line 42:
</noinclude>
</noinclude>


{{#if: {{#pos: {{{image|}}} | <youtube }} | | [[Category:Video pages with no video tag]] }}
{{#if: {{{image|}}} |
  {{#if: {{#pos: {{{image}}} | UNIQ--youtube- }}
    |
    [[Category:Video pages with no video tag]]
  }}
| [[Category:Video pages with no video tag]]
}}