Diferencia entre revisiones de «Plantilla:Infobox/Meter»

De Inkipedia
m (Protegió «Plantilla:Infobox/Meter» ([Editar=Permitir solo administradores] (indefinido) [Trasladar=Permitir solo administradores] (indefinido)))
m (Texto reemplazado: «{{SiteColor|Generic}}» por «{{SiteColor|Generico}}»)
 
(No se muestra una edición intermedia del mismo usuario)
Línea 4: Línea 4:
|contents = {{{contents|'''{{Trim|{{#if:{{{1|}}}|{{{1}}}|75}}}} / {{#if:{{{2|}}}|{{{2}}}|100}}'''}}}
|contents = {{{contents|'''{{Trim|{{#if:{{{1|}}}|{{{1}}}|75}}}} / {{#if:{{{2|}}}|{{{2}}}|100}}'''}}}
|{{#expr:{{#if:{{{1|}}}|{{{1}}}|75}}*100/{{#if:{{{2|}}}|{{{2}}}|100}}}}}}</includeonly><noinclude>__NOTOC__
|{{#expr:{{#if:{{{1|}}}|{{{1}}}|75}}*100/{{#if:{{{2|}}}|{{{2}}}|100}}}}}}</includeonly><noinclude>__NOTOC__
{{Traducir}}
<!-- Do not delete the following hidden elements. The resulting images are used by this template. -->
<!-- Do not delete the following hidden elements. The resulting images are used by this template. -->
<div style="display: none;">
<div style="display: none;">
Línea 21: Línea 22:
|<code>contents</code>||Optional.||Content to appear inside the meter. Belongs to the outermost element, overlapping the bar graphic. If absent, the text "<code>value</code> / <code>max</code>" will be used.
|<code>contents</code>||Optional.||Content to appear inside the meter. Belongs to the outermost element, overlapping the bar graphic. If absent, the text "<code>value</code> / <code>max</code>" will be used.
|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<code>color</code>||Optional.||An RGB triplet for the base color to use for formatting. The default value is {{SiteColor|Generic}}, defined in [[Template:SiteColor|SiteColor]] as "Generic".
|<code>color</code>||Optional.||An RGB triplet for the base color to use for formatting. The default value is {{SiteColor|Generico}}, defined in [[Template:SiteColor|SiteColor]] as "Generic".
|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<code>style</code>||Optional.||A list of CSS values to apply to the outermost container. By default, the meter takes up 100% of the width of its parent container.
|<code>style</code>||Optional.||A list of CSS values to apply to the outermost container. By default, the meter takes up 100% of the width of its parent container.

Revisión actual - 22:49 24 sep 2023

FlagUnited Kingdom.svg
Necesita traducir la información
La siguiente página necesita traducirse al español.
Demuestra tu compromiso con la wiki traduciendo la página.

InfoboxMeter.svg InfoboxMeter.svg InfoboxMeter.svg

Displays a "progress bar" style meter for an infobox. This template is a proxy that pre-calculates parameters for Infobox/MeterEx.

Parameters

value Unnamed. The numeric value of the meter.
max Unnamed, optional. The numeric maximum value of the meter. The default value is 100.
contents Optional. Content to appear inside the meter. Belongs to the outermost element, overlapping the bar graphic. If absent, the text "value / max" will be used.
color Optional. An RGB triplet for the base color to use for formatting. The default value is 0, 153, 255, defined in SiteColor as "Generic".
style Optional. A list of CSS values to apply to the outermost container. By default, the meter takes up 100% of the width of its parent container.

Example

Markup

{{Infobox/Meter
|style = width: 250px;
|color = {{SiteColor|Splatoon 2}}
|123
|210
}}

Output

123 / 210