Template:Plugin infobox: Difference between revisions
(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|}}}|{{{image|}}}}} |- ! colspan="2" style="background-color: #BDBDBD; color: #000000; padding:0em;" | Information |- {{#if: {{{Model|}}}| {{!}} '''Model''' {{!}} {{{Model|}}} }}...") |
Startledcat (talk | contribs) No edit summary |
||
(23 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|}}}|{{{image | ! colspan="2" |{{#if:{{{image|}}}|[[File:{{{image}}}|300px]] }} | ||
|- | |- | ||
! colspan="2" style="background-color: #BDBDBD; color: #000000; padding:0em;" | Information | ! colspan="2" style="background-color: #BDBDBD; color: #000000; padding:0em;" | Information | ||
|- | |||
{{#if: {{{Name|}}}| | |||
{{!}} '''Name''' | |||
{{!}} {{{Name|}}} }} | |||
|- | |||
{{#if: {{{Platform|}}}| | |||
{{!}} '''Platform''' | |||
{{!}} {{#arraymap:{{{Platform|}}}|,|x|[[Has platform::x]]}} }} | |||
|- | |- | ||
{{#if: {{{Model|}}}| | {{#if: {{{Model|}}}| | ||
{{!}} '''Model''' | {{!}} '''Model''' | ||
{{!}} {{{Model|}}} }} | {{!}} {{#arraymap:{{{Model|}}}|,|x|[[Has model::x]]}} }} | ||
|- | |- | ||
{{#if: {{{Category|}}}| | {{#if: {{{Category|}}}| | ||
{{!}} '''Category''' | {{!}} '''Category''' | ||
{{!}} {{{Category|}}} }} | {{!}} {{#arraymap:{{{Category|}}}|,|x|[[Has category::x]]}} }} | ||
|- | |- | ||
{{#if: {{{Description|}}}| | {{#if: {{{Description|}}}| | ||
Line 43: | Line 51: | ||
{{!}} {{{Price|}}} }} | {{!}} {{{Price|}}} }} | ||
|- | |- | ||
|}<includeonly>[[Category:Plugin|{{PAGENAME}}]] {{#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}}</includeonly> | {{#if: {{{Available|}}}| | ||
{{!}} '''Available''' | |||
{{!}} {{{Available|}}} }} | |||
|- | |||
{{#if: {{{Working|}}}| | |||
{{!}} '''Working''' | |||
{{!}} {{{Working|}}} }} | |||
|- | |||
|} | |||
'''{{{Name|}}}''' is a [[Plugin]] for {{#arraymap:{{{Platform|}}}|,|@@@|[[@@@]]}}.<includeonly>[[Category:Plugin|{{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> | |||
<noinclude> | <noinclude> | ||
Designed for use on [[Plugin]] pages. | Designed for use on [[Plugin]] pages. | ||
Line 51: | Line 68: | ||
{{Plugin infobox | {{Plugin infobox | ||
|image= | |image= | ||
|Name= | |||
|Platform= | |||
|Model= | |Model= | ||
|Category= | |Category= | ||
Line 60: | Line 79: | ||
|Free= | |Free= | ||
|Price= | |Price= | ||
|Available= | |||
|Working= | |||
}} | }} | ||
</pre> | </pre> |