සැකිල්ල:ප්රමාණයවෙනස්කරන්න
{{{1}}}
This template is used on 115,000+ pages. To avoid large-scale disruption and unnecessary server load, any changes to this template should first be tested in its /sandbox or /testcases subpages or in your own user subpage. The tested changes can then be added to this page in one single edit. Please consider discussing any changes on the talk page before implementing them. |
Citation Style 1 සහCitation Style 2 වැනි උපහරණ සැකිලි වල මෙම සැකිල්ල භාවිතා නොකල යුතු වන්නේ, එය විසින් නිපැයෙන COinS පාරදත්ත දූෂණය කරන සලකුණු බස එය තුල අඩංගු වන බැවිනි; විකිපීඩියාව තුල COinS බලන්න. |
Syntax
සංස්කරණය{{ප්රමාණයවෙනස්කරන්න|N|text}}
{{ප්රමාණයවෙනස්කරන්න|text}}
N specifies a size, such as "95%", "1.2em", etc. If N is omitted, as in the second line above, a default 90% size is applied.
If text
happens to contain an equality sign ("="), specify {{resize|N|2=text}} or {{resize|1=text}}.
Examples
සංස්කරණය{{ප්රමාණයවෙනස්කරන්න|1.2em|This text is 0.2em larger than normal.}} |
This text is 0.2em larger than normal. |
{{ප්රමාණයවෙනස්කරන්න|80%|This text is 80% normal size.}} |
This text is 80% normal size. |
{{ප්රමාණයවෙනස්කරන්න|This text defaults to 90% normal size.}} |
This text defaults to 90% normal size. |
Tailored shortcuts
සංස්කරණයසැකිල්ල:ප්රමාණයවෙනස්කරන්න කෙටිමං
See also
සංස්කරණයCode | Size | Semantics | Result |
---|---|---|---|
{{small|text}} {{smaller|text}} |
85% | <small> |
text |
{{resize|text}} |
90% | none | text |
{{midsize|text}} |
92% | none | text |
none | 100% | none | text |
{{larger|text}} |
110% | none | text |
{{big|text}} |
120% | <big> |
text |
{{large|text}} |
125% | none | text |
{{huge|text}} |
180% | none | text |
{{resize|x%}} |
custom | none | varies |
{{font|size=x%}} |
custom | none | varies |
External Link
සංස්කරණයසැකිලිදත්ත
සංස්කරණයමෙය වනාහී දෘශ්යසංස්කාරකය සහ අනෙකුත් මෙවලම් විසින් භාවිතා කෙරෙන මෙම සැකිල්ල සහා වන සැකිලිදත්ත ප්රලේඛනය වෙයි.
See the monthly error report for this template.
ප්රමාණයවෙනස්කරන්න සඳහා සැකිලි දත්ත
Template to aid switching the font-size used for a text string. Two forms {{resize|<size>|<text>}} and {{resize|<text>}} are possible.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Size/Text | 1 | Specifies a css font size e.g. '80%', '1.2em', 'x-large', 'larger'. In the one parameter version the first parameter is the text and the font size is '90%'. | String | required |
Text when size is given | 2 | The text to display in the two parameter version. | String | optional |