Template:Portal card

From Wayne County, Ohio Online Resource Center
Revision as of 08:57, 20 February 2022 by WikiVisor (talk | contribs)
Jump to navigation Jump to search
Description

Creates a responsive block. All parameters are optional, but at list one parameter is needed.

Usage
{{Portal card
|header=
|title=
|tagline=
|content=
|image=
|footer=
}}
Example
{{Portal card
|header=Header
|title=Title
|tagline=Tagline
|content=Content content content
|image=File:20000_squid_Nautilus_viewbay.jpg
|footer=Footer
}}
Result
Header
20000 squid Nautilus viewbay.jpg
Tagline
Title

Content content content

Wall

To get a centered grid with tiles, wrap instances of this template with:

<div id="portal">
<div class="portal-content">
...
{{Portal card|...}}
{{Portal card|...}}
{{Portal card|...}}
...
</div>
</div>