Difference between revisions of "Help:Create-Training"

From University Innovation Fellows
Jump to navigation Jump to search
Line 99: Line 99:
 
| {{#widget:Youtube|id=I_P4AgAoA5Y|width=75%}}
 
| {{#widget:Youtube|id=I_P4AgAoA5Y|width=75%}}
 
|-
 
|-
| Example
+
| 7
| Example
+
| Note
| Example
+
| <pre>{{note2|'''Note:''' Lorem impsum}}</pre>
| Example
+
| {{note2|'''Note:''' Lorem impsum}}
 
|-
 
|-
| Example
+
| 8
| Example
+
| Notice box 1
| Example
+
| <pre>
| Example
+
{{Fmbox
 +
|image=none
 +
| style = border:5px solid dimgrey; background-color:lightgrey;
 +
|text= Lorem impsum
 +
}}</pre>
 +
| {{Fmbox|image=none| style = border:5px solid dimgrey; background-color:lightgrey;|text=Lorem impsum}}
 
|-
 
|-
| Example
+
| 9
| Example
+
| Notice box 2
| Example
+
| <pre>
| Example
+
{{Fmbox
 +
|image=none
 +
|text=Lorem impsum
 +
}}
 +
</pre>
 +
| {{Fmbox|image=none|text=Lorem impsum}}
 
|-
 
|-
| Example
+
| 8+9
| Example
+
| Notice box 1+2
| Example
+
| <pre>
| Example
+
{{Fmbox
 +
|image=none
 +
| style = border:5px solid dimgrey; background-color:lightgrey;
 +
|text=
 +
{{Fmbox
 +
|image=none
 +
|text=Lorem impsum
 +
}}
 +
}}</pre>
 +
| {{Fmbox|image=none| style = border:5px solid dimgrey; background-color:lightgrey;|text={{Fmbox|image=none|text=Lorem impsum}}}}
 +
|-
 +
| 10
 +
| Notice box 3
 +
| <pre>{{Ambox|text=Lorem impsum}}</pre>
 +
| {{Ambox|text=Lorem impsum}}
 +
|-
 +
| 11
 +
| Clickable button
 +
| <pre>
 +
{{Clickable button 2
 +
|Main Page
 +
|url=https://universityinnovation.org/wiki/Main_Page
 +
|class=mw-ui-progressive
 +
}}</pre>
 +
| {{Clickable button 2|Main Page|url=https://universityinnovation.org/wiki/Main_Page|class=mw-ui-progressive}}
 +
|-
 +
| 12
 +
| Horizontal line
 +
|<pre><hr/></pre>
 +
| Lorem ipsum<hr/>Lorem ipsum
 
|}
 
|}

Revision as of 11:19, 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>
7 Note
{{note2|'''Note:''' Lorem impsum}}
Note: Lorem impsum
8 Notice box 1
{{Fmbox 
|image=none 
| style = border:5px solid dimgrey; background-color:lightgrey;
|text= Lorem impsum
}}
9 Notice box 2
{{Fmbox
|image=none
|text=Lorem impsum
}}
8+9 Notice box 1+2
{{Fmbox 
|image=none 
| style = border:5px solid dimgrey; background-color:lightgrey;
|text= 
{{Fmbox
|image=none
|text=Lorem impsum
}}
}}
10 Notice box 3
{{Ambox|text=Lorem impsum}}
11 Clickable button
{{Clickable button 2
|Main Page
|url=https://universityinnovation.org/wiki/Main_Page
|class=mw-ui-progressive
}}
Main Page
12 Horizontal line
<hr/>
Lorem ipsum
Lorem ipsum