More actions
m Prepare for rewrite to use meta template {{Infobox}}, move the File: prefix from the input to the template. |
m Rewrite to use meta template {{Infobox}} as by project "Cleanup Infobox Templates" |
||
| Line 1: | Line 1: | ||
< | {{Infobox | ||
| | | name = <!-- left empty, to NOT have edit links at the bottom of the box.--> | ||
| | | abovestyle = | ||
| | background: #d2801e; | ||
| | background-image: -moz-linear-gradient(center top, #d2801e 0%, #653f03 100%); | ||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#d2801e), color-stop(100%,#653f03)); | |||
background-image: -webkit-linear-gradient(top, #d2801e 0%, #653f03 100%); | |||
background-image: -o-linear-gradient(top, #d2801e 0%, #653f03 100%); | |||
background-image: -ms-linear-gradient(top, #d2801e 0%, #653f03 100%); | |||
background-image: linear-gradient(to bottom, #d2801e 0%, #653f03 100%); | |||
color: #000000; | |||
| | | title = | ||
{{#if: {{{slides link|}}} | | | above = {{#if: {{{class name|}}} | ||
| | | {{#if: {{{class page name|}}} | ||
{{#if: {{{video link|}}} | | | [[{{{class page name}}}|{{{class name}}}]] | ||
| Class page name ? | |||
}} | |||
| Class name ? | |||
}} | |||
| image = {{#if: {{{image|}}} | |||
| [[File:{{{image}}}|{{#if: {{{size|}}} | |||
| {{{size}}} | |||
| 250px | |||
}}|link={{{class page name}}}]] | |||
}} | |||
| caption = {{{caption}}} | |||
| headerstyle = | |||
background: #d2801e; | |||
background-image: -moz-linear-gradient(center top, #d2801e 0%, #653f03 100%); | |||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#d2801e), color-stop(100%,#653f03)); | |||
background-image: -webkit-linear-gradient(top, #d2801e 0%, #653f03 100%); | |||
background-image: -o-linear-gradient(top, #d2801e 0%, #653f03 100%); | |||
background-image: -ms-linear-gradient(top, #d2801e 0%, #653f03 100%); | |||
background-image: linear-gradient(to bottom, #d2801e 0%, #653f03 100%); | |||
color: #000000; | |||
| header1 = Details | |||
| label2 = Summary | |||
| data2 = {{{summary|}}} | |||
| label3 = Reading list | |||
| data3 = {{{reading list|}}} | |||
| label4 = Slides | |||
| data4 = {{#if: {{{slides link|}}} | |||
| [{{{slides link|}}} PDF] | |||
}} | |||
| label5 = ToT video | |||
| data5 = {{#if: {{{video link|}}} | |||
| [{{{video link|}}} YouTube] | |||
}} | |||
}}<noinclude> | |||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||