Open main menu

Changes

1,068 bytes added ,  18:43, 21 August 2020
no edit summary
=== Formatting Editing tricks ===
 
* Formatting: https://www.mediawiki.org/wiki/Help:Formatting
 
 
 
=== Video Editing tricks ===
 
* Display a YouTube video: <pre>{{#ev:youtube|r7gLlIv4ito}}</pre>
 
{{#ev:youtube|r7gLlIv4ito}}
To display * For YouTube to have the same video as start at a right aligned large thumbnail with a descriptionspecific time code utilize the url args (URL arguments) parameter. Take the rest of the URL arguments from the custom URL and place them into the url args. <pre>{{#ev:youtube|https://www.youtube.com/watch?v=r7gLlIv4ito|||||start=76}}</pre> {{#ev:youtube|https://www.youtube.com/watch?v=r7gLlIv4ito|||||start=76}}
{{#ev:youtube|r7gLlIv4ito|1000|right|Disney|frame}}
For YouTube to have * To display the video start at as a specific time code utilize the urlargs(URL arguments) parameter. Take the rest of the URL arguments from the custom URL and place them into the urlargs. Please note that not all video services support extra URL arguments or may have different keys for their URL arguments.right aligned large thumbnail with a description: <pre>{{#ev:youtube|r7gLlIv4ito|250|right|Disney|frame}}</pre>
{{#ev:youtube|https://www.youtube.com/watch?v=r7gLlIv4ito|250|right|Disney||start=76frame}}  * Another standard tag for YouTube is: <pre><youtube width="200" height="120">r7gLlIv4ito</youtube></pre>
<youtube width="200" height="120">r7gLlIv4ito</youtube>
 
 
 
* For more setting on Video tags for Vimeo, soundcloud, TED Talks, or YouTube Playlist, check:
 
https://gitlab.com/hydrawiki/extensions/EmbedVideo
 
 
 
=== Images Editing tricks ===
 
* To display a image, upload the file, and insert the tag:
 
<pre>[[File:Faltre.jpeg|frame|20px]]</pre>
 
[[File:Faltre.jpeg|frame|20px]]
 
 
<pre>[[File:Fuzzy logic temperature te.svg|frame]]</pre>
 
[[File:Fuzzy logic temperature te.svg|Fuzzy logic temperature te.svg|frame]]
 
=== Logic Editing tricks ===
 
 
* Formulas with Unicode: (α → β) → α
 
* Formulas with LaTeX tags: <pre><math> \forall x \exists y P(x,y) \nVdash \exists y \forall x P(x,y) </math></pre>
 
<math> \forall x \exists y P(x,y) \nVdash \exists y \forall x P(x,y) </math>