Difference between revisions of "Template:Side box"
Jump to navigation
Jump to search
m (DoesItReallyMatter moved page Template:Sidebox to Template:Side box without leaving a redirect: To match Template:Top box) |
(Add documentation) |
||
Line 30: | Line 30: | ||
-->}} | -->}} | ||
</div><noinclude> | </div><noinclude> | ||
+ | == Usage == | ||
+ | <nowiki>{{Side box | text | link1 | label1 | link2 | label2 | link3 | label3 }}</nowiki> | ||
+ | or | ||
+ | <nowiki>{{Side box | text | wikilink1 | label1 | wikilink2 | label2 | wikilink3 | label3 }}</nowiki> | ||
+ | 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 <code>text</code>. links and wikilinks are mutually exclusive. labels default to the link. | ||
+ | |||
+ | '''Examples''' | ||
+ | <nowiki>{{side box|text=Example is [[free]] and [[open source]]!}}</nowiki> | ||
+ | {{side box|text=Example is [[free]] and [[open source]]!}} | ||
+ | {{clear}} | ||
+ | <nowiki>{{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}}</nowiki> | ||
+ | {{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}} | ||
+ | |||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Revision as of 08:52, 5 March 2019
Usage
{{Side box | text | link1 | label1 | link2 | label2 | link3 | label3 }}
or
{{Side box | text | wikilink1 | label1 | wikilink2 | label2 | wikilink3 | label3 }}
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}}