More actions
No edit summary |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="home-card home-card--button" id="home-nav-{{{ | <div class="home-card home-card--button" id="home-nav-{{{title}}}"> | ||
<div class="home-card__background">[[File:{{{file|PrismLogo_3D.png | <div class="home-card__background">[[File:{{{file|PrismLogo_3D.png}}}|link={{{link}}}]]</div> | ||
<div class="home-card__foreground">{{{ | <div class="home-card__foreground">{{{title}}}</div> | ||
</div> | </div> | ||
<templatestyles src="Template: | <templatestyles src="Template:Home/Navigation/styles.css"/><noinclude><!-- For preview only --><templatestyles src="Template:Home/shared/styles.css" /> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"file": { | "file": { | ||
"label": "File name", | "label": "File name", | ||
| Line 34: | Line 28: | ||
"description": "The page or URL to link to", | "description": "The page or URL to link to", | ||
"type": "url", | "type": "url", | ||
"required": true | |||
}, | |||
"title": { | |||
"label": "Title", | |||
"description": "The title of the pillbox", | |||
"type": "string", | |||
"required": true | "required": true | ||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "title", | ||
"file", | "file", | ||
"size", | "size", | ||
Latest revision as of 23:18, 13 February 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 |
