Codex Gamicus
Advertisement
Template Used For? Uses DPL? Opt. Param.? Req. Param.?
{{{name}}} {{{usedfor}}} {{{dpl}}} {{{optparam}}} {{{reqparam}}}

Usage

This template is used on a template page to show information about it. The primary use for the information is to build the list of templates on the Useful Templates (Games) page.

Copy and paste the following:

{{Templateinfo
|name		= {{subst:PAGENAME}}
|usedfor	= Link to series or base article that this template is used for
|dpl		= Does this template use DPL? (Yes/Partial/No)
|reqparam	= Does this template have required parameters? (Yes/No)
|optparam	= Does this template have optional parameters? (Yes/No)
}}

Required parameters

  • name must be the name of the template (for example, this template would be Templateinfo). It is generally easiest to leave it set to {{subst:PAGENAME}}.
  • usedfor is a link to the series or base article that the template is used for, such as [[Myst series]] or [[Blizzard Entertainment]].
  • dpl can be answered "Yes", "No", or "Partial". DPL is Dynamic Page Listing; if you don't know what that is, and you created the template yourself, it probably does not use it.
  • reqparam can be answered "Yes" or "No", depending on whether there are required parameters (also called fields or attributes).
  • optparam can be answered "Yes" or "No", depending on whether there are optional parameters (also called fields or attributes).

Optional parameters

There are no optional parameters for this template.

Advertisement