Portal:Record production/Section
Appearance
{{{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
For example:
{{Portal:Record production/Section
|1=
|2=
|center=
|reverse=
}}
Examples with parameters in use
- The value supplied using
|1=
becomes the header.
For example:produces:{{Portal:Record production/Section |1= Text supplied here is the header |2= |center= |reverse= }} That which follows the template's closing brackets is section content.
Text supplied here is the header |
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:produces:{{Portal:Record production/Section |1= Text supplied here is the header |2= |center= yes |reverse= }} That which follows the template's closing brackets is section content.
Text supplied here is the header |
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:produces:{{Portal:Record production/Section |1= Text supplied here is the header |2= |center= yes |reverse= }} <div style="text-align:center;">That which follows the template's closing brackets is section content.</div>
Text supplied here is the header |
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:produces:{{Portal:Record production/Section |1= Text supplied here is the header |2= |center= yes |reverse= yes }} <div style="text-align:center;"> That which follows the template's closing brackets is section content.</div>
Text supplied here is the header |
That which follows the template's closing brackets is section content.