Template:If preview/doc

From Fanverse
Revision as of 00:23, 7 January 2024 by Mob (talk | contribs) (Created page with "{{Documentation subpage}} {{High-use}} {{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. == Usage == <code><nowiki>{{If preview|value if being previewed|value if not being previewed}}</nowiki></code> The first parameter is returned if the page is being previewed, otherwise the second parameter will be returned. Either parameter may be empty. ==Examples=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:High-use

This is a template that helps other templates determine if they are being previewed or not, and do or display different things accordingly.

Usage[edit source]

{{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[edit source]

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

See also[edit source]


pt:Predefinição:If preview/doc