User:SomeoneTookSeven/TemplateCheatSheet

From Valve Developer Community
< User:SomeoneTookSeven
Revision as of 11:04, 27 July 2025 by SomeoneTookSeven (talk | contribs) (Created page with "This is more of a reference page for relevant templating stuff so I don't need to keep googling the same stuff. # Transclusion Transclusion is just what actually transfer from one page to another when it gets included: * <nowiki><noinclude></nowiki> = Source Page Only, No Inclusion * <nowiki><includeonly></nowiki> = No Source, Only Inclusion * <nowiki><onlyinclude></nowiki> = Source Page + Inclusion Page")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is more of a reference page for relevant templating stuff so I don't need to keep googling the same stuff.

  1. Transclusion

Transclusion is just what actually transfer from one page to another when it gets included:

  • <noinclude> = Source Page Only, No Inclusion
  • <includeonly> = No Source, Only Inclusion
  • <onlyinclude> = Source Page + Inclusion Page