Jump to content

Module:If preview/doc

From Simple English Wikipedia, the free encyclopedia
Revision as of 20:15, 4 July 2021 by MeritedElm63160 (talk | changes) (Created page with "{{Lua|Module:If preview/configuration}} {{High-use}} {{Uses TemplateStyles|Module:If preview/styles.css}} This module implements {{tl|if preview}} and {{tl|preview warning}}. It helps templates/modules determine if they are being previewed. Prefer implementing the template versions in other templates. In a module to use the <code>main()</code>, you need to pass a frame table with an args table. For the preview warning, use <code>_warning()</code>. <includeonly>{{#if...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:If preview

This module implements {{if preview}} and {{preview warning}}. It helps templates/modules determine if they are being previewed.

Prefer implementing the template versions in other templates.

In a module to use the main(), you need to pass a frame table with an args table.

For the preview warning, use _warning().