Template:Paper infobox: Difference between revisions
Nicoboomer (talk | contribs) (Created page with "<includeonly><div class="model"> <div class="heading">[[{{PAGENAME}}]]</div> <div style="width: 500px; display: flex; flex-direction: column;"> <div class="model-infobox-row"> {{#if:{{{name|}}}| <div class="model-infobox-cell">'''Name'''</div> <div class="model-infobox-cell">[[Has paper name::{{{name}}}]]</div> }} </div> <div class="model-infobox-row"> {{#if:{{{type|}}}| <div class="model-infobox-cell">'''Type'''</div> <div class="model-infobox-cell">{{#arraymap:{{{ty...") |
No edit summary |
||
Line 1: | Line 1: | ||
{| 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''' | |||
{{!}} {{{Name|}}} }} | |||
|- | |||
{{#if: {{{Platform|}}}| | |||
{{!}} '''Platform''' | |||
{{!}} {{#arraymap:{{{Platform|}}}|,|x|[[Has platform::x]]}} }} | |||
|- | |||
{{#if: {{{Model|}}}| | |||
{{!}} '''Model''' | |||
{{!}} {{#arraymap:{{{Model|}}}|,|x|[[Has model::x]]}} }} | |||
|- | |||
{{#if: {{{Category|}}}| | |||
{{!}} '''Category''' | |||
{{!}} {{#arraymap:{{{Category|}}}|,|x|[[Has category::x]]}} }} | |||
|- | |||
{{#if: {{{Description|}}}| | |||
{{!}} '''Description''' | |||
{{!}} {{{Description|}}} }} | |||
|- | |||
{{#if: {{{Third Party|}}}| | |||
{{!}} '''Third Party''' | |||
{{!}} {{{Third Party|}}} }} | |||
|- | |||
{{#if: {{{Developer|}}}| | |||
{{!}} '''Developer''' | |||
{{!}} {{{Developer|}}} }} | |||
|- | |||
{{#if: {{{Release Date|}}}| | |||
{{!}} '''Release Date''' | |||
{{!}} {{{Release Date|}}} }} | |||
|- | |||
{{#if: {{{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> | |||
<noinclude> | |||
Designed for use on [[Paper]] pages. | |||
==Usage== | |||
<pre> | |||
< | {{Paper infobox | ||
{{ | |image = | ||
|Name = | |||
|Platform = | |||
|Model = | |||
|Category = | |||
|Description = | |||
|Third Party = | |||
|Developer = | |||
|Release Date = | |||
|Website = | |||
|Free = | |||
|Price = | |||
|Available = | |||
|Working = | |||
}} | }} | ||
</ | </pre> | ||
==Parameters== | |||
< | <br><br> | ||
[[Category:Templates]] | |||
</noinclude> | |||