Difference between revisions of "Template:If preview/doc"
Jump to navigation
Jump to search
imported>Evad37 (←Created page with '{{Documentation subpage}} {{Lua|Module:If preview}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wik...') |
imported>Pseudo Classes (Fix) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
{{Lua|Module:If preview}} | {{Lua|Module:If preview}} | ||
| − | + | ||
| − | This is a template that helps other templates determine if they are being previewed or not, and do or display different things accordingly | + | This is a template that helps other templates determine if they are being previewed or not, and do or display different things accordingly. |
| + | |||
== Usage == | == Usage == | ||
<code><nowiki>{{If preview|value if being previewed|value if not being previewed}}</nowiki></code> | <code><nowiki>{{If preview|value if being previewed|value if not being previewed}}</nowiki></code> | ||
Latest revision as of 08:16, 26 July 2020
| This is a documentation subpage for Template:If preview. It contains usage information, categories and other content that is not part of the original template page. |
| 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 |