Modul:Rptchars/doc
Ini ialah laman pendokumenan untuk Modul:Rptchars
Ini ialah sublaman pendokumenan bagi Modul:Rptchars Ia mengandungi maklumat penggunaan, kategori dan kandungan lain yang bukan bahagian asal laman modul. |
Functions
[sunting]The principal exports from this module are functions to generate characters that are, for one reason or another, awkward to specify directly in wiki markup. Because the characters are awkward to specify directly, it is convenient to provide a separate function for each supported character, rather than a single function that takes a character as a parameter. Each character-generation function generates a sequence of one or more characters; by default, 1 character, or optionally a parameter may specify a number of characters up to a bound specified in the module. The upper bound avoids gratuitous opportunities for mayhem.
Function bound returns the integer upper bound on sequence length for the character-generation functions.
The character-generation functions are as follows:
function | character |
---|---|
leftBraces | {
|
rightBraces | }
|
leftSquareBrackets | [
|
rightSquareBrackets | ]
|
leftAngleBrackets | <
|
rightAngleBrackets | >
|
equalSigns | =
|