Difference between revisions of "Template:Side box"
Jump to navigation
Jump to search
m (CSS validation: property "spacing" doesn't exist) |
m (Visually identical CSS using class ".infobox.sidebox" defined in MediaWiki:common.css) |
||
Line 1: | Line 1: | ||
− | <div class="noprint infobox" style="margin: | + | <div class="noprint infobox sidebox" style="margin-bottom: 1em; width: 250px; padding: 4px;"> |
<div class="center">{{{text}}}</div><!-- | <div class="center">{{{text}}}</div><!-- | ||
-->{{#if:{{{link1|}}}<!-- | -->{{#if:{{{link1|}}}<!-- |
Revision as of 05:11, 20 April 2019
Usage
{{Side box | text | link1 | label1 | link2 | label2 | link3 | label3 }}
or
{{Side box | text | wikilink1 | label1 | wikilink2 | label2 | wikilink3 | label3 | wikilink4 | label4 }}
This is a meta-template. There is no guarantee that usage will remain the same, but will be changed when needed. The only required parameter is text
. links and wikilinks are mutually exclusive. labels default to the link.
Examples
{{side box|text=Example is [[free]] and [[open source]]!}}
{{side box|text=[[wikipedia:Main_Page|Wikipedia]] has information on these entries:|wikilink1=wikipedia:MPEG-1|label1=MPEG 1|wikilink2=wikipedia:MPEG-2|label2=MPEG 2|wikilink3=wikipedia:MPEG-3|label3=MPEG 3}}