Template:Documentation subpage

From The Unofficial Isekai:Slow Life Wiki
Revision as of 06:06, 30 July 2025 by FaeriMagic (talk | contribs)
Jump to navigation Jump to search

Basic usage

In most cases, the following code is sufficient on its own:

<noinclude>
{{Documentation subpage}}
</noinclude>

However, a parameter may need to be specified if:

  • The documentation is used on a page that is not a subpage. (e.g. test pages)
  • The documentation is for a non-template page. (e.g. Module: pages)
  • One or both pages use non-standard naming conventions. (e.g. {{Documentation subpage|Template:Artist/Album}})
<noinclude>
{{Documentation subpage|The page you want to point to}}
</noinclude>