v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Template:Menu icon"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(Created page with "<div style="color:white; font-size: large; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;"><!-- --><span style="position: relative;><!-- -->...")
 
m (Added to Category:Templates, removed inaccurate shortcut link)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="color:white; font-size: large; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;"><!--
+
<span><!--
 +
-->{{#if:{{{num|}}}|<!-- case for "num" defined where user wants to display only the last num icons
 +
  -->{{#ifexpr:{{{num|4}}}-{{#if:{{{4|}}}|1|0}}-{{#if:{{{3|}}}|1|0}}-{{#if:{{{2|}}}|1|0}} > 0 |<!--
 +
    --><span style="display: inline-flex;"><!--
 +
    -->[[File:Ui {{{1|<noinclude>b</noinclude>}}}.png]]<span style="align-self: flex-end; margin-left: -8px; margin-bottom: -2px;">{{k|{{{1|<noinclude>b</noinclude>}}}}}</span></span><!--
 +
    -->{{#ifexpr: {{#if:{{{2|}}}|1|0}} and {{{num|4}}}-{{#if:{{{4|}}}|1|0}}-{{#if:{{{3|}}}|1|0}} > 0 | {{{sep|}}}}}<!--draw sep if icon exists above and below
 +
  -->}}<!--
 +
   
 +
  -->{{#ifexpr: {{#if:{{{2|}}}|1|0}} and {{{num|4}}}-{{#if:{{{4|}}}|1|0}}-{{#if:{{{3|}}}|1|0}} > 0 |<!--
 +
    --><span style="display: inline-flex;"><!--
 +
    -->[[File:Ui {{{1}}}{{{2}}}.png]]<span style="align-self: flex-end; margin-left: -8px; margin-bottom: -2px;">{{k|{{{2}}}}}</span></span><!--
 +
    -->{{#ifexpr: {{#if:{{{3|}}}|1|0}} and {{{num|4}}}-{{#if:{{{4|}}}|1|0}} > 0 | {{{sep|}}}}}<!--draw sep if icon exists above and below
 +
  -->}}<!--
  
--><span style="position: relative;><!--
+
  -->{{#ifexpr: {{#if:{{{3|}}}|1|0}} and {{{num|4}}}-{{#if:{{{4|}}}|1|0}} > 0 |<!--
-->[[File:Ui b.png]]<div style="position: absolute; bottom:-14px; right:3px;">b</div></span><!--
+
    --><span style="display: inline-flex;"><!--
 +
    -->[[File:Ui {{{1}}}{{{2}}}{{{3}}}.png]]<span style="align-self: flex-end; margin-left: -8px; margin-bottom: -2px;">{{k|{{{3}}}}}</span></span><!--
 +
    -->{{#if:{{{4|}}} | {{{sep|}}}}}<!--draw sep if icon exists above and below
 +
  -->}}<!--
  
--><span style="position: relative;><!--
+
  -->{{#if:{{{4|}}}|<!--
-->[[File:Ui bo.png]]<div style="position: absolute; bottom:-14px; right:3px;">o</div></span><!--
+
    --><span style="display: inline-flex;"><!--
 +
    -->[[File:Ui {{{1}}}{{{2}}}{{{3}}}{{{4}}}.png]]<span style="align-self: flex-end; margin-left: -8px; margin-bottom: -2px;">{{k|{{{4}}}}}</span></span>}}<!--
  
--><span style="position: relative;"><!--
 
-->[[File:Ui bol.png]]<div style="position: absolute; bottom:-14px; right:3px;">l</div></span><!--
 
  
--><span style="position: relative;"><!--
+
  -->|<!--simpler case for "num" undefined where user wants to display all icons
-->[[File:Ui boll.png]]<div style="position: absolute; bottom:-14px; right:3px;">l</div></span><!--
+
    --><span style="display: inline-flex;"><!--
--></div><noinclude></noinclude>
+
    -->[[File:Ui {{{1|<noinclude>b</noinclude>}}}.png]]<span style="align-self: flex-end; margin-left: -8px; margin-bottom: -2px;">{{k|{{{1|<noinclude>b</noinclude>}}}}}</span></span><!--
 +
 
 +
  -->{{#if:{{{2|}}}|<!--
 +
    -->{{{sep|}}}<!--
 +
    --><span style="display: inline-flex;"><!--
 +
    -->[[File:Ui {{{1}}}{{{2}}}.png]]<span style="align-self: flex-end; margin-left: -8px; margin-bottom: -2px;">{{k|{{{2}}}}}</span></span>}}<!--
 +
 
 +
  -->{{#if:{{{3|}}}|<!--
 +
    -->{{{sep|}}}<!--
 +
    --><span style="display: inline-flex;"><!--
 +
    -->[[File:Ui {{{1}}}{{{2}}}{{{3}}}.png]]<span style="align-self: flex-end; margin-left: -8px; margin-bottom: -2px;">{{k|{{{3}}}}}</span></span>}}<!--
 +
 
 +
  -->{{#if:{{{4|}}}|<!--
 +
    -->{{{sep|}}}<!--
 +
    --><span style="display: inline-flex;"><!--
 +
    -->[[File:Ui {{{1}}}{{{2}}}{{{3}}}{{{4}}}.png]]<span style="align-self: flex-end; margin-left: -8px; margin-bottom: -2px;">{{k|{{{4}}}}}</span></span>}}<!--
 +
-->}}<!--
 +
 
 +
--></span><noinclude>
 +
----
 +
 
 +
===Examples of Appearance===
 +
 
 +
Selected from the {{Menu icon|b}} build menu.
 +
 
 +
===Usage===
 +
 
 +
 
 +
<pre><nowiki>{{Menu icon|b}}</nowiki></pre>
 +
 
 +
Multiple keys can be passed as separate parameters to this template, with the "sep" parameter determining the separator (the default is an empty string), and the number of icons to display, counting from the end, as the "num" parameter (the default displays 4 icons).
 +
 
 +
<pre><nowiki>{{Menu icon|key|sep=separator>|num=number}}</nowiki></pre>
 +
 
 +
{|class="wikitable"
 +
|-
 +
|``<nowiki>{{Menu icon|b|o}}</nowiki>`` || {{Menu icon|b|o}}
 +
|-
 +
|``<nowiki>{{Menu icon|num=1|b|o}}</nowiki>`` || {{Menu icon|num=1|b|o}}
 +
|-
 +
|``<nowiki>{{Menu icon|b|o|sep=,}}</nowiki>`` || {{Menu icon|b|o|sep=,}}
 +
|-
 +
|``<nowiki>{{Menu icon|b|sep=+|o|f|}}</nowiki>`` || {{Menu icon|b|sep=+|o|f|}}
 +
|-
 +
|``<nowiki>{{Menu icon|b|o|b|sep=-}}</nowiki>`` || {{Menu icon|b|o|b|sep=-}}
 +
|-
 +
|``<nowiki>{{Menu icon|b|o|l|y|sep=&amp;rarr;|num=2}}</nowiki>`` || {{Menu icon|b|o|l|y|sep=&rarr;|num=2}}
 +
|}
 +
----
 +
See also: {{t|key}}
 +
[[Category:Inline formatting templates]]
 +
{{documentation}}
 +
</noinclude>

Revision as of 13:21, 4 January 2023

Ui b.pngb


Examples of Appearance

Selected from the Ui b.pngb build menu.

Usage

{{Menu icon|b}}

Multiple keys can be passed as separate parameters to this template, with the "sep" parameter determining the separator (the default is an empty string), and the number of icons to display, counting from the end, as the "num" parameter (the default displays 4 icons).

{{Menu icon|key|sep=separator>|num=number}}
{{Menu icon|b|o}} Ui b.pngbUi bo.pngo
{{Menu icon|num=1|b|o}} Ui bo.pngo
{{Menu icon|b|o|sep=,}} Ui b.pngb,Ui bo.pngo
{{Menu icon|b|sep=+|o|f|}} Ui b.pngb+Ui bo.pngo+Ui bof.pngf
{{Menu icon|b|o|b|sep=-}} Ui b.pngb-Ui bo.pngo-Ui bob.pngb
{{Menu icon|b|o|l|y|sep=&rarr;|num=2}} Ui bol.pnglUi boly.pngy

See also: {{key}}