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 |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
;Refer to [[Module:If preview]] | |||
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> | |||
Latest revision as of 03:40, 15 March 2025
- Refer to Module:If preview
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.