author_tips

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
author_tips [2019/05/15 05:21] – Added code block to show <WRAP> syntax wimauthor_tips [2020/02/07 06:53] (current) – Updated tags _ki
Line 4: Line 4:
 Want to get deeper? There are more articles related to Audiobus Wiki authoring [[wiki:|here]]. These articles include tutorials about particular authoring tasks and information about non-basic features that are available to wiki authors. Want to get deeper? There are more articles related to Audiobus Wiki authoring [[wiki:|here]]. These articles include tutorials about particular authoring tasks and information about non-basic features that are available to wiki authors.
  
 +SEE ALSO: [[wiki:contributor guidelines|contributor guidlines]]
 ===== Creating Page Links ===== ===== Creating Page Links =====
  
Line 44: Line 45:
 To embed a YouTube video the most basic syntax is: To embed a YouTube video the most basic syntax is:
  
-  {{youtube>myVideoId}}+  {{youtube>myVideoId?small}}
      
-where myVideoId will be the actual video id of the YouTube video. The ID is going to be something like //L-WM8YxwqE//. **Make sure that there is not a space** between the > character and the first character of the video id. Pasting a copied id sometimes introduces a space character that will cause the link to fail.+where myVideoId will be the actual video id of the YouTube video. "?small" sets the size of the clip in the browser. The small size works well across devices. You can leave off "?small" entirely or use [[https://www.dokuwiki.org/plugin:vshare|another size option]]. 
 + 
 +The ID is going to be something like //L-WM8YxwqE//. **Make sure that there is no space** between the > character and the first character of the video id. //Pasting a copied id sometimes introduces a space character// that will cause the link to fail.
  
 You can also embed video content from other popular sites, too. You can also embed video content from other popular sites, too.
  
-There are additional options which you can read about [[https://www.dokuwiki.org/plugin:vshare|here]]. +There are additional options described on the [[https://www.dokuwiki.org/plugin:vshare|vshare plugin home page]]. 
  
 If you want more help there’s a [[wiki:embed_youtube|step by step tutorial]]. If you want more help there’s a [[wiki:embed_youtube|step by step tutorial]].
- 
 ===== Table of Contents Suppression ===== ===== Table of Contents Suppression =====
 By default, Audiobus Wiki pages have a table of contents (TOC) that appears at the top of each page. The The TOC is built from the page's headings. Sometimes, this TOC is unnecessary. To suppress it, add the following text at the top of a page. By default, Audiobus Wiki pages have a table of contents (TOC) that appears at the top of each page. The The TOC is built from the page's headings. Sometimes, this TOC is unnecessary. To suppress it, add the following text at the top of a page.
Line 65: Line 67:
 If you want text that would normally be "wiki-ized" to actually appear on the page, surround it with the tags If you want text that would normally be "wiki-ized" to actually appear on the page, surround it with the tags
   <nowiki>{{don’t wiki me> more stuff}}</nowiki>   <nowiki>{{don’t wiki me> more stuff}}</nowiki>
 +
 +Or, simply enclose the text with double percent signs ''<nowiki>%%</nowiki>''
  
 This is handy if you need to display syntax that would normally be wiki-ized. This is handy if you need to display syntax that would normally be wiki-ized.
  
 You can also precede a line with two spaces to have the wiki format it as “code” and ignore wiki syntax. You can also precede a line with two spaces to have the wiki format it as “code” and ignore wiki syntax.
- 
 ===== Uploading Files ===== ===== Uploading Files =====
  
Line 90: Line 93:
  
  
-{{tag>authoring tutorial}}+{{tag>wiki_authoring}}
  • author_tips.1557861666.txt.gz
  • Last modified: 2019/05/15 05:21
  • by wim