Portal:Record production/Section
{{{1}}} |
Documentation
This template was developed by WikiProject Record Production for usage on the Record production portal's main page and its associated sub-pages. It has not been evaluated for any other use.
Syntax
This is the template's full syntax where its unused parameters produce no discernible output.For example:<syntaxhighlight lang="wikitext">Template:Portal:Record production/Section</syntaxhighlight>produces:
Template:Portal:Record production/Section
Examples with parameters in use
- The value supplied using
|1=
becomes the header.
For example:<syntaxhighlight lang="wikitext">Template:Portal:Record production/Section
That which follows the template's closing brackets is section content.</syntaxhighlight>produces:
Template:Portal:Record production/Section
That which follows the template's closing brackets is section content.
- Header text and section content is left aligned by default. Using
|center=
with any value changes the header to center aligned.
For example: <syntaxhighlight lang="wikitext">Template:Portal:Record production/Section
That which follows the template's closing brackets is section content.</syntaxhighlight>produces:
Template:Portal:Record production/Section
That which follows the template's closing brackets is section content.
- To change the character of section content, use
<div>...</div>
with|style=
attributes that effect the desired change.
For example:<syntaxhighlight lang="wikitext">Template:Portal:Record production/Section
That which follows the template's closing brackets is section content.
</syntaxhighlight>produces:
Template:Portal:Record production/Section
That which follows the template's closing brackets is section content.
- You can change the left to right "color gradient" to its right to left reciprocal by using
|reverse=
with any value.
For example:<syntaxhighlight lang="wikitext">Template:Portal:Record production/Section
That which follows the template's closing brackets is section content.
</syntaxhighlight>produces:
Template:Portal:Record production/Section
That which follows the template's closing brackets is section content.