Template:SiteMapBox: Difference between revisions
Template page
More actions
Admin Jeremy (talk | contribs) Created page with "<div class="sm-box"> [[{{{link|}}}|<span class="sm-box-inner"> [[File:{{{image|}}}|40x40px|link=]] <span class="sm-box-label">{{{label|}}}</span> </span>]] </div> <noinclude> <templatedata> { "params": { "link": { "label": "Target link" }, "image": { "label": "Icon" }, "label": { "label": "Label" } } } </templatedata> </noinclude>" |
Admin Jeremy (talk | contribs) No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="sm-box"> | <templatestyles src="Template:SiteMapBox/styles.css" /><div class="sm-box">[[{{{link}}}|<span class="sm-box-link-overlay"></span>]]<span class="sm-box-inner">[[File:{{{image}}}|40px|link=]]<span class="sm-box-label">{{{label}}}</span></span></div> | ||
</div> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | |||
"link": { "label": "Target page" }, | |||
"image": { "label": "Icon file" }, | |||
"label": { "label": "Label text" } | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 20:54, 24 January 2026
[[{{{link}}}|]][[File:{{{image}}}|40px|link=]]{{{label}}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Target page | link | no description | Unknown | optional |
| Icon file | image | no description | Unknown | optional |
| Label text | label | no description | Unknown | optional |