Difference between revisions of "Editing tricks"

From Logic Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
Tag: 2017 source edit
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
* Display a YouTube video:  <code><pre>{{#ev:youtube|r7gLlIv4ito}}</pre></code>
+
=== Formatting Editing tricks ===
  
{{#ev:youtube|r7gLlIv4ito}}
+
* Formatting: https://www.mediawiki.org/wiki/Help:Formatting
 +
 
 +
 
 +
 
 +
=== Video Editing tricks ===
  
* To display the same video as a right aligned large thumbnail with a description:  <code>{{#ev:youtube|r7gLlIv4ito|250|right|Disney|frame}}</code>
+
* Display a YouTube video:  <pre>{{#ev:youtube|r7gLlIv4ito}}</pre>
  
{{#ev:youtube|r7gLlIv4ito|250|right|Disney|frame}}
+
{{#ev:youtube|r7gLlIv4ito}}
  
* 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.  <code>{{#ev:youtube|https://www.youtube.com/watch?v=r7gLlIv4ito|||||start=76}}</code>
+
* For YouTube to have the video start at a specific 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|https://www.youtube.com/watch?v=r7gLlIv4ito|||||start=76}}
  
* Another standart tag is: <code><youtube width="200" height="120">r7gLlIv4ito</youtube></code>
 
  
<youtube width="200" height="120">r7gLlIv4ito</youtube>
+
* To display the 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}}
  
  
 +
* Another standard tag for YouTube is: <pre><youtube width="200" height="120">r7gLlIv4ito</youtube></pre>
  
* For more setting on Video tags for Vimeo, soundcloud, TED Talks, or youtubeplaylist - Playlists,  check:
+
<youtube width="200" height="120">r7gLlIv4ito</youtube>
  
https://gitlab.com/hydrawiki/extensions/EmbedVideo
 
  
  
 +
* For more setting on Video tags for Vimeo, soundcloud, TED Talks, or YouTube Playlist,  check:
  
 +
https://gitlab.com/hydrawiki/extensions/EmbedVideo
  
  
Line 30: Line 37:
 
* To display a image, upload the file, and insert the tag:
 
* To display a image, upload the file, and insert the tag:
  
<code>[[File:Faltre.jpeg|frame|20px]]</code>
+
<pre>[[File:Faltre.jpeg|frame|20px]]</pre>
  
 
[[File:Faltre.jpeg|frame|20px]]
 
[[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 ===
 
=== Logic Editing tricks ===
Line 40: Line 51:
 
* Formulas with Unicode:  (α → β) → α
 
* Formulas with Unicode:  (α → β) → α
  
* Formulas with LaTeX tags: <code><math> \forall x \exists y P(x,y) \nVdash \exists y \forall x  P(x,y) </math></code>
+
* 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>

Latest revision as of 18:43, 21 August 2020

Formatting Editing tricks


Video Editing tricks

  • Display a YouTube video:
    {{#ev:youtube|r7gLlIv4ito}}
  • For YouTube to have the video start at a specific 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.
    {{#ev:youtube|https://www.youtube.com/watch?v=r7gLlIv4ito|||||start=76}}


  • To display the video as a right aligned large thumbnail with a description:
    {{#ev:youtube|r7gLlIv4ito|250|right|Disney|frame}}
Disney


  • Another standard tag for YouTube is:
    <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:
[[File:Faltre.jpeg|frame|20px]]
Faltre.jpeg


[[File:Fuzzy logic temperature te.svg|frame]]
Fuzzy logic temperature te.svg

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>