Module:If preview/configuration/doc: Difference between revisions
From Kenshi Wiki
More actions
Created page with "{{used in system}} This module does the actual work for determining if the page is in preview mode. It is a separate module so <code>mw.loadData</code> can only run it once per page, rather than once per use." |
No edit summary |
||
| Line 1: | Line 1: | ||
This module does the actual work for determining if the page is in preview mode. It is a separate module so <code>mw.loadData</code> can only run it once per page, rather than once per use. | This module does the actual work for determining if the page is in preview mode. It is a separate module so <code>mw.loadData</code> can only run it once per page, rather than once per use. | ||
<includeonly> | |||
[[Category:Module config pages]] | |||
</includeonly> | |||
<noinclude> | |||
[[Category:Module documents]] | |||
[[Category:Module config documents]] | |||
</noinclude> | |||
Revision as of 03:40, 15 March 2025
This module does the actual work for determining if the page is in preview mode. It is a separate module so mw.loadData can only run it once per page, rather than once per use.