Template:Term: Difference between revisions

From 44Net Wiki
mw push
 
mw push
Line 1: Line 1:
{{#if:{{{1|}}}
{{#if:{{{1|}}}
  | {{#ifexist:Term:{{{1}}}
  | {{#ifexist:Term:{{{1}}}
     | [[Term:{{{1}}}|{{#tag:abbr|{{{2|{{{1}}}}}|class=term|title={{:Term:{{{1}}}|mode=short}}}}]]
     | {{#if:{{{2|}}}
     | {{{2|{{{1}}}}}}
      | [[Term:{{{1}}}|{{#tag:abbr|{{{2}}}|class=term|title={{Term:{{{1}}}|mode=short}}}}]]
      | [[Term:{{{1}}}|{{#tag:abbr|{{{1}}}|class=term|title={{Term:{{{1}}}|mode=short}}}}]]
      }}
     | {{#if:{{{2|}}}|{{{2}}}|{{{1}}}}}
   }}
   }}
  |  
  |  

Revision as of 21:35, 25 February 2026


Editor usage:

{{term|BGP}}

Optional display text:

{{term|Autonomous System|AS}}

Behavior:

  • If Term:<name> exists, this renders a link with a tooltip from the term's short definition.
  • If it does not exist, this renders plain text (no red link).