Template:unicode-add

From Wiktionary, the free dictionary
Jump to navigation Jump to search

This template add a line to a Unicode table. It is implemented using HTML.

Usage

[edit]

This template should be added directly between {{unicode-top}} and {{unicode-bottom}}.

Parameters

[edit]

Named parameter:

  • |line= The hexadecimal representation of the characters, minus the last digit.

Positional (unnamed) parameters:

  • |1=, |2=, … |16= The values of the last digit for each character in the row.

Each unnamed parameter may contain one hexadecimal digit ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"), to complete the 4-digit value started with |line=.

Examples

[edit]
  • {{unicode-add|line=002|8|9}}
    This generates a line with the two unicode characters U+0028 and U+0029, which are the open- and close-parentheses characters: "(" and ")".

See also

[edit]