Template:Reflist: Difference between revisions
Boobpedia - Encyclopedia of big boobs
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
< | <includeonly>{{ | ||
< | #if: {{{1|}}} | <div style="column-count: {{{1}}}; -moz-column-count: {{{1}}}; -webkit-column-count: {{{1}}};"> | ||
}}{{ | |||
#tag: references | |||
| {{{refs|}}} | |||
| group = {{{group|}}} | |||
}}{{ | |||
#if: {{{1|}}} | </div> | |||
}}</includeonly><noinclude> | |||
{{documentation}} | |||
<!-- Put categories/interwiki on the documentation page --> | |||
</noinclude> | |||
Revision as of 06:45, 2 June 2020
[edit]
Template documentation
- This documentation is transcluded from Template:Reflist/doc. (edit | history)
This template has a sandbox (edit) for editors to experiment.
Usage
Use this template to create a reference list in an article.
If used with no parameters, it will simply produce a reference list in a small font.
Multiple columns
Using {{reflist|2}} will create a two-column reference list, and {{reflist|3}} will create a three-column list.
Using {{reflist|colwidth=30em}} will allow the browser to automatically choose the number of columns based on the width of the web browser. Choose a column width that's appropriate for the average width of the references on the page.
Note: multiple columns currently render properly only in Mozilla Firefox,[1] though the feature is included in CSS3, so it should work for a larger number of browsers in the future.[2]
Three options for usage
Option 1 (only specific references)
== Content ==
Lorem ipsum.<ref>Source name, access date, etc.</ref>
Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref>
== References ==
{{reflist}}
Option 2 (only general sources)
== Content ==
Lorem ipsum.
Lorem ipsum dolor sit amet.
== Sources ==
{{sourcesstart}}
* source 1
* source 2
{{sourcesend}}
Option 3 (both specific references and general sources)
== Content ==
Lorem ipsum.<ref>Source name, access date, etc.</ref>
Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref>
Lorem ipsum.
Lorem ipsum dolor sit amet.
== Notes ==
=== References ===
{{reflist}}
=== Sources ===
{{sourcesstart}}
* source 1
* source 2
{{sourcesend}}
References
- ↑ CSS3 Multi-Column Thriller (2005-12-30). Retrieved on 2006-11-24.
- ↑ CSS3 module: Multi-column layout. W3C (2005-12-15). Retrieved on 2006-11-24.