Template:Infobox: Difference between revisions

From Pixar Cars Wiki
Jump to navigation Jump to search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#switch: {{{1|}}}
{{#switch: {{{1|}}}
  | start = <div class="infobox-wrapper"><div class="infobox-inner-wrapper">
  | start = <div class="infobox-wrapper" style="{{{outer_style|}}}"><div class="infobox-inner-wrapper" style="{{{inner_style|}}}">
{{!C}} class="infobox" id="{{{id|}}}" cellspacing="{{{cellspacing|}}}"
{{!C}} class="infobox" id="{{{id|}}}" style="{{{style|}}}" cellspacing="{{{cellspacing|0}}}"
  | title = ! id="{{{id|}}}" colspan="{{{colspan|}}}" {{{other|}}} {{!}} {{{text|}}}
  | title = ! id="infobox-title {{{id|}}}" colspan="{{{colspan|2}}}" style="{{{style|}}}" {{{other|}}} {{!}} {{{text|}}}
  | image = {{#if: {{{image|}}} |{{!}}-
  | image = {{#if: {{{image|}}} |{{!}}-
{{!}} class="infobox-image-cell" colspan="2" style="text-align:center" {{!}} {{#if:{{{image_style|}}}|<div style="{{{image_style|}}}">|}}[[File:{{{image|}}}{{#if:{{{image_size|}}}|{{!}}{{{image_size|}}}|}}]]{{#if:{{{caption|}}}|<br/><span class="caption" style="font-size:11px">{{{caption|}}}</span>|}}{{#if:{{{image_style|}}}|</div>|}}|}}
{{!}} class="infobox-image-cell" colspan="2" style="text-align:center; {{{style|}}}" {{!}} {{#if:{{{image_style|}}}|<div style="{{{image_style|}}}">|}}[[File:{{{image|}}}{{!}}{{#if:{{{image_size|}}}|{{{image_size|}}}|280px}}]]{{#if:{{{caption|}}}|<br/><span class="caption" style="font-size:11px">{{{caption|}}}</span>|}}{{#if:{{{image_style|}}}|</div>|}}|}}
  | end = {{Table_end}}</div></div>
  | end = {{Table_end}}</div></div>
  | section = {{#if:{{{entries|}}}|{{!}}- class="infobox-section" id="{{{id|}}}"
  | section = {{#if:{{{entries|}}}|{{!}}- class="infobox-section" id="{{{id|}}}"
Line 14: Line 14:
{{!}}-
{{!}}-
{{Table_end}} |}}
{{Table_end}} |}}
  | row | sub = {{#if:{{{data|}}}|{{!}}-
  | row = {{#if:{{{data|}}}|{{!}}-
{{Infobox/Row|sub|data={{{data|}}}|label={{{label|}}}}}|}}
{{Infobox/Row|row|data={{{data|}}}|label={{{label|}}}|id={{{id|}}}}}|}}
|}}<noinclude>
|}}<noinclude>
This is the infobox builder, designed for ease-of-use and to help maintain consistency between different templates. Heavily inspired by [https://destinypedia.com/Template:Infobox Destinypedia]'s setup and approach.
This is the infobox builder, designed for ease-of-use and to help maintain consistency between different templates. Heavily inspired by [https://destinypedia.com/Template:Infobox Destinypedia]'s setup and approach.


<div class="syntax">
{{Syntax table}}
{{Syntax table}}
|-
! <nowiki>{{{1|}}}</nowiki> value
! Associated code
|-
|-
|{{Code|start}}
|{{Code|start}}
|<pre style="max-width:600px;"><div class="infobox-wrapper" style="{{{outer_style|}}}"><div class="infobox-inner-wrapper" style="{{{inner_style|}}}">
{{!C}} class="infobox" id="{{{id|}}}" style="{{{style|}}}" cellspacing="{{{cellspacing|0}}}"</pre>
|-
|-
|{{Code|title}}
|{{Code|title}}
| <pre style="max-width:600px;">! id="infobox-title {{{id|}}}" colspan="{{{colspan|2}}}" style="{{{style|}}}" {{{other|}}} {{!}} {{{text|}}}</pre>
|-
|-
|{{Code|image}}
|{{Code|image}}
| <pre style="max-width:600px;">{{#if: {{{image|}}} |{{!}}-
{{!}} class="infobox-image-cell" colspan="2" style="text-align:center; {{{style|}}}" {{!}} {{#if:{{{image_style|}}}|<div style="{{{image_style|}}}">|}}[[File:{{{image|}}}{{#if:{{{image_size|}}}|{{!}}{{{image_size|}}}|}}]]{{#if:{{{caption|}}}|<br/><span class="caption" style="font-size:11px">{{{caption|}}}</span>|}}{{#if:{{{image_style|}}}|</div>|}}|}}</pre>
|-
|-
|{{Code|section}}
|{{Code|section}}
| <pre style="max-width:600px;">{{#if:{{{entries|}}}|{{!}}- class="infobox-section" id="{{{id|}}}"
{{!}} colspan="2" style="padding:0 !important" {{!}}
{{!C}} class="mw-collapsible mw-collapsed" style="width:100%;" cellspacing="0"
! colspan="2" style="text-align: center;line-height: 1.5;padding: 5px;{{#if:{{{style|}}}|{{{style|}}}|}}" {{{other|}}} {{!}} {{{name|}}}
{{!}}-
{{{entries|}}}
{{!}}-
{{Table_end}} |}}</pre>
|-
|-
|{{Code|row}}
|{{Code|row}}
|<pre style="max-width:600px;">{{Code|row}}
{{#if:{{{data|}}}|{{!}}-
{{Infobox/Row|row|data={{{data|}}}|label={{{label|}}}}}|}}</pre>
|-
|-
|{{Code|end}}
|{{Code|end}}
{{Table_end}}
|<pre style="max-width:600px;">|}</div></div></pre>
</div>
{{Table_end}}<pre>
{{Infobox|{{{1}}}|situational value 1|situational value 2|etc.}}
</pre><div style="clear:both" />


==Components==
==Components==
Line 43: Line 63:
{{Infobox|title|id=infobox-title|colspan=2|text=Name}}
{{Infobox|title|id=infobox-title|colspan=2|text=Name}}
{{Infobox|section|other={{#if: {{{boxcolor|}}} |class="infobox-{{{boxcolor|}}}"|}}|name=Section title|entries=
{{Infobox|section|other={{#if: {{{boxcolor|}}} |class="infobox-{{{boxcolor|}}}"|}}|name=Section title|entries=
{{Infobox|sub|data=Test2|label=Test1}}
{{Infobox|row|data=Test2|label=Test1}}
}}
}}
{{Infobox|end}}[[Category:Infobox templates]]
{{Infobox|end}}[[Category:Infobox templates| ]]
</noinclude>
</noinclude>

Latest revision as of 06:56, 6 July 2024

This is the infobox builder, designed for ease-of-use and to help maintain consistency between different templates. Heavily inspired by Destinypedia's setup and approach.

Syntax
{{{1|}}} value Associated code
start
<div class="infobox-wrapper" style="{{{outer_style|}}}"><div class="infobox-inner-wrapper" style="{{{inner_style|}}}">
{{!C}} class="infobox" id="{{{id|}}}" style="{{{style|}}}" cellspacing="{{{cellspacing|0}}}"
title
! id="infobox-title {{{id|}}}" colspan="{{{colspan|2}}}" style="{{{style|}}}" {{{other|}}} {{!}} {{{text|}}}
image
{{#if: {{{image|}}} |{{!}}-
{{!}} class="infobox-image-cell" colspan="2" style="text-align:center; {{{style|}}}" {{!}} {{#if:{{{image_style|}}}|<div style="{{{image_style|}}}">|}}[[File:{{{image|}}}{{#if:{{{image_size|}}}|{{!}}{{{image_size|}}}|}}]]{{#if:{{{caption|}}}|<br/><span class="caption" style="font-size:11px">{{{caption|}}}</span>|}}{{#if:{{{image_style|}}}|</div>|}}|}}
section
{{#if:{{{entries|}}}|{{!}}- class="infobox-section" id="{{{id|}}}"
{{!}} colspan="2" style="padding:0 !important" {{!}}
{{!C}} class="mw-collapsible mw-collapsed" style="width:100%;" cellspacing="0"
! colspan="2" style="text-align: center;line-height: 1.5;padding: 5px;{{#if:{{{style|}}}|{{{style|}}}|}}" {{{other|}}} {{!}} {{{name|}}}
{{!}}-
{{{entries|}}}
{{!}}-
{{Table_end}} |}}
row
{{Code|row}}
{{#if:{{{data|}}}|{{!}}-
{{Infobox/Row|row|data={{{data|}}}|label={{{label|}}}}}|}}
end
|}</div></div>
{{Infobox|{{{1}}}|situational value 1|situational value 2|etc.}}

Components


Name
Section title
Test1 Test2