Template:MainPageProductCard: Difference between revisions
Appearance
| [checked revision] | [checked revision] |
Update Tag: Reverted |
Update Tag: Manual revert |
||
| Line 1: | Line 1: | ||
<onlyinclude><div class="main-page-product-card"> | <onlyinclude><div class="main-page-product-card"> | ||
<div class="main-page-product-icon">{{#ifexist:File:{{#replace:{{{ | <div class="main-page-product-icon">{{#ifexist:File:{{#replace:{{{name|{{PAGENAME}}}}}| |-}}-Product-overview.png | ||
|[[File:{{#replace:{{{ | |[[File:{{#replace:{{{name|{{PAGENAME}}}}}| |-}}-Product-overview.png|160px|link={{{name|{{PAGENAME}}}}}]] | ||
|<div class="main-page-product-no-icon">📦<br>{{{ | |<div class="main-page-product-no-icon">📦<br>{{{name|{{PAGENAME}}}}}</div> | ||
}}</div> | }}</div> | ||
<div class="main-page-product-title">[[{{{ | <div class="main-page-product-title">[[{{{name|{{PAGENAME}}}}}|{{{name|{{PAGENAME}}}}}]]</div> | ||
<div class="main-page-product-desc">{{#switch:{{{ | <div class="main-page-product-desc">{{#switch:{{{name|{{PAGENAME}}}}} | ||
|LIGO AIR=Wireless fuel level sensor with Bluetooth Low Energy 5.4. Standard, extended battery, and long-range variants for vehicle and industrial applications. | |LIGO AIR=Wireless fuel level sensor with Bluetooth Low Energy 5.4. Standard, extended battery, and long-range variants for vehicle and industrial applications. | ||
|LIGO PRO=Wired fuel level sensor for industrial and vehicle applications. High-precision capacitive measurement with maximum reliability. | |LIGO PRO=Wired fuel level sensor for industrial and vehicle applications. High-precision capacitive measurement with maximum reliability. | ||
|LIGO PRO BLE=Wired fuel level sensor with built-in Bluetooth 5.2. Combines wired reliability with wireless configuration capability. | |LIGO PRO BLE=Wired fuel level sensor with built-in Bluetooth 5.2. Combines wired reliability with wireless configuration capability. | ||
|#default= | |#default={{{desc|}}} | ||
}}</div> | }}</div> | ||
</div></onlyinclude> | </div></onlyinclude> | ||
<noinclude> | <noinclude> | ||
Usage: <code><nowiki>{{MainPageProductCard|name=LIGO AIR}}</nowiki></code> | |||
Add description per product via #switch above. | |||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 09:54, 21 May 2026
Usage: {{MainPageProductCard|name=LIGO AIR}}
Add description per product via #switch above.