No edit summary
 
Xarkanoth (talk | contribs)
No edit summary
 
Line 1: Line 1:
<div class="hf-home-nav-card">
<div class="hf-home-nav-card">
<div class="hf-home-nav-image">
[[File:{{{image}}}|252px|link={{{link|}}}]]
[[File:{{{image}}}|252px|link={{{link|}}}]]
</div>
<div class="hf-home-nav-label">{{{label}}}</div>
<div class="hf-home-nav-label">{{{label}}}</div>
</div><noinclude>
</div><noinclude>
Line 25: Line 27:
         }
         }
     },
     },
     "description": "A 252x252px navigation image card with a photo and centered label. Used on the Main Page for linking to key wiki sections. Cards should be placed inside a div with class 'hf-home-nav'.",
     "description": "A 252x252px navigation image card with a cropped 252x188px image and centered label. Used on the Main Page for linking to key wiki sections. Cards should be placed inside a div with class 'hf-home-nav'.",
     "format": "inline"
     "format": "inline"
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 17:27, 25 June 2026

[[File:{{{image}}}|252px|link=]]

{{{label}}}

<templatedata> {

   "params": {
       "image": {
           "label": "Image",
           "description": "Image filename for the card background (e.g. British-Attacking-Fort-Christina.png). Displays at 252x188px.",
           "type": "wiki-file-name",
           "required": true
       },
       "label": {
           "label": "Label",
           "description": "Text label displayed at the bottom of the card (e.g. Beginner's Guide).",
           "type": "string",
           "required": true
       },
       "link": {
           "label": "Link",
           "description": "Wiki page the card links to when clicked. Leave empty for no link.",
           "type": "wiki-page-name",
           "suggested": true
       }
   },
   "description": "A 252x252px navigation image card with a cropped 252x188px image and centered label. Used on the Main Page for linking to key wiki sections. Cards should be placed inside a div with class 'hf-home-nav'.",
   "format": "inline"

} </templatedata>