Module:If preview/doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Documentation subpage}} {{Lua|Module:If preview/config}} {{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()}}, you need to pass a frame table with an args table. For the preview warning, use {{code|_warning()}}. <includeonly>{{sandb...") |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
{{Uses TemplateStyles|Module:If preview/styles.css}} | {{Uses TemplateStyles|Module:If preview/styles.css}} | ||
This module implements {{ | This module implements {{tls|if preview}} and {{tls|preview warning}}. It helps templates/modules determine if they are being previewed. | ||
Prefer implementing the template versions in other templates. | Prefer implementing the template versions in other templates. | ||
Line 14: | Line 14: | ||
<!-- Categories below this line, please --> | <!-- Categories below this line, please --> | ||
[[Category: | [[Category:Modules]] | ||
}}}}</includeonly> | }}}}</includeonly> |
Latest revision as of 05:20, 15 June 2023
It contains usage information, categories and other content that is not part of the original module page.
|
This module depends on the following other modules: |
This module uses TemplateStyles: |
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()
.