Template:Presentation infobox: Difference between revisions

no edit summary
(Created page with "{| class="infobox" style="font-size:89%; width:21em; -moz-border-radius: .2em; -webkit-border-radius: .2em;display:inline-table!important;" |- ! colspan="2" style="background-color: #BDBDBD; color: #000000; font-size:120%; padding:0.5em;" | {{{name|{{PAGENAME}}}}} |- ! colspan="2" |{{#if:{{{image|}}}|[[File:{{{image}}}|300px]] }} |- ! colspan="2" style="background-color: #BDBDBD; color: #000000; padding:0em;" | Information |- {{#if: {{{Name|}}}| {{!}} '''Name''' {{!}} {{...")
 
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 3: Line 3:
! colspan="2" style="background-color: #BDBDBD; color: #000000; font-size:120%; padding:0.5em;" | {{{name|{{PAGENAME}}}}}
! colspan="2" style="background-color: #BDBDBD; color: #000000; font-size:120%; padding:0.5em;" | {{{name|{{PAGENAME}}}}}
|-
|-
! colspan="2" |{{#if:{{{image|}}}|[[File:{{{image}}}|300px]] }}
! colspan="2" |{{#if:{{{Image|}}}|{{{Image|}}}}}
|-
|-
! colspan="2" style="background-color: #BDBDBD; color: #000000; padding:0em;" | Information
! colspan="2" style="background-color: #BDBDBD; color: #000000; padding:0em;" | Information
Line 11: Line 11:
{{!}} {{{Name|}}} }}
{{!}} {{{Name|}}} }}
|-
|-
{{#if: {{{Platform|}}}|
{{#if: {{{Type|}}}|
{{!}} '''Platform'''
{{!}} '''Type'''
{{!}} {{#arraymap:{{{Platform|}}}|,|x|[[Has platform::x]]}} }}
{{!}} {{#arraymap:{{{Type|}}}|,|x|[[Has presentation type::x]]}} }}
|-
|-
{{#if: {{{Model|}}}|
{{#if: {{{Event|}}}|
{{!}} '''Model'''
{{!}} '''Event'''
{{!}} {{#arraymap:{{{Model|}}}|,|x|[[Has model::x]]}} }}
{{!}} {{#arraymap:{{{Event|}}}|,|x|[[Has event::x]]}} }}
|-
|-
{{#if: {{{Category|}}}|
{{#if: {{{Organization|}}}|
{{!}} '''Category'''
{{!}} '''Organization'''
{{!}} {{#arraymap:{{{Category|}}}|,|x|[[Has category::x]]}} }}
{{!}} {{#arraymap:{{{Organization|}}}|,|x|[[Has organization::x]]}} }}
|-
{{#if: {{{Channel|}}}|
{{!}} '''Channel'''
{{!}} {{{Channel|}}} }}
|-
{{#if: {{{Presenter|}}}|
{{!}} '''Presenter'''
{{!}} {{#arraymap:{{{Presenter|}}}|,|x|[[Has presenter::x]]}} }}
|-
|-
{{#if: {{{Description|}}}|
{{#if: {{{Description|}}}|
Line 27: Line 35:
{{!}} {{{Description|}}} }}
{{!}} {{{Description|}}} }}
|-
|-
{{#if: {{{Third Party|}}}|
{{#if: {{{Date|}}}|
{{!}} '''Third Party'''
{{!}} '''Date'''
{{!}} {{{Third Party|}}} }}
{{!}} {{{Date|}}} }}
|-
{{#if: {{{Developer|}}}|
{{!}} '''Developer'''
{{!}} {{{Developer|}}} }}
|-
{{#if: {{{Release Date|}}}|
{{!}} '''Release Date'''
{{!}} {{{Release Date|}}} }}
|-
|-
{{#if: {{{Website|}}}|
{{#if: {{{Website|}}}|
{{!}} '''Website'''
{{!}} '''Website'''
{{!}} {{{Website|}}} }}
{{!}} {{{Website|}}} }}
|-
{{#if: {{{Free|}}}|
{{!}} '''Free'''
{{!}} {{{Free|}}} }}
|-
{{#if: {{{Price|}}}|
{{!}} '''Price'''
{{!}} {{{Price|}}} }}
|-
{{#if: {{{Available|}}}|
{{!}} '''Available'''
{{!}} {{{Available|}}} }}
|-
{{#if: {{{Working|}}}|
{{!}} '''Working'''
{{!}} {{{Working|}}} }}
|-
|-
|}
|}
'''{{{Name|}}}''' is a [[Paper]].<includeonly>[[Category:Papers|{{PAGENAME}}]] {{#set:image=File:{{{image|}}} }} {{#set:Name={{{Name|}}} }} {{#set:Platform={{{Platform|}}} |+sep}} {{#set:Model={{{Model|}}} |+sep}} {{#set:Category={{{Category|}}} |+sep}} {{#set:Description={{{Description|}}} }} {{#set:Third Party={{{Third Party|}}} }} {{#set:Developer={{{Developer|}}} }} {{#set:Release Date={{{Release Date|}}} }} {{#set:Website={{{Website|}}} }} {{#set:Free={{{Free|}}} }} {{#set:Price={{{Price|}}} |+sep}} {{#set:Available={{{Available|}}} }} {{#set:Working={{{Working|}}} }}</includeonly>
'''{{{Name|}}}''' is a [[Presentation]] by {{#arraymap:{{{Presenter}}}|,|@@@|[[@@@]]}}{{#if: {{Event}}|| during the [[event]] [[{{{Event}}}]]}}.<includeonly>[[Category:Presentations|{{PAGENAME}}]] {{#set:Image=File:{{{Image|}}} }} {{#set:Name={{{Name|}}} }} {{#set:Type={{{Type|}}} |+sep}} {{#set:Event={{{Event|}}} }} {{#set:Organization={{{Organization|}}} |+sep}} {{#set:Channel={{{Channel|}}} }} {{#set:Presenter={{{Presenter|}}} |+sep}} {{#set:Description={{{Description|}}} }} {{#set:Date={{{Date|}}} |+sep}} {{#set:Website={{{Website|}}} }}</includeonly>
<noinclude>
<noinclude>
Designed for use on [[Paper]] pages.
Designed for use on [[Presentation]] pages.


==Usage==
==Usage==
<pre>
<pre>
{{Paper infobox
{{Presentation infobox
|image =  
|Image =  
|Name =  
|Name =  
|Platform =  
|Type =  
|Model =  
|Event =  
|Category =  
|Organization =
|Channel =
|Presenter =  
|Description =  
|Description =  
|Third Party =
|Date =  
|Developer =
|Release Date =  
|Website =  
|Website =  
|Free =
|Price =
|Available =
|Working =
}}
}}
</pre>
</pre>
223

edits