Difference between revisions of "Editing tricks"
Jump to navigation
Jump to search
Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | * Display a YouTube video: | + | * Display a YouTube video: <pre>{{#ev:youtube|r7gLlIv4ito}}</pre> |
{{#ev:youtube|r7gLlIv4ito}} | {{#ev:youtube|r7gLlIv4ito}} | ||
− | * To display the same video as a right aligned large thumbnail with a description: < | + | * To display the same video as a right aligned large thumbnail with a description: <pre>{{#ev:youtube|r7gLlIv4ito|250|right|Disney|frame}}</pre> |
{{#ev:youtube|r7gLlIv4ito|250|right|Disney|frame}} | {{#ev:youtube|r7gLlIv4ito|250|right|Disney|frame}} | ||
− | * For YouTube to have the video start at 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. < | + | * For YouTube to have the video start at 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. <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|https://www.youtube.com/watch?v=r7gLlIv4ito|||||start=76}} | ||
− | * Another standart tag is: < | + | * Another standart tag is: <pre><youtube width="200" height="120">r7gLlIv4ito</youtube></pre> |
<youtube width="200" height="120">r7gLlIv4ito</youtube> | <youtube width="200" height="120">r7gLlIv4ito</youtube> | ||
Line 40: | Line 40: | ||
* Formulas with Unicode: (α → β) → α | * Formulas with Unicode: (α → β) → α | ||
− | * Formulas with LaTeX tags: < | + | * 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> | <math> \forall x \exists y P(x,y) \nVdash \exists y \forall x P(x,y) </math> |
Revision as of 15:11, 21 August 2020
- Display a YouTube video:
{{#ev:youtube|r7gLlIv4ito}}
- To display the same video as a right aligned large thumbnail with a description:
{{#ev:youtube|r7gLlIv4ito|250|right|Disney|frame}}
- For YouTube to have the video start at 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.
{{#ev:youtube|https://www.youtube.com/watch?v=r7gLlIv4ito|||||start=76}}
- Another standart tag is:
<youtube width="200" height="120">r7gLlIv4ito</youtube>
- For more setting on Video tags for Vimeo, soundcloud, TED Talks, or youtubeplaylist - Playlists, check:
https://gitlab.com/hydrawiki/extensions/EmbedVideo
Images Editing tricks
- To display a image, upload the file, and insert the tag:
Logic Editing tricks
- Formulas with Unicode: (α → β) → α
- Formulas with LaTeX tags:
<math> \forall x \exists y P(x,y) \nVdash \exists y \forall x P(x,y) </math>