Template:Ent not in fgd: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(added option to take away the bottom link because sometimes you just should not be trying to put a certain entity directly into a map)
(stuff)
Line 1: Line 1:
{{messagebox
{{messagebox
|text = This entity is not in the FGD by default.
|text = This entity is [[non-FGD features|not]] in the [[FGD]] by default.
|small = {{#if:{{{nolink|}}}||See {{#if: {{{link|}}} | {{{link}}} | [[#FGD Code|below]] }} & [[This Feature is Not Available by Default|!FGD]] for instructions on making it available.}}
|small = {{#if:{{{nolink|}}}|It should not be put directly in a map{{#if:{{{because|}}}| because {{{because}}}}}.|See {{#if: {{{link|}}} | {{{link}}} | [[#FGD Code|below]] }} for instructions on making it available.}}
}}<noinclude>[[Category:Notice templates|{{PAGENAME}}]]</noinclude>
}}<noinclude>
*<code>nolink</code>: 1 hides the #FGD Code link and notes it shouldn't be put in a map with Hammer.
**<code>because</code>: Optional explanation for why it shouldn't be put in a map with Hammer.
*<code>link</code>: Optional name of a page to hold the FGD Code instead of a section on the entity page.[[Category:Notice templates|{{PAGENAME}}]]</noinclude>

Revision as of 18:30, 1 October 2018

  • nolink: 1 hides the #FGD Code link and notes it shouldn't be put in a map with Hammer.
    • because: Optional explanation for why it shouldn't be put in a map with Hammer.
  • link: Optional name of a page to hold the FGD Code instead of a section on the entity page.