Module:Call wikitext/doc: Difference between revisions
From Kenshi Wiki
More actions
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
<noinclude> | <noinclude> | ||
[[Category:Module documents]] | [[Category:Module documents]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 22:28, 10 March 2025
| This is a documentation subpage for Module:Call wikitext. It may contain usage information, categories and other content that is not part of the original module page. |
Implements {{Call wikitext}}. This module was originally designed for providing an effective way to create testcases for Module:ArgRest, by "mocking" a transcluded template.
Usage
This module can also be used directly. See Template:Call wikitext/doc for documentation and replace {{Call wikitext with {{#invoke:Call wikitext|main. For example:
{{Call wikitext|sourceCode=<nowiki>{{{foo}}}</nowiki>|foo=Hello!}}→ Hello!
{{#invoke:Call wikitext|main|sourceCode=<nowiki>{{{foo}}}</nowiki>|foo=Hello!}}→ Hello!