Template:NavigationBox: Difference between revisions

(+)
 
mNo edit summary
 
Line 1: Line 1:
<noinclude>
==Example Usage==
<pre>
{{NavigationBox
|title=Box
|rows=
  {{NavigationRow|category=Category 1|content=
    {{NavigationRow|category=Category 1A|content=
      {{ImageLink|Apricorn Leaves (texture)|link=Apricorn Leaves}}
      {{ImageLink|Rocky Helmet}}
    }}
    {{NavigationRow|category=Category 1A|content=
      [[PC]]
      [[Healing Machine]]
    }}
  }}
  {{NavigationRow|category=Category 2|content=
    Content 2
  }}
  {{NavigationRow|category=Category 3|content=
    Content 3
  }}
}}
</pre>
==Example Result==
{{NavigationBox
|title=Box
|rows=
  {{NavigationRow|category=Category 1|content=
    {{NavigationRow|category=Category 1A|content=
      {{ImageLink|Apricorn Leaves (texture)|link=Apricorn Leaves}}
      {{ImageLink|Rocky Helmet}}
    }}
    {{NavigationRow|category=Category 1A|content=
      [[PC]]
      [[Healing Machine]]
    }}
  }}
  {{NavigationRow|category=Category 2|content=
    Content 2
  }}
  {{NavigationRow|category=Category 3|content=
    Content 3
  }}
}}
</noinclude>
<includeonly>
<includeonly>
<div class="navbox"></div>
<div class="navbox">
<div class="navbox-header">{{{title}}}</div>
{{{rows}}}
</div>
</includeonly>
</includeonly>

Latest revision as of 05:06, 14 October 2023

Example Usage

{{NavigationBox
|title=Box
|rows=
  {{NavigationRow|category=Category 1|content=
    {{NavigationRow|category=Category 1A|content=
      {{ImageLink|Apricorn Leaves (texture)|link=Apricorn Leaves}}
      {{ImageLink|Rocky Helmet}}
    }}
    {{NavigationRow|category=Category 1A|content=
      [[PC]]
      [[Healing Machine]]
    }}
  }}
  {{NavigationRow|category=Category 2|content=
    Content 2
  }}
  {{NavigationRow|category=Category 3|content=
    Content 3
  }}
}}

Example Result