Difference between revisions of "Help:Create-Training"
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==") |
(→Useful templates: +1) |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | __NOTOC__ | ||
==Start off== | ==Start off== | ||
<inputbox> | <inputbox> | ||
| Line 7: | Line 8: | ||
</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%}} | ||
| + | |- | ||
| + | | 7 | ||
| + | | Note | ||
| + | | <pre>{{note2|'''Note:''' Lorem impsum}}</pre> | ||
| + | | {{note2|'''Note:''' Lorem impsum}} | ||
| + | |- | ||
| + | | 8 | ||
| + | | Notice box 1 | ||
| + | | <pre> | ||
| + | {{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}} | ||
| + | |- | ||
| + | | 9 | ||
| + | | Notice box 2 | ||
| + | | <pre> | ||
| + | {{Fmbox | ||
| + | |image=none | ||
| + | |text=Lorem impsum | ||
| + | }} | ||
| + | </pre> | ||
| + | | {{Fmbox|image=none|text=Lorem impsum}} | ||
| + | |- | ||
| + | | 8+9 | ||
| + | | Notice box 1+2 | ||
| + | | <pre> | ||
| + | {{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 | ||
| + | | Stackable card | ||
| + | | | ||
| + | <pre> | ||
| + | {{Stackcard | ||
| + | |header=Introduction | ||
| + | |contents=Welcome! | ||
| + | |footer=(Buttons might go here.) | ||
| + | }} | ||
| + | </pre> | ||
| + | | | ||
| + | {{Stackcard | ||
| + | |header=Introduction | ||
| + | |contents=Welcome! | ||
| + | |footer=(Buttons might go here.) | ||
| + | }} | ||
| + | |- | ||
| + | | 13 | ||
| + | | Horizontal line | ||
| + | |<pre><hr/></pre> | ||
| + | | Lorem ipsum<hr/>Lorem ipsum | ||
| + | |} | ||
| + | |||
| + | ==Miscellaneous== | ||
| + | *To add horizontal space between any text or between text and a template, or between any two components, use <pre><br></pre> immediately after the component which you want to add space. You may use two/three of these, for example, <pre><br><br><br></pre> if you want to add more space. However, don't forget to preview before increasing, so that it doesn't look odd. Also, sometime, single use might not make any difference, add two in such cases.<br><br> | ||
| + | *Organization Template: https://universityinnovation.org/wiki/Resource:Organization_Template | ||
| + | ===Create SessionBar=== | ||
| + | :''Replace NNNN with cohort name; also in the text before creating.'' | ||
| + | <inputbox> | ||
| + | type=create | ||
| + | default=Template:SessionBarNNNN | ||
| + | preload=Help:SessionBarTemplate | ||
| + | button_label=<s>Create page</s> | ||
| + | </inputbox> | ||
| + | ===Create ResourcesBar=== | ||
| + | :''Replace NNNN with cohort name; also in the text before creating.'' | ||
| + | <inputbox> | ||
| + | type=create | ||
| + | default=Template:ResourcesBarNNNN | ||
| + | preload=Help:ResourcesBarTemplate | ||
| + | button_label=<s>Create page</s> | ||
| + | </inputbox> | ||
| + | [[Category:Wiki help pages]] | ||
Latest revision as of 16:42, 2 July 2020
Start off
Useful templates
Miscellaneous
- To add horizontal space between any text or between text and a template, or between any two components, use
<br>
immediately after the component which you want to add space. You may use two/three of these, for example,<br><br><br>
if you want to add more space. However, don't forget to preview before increasing, so that it doesn't look odd. Also, sometime, single use might not make any difference, add two in such cases. - Organization Template: https://universityinnovation.org/wiki/Resource:Organization_Template
Create SessionBar
- Replace NNNN with cohort name; also in the text before creating.
Create ResourcesBar
- Replace NNNN with cohort name; also in the text before creating.