Jump to content

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

Template:TAGBL: Difference between revisions

From VASP Wiki
Singraber (talk | contribs)
No edit summary
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[{{{1}}}|<span style="color:black">{{{1}}}</span>]]<noinclude>
[[{{{1}}}|<span style="color:var(--vdefault-text)">{{{1}}}</span>]]<noinclude>
== Purpose ==
== Purpose ==
Similarly to <code><nowiki>{{TAG|...}}</nowiki></code> this template creates a link to a tag but with black font color. This is useful if the reader should not be distracted by the blue/purple link color, in particular within code blocks.
Similarly to <code><nowiki>{{TAG|...}}</nowiki></code> this template creates a link to a tag but with black font color. This is useful if the reader should not be distracted by the blue/purple link color, in particular within code blocks.
Line 5: Line 5:
== Example ==
== Example ==
For example, compare the following two tags written in a code block:
For example, compare the following two tags written in a code block:
  <nowiki>
  <nowiki>
  {{TAG|ISTART}}
  {{TAG|ISTART}}
  {{TAGBL|ISTART}}</nowiki>
  {{TAGBL|ISTART}}</nowiki>
will result in
will result in
  {{TAG|ISTART}}
  {{TAG|ISTART}}
  {{TAGBL|ISTART}}
  {{TAGBL|ISTART}}
Both links can be followed by clicking, but the latter has a black font color.
</noinclude>
</noinclude>
Both links can be followed by clicking, but the latter has a black font color.

Latest revision as of 11:38, 10 April 2026

[[{{{1}}}|{{{1}}}]]

Purpose

Similarly to {{TAG|...}} this template creates a link to a tag but with black font color. This is useful if the reader should not be distracted by the blue/purple link color, in particular within code blocks.

Example

For example, compare the following two tags written in a code block:

 {{TAG|ISTART}}
 {{TAGBL|ISTART}}

will result in

ISTART
ISTART

Both links can be followed by clicking, but the latter has a black font color.