మూస: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 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}}
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 | Value when previewed | Value when saved | Example |
|---|---|---|---|
{{If preview|Yes|No}} |
Yes | No | No |
{{If preview|Red}} |
Red | ||
{{If preview||Blue}} |
Blue | Blue |