Difference between revisions of "Help:Create-Training"

From University Innovation Fellows
Jump to navigation Jump to search
(Created page with "==Start off== <inputbox> type=create default=NNNN:Training/PAGENAME preload=Resource:TrainingTemplate button_label=<s>Create page</s> </inputbox> ==Useful templates==")
 
Line 7: Line 7:
 
</inputbox>
 
</inputbox>
 
==Useful templates==
 
==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
 +
|}

Revision as of 11:03, 2 July 2020

Start off


Useful templates

S.No Description Syntax Preview
1 Content box
(for read-only text)
{{Content-A
|color=#5F574F
|title=TitleGoesHere
|content=<br>
Lorem ipsum
}}<br>

TitleGoesHere


Lorem ipsum


2 Content box
(for action to be taken, such as assignments and discussions)
{{Content-A
|color=#8C1515
|title=TitleGoesHere
|content=<br>
Lorem ipsum
}}<br>

TitleGoesHere


Lorem ipsum


3 Embed a PDF document
{{#widget:PDF
|url=https://example.com/Sematic.pdf
|width=600
|height=600
}}

Currently your browser does not use a PDF plugin. You may however download the PDF file instead.

4 Embed a SlideShare presentation
{{#widget:SlideShare
|id=11965061
|width=800
|height=600
}}
5 Embed a Vimeo video
{{#widget:Vimeo
|id=253989945
|width=800
|height=400
}}
6 Embed a YouTube video
<br><br>
{{#widget:Youtube
|id=I_P4AgAoA5Y
|width=75%}}
<br><br>
Example Example Example Example
Example Example Example Example
Example Example Example Example
Example Example Example Example