Difference between revisions of "Clicklaw Wikibooks Contributor Guide"

Jump to navigation Jump to search
Line 254: Line 254:
The following script might look complicated, but you are only going to be changing one thing. You will only be changing the unique identifier, ''e.g. ivsBIwncoiY''. This is the unique alphanumeric string found at the end of a Youtube video's "Share" link.
The following script might look complicated, but you are only going to be changing one thing. You will only be changing the unique identifier, ''e.g. ivsBIwncoiY''. This is the unique alphanumeric string found at the end of a Youtube video's "Share" link.


{| class = "wikitable"
To embed a video (left aligned) type:
|-
:<nowiki><tt>{{Video
|To embed a video (left aligned) type:
|You get:
|-
|
<nowiki><tt>{{Video
| video = {{#ev:youtube|ivsBIwncoiY|350|right}}
| video = {{#ev:youtube|ivsBIwncoiY|350|right}}
}}
}}
</nowiki></tt><br />''Remember to place your own video's unique identifier, and replace the "ivsBIwncoiY"''.
</nowiki></tt><br />
|{{Video
:''Remember to place your own video's unique identifier, and replace the "ivsBIwncoiY"''.
 
This code should produce this:
{{Video
| video = {{#ev:youtube|ivsBIwncoiY|350|right}}
| video = {{#ev:youtube|ivsBIwncoiY|350|right}}
|-
}}
|To embed a video (right aligned) type:
 
|You get:
To embed a video (right aligned) type:
|-
:<nowiki></tt>{{Videoright
|
| video = {{#ev:youtube|ivsBIwncoiY|350|right}}
<nowiki></tt>{{Videoright
}}
| video = {{#ev:youtube|ivsBIwncoiY|350|right}}</tt></nowiki>''Again, replace the "ivsBIwncoiY" with your own video's unique identifier.''
</tt></nowiki><br />
|
:''Again, replace the "ivsBIwncoiY" with your own video's unique identifier.''
 
This code should produce this:
{{Videoright
{{Videoright
| video = {{#ev:youtube|ivsBIwncoiY|350|right}}
| video = {{#ev:youtube|ivsBIwncoiY|350|right}}
}}
}}
|}


== Using the "Watchlist" ==
== Using the "Watchlist" ==

Navigation menu