User:SomeoneTookSeven/TemplateCheatSheet

From Valve Developer Community
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