Template:TopicBox: Difference between revisions
Jump to navigation
Jump to search
Agent Kith (talk | contribs) No edit summary |
Agent Kith (talk | contribs) No edit summary |
||
(36 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="mainpage_box" style={{{5|""}}}> | |||
<h3><span class="header_icon" role="presentation" aria-hidden="true"></span><i class="{{{1}}}"></i> <span>{{{2}}}</span></h3> | |||
<div id="mainpage-topics" title="Topics" class="items"> | |||
{{{3}}}{{#if: {{{5|}}} | {{{4}}} | {{#if: {{{4|}}} |* More from {{{2}}}...}} }} | |||
{{#if: {{{5|}}} | <hr width="100%"><span style="float:right;"><i class="fas fa-home"></i> [[Main_Page|Back To Main]]</span>| }} | |||
</div> | </div> | ||
</div> | |||
<noinclude> | |||
== Usage == | |||
Topic Box: | |||
<nowiki>{{TopicBox|font awesome icon|Title|SubPages|SubPages#2|Parent}}</nowiki> | |||
=== Paramaters === | |||
{|class="wikitable" | |||
|- | |||
! scope="row"| font awesome icon | |||
| Font Awesome Icon To Use (e.g. fas fa-cog) | |||
|- | |||
! scope="row"| Title | |||
| Title of the topic box (e.g. Configuration) | |||
|- | |||
! scope="row"| SubPages | |||
| List of subpages | |||
|- | |||
! scope="row"| Parent | |||
| Use 1, and this will show a link back to parent | |||
|} | |||
</noinclude> |
Latest revision as of 15:38, 8 August 2019
{{{2}}}
{{{3}}}
Usage
Topic Box: {{TopicBox|font awesome icon|Title|SubPages|SubPages#2|Parent}}
Paramaters
font awesome icon | Font Awesome Icon To Use (e.g. fas fa-cog) |
---|---|
Title | Title of the topic box (e.g. Configuration) |
SubPages | List of subpages |
Parent | Use 1, and this will show a link back to parent |