Icon2 – Template

From Bohemia Interactive Community
Revision as of 03:02, 1 March 2021 by Lou Montana (talk | contribs) (Fix width argument)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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