टेम्पलेट:If preview/doc
Appearance
ई टेम्पलेट:If preview के प्रलेखन उपपन्ना ह। इहाँ उपयोग खातिर जानकारी, श्रेणी सभ आ अउरी दूसर सामग्री मौजूद बा जेवन की मूल टेम्पलेट पन्ना के हिस्सा ना हवे। |
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}}
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 |