Template:Info block

From Wayne County, Ohio Online Resource Center
Jump to navigation Jump to search
Description
Usage
{{Info block
|label=    # Any short text. Default: "Did You Know ..." </nowiki>
|content=  # Instances of the [[Template:Info section]]
|footer=   # Any text
|position= # Tab alignment policy [ left|right ]. Default: "left"
 }}


Example (left)
{{Info block
|label=Label
|content=
{{info section|content=Section content}}
{{info section|content=Section content}}
{{info section|content=Section content}}
|footer=Footer text
}}
Result
  • Label

Section content

Section content

Section content


Example (right + important) (see Template:Info section)
{{Info block
|label=Label
|content=
{{info section|content=Section content}}
{{info section|content=Section content}}
{{info section|content=Section content|important=1}}
|footer=Footer text
|position=right
}}
Result
  • Label

Section content

Section content

Section content