Template:Mini Symposia: Difference between revisions

From ISSS Wiki
Jump to navigation Jump to search
No edit summary
(Much better)
 
Line 28: Line 28:
|- valign="top" style="font-size:11px"
|- valign="top" style="font-size:11px"
| <b>{{#if:{{{presentation|}}} | '''Presentation''' }}</b>
| <b>{{#if:{{{presentation|}}} | '''Presentation''' }}</b>
|| {{#if:{{{presentation|}}} | {{{presentation}}} }}
|| {{#if:{{{presentation|}}} | [[Media:{{{presentation}}}|Download presentation]] }}
|- valign="top" style="font-size:11px"
|- valign="top" style="font-size:11px"
| <b>{{#if:{{{link|}}} | '''Link''' }}</b>
| <b>{{#if:{{{link|}}} | '''Link''' }}</b>
Line 44: Line 44:
  | title=The Future of Systems Thinking
  | title=The Future of Systems Thinking
  | date=October 10, 2025
  | date=October 10, 2025
  | presentation=[[Media:John_Doe_Presentation.pdf|Download Presentation]]
  | presentation=John_Doe_Presentation.pdf
  | link=https://vimeo.com/example
  | link=https://vimeo.com/example
}}
}}
Line 54: Line 54:
  | title=The Future of Systems Thinking
  | title=The Future of Systems Thinking
  | date=October 10, 2025
  | date=October 10, 2025
  | presentation=[[Media:John_Doe_Presentation.pdf|Download Presentation]]
  | presentation=John_Doe_Presentation.pdf
  | link=https://vimeo.com/example
  | link=https://vimeo.com/example
}}
}}
Line 60: Line 60:


===Variables===
===Variables===
* '''photo''' – Photo of the presenter (upload file first)
* '''photo''' – Photo of the presenter (upload file first)
* '''name''' – Name of the presenter
* '''name''' – Name of the presenter
* '''title''' – Title of the presentation
* '''title''' – Title of the presentation
* '''date''' – Date of the Mini Symposium
* '''date''' – Date of the Mini Symposium
* '''presentation''' – In-wiki media link (e.g. `[[Media:Filename.pdf|Download Presentation]]`)
* '''presentation''' – File name only (e.g. <code>Presentation.pdf</code>) → automatically becomes <code>[[Media:Presentation.pdf|Download presentation]]</code>
* '''link''' – URL to Vimeo video
* '''link''' – URL to Vimeo video
</noinclude>
</noinclude>
<noinclude>[[Category:Mini Symposia]]</noinclude>
<noinclude>[[Category:Mini Symposia]]</noinclude>

Latest revision as of 13:48, 13 October 2025

ISSS Logo.png

Mini Symposia Series





Example Usage

ISSS Logo.png

Mini Symposia Series

John Doe

Name John Doe
Title The Future of Systems Thinking
Date October 10, 2025
Presentation Download presentation
Link View Video



{{Mini Symposia
 | photo=Example person.png
 | name=John Doe
 | title=The Future of Systems Thinking
 | date=October 10, 2025
 | presentation=John_Doe_Presentation.pdf
 | link=https://vimeo.com/example
}}

Variables

  • photo – Photo of the presenter (upload file first)
  • name – Name of the presenter
  • title – Title of the presentation
  • date – Date of the Mini Symposium
  • presentation – File name only (e.g. Presentation.pdf) → automatically becomes Download presentation
  • link – URL to Vimeo video