Plantilla:Param value/doc
| This is a documentation subpage for Plantilla:Param value. It contains usage information, categories and other content that is not part of the original plantilla page. |
| This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.
Tranclusion count updated automatically (see documentation). |
Plantilla:Tlr Provides a lightly bordered box to highlight param values on Template documentation pages. Especially useful in cases where values may have leading or trailing blanks, or multiple embedded blanks.
Usage
[hace edit con el source]{{param value|value}}
Parameters
[hace edit con el source]There is one required positional parameter for the value, and four optional params: three for styling the display, and one replacement parameter for dealing with how to render a blank space:
|1=Plantilla:Sndthe value to be highlighted; required (no default)|border=Plantilla:Sndmay be used to set border attributes. default:thin solid #caa. Alias:|b=.|bg-color=Plantilla:Sndmay be used to set background-color. default:white. Alias:|bg=.|style=Plantilla:Snd may be used to set any CSS style attributes, with one or more semicolon-separatedattribute:valuepairs. default:none.|space=Plantilla:Snd may be used to make spaces visible. Alias:|sp=. See #Making spaces visible below.
Note on special characters: if the value to be highlighted contains an equal sign, it must be escaped: use {{=}} instead of a bare equal sign character.
Examples
[hace edit con el source]{{param value|2blanks between}}yields:2blanks between{{param value|2blanks between|space=·}}yields:2blanks··between{{param value| * : # }}yields:* : #{{param value| * : # |border=2px dashed khaki}}yields:* : #{{param value|white|bg=yellow}}yields:white{{pvalue|thin solid #caa|bg=#f5fcf9}}yields: Plantilla:Pvalue{{pval|* #|border=thin dashed purple|bg=#ffe6e6|style=border-radius:5px|space=␠}}yields:*␠␠#
Making spaces visible
[hace edit con el source]You may make space characters visible by replacing them with any character you choose using param |space=. Here are some characters that have been historically used for this purpose. In these examples, there are two spaces between one and two:
- Space symbolPlantilla:Snd(U+2420 = ␠ ) :
{{param value|one two|space=␠}}⟶one␠␠two - Blank symbolPlantilla:Snd(U+2422 = ␢ ) :
{{pvalue|one two|space=␢}}⟶ Plantilla:Pvalue- Blank symbolPlantilla:Snd (smaller: ␢) :
{{pvalue|one two|space=<small>␢</small>}}⟶one␢␢two
- Blank symbolPlantilla:Snd (smaller: ␢) :
- MiddotPlantilla:Snd(U+00B7 = · ) :
{{pval|one two|space=·}}⟶one··two - UnderbracketPlantilla:Snd(U+23B5 = ⎵ ) :
{{pval|one two|space=⎵}}⟶one⎵⎵two - White rectanglePlantilla:Snd(U+25AF = ▯ ) :
{{pval|one two|space=▯}}⟶one▯▯two - UndertiePlantilla:Snd(U+203F = ‿ ) :
{{pval|one two|space=‿}}⟶one‿‿two