Template:Presentation/doc: Difference between revisions
Created page with "<noinclude>{{documentation subpage}}</noinclude> == Usage == Use this at the start of presentation pages to properly format the Title, Presentor(s), Abstract, and to embed the..." |
→Usage: Remove default column (all empty), fix "presentor" into "presenter", use <pre> tags to prevent transclusion in the example, separate section for parameters, fix minor typos |
||
| Line 1: | Line 1: | ||
<noinclude>{{documentation subpage}}</noinclude> | <noinclude>{{documentation subpage}}</noinclude> | ||
== Usage == | == Usage == | ||
Use this at the start of presentation pages to properly format the Title, | Use this at the start of presentation pages to properly format the Title, Presenter(s), Abstract, and to embed the YouTube video on the page. | ||
<pre> | |||
{{presentation | |||
|title= | |||
|presenters= | |||
|abstract= | |||
|youtubetag= | |||
}} | |||
</pre> | |||
==Parameters== | |||
{| class="wikitable" | {| class="wikitable" | ||
! Parameter | ! Parameter | ||
! Description | ! Description | ||
|- | |- | ||
| <code>title</code> | | <code>title</code> | ||
| Title of the Presentation. | | Title of the Presentation. | ||
|- | |- | ||
| <code> | | <code>presenters</code> | ||
| | | Presenter or Presenters of the Presentation. | ||
|- | |- | ||
| <code>abstract</code> (optional) | | <code>abstract</code> (optional) | ||
| Abstract of the Presentation. Can be multiple lines or paragraphs. | | Abstract of the Presentation. Can be multiple lines or paragraphs. | ||
|- | |- | ||
| <code>youtubetag</code> | | <code>youtubetag</code> | ||
| The tag from YouTube for the view. | | The tag from YouTube for the view. The tag can be found as the last group of characters when clicking on the "Share" link on a YouTube video page. Example: <code><nowiki>https://youtu.be/</nowiki>'''3iuHMHWVAGM'''</code> (the YouTube tag is in '''bold'''). | ||
|} | |} | ||
Revision as of 16:11, 15 August 2024
Usage
Use this at the start of presentation pages to properly format the Title, Presenter(s), Abstract, and to embed the YouTube video on the page.
{{presentation
|title=
|presenters=
|abstract=
|youtubetag=
}}
Parameters
| Parameter | Description |
|---|---|
title
|
Title of the Presentation. |
presenters
|
Presenter or Presenters of the Presentation. |
abstract (optional)
|
Abstract of the Presentation. Can be multiple lines or paragraphs. |
youtubetag
|
The tag from YouTube for the view. The tag can be found as the last group of characters when clicking on the "Share" link on a YouTube video page. Example: https://youtu.be/3iuHMHWVAGM (the YouTube tag is in bold).
|
Example
With an Abstract
{{presentation|title=Introducing GCentral: G Idea Exchange|presentors=Quentin "Q" Alldredge|abstract=This is an introduction to [[GCentral|GCentral's]] new crowd funding initiative [https://gie.gcentral.org The G Idea Exchange]. Its mission is to help get more tools developed for the LabVIEW Community.|youtubetag=3iuHMHWVAGM}}
This is an introduction to GCentral's new crowd funding initiative The G Idea Exchange. Its mission is to help get more tools developed for the LabVIEW Community.
Without an Abstract
{{presentation|title=Introducing GCentral: G Idea Exchange|presentors=Quentin "Q" Alldredge|youtubetag=3iuHMHWVAGM}}