Template:Infobox ink: Difference between revisions

From stencil.wiki
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{| align="right" class="infobox"
<includeonly><!--
-->{| align="right" class="infobox"
|-
|-
! colspan="2" class="infobox-title" | {{PAGENAME}}  
! colspan="2" class="infobox-title" | {{PAGENAME}}  
{{#if:{{{japanese_name|}}}|<tr><th colspan="2" class="infobox-subheader">{{{japanese_name}}}</th></tr>|}}<!--
{{#if:{{{japanese_name|}}}|<tr><th colspan="2" class="infobox-subheader">{{{japanese_name}}}</th></tr>|}}<!--
-->{{#if:{{{rgb|}}}|<tr><th colspan="2"><div style="border:.5px solid black; height:.75rem; width:100%; background-color:rgba({{{rgb|255,255,255}}},1);"></div></th></tr>|}}<!--
-->{{#if:{{{rgb|}}}|<tr><th colspan="2"><div style="border:.5px solid black; height:.75rem; width:100%; background-color:rgba({{{rgb|255,255,255}}},1);"></div></th></tr>|}}<!--
-->{{#if:{{{hex|}}}{{{rgb|}}}{{{cmyk|}}}{{{cielab|}}}{{{pantone|}}}|<tr><th colspan="2" class="infobox-header">Color Coordinates</th></tr>
-->{{#if:{{{hex|}}}{{{rgb|}}}{{{cmyk|}}}{{{cielab|}}}{{{pantone|}}}|<tr><th colspan="2" class="infobox-header">Color coordinates</th></tr>|}}<!--
{{#if:{{{hex|}}}|<tr><th scope="row">Hex</th><td><nowiki>#</nowiki>{{uc:{{{hex|}}}}}</td></tr>|}}
-->{{#if:{{{hex|}}}|<tr><th scope="row">Hex</th><td><nowiki>#</nowiki>{{uc:{{{hex|}}}}}</td></tr>|}}<!--
{{#if:{{{rgb|}}}|<tr><th scope="row">RGB</th><td>({{#rreplace:{{{rgb}}}|,|, }})</td></tr>|}}
-->{{#if:{{{rgb|}}}|<tr><th scope="row">RGB</th><td>({{#rreplace:{{{rgb}}}|,|, }})</td></tr>|}}<!--
{{#if:{{{cmyk|}}}|<tr><th scope="row">CMYK</th><td>({{#rreplace:{{{cmyk}}}|,|, }})</td></tr>|}}
-->{{#if:{{{cmyk|}}}|<tr><th scope="row">CMYK</th><td>({{#rreplace:{{{cmyk}}}|,|, }})</td></tr>|}}<!--
{{#if:{{{cielab|}}}|<tr><th scope="row">CIELab*</th><td>({{#rreplace:{{{cielab}}}|,|, }})</td></tr>|}}
-->{{#if:{{{cielab|}}}|<tr><th scope="row">CIELab*</th><td>({{#rreplace:{{{cielab}}}|,|, }})</td></tr>|}}<!--
{{#if:{{{pantone|}}}|<tr><th scope="row">Pantone</th><td>{{{pantone}}}</td></tr>|}}
-->{{#if:{{{pantone|}}}|<tr><th scope="row">Pantone</th><td>{{{pantone}}}</td></tr>|}}
|}}
|-
|-
!colspan="2" class="infobox-header"| Ink Information
!colspan="2" class="infobox-header"| Ink Information

Revision as of 01:07, 11 December 2024