Difference between revisions of "Template:Resource"
Jump to navigation
Jump to search
(Add VimeoID to embed videos) |
|||
(39 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <includeonly> | ||
+ | <div class="frontpage-tpl"> | ||
+ | <div class="tpl-title"><big>{{{Name}}}</big></div> | ||
+ | <div class="tpl-body"> | ||
+ | {{ #if: {{{Link|{{{Link|}}}}}} | <p style="text-align:center;"><b><big>[{{{Link}}} Click here to access the resource.]</big></b></p> | }} | ||
+ | {{ #if: {{{VimeoID|{{{VimeoID|}}}}}} | {{#evt:service=vimeo|id={{{VimeoID}}}|alignment=center}} | }} | ||
+ | <div class="tpl-content" style="margin-top: 0;"> | ||
+ | <div class="tpl-content-1 {{ #if: {{{VimeoID|{{{VimeoID|}}}}}} ||tpl-col|}}"> | ||
+ | <h2>Resource Information</h2> | ||
{| summary="Wm-license-information-table-summary" class="toccolours vevent" style="width: 100%;" cellpadding="2" | {| summary="Wm-license-information-table-summary" class="toccolours vevent" style="width: 100%;" cellpadding="2" | ||
! style="background: #ccf; text-align: right; vertical-align: top; padding-right: 0.4em; width: 15%" id="fileinfotpl_desc" |Description | ! style="background: #ccf; text-align: right; vertical-align: top; padding-right: 0.4em; width: 15%" id="fileinfotpl_desc" |Description | ||
|<span class="summary" style="display:none">{{PAGENAME}}</span> | |<span class="summary" style="display:none">{{PAGENAME}}</span> | ||
− | {{ #if: {{{ | + | {{ #if: {{{Description|{{{Description|}}}}}} | {{{Description|{{{Description|}}}}}} | {{Description missing}} }} |
|- valign="top" | |- valign="top" | ||
! style="background: #ccf; text-align: right; padding-right: 0.4em; white-space: nowrap" id="fileinfotpl_date" | Date | ! style="background: #ccf; text-align: right; padding-right: 0.4em; white-space: nowrap" id="fileinfotpl_date" | Date | ||
| | | | ||
− | {{ #if: {{{ | + | {{ #if: {{{Date|{{{Date|}}}}}} |{{{Date|Date|}}}| {{Date missing}} }} |
|- valign="top" | |- valign="top" | ||
! style="background: #ccf; text-align: right; padding-right: 0.4em" id="fileinfotpl_src" | Source | ! style="background: #ccf; text-align: right; padding-right: 0.4em" id="fileinfotpl_src" | Source | ||
| | | | ||
− | {{ #if: {{{ | + | {{ #if: {{{Source|{{{Source|}}}}}} |{{{Source|Source|}}}| {{Source missing}} }} |
− | |||
− | |||
− | |||
− | |||
|- valign="top" | |- valign="top" | ||
! style="background: #ccf; text-align: right; padding-right: 0.4em" id="fileinfotpl_aut" | Author | ! style="background: #ccf; text-align: right; padding-right: 0.4em" id="fileinfotpl_aut" | Author | ||
| | | | ||
− | {{ #if: {{{ | + | {{ #if: {{{Author|{{{Author|}}}}}} | {{{Author|{{{Author|}}}}}} | {{Author missing}} }} |
|- valign="top" | |- valign="top" | ||
− | + | ! style="background: #ccf; text-align: right; padding-right: 0.4em" id="fileinfotpl_lic" | Licensing | |
− | ! style="background: #ccf; text-align: right; padding-right: 0.4em" id=" | ||
| | | | ||
− | {{ #if: {{{ | + | {{ #if: {{{Licensing|{{{Licensing|}}}}}} | {{{Licensing|{{{Licensing|}}}}}} | <small>{{Cc-att-2.0 resource}}</small> }} |
|} | |} | ||
+ | </div> | ||
+ | {{ #if: {{{VimeoID|{{{VimeoID|}}}}}} || | ||
+ | <div class="tpl-content-2 tpl-col tpl-col-logo"> | ||
+ | [[Image:{{{Image|}}}|link={{{Link}}}]] | ||
+ | </div> | ||
+ | | }} | ||
+ | </div></div> | ||
+ | </div> | ||
+ | </includeonly> | ||
+ | |||
+ | <noinclude> | ||
+ | |||
+ | To use this template insert the following information. (case sensitive) | ||
+ | <big> | ||
+ | <pre> | ||
+ | {{Resource | ||
+ | |Name = | ||
+ | |Link = (for exapmle: www.rvc.ac.uk) | ||
+ | |VimeoID = (for exapmle: 177680793) | ||
+ | |Description = '''Type''' e.g. video <br> What is the resource about <br> duration if applicable | ||
+ | |Source = | ||
+ | |Date = | ||
+ | |Author = | ||
+ | |Licensing = | ||
+ | |Image = | ||
+ | }} | ||
+ | </pre> | ||
+ | </big> | ||
+ | </noinclude> |
Latest revision as of 14:10, 20 January 2021
To use this template insert the following information. (case sensitive)
{{Resource |Name = |Link = (for exapmle: www.rvc.ac.uk) |VimeoID = (for exapmle: 177680793) |Description = '''Type''' e.g. video <br> What is the resource about <br> duration if applicable |Source = |Date = |Author = |Licensing = |Image = }}