Icon2 – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
(Template creation)
 
m (Fix width argument)
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}{{{2|}}}
<includeonly>{{#if:{{{1|}}}{{{2|}}}
| {{LinkWrap|1=<span class="icon2"{{#if:{{{width|}}}|<nowiki/> style="width: {{{width}}}px"}} alt="{{ucFirst:{{Trim|{{{1|}}} {{{2|}}}}}}}" title="{{ucFirst:{{Trim|{{{1|}}} {{{2|}}}}}}}"><span class="background"><span class="letter-1"{{#if:{{{3|}}}|<nowiki/> style="color: {{{3}}}"}}>{{#ifexpr:{{#len:{{{1|}}}}} < 4|{{uc:{{{1}}}}}|{{#sub:{{uc:{{{1|}}}}}|0|1}}}}</span>{{#ifexpr:{{#len:{{{1|}}}}} < 4||{{#sub:{{uc:{{{1|}}}}}|1}}}}<br><span class="letter-2">{{#sub:{{uc:{{{2|}}}}}|0|1}}</span>{{#sub:{{uc:{{{2|}}}}}|1}}</span></span></span>|2={{{link|}}}}}
| {{LinkWrap|1=<span class="icon2 {{#if:{{{verbose|}}}|icon2-verbose}}" style="{{#if:{{{size|}}}|{{#if:{{{verbose|}}}||font-size: {{#expr:{{{size}}}*0.725}}em; height: {{#expr:{{{size}}}*32}}px; width: {{#expr:{{{size}}}*32}}px;}}}}{{#ifexpr:{{#len:{{{width|}}}}} and {{#len:{{{verbose|}}}}}|<nowiki/> width: {{#expr:{{{width}}} * 64 round 2}}px}}" alt="{{ucFirst:{{Trim|{{{1|}}} {{{2|}}}}}}}" title="{{ucFirst:{{Trim|{{{1|}}} {{{2|}}}}}}}"><span class="background"><span class="letter-1"{{#if:{{{3|}}}|<nowiki/> style="color: {{{3}}}"}}>{{#ifexpr:{{#len:{{{line1|}}}}} and {{#len:{{{verbose|}}}}} > 0
| {{uc:{{{1|}}}}}</span>
| {{#sub:{{uc:{{{1|}}}}}|0|1}}</span>{{#if:{{{verbose|}}}|{{#sub:{{uc:{{{1|}}}}}|1}}}}
}}{{#if:{{{verbose|}}}|<br>}}<span class="letter-2">{{#ifexpr:{{#len:{{{line2|}}}}} and {{#len:{{{verbose|}}}}} > 0
| {{uc:{{{2|}}}}}</span>
| {{#sub:{{uc:{{{2|}}}}}|0|1}}</span>{{#if:{{{verbose|}}}|{{#sub:{{uc:{{{2|}}}}}|1}}}}
}}</span>{{#if:{{{verbose|}}}||<span class="subtext">{{ucFirst:{{{1|}}}}}</span>}}</span>|2={{{link|}}}}}
| -no arguments provided-
| -no arguments provided-
}}</includeonly><noinclude>Template '''''Icon2''''' - should appear inline {{{{FULLPAGENAME}}|local|argument|blue}} when in a paragraph.
}}</includeonly><noinclude>Template '''''Icon2''''' - should appear inline {{Icon2|local|argument|blue}} when in a paragraph.


== Usage ==
== Usage ==
{{<nowiki/>Icon2|'''''firstWord'''''|'''''secondWord'''''|'''''secondLetterColor'''''|'''''width='''''|'''''link='''''}}
{{<nowiki/>Icon2|'''''firstWord'''''|'''''secondWord'''''|'''''secondLetterColor'''''|'''''link='''''|'''''size='''''|'''''verbose='''''|'''''width='''''|'''''line1='''''|'''''line2='''''}}
* firstWord: first letter word, e.g "argument"
* firstWord: first letter word, e.g "argument"
* secondWord: second letter word, e.g "local"
* secondWord: second letter word, e.g "local"
* firstLetterColor: (Optional, default <tt>blue</tt>) CSS color
* firstLetterColor: (Optional, default <tt>blue</tt>) CSS color
* width: (Optional, default 64) width in pixels
* link: (Optional, default empty) icon link
* link: (Optional, default empty) icon link
* size: (Optional, default 1) size factor. Does '''not''' work with ''verbose''
* verbose: (Optional, default empty) if filled, shows the wide version of this icon (with full text) and unlocks the following parameters.
* width: (Optional, default 1) width factor
* line1: (Optional, default empty) if filled, colours and resize the whole first line
* line2: (Optional, default empty) if filled, colours and resize the whole second line


{| class="wikitable"
{| class="wikitable"
Line 18: Line 28:
|-
|-
| <tt><nowiki>{{Icon2}}</nowiki></tt>
| <tt><nowiki>{{Icon2}}</nowiki></tt>
| {{ {{FULLPAGENAME}} }}
| {{Icon2}}
|-
|-
| <tt><nowiki>{{Icon2|local|argument|blue}}</nowiki></tt>
| <tt><nowiki>{{Icon2|local|argument|blue}}</nowiki></tt>
| {{{{FULLPAGENAME}}|local|argument|blue}}
| {{Icon2|local|argument|blue}}
|-
|-
| <tt><nowiki>{{Icon2|N/A|argument|grey}}</nowiki></tt>
| <tt><nowiki>{{Icon2|N/A|argument|grey}}</nowiki></tt>
| {{{{FULLPAGENAME}}|N/A|argument|grey}}
| {{Icon2|N/A|argument|grey}}
|-
|-
| <tt><nowiki>{{Icon2|global|argument|darkorange}}</nowiki></tt>
| <tt><nowiki>{{Icon2|global|argument|darkorange}}</nowiki></tt>
| {{{{FULLPAGENAME}}|global|argument|darkorange}}
| {{Icon2|global|argument|darkorange}}
|-
|-
| <tt><nowiki>{{Icon2|local|effect|blue}}</nowiki></tt>
| <tt><nowiki>{{Icon2|local|effect|blue}}</nowiki></tt>
| {{{{FULLPAGENAME}}|local|effect|blue}}
| {{Icon2|local|effect|blue}}
|-
|-
| <tt><nowiki>{{Icon2|N/A|effect|grey}}</nowiki></tt>
| <tt><nowiki>{{Icon2|N/A|effect|grey}}</nowiki></tt>
| {{{{FULLPAGENAME}}|N/A|effect|grey}}
| {{Icon2|N/A|effect|grey}}
|-
|-
| <tt><nowiki>{{Icon2|global|effect|darkorange}}</nowiki></tt>
| <tt><nowiki>{{Icon2|global|effect|darkorange}}</nowiki></tt>
| {{{{FULLPAGENAME}}|global|effect|darkorange}}
| {{Icon2|global|effect|darkorange}}
|-
|-
| <tt><nowiki>{{Icon2|server|execution|green}}</nowiki></tt>
| <tt><nowiki>{{Icon2|server|execution|green}}</nowiki></tt>
| {{{{FULLPAGENAME}}|server|execution|green}}
| {{Icon2|server|execution|green}}
|-
|-
| <tt><nowiki>{{Icon2|server|execution|green|width=128}}</nowiki></tt>
| <tt><nowiki>{{Icon2|server|execution|green|size=2}}</nowiki></tt>
| {{{{FULLPAGENAME}}|server|execution|green|width=128}}
| {{Icon2|server|execution|green|size=2}}
|-
|-
| <tt><nowiki>{{Icon2|server|execution|green|link=Multiplayer Scripting}}</nowiki></tt>
! colspan="2" | the following presentations need the ''verbose'' argument
| {{{{FULLPAGENAME}}|server|execution|green|link=Multiplayer Scripting}}
|-
|-
| <tt><nowiki>{{Icon2|server|execution|green|width=128|link=Multiplayer Scripting}}</nowiki></tt>
| <tt><nowiki>{{Icon2|global|argument|darkorange|verbose=y}}</nowiki></tt>
| {{{{FULLPAGENAME}}|server|execution|green|width=128|link=Multiplayer Scripting}}
| {{Icon2|global|argument|darkorange|verbose=y}}
|-
| <tt><nowiki>{{Icon2|global|argument|darkorange|verbose=y|size=3}}</nowiki></tt>
| {{Icon2|global|argument|darkorange|verbose=y|size=3}}
|-
| <tt><nowiki>{{Icon2|N/A|effect|grey|verbose=y|line1=y}}</nowiki></tt>
| {{Icon2|N/A|effect|grey|verbose=y|line1=y}}
|-
| <tt><nowiki>{{Icon2|smol|box|red|verbose=y|width=0.5}}</nowiki></tt>
| {{Icon2|smol|box|red|verbose=y|width=0.5}}
|-
| <tt><nowiki>{{Icon2|loc|arg|verbose=y|width=0.5}}</nowiki></tt>
| {{Icon2|loc|arg|verbose=y|width=0.5}}
|-
| <tt><nowiki>{{Icon2|loc|arg|verbose=y|width=0.75}}</nowiki></tt>
| {{Icon2|loc|arg|verbose=y|width=0.75}}
|-
| <tt><nowiki>{{Icon2|loc|arg|verbose=y|width=0.75|line1=y}}</nowiki></tt>
| {{Icon2|loc|arg|verbose=y|width=0.75|line1=y}}
|-
| <tt><nowiki>{{Icon2|loc|arg|verbose=y|width=0.75|line2=y}}</nowiki></tt>
| {{Icon2|loc|arg|verbose=y|width=0.75|line2=y}}
|-
| <tt><nowiki>{{Icon2|loc|arg|verbose=y|width=0.75|line1=y|line2=y}}</nowiki></tt>
| {{Icon2|loc|arg|verbose=y|width=0.75|line1=y|line2=y}}
|-
| <tt><nowiki>{{Icon2|server|execution|green|verbose=y|link=Multiplayer Scripting}}</nowiki></tt>
| {{Icon2|server|execution|green|verbose=y|link=Multiplayer Scripting}}
|-
| <tt><nowiki>{{Icon2|server|execution|green|verbose=y|width=1.5|link=Multiplayer Scripting}}</nowiki></tt>
| {{Icon2|server|execution|green|verbose=y|width=1.5|link=Multiplayer Scripting}}
|}
|}


[[Category:Templates|{{uc:{{PAGENAME}}}}]]</noinclude>
[[Category:Templates|{{uc:{{PAGENAME}}}}]]</noinclude>

Revision as of 03:02, 1 March 2021

Template Icon2 - should appear inline LALocal when in a paragraph.

Usage

{{Icon2|firstWord|secondWord|secondLetterColor|link=|size=|verbose=|width=|line1=|line2=}}

  • firstWord: first letter word, e.g "argument"
  • secondWord: second letter word, e.g "local"
  • firstLetterColor: (Optional, default blue) CSS color
  • link: (Optional, default empty) icon link
  • size: (Optional, default 1) size factor. Does not work with verbose
  • verbose: (Optional, default empty) if filled, shows the wide version of this icon (with full text) and unlocks the following parameters.
  • width: (Optional, default 1) width factor
  • line1: (Optional, default empty) if filled, colours and resize the whole first line
  • line2: (Optional, default empty) if filled, colours and resize the whole second line
Examples
Code Result
{{Icon2}} -no arguments provided-
{{Icon2|local|argument|blue}} LALocal
{{Icon2|N/A|argument|grey}} NAN/A
{{Icon2|global|argument|darkorange}} GAGlobal
{{Icon2|local|effect|blue}} LELocal
{{Icon2|N/A|effect|grey}} NEN/A
{{Icon2|global|effect|darkorange}} GEGlobal
{{Icon2|server|execution|green}} SEServer
{{Icon2|server|execution|green|size=2}} SEServer
the following presentations need the verbose argument
{{Icon2|global|argument|darkorange|verbose=y}} GLOBAL
ARGUMENT
{{Icon2|global|argument|darkorange|verbose=y|size=3}} GLOBAL
ARGUMENT
{{Icon2|N/A|effect|grey|verbose=y|line1=y}} N/A
EFFECT
{{Icon2|smol|box|red|verbose=y|width=0.5}} SMOL
BOX
{{Icon2|loc|arg|verbose=y|width=0.5}} LOC
ARG
{{Icon2|loc|arg|verbose=y|width=0.75}} LOC
ARG
{{Icon2|loc|arg|verbose=y|width=0.75|line1=y}} LOC
ARG
{{Icon2|loc|arg|verbose=y|width=0.75|line2=y}} LOC
ARG
{{Icon2|loc|arg|verbose=y|width=0.75|line1=y|line2=y}} LOC
ARG
{{Icon2|server|execution|green|verbose=y|link=Multiplayer Scripting}} SERVER
EXECUTION
{{Icon2|server|execution|green|verbose=y|width=1.5|link=Multiplayer Scripting}} SERVER
EXECUTION