ಟೆಂಪ್ಲೇಟ್:If preview/doc
ತೊಜುನ
| This is a documentation subpage for ಟೆಂಪ್ಲೇಟ್:If preview. It may contain usage information, categories and other content that is not part of the original ಟೆಂಪ್ಲೇಟ್ page. |
| This template is used on approximately ೬೪,೦೦೦ 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. |
| This template uses Lua: |
This is a template that helps other templates determine if they are being previewed or not, and do or display different things accordingly.
Usage
[ಸಂಪೊಲಿಪುಲೆ]{{If preview|value if being previewed|value if not being previewed}}
{{If preview|1=value if being previewed|2=value if not being previewed}}
The first parameter is returned if the page is being previewed, otherwise the second parameter will be returned. Either parameter may be empty.
Examples
[ಸಂಪೊಲಿಪುಲೆ]Preview this page to see the effect of previewing on the 'Example' column.
| Code | Example | Value when previewed | Value when saved |
|---|---|---|---|
{{If preview|Yes|No}}{{If preview|1=Yes|2=No}} |
No No |
Yes | No |
{{If preview|Red}}{{If preview|1=Red}} |
Red | ||
{{If preview||Blue}}{{If preview|2=Blue}} |
Blue Blue |
Blue |
See also
[ಸಂಪೊಲಿಪುಲೆ]- {{Preview warning}}