Difference between revisions of "Clicklaw Wikibooks Contributor Guide"

Jump to navigation Jump to search
Line 259: Line 259:


To embed a video (left aligned) type:
To embed a video (left aligned) type:
:<pre><nowiki>{{Video || video = {{#ev:youtube|ivsBIwncoiY|350|right}} }}
:<pre>{{Video || video = {{#ev:youtube|ivsBIwncoiY|350|right}} }}</pre>
</nowiki></pre><br />
:Remember to replace "ivsBIwncoiY" with your own video's unique identifier.
''Remember to place your own video's unique identifier, and replace the "ivsBIwncoiY"''.


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


This code should produce this:
This code should embed a right aligned video:
{| class="wikitable"
{| width="100%"
|-
|-
|{{Videoright || video = {{#ev:youtube|ivsBIwncoiY|350|right}} }}
|{{Videoright || video = {{#ev:youtube|ivsBIwncoiY|350|right}} }}

Navigation menu