Documentation

Template:Template Tag

Parameter Type [[Template Tags/Parameters/|]]
This MediaWiki template is intended to be used by Template Tags pages.
Vertical list
{{Template Tag
| name            =
| description     =
| type            =
| atom equivalent =
| rss equivalent  =
| returns         =
| sister          =
| param1          =
| param2          =
| param3          =
| param4          =
| param5          =
| param type      =
}}

Description of fields

Examples use the_content().

name 
Name of the tag.
Example: the_content()
description 
A short description of the tag.
type 
Type of template tag.
Example: Item tags.
Try to use an existing type.
atom equivalent 
The equivalent XML tag in Atom.
Example: <content>
rss equivalent 
The equivalent XML tag in RSS.
Example: <description>
returns 
Description of the data returned from the tag. If the tag "echoes", specify "echo"
sister 
The sister tag for the specified tag.
Example: get_the_content()
param1 - param5 
Up to 5 parameters that can be passed to the function.
param type 
The style of the parameter(s), either PHP style or Query string style. Will be autolinked to the correct page.