ထႅမ်းပလဵတ်ႉ:HasTemplate
Appearance
No template provided for hasTemplate
| This template uses Lua: |
| ထႅမ်းပလဵတ်ႉ ဢၼ်ၼႆႉ လႆႈၸႂ်ႉဝႆႉ တီႈၼႃႈလိၵ်ႈ မွၵ်ႈ 107,000 ၼႃႈလိၵ်ႈ. To avoid major disruption and server load, any changes should be tested in the ထႅမ်းပလဵတ်ႉ's /sandbox ဢမ်ႇၼၼ် ၼႃႈလိၵ်ႈၽႄ /testcases , ဢမ်ႇၼၼ် တီႈၼႂ်း ၼႃႈလိၵ်ႈၽႄ ၽူႈၸႂ်ႉတိုဝ်း။ The tested changes can be added to this page in a single edit. ဝူၼ်ႉသွၼ်ႇ ဢုပ်ႇဢူဝ်း လွင်ႈလႅၵ်ႈလၢႆႈ တီႈၼႂ်း ၼႃႈလိၵ်ႈ တႃႇဢုပ်ႇ ၽွင်းမိူဝ်ႈပႆႇ ၵေႃႇသၢင်ႈၶဝ်ၼၼ်ႉ။ ႁူဝ်ၼပ်ႉ လွင်ႈၶဝ်ႈပႃးၼႆႉ မၼ်းႁဵတ်းဢၢပ်ႉတဵတ်ႉဝႆႉႁင်းမၼ်း (တူၺ်းတီႈ ၽိုၼ်လိၵ်ႈ)။ |
| This template is rated as beta, and is ready for widespread use. It is still new and should be used with some caution to ensure the results are as expected. |
Returns 'yes' if a given page contains a given template or an empty string otherwise.
Usage
[မႄးထတ်းငဝ်ႈငႃႇ]{{HasTemplate|PageName|TemplateName}}
Parameters
[မႄးထတ်းငဝ်ႈငႃႇ]There are three positional parameters (with named aliases) and one named parameter:
|1=– name of the page (required; alias:|page=)|2=– name of the template to search for on the page (required; alias:|template=)|3=– ordinal number of the template; ie.3means, "Do 3 (or more) of TemplateName exist?" (optional; default=1; alias:|N=)|follow=– if given a truthy value (E.g.yes), follows redirects of PageName (optional; default is do not follow redirects)
Examples
[မႄးထတ်းငဝ်ႈငႃႇ]{{HasTemplate|Transgender history in Australia|R with possibilities}}{{HasTemplate|Transgender history in Cambodia |R with possibilities}}{{HasTemplate|Apollo |Citation needed | 3 }}{{hast|page=Apollo|template=Citation needed|3}}{{hast|page=Apollo |template=Citation needed |N=12 }}{{HasTemplate|Transgender history in Australia|Transgender sidebar}}{{HasTemplate|Transgender history in Australia|Transgender sidebar|follow=1}}
Template data
[မႄးထတ်းငဝ်ႈငႃႇ]Test if a certain page contains a certain template
| Parameter | ၶေႃႈသပ်းလႅင်း | Type | Status | |
|---|---|---|---|---|
| Page | 1 page | The page to check for templates in | Page name | required |
| Template | 2 template | The template to look for in the target page | String | required |
| Count | 3 N | How many occurrences of the template should be looked for
| Number | optional |
| Follow | follow | Should the page be followed to its target if it is a redirect
| Boolean | optional |
| Treat as regex | treat_as_regex | Should the template value be treated as a lua regex instead of regular text
| Boolean | optional |