More actions
No edit summary |
No edit summary |
||
| 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}}}|{{{size|300px}}}|link={{{link}}}]]</div> | <div class="home-card__background">[[File:{{{file|PrismLogo_3D.png}}}|{{{size|300px}}}|link={{{link}}}]]</div> | ||
<div class="home-card__foreground">{{{ | <div class="home-card__foreground">{{{title}}}</div> | ||
</div> | </div> | ||
<templatestyles src="Template:Main_page/Navigation/styles.css"/><noinclude><!-- For preview only --><templatestyles src="Template:Main page/shared/styles.css" /> | <templatestyles src="Template:Main_page/Navigation/styles.css"/><noinclude><!-- For preview only --><templatestyles src="Template:Main page/shared/styles.css" /> | ||
| Line 7: | Line 7: | ||
{ | { | ||
"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", | ||
Revision as of 23:45, 30 January 2023
Page Template:Main page/Navigation/styles.css has no content.Page Template:Main page/shared/styles.css has no content.
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 |