Jump to content

Template:Software Infobox: Difference between revisions

Neo222 (talk | contribs)
Created page with "{| class="infobox" style="font-size:89%; width:21em; -moz-border-radius: .2em; -webkit-border-radius: .2em;" |- ! colspan="2" style="background-color: #BDBDBD; color: #000000;..."
 
Neo222 (talk | contribs)
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="infobox" style="font-size:89%; width:21em; -moz-border-radius: .2em; -webkit-border-radius: .2em;"
{| 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" style="background-color: #BDBDBD; color: #000000; font-size:120%; padding:0.5em;" | {{{name|{{PAGENAME}}}}}
Line 18: Line 18:
{{!}} '''Developer'''
{{!}} '''Developer'''
{{!}} {{{Developer|}}} }}
{{!}} {{{Developer|}}} }}
|-
{{#if: {{{Written In|}}}|
{{!}} '''Written In'''
{{!}} {{{Written In|}}} }}
|-
|-
{{#if: {{{Operating System|}}}|
{{#if: {{{Operating System|}}}|
{{!}} '''Operating System'''
{{!}} '''Operating System'''
{{!}} {{{Operating System|}}} }}
{{!}} {{{Operating System|}}} }}
|-
{{#if: {{{Written In|}}}|
{{!}} '''Written In'''
{{!}} {{{Written In|}}} }}
|-
|-
{{#if: {{{License|}}}|
{{#if: {{{License|}}}|
Line 34: Line 34:
{{!}} '''Supported Devices'''
{{!}} '''Supported Devices'''
{{!}} {{{Supported Devices|}}} }}
{{!}} {{{Supported Devices|}}} }}
|-
{{#if: {{{Release Date|}}}|
{{!}} '''Release Date'''
{{!}} {{{Release Date|}}} }}
|-
|-
{{#if: {{{Website|}}}|
{{#if: {{{Website|}}}|
Line 39: Line 43:
{{!}} {{{Website|}}} }}
{{!}} {{{Website|}}} }}
|-
|-
|}<includeonly>[[Category:Software|{{PAGENAME}}]] {{#set:Event={{{Event|}}} |+sep}} {{#set:Type={{{Type|}}} |+sep}} {{#set:Speaker={{{Speaker|}}} |+sep}} {{#set:Location={{{Location|}}} }} {{#set:Date={{{Date|}}} |+sep}} {{#set:Time={{{Time|}}} |+sep}} {{#set:Duration={{{Duration|}}} |+sep}} {{#set:Attendants={{{Attendants|}}} }} {{#set:Website={{{Website|}}} }} </includeonly>
|}<includeonly>[[Category:Software|{{PAGENAME}}]] {{#set:Type={{{Type|}}} |+sep}} {{#set:Industry={{{Industry|}}} |+sep}} {{#set:Developer={{{Developer|}}} }} {{#set:Written In={{{Written In|}}} }} {{#set:Operating System={{{Operating System|}}} |+sep}} {{#set:License={{{License|}}} |+sep}} {{#set:Supported Devices={{{Supported Devices|}}} |+sep}} {{#set:Release Date={{{Release Date|}}} }} {{#set:Website={{{Website|}}} }} </includeonly>
<noinclude>
<noinclude>
Designed for use on [[Activity]] pages. It is used for [[talks]] and [[workshops]] during [[events]].
Designed for use on [[Software]] pages.


==Usage==
==Usage==
<pre>
<pre>
{{Activity Infobox
{{Software Infobox
|image=
|image=
|Type=
|Type=
|Speaker=
|Industry=
|Location=
|Developer=
|Date=
|Written In=
|Time=
|Operating System=
|Duration=
|License=
|Attendants=
|Supported Devices=
|Release Date=
|Website=
|Website=
}}
}}
</pre>
</pre>
==Parameters==
'''<nowiki>|image=</nowiki>'''
: Image of instance in normal <nowiki>[[file:name|size]]</nowiki> format.
: E.g. [[]]
'''<nowiki>|Type=</nowiki>'''
: Type of the software
'''<nowiki>|Industry=</nowiki>'''
: Industry
'''<nowiki>|Developer=</nowiki>'''
: Developer
'''<nowiki>|Written In=</nowiki>'''
: Written In
'''<nowiki>|Operating System=</nowiki>'''
: Operating System
'''<nowiki>|License=</nowiki>'''
: License
'''<nowiki>|Supported Devices=</nowiki>'''
: Supported Devices
'''<nowiki>|Release Date=</nowiki>'''
: Release Date
'''<nowiki>|Website=</nowiki>'''
: Website of the software


<br><br>
<br><br>
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>