Module:If preview/doc: Difference between revisions
From Kenshi Wiki
More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{doc sub}} | ||
{{Lua|Module:If preview/configuration}} | {{Lua|Module:If preview/configuration}} | ||
{{Uses TemplateStyles|Module:If preview/styles.css}} | {{Uses TemplateStyles|Module:If preview/styles.css}} | ||
Line 13: | Line 13: | ||
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | | <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | | ||
<!-- Please, categories below this line and interwikis at Wikidata --> | <!-- Please, categories below this line and interwikis at Wikidata --> | ||
[[Category:Modules]] | |||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
[[Category:Module documentation pages]] | [[Category:Module documentation pages]] | ||
</noinclude> | </noinclude> |
Revision as of 04:18, 25 February 2025
This is a documentation subpage for Module:If preview. It may contain usage information, categories and other content that is not part of the original module page. |
Uses Lua: |
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()
.