More actions
(Created page with "<div class="home-card home-card--button" id="home-nav-{{{title}}}"> <div class="home-card__background">[[File:{{{file|PrismLogo_3D.png}}}|{{{size|300px}}}|link={{{link}}}]]</div> <div class="home-card__foreground">{{{title}}}</div> </div> <templatestyles src="Template:Home/Navigation/styles.css"/><noinclude><!-- For preview only --><templatestyles src="Template:Home/shared/styles.css" /> <templatedata> { "params": { "file": { "label": "File name", "description...") |
(use image for links) |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="home-card home-card--button" id="home-nav-{{{title}}}"> | <div class="home-card home-card--button" id="home-nav-{{{title}}}"> | ||
<div class="home-card__background"> | <div class="home-card__background">{{{image}}}</div> | ||
<div class="home-card__foreground">{{{title}}}</div> | <div class="home-card__foreground">{{{title}}}</div> | ||
</div> | </div> | ||
Latest revision as of 08:08, 16 October 2023
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | The title of the pillbox | String | required |
| File name | file | The name of the image to display
| File | required |
| Image size | size | The size of the image
| Number | suggested |
| Link | link | The page or URL to link to | URL | required |