Difference between revisions of "Module:If preview/doc"

From Ephemeral Film Wiki
Jump to navigation Jump to search
(Created page with "==my Notes== * Module:If preview/styles.css * Module:If preview/configuration")
 
 
Line 1: Line 1:
{{High-use}}
{{Lua|Module:If preview/configuration}}
{{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>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- Categories below this line, please; interwikis at Wikidata -->
}}</includeonly>
==my Notes==
==my Notes==
* [[Module:If preview/styles.css]]
* [[Module:If preview/styles.css]]
* [[Module:If preview/configuration]]
* [[Module:If preview/configuration]]

Latest revision as of 22:48, 20 March 2022

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().



my Notes