Template:Linkbox: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
Created page with "<templatestyles src="linkbox/styles.css" /> <div class="linkbox"> <span class="linkbox-title">{{{title}}}</span> <p class="linkbox-text">{{{text}}}</p> </div><noinclude>Cate..."
 
imported>Leoetlino
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<templatestyles src="linkbox/styles.css" />
<templatestyles src="linkbox/styles.css" />
<div class="linkbox">
<div class="linkbox {{{class|}}}">
<i class="linkbox-icon fa-fw {{{faiconc}}}" style="color: {{{iconcolor|#003150}}}"></i>
<span class="linkbox-title">{{{title}}}</span>
<span class="linkbox-title">{{{title}}}</span>
<p class="linkbox-text">{{{text}}}</p>
<p class="linkbox-text">{{{text}}}</p>
</div><noinclude>[[Category:ZeldaMods templates]]</noinclude>
</div><noinclude>[[Category:ZeldaMods templates]]<templatedata>
{
"params": {
"title": {
"type": "content",
"required": true
},
"text": {
"type": "content",
"required": true
},
"faiconc": {
"label": "Font Awesome icon class",
"example": "far far-copy",
"suggested": true
},
"iconcolor": {
"label": "Icon color (CSS color)",
"type": "string"
},
"class": {
"type": "string"
}
},
"format": "block"
}
</templatedata>
</noinclude>

Latest revision as of 13:17, 12 October 2019

No description.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
titletitle

no description

Contentrequired
texttext

no description

Contentrequired
Font Awesome icon classfaiconc

no description

Example
far far-copy
Unknownsuggested
Icon color (CSS color)iconcolor

no description

Stringoptional
classclass

no description

Stringoptional