Difference between revisions of "Template:BoxLinkGroup"

From Armagetron
m (Added a category)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly><div class="box box-linkgroup" style="background: rgba(255,255,255,.65); padding: 2px;"><div class="linkgroup-links" style="background: lightgray;">'''{{{1}}}''' | {{{2}}}</div><div class="linkgroup-description">{{{3|}}}</div></div></includeonly><noinclude>This template is useful for grouping a few pages together and linking between them.
+
<includeonly>
 +
----
 +
<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.
  
 
==Usage==
 
==Usage==
Line 15: Line 20:
 
{{BoxLinkGroup|Title|[[Page One]] {{!}} [[Page Two]]|Description}}
 
{{BoxLinkGroup|Title|[[Page One]] {{!}} [[Page Two]]|Description}}
  
[[Category:Box Templates]]
+
 
 
</noinclude>
 
</noinclude>

Latest revision as of 12:45, 24 August 2021

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