Difference between revisions of "Template:BoxLinkGroup"

From Armagetron
(have lines instead of grey background)
(Put the description outside of the lines)
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
 
----
 
----
<div class="box box-linkgroup"><div class="linkgroup-links" >'''{{{1}}}''' | {{{2}}}</div><div class="linkgroup-description">{{{3|}}}</div></div>
+
<div class="box box-linkgroup"><div class="linkgroup-links" >'''{{{1}}}''' | {{{2}}}</div></div>
 
----
 
----
 +
<div class="linkgroup-description">{{{3|}}}</div>
 
</includeonly><noinclude>This template is useful for grouping a few pages together and linking between them.
 
</includeonly><noinclude>This template is useful for grouping a few pages together and linking between them.
  

Revision as of 16:13, 18 April 2019

This template is useful for grouping a few pages together and linking between them.

Usage

Give a title as first argument, and a {{!}} -separated list of links as second argument:

{{BoxLinkGroup|Title|[[Page One]] {{!}} [[Page Two]]}}





You can use the optional third argument to provide a description.

{{BoxLinkGroup|Title|[[Page One]] {{!}} [[Page Two]]|Description}}




Description