Open main menu

Changes

Help:Create-Training

1,507 bytes added, 5 years ago
</inputbox>
==Useful templates==
{| class="wikitable"
|-
! S.No !! Description
! Syntax
! Preview
|-
| 1
| Content box<br>(for read-only text)
|
<pre>
{{Content-A
|color=#5F574F
|title=TitleGoesHere
|content=<br>
Lorem ipsum
}}<br>
</pre>
|
{{Content-A
|color=#5F574F
|title=TitleGoesHere
|content=<br>Lorem ipsum
}}
|-
| 2
| Content box<br>(for action to be taken, such as assignments and discussions)
|
<pre>
{{Content-A
|color=#8C1515
|title=TitleGoesHere
|content=<br>
Lorem ipsum
}}<br>
</pre>
|
{{Content-A
|color=#8C1515
|title=TitleGoesHere
|content=<br>Lorem ipsum
}}
|-
| 3
| Embed a PDF document
|
<pre>
{{#widget:PDF
|url=https://example.com/Sematic.pdf
|width=600
|height=600
}}
</pre>
|
{{#widget:PDF
|url=https://www.mediawikiwidgets.org/w/images/8/80/20171004_Beginners_tutorial_to_Semantic_MediaWiki.pdf
|width=600
|height=450
}}
|-
| 4
| Embed a SlideShare presentation
|
<pre>
{{#widget:SlideShare
|id=11965061
|width=800
|height=600
}}</pre>
| {{#widget:SlideShare |id=11965061 |width=300 |height=400 }}
|-
| 5
| Embed a Vimeo video
|
<pre>
{{#widget:Vimeo
|id=253989945
|width=800
|height=400
}}</pre>
| {{#widget:Vimeo|id=253989945|width=400|height=200}}
|-
| 6
| Embed a YouTube video
|
<pre>
<br><br>
{{#widget:Youtube
|id=I_P4AgAoA5Y
|width=75%}}
<br><br></pre>
| {{#widget:Youtube|id=I_P4AgAoA5Y|width=75%}}
|-
| Example
| Example
| Example
| Example
|-
| Example
| Example
| Example
| Example
|-
| Example
| Example
| Example
| Example
|-
| Example
| Example
| Example
| Example
|}