Template:Software page/components: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 34: | Line 34: | ||
| Link = {{#if:{{{2|}}} | | Link = {{#if:{{{2|}}} | ||
| <div class="plainlinks" style="display:flex; background-color:rgb(80 100 180 / 25%); border-radius:.2em; line-height:1.8em"> | | <div class="plainlinks" style="display:flex; width:100%; background-color:rgb(80 100 180 / 25%); border-radius:.2em; line-height:1.8em"> | ||
{{#if:{{{icon|}}} | {{#if:{{{icon|}}} | ||
| <div style="background-color:rgb(110 180 255 / 10%); user-select:none; padding:0 .5em"> <span style="position:relative; top:{{{icon shift|-1px}}}">[[File:{{{icon|}}}|{{{icon size|16px}}}|link={{{2|}}}/{{{3|}}}]]</span> </div> | | <div style="background-color:rgb(110 180 255 / 10%); user-select:none; padding:0 .5em"> <span style="position:relative; top:{{{icon shift|-1px}}}">[[File:{{{icon|}}}|{{{icon size|16px}}}|link={{{2|}}}/{{{3|}}}]]</span> </div> |
Revision as of 07:37, 29 June 2023
==

This template (and its redirect) is
Deprecated. Its use is not recommended and its functionality may be compromised.
You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.
Additional notes:
Use #switch parser function instead. Example

You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.
Additional notes:
Use #switch parser function instead. Example
{{#switch: {{language}}
| #default = English
| ja = 日本語
| zh-tw = 中文(台灣)
}}
==