Difference between revisions of "Template:Module"
Jump to navigation
Jump to search
m (CSS) |
m (Accessibility) |
||
Line 1: | Line 1: | ||
{| class="infobox bordered wikitable" style="width: 325px; font-size: 95%; margin-left: 1em; margin-bottom: 0.5em; float: right; border: 1px solid black; background: #eee;" | {| class="infobox bordered wikitable" style="width: 325px; font-size: 95%; margin-left: 1em; margin-bottom: 0.5em; float: right; border: 1px solid black; background: #eee;" | ||
|- style="text-align: center; font-size: large;" | |- style="text-align: center; font-size: large;" | ||
− | ! colspan="2" | Module: {{{name}}} | + | ! scope="col" colspan="2" | Module: {{{name}}} |
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
− | ! Type | + | ! scope="row" | Type |
| {{{type}}} | | {{{type}}} | ||
|- | |- | ||
− | ! First VLC version | + | ! scope="row" | First VLC version |
| {{{first_version|-}}} | | {{{first_version|-}}} | ||
|- | |- | ||
− | ! Last VLC version | + | ! scope="row" | Last VLC version |
| {{{last_version|-}}} | | {{{last_version|-}}} | ||
|- | |- | ||
− | ! Operating system(s) | + | ! scope="row" | Operating system(s) |
| {{{os|all}}} | | {{{os|all}}} | ||
|- | |- | ||
− | ! Description | + | ! scope="row" | Description |
| {{{description}}} | | {{{description}}} | ||
|} | |} |
Revision as of 02:39, 13 March 2019
Module: {{{name}}} | |
---|---|
Type | {{{type}}} |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | {{{description}}} |
Template for Documentation:Modules/* pages.
Usage
{{Module |type = module type |first_version = Version of VLC in which plugin first appeared |last_version = Version of VLC in which plugin last appeared before being removed |os = Operating system of the plugin |description = A short, brief description of the plugin }}