Jump to content

Requests for technical support from the VASP team should be posted in the VASP Forum.

Template:TAGO

From VASP Wiki
Revision as of 07:25, 24 October 2025 by Singraber (talk | contribs)

[[{{{1}}}]]

Purpose

Prints a link to an INCAR tag, optionally with colored background and/or as TAG = value pair.

Parameters

 {{TAGO|<tag_name>|<<value>>|<<color=color_name>>|<<op=operator>>}}
  • tag_name: The INCAR tag for which a link should be generated.
  • value: (optional) Value associated with INCAR tag, with no other arguments writes MY_TAG = value
  • color=color_name: (optional) Apply a color background, available color_name arguments are: green, grey, blue, red and purple. Works also without the value argument.
  • op=operator: (optional) In case a different operator than = is required it can be provided as with the op= argument, e.g., {{TAGO|MY_TAG|3|op=>=}} produces MY_TAG >= 3.

Examples

 {{TAGO|IBRION}}
 
 {{TAGO|IBRION|color=blue}}

 {{TAGO|IBRION|3|color=green}}

 {{TAGO|IBRION|5|op=<}}

 {{TAGO|IBRION|4|color=red|op=?=}}

results in

Remarks

  • Can be combined with bold and italics format:
 ''{{TAGO|IBRION|4|color=red|op=>}}''
 '''{{TAGO|IBRION|4|color=blue|op=>}}'''
 '''''{{TAGO|IBRION|4|color=purble|op=>}}'''''
produces: