Difference between revisions of "Template:Script info"
From MythTV Official Wiki
(Added v33 and v34) |
|||
(29 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
+ | __NOCACHE__ | ||
<span id="script-info" style="display:none"> | <span id="script-info" style="display:none"> | ||
+ | name={{{name|unnamed}}} | ||
author={{{author|unknown}}} | author={{{author|unknown}}} | ||
+ | webpage={{#tag:nowiki|{{{webpage|none}}}}} | ||
short={{{short|none}}} | short={{{short|none}}} | ||
long={{{long|none}}} | long={{{long|none}}} | ||
− | file={{{file|none}}} | + | file={{#tag:nowiki|{{{file|none}}}}} |
+ | category={{{category|uncategorized}}} | ||
+ | supports=S21:{{{S21|unset}}},<!-- | ||
+ | -->S22:{{{S22|unset}}},<!-- | ||
+ | -->S23:{{{S23|unset}}},<!-- | ||
+ | -->S231:{{{S231|unset}}},<!-- | ||
+ | -->S24:{{{S24|unset}}},<!-- | ||
+ | -->S241:{{{S241|unset}}},<!-- | ||
+ | -->S25:{{{S25|unset}}},<!-- | ||
+ | -->S251:{{{S251|unset}}},<!-- | ||
+ | -->S252:{{{S252|unset}}},<!-- | ||
+ | -->S26:{{{S26|unset}}},<!-- | ||
+ | -->S27:{{{S27|unset}}},<!-- | ||
+ | -->S28:{{{S28|unset}}},<!-- | ||
+ | -->S29:{{{S29|unset}}},<!-- | ||
+ | -->S30:{{{S30|unset}}},<!-- | ||
+ | -->S31:{{{S31|unset}}},<!-- | ||
+ | -->S32:{{{S32|unset}}},<!-- | ||
+ | -->S33:{{{S33|unset}}},<!-- | ||
+ | -->S34:{{{S34|unset}}} | ||
</span> | </span> | ||
+ | {| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5" | ||
+ | |- | ||
+ | | Author || {{{author|unknown}}} | ||
+ | |- | ||
+ | | Description || {{{long|none}}} | ||
+ | |- | ||
+ | | Supports || {{#if: {{{S21|}}} | [[Image:Version21.png]] | }}<!-- | ||
+ | -->{{#if: {{{S22|}}} | [[Image:Version22.png]] | }}<!-- | ||
+ | -->{{#if: {{{S23|}}} | [[Image:Version23.png]] | }}<!-- | ||
+ | -->{{#if: {{{S231|}}} | [[Image:Version231.png]] | }}<!-- | ||
+ | -->{{#if: {{{S24|}}} | [[Image:Version24.png]] | }}<!-- | ||
+ | -->{{#if: {{{S241|}}} | [[Image:Version241.png]] | }}<!-- | ||
+ | -->{{#if: {{{S25|}}} | [[Image:Version25.png]] | }}<!-- | ||
+ | -->{{#if: {{{S251|}}} | [[Image:Version251.png]] | }}<!-- | ||
+ | -->{{#if: {{{S252|}}} | [[Image:Version252.png]] | }}<!-- | ||
+ | -->{{#if: {{{S26|}}} | [[Image:Version26.png]] | }}<!-- | ||
+ | -->{{#if: {{{S27|}}} | [[Image:Version27.png]] | }}<!-- | ||
+ | -->{{#if: {{{S28|}}} | [[Image:Version28.png]] | }}<!-- | ||
+ | -->{{#if: {{{S29|}}} | [[Image:Version29.png]] | }}<!-- | ||
+ | -->{{#if: {{{S30|}}} | [[Image:Version30.png]] | }}<!-- | ||
+ | -->{{#if: {{{S31|}}} | [[Image:Version31.png]] | }}<!-- | ||
+ | -->{{#if: {{{S32|}}} | [[Image:Version32.png]] | }}<!-- | ||
+ | -->{{#if: {{{S33|}}} | [[Image:Version33.png]] | }}<!-- | ||
+ | -->{{#if: {{{S34|}}} | [[Image:Version34.png]] | }} | ||
+ | |- | ||
+ | |} | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
Usage: | Usage: | ||
<pre>{{Script info | <pre>{{Script info | ||
+ | |name=Some Script | ||
|author=some user | |author=some user | ||
+ | |webpage=http://some.external.url | ||
|short=short description | |short=short description | ||
|long=A much longer description. | |long=A much longer description. | ||
− | |file= | + | |file=http://some/link/to/external/file.sh |
+ | |category=uncategorized}}</pre> | ||
+ | |||
+ | Author, short, long, and category fields are preferred, however all fields are optional. | ||
</noinclude> | </noinclude> |
Latest revision as of 14:21, 10 February 2024
Usage:
{{Script info |name=Some Script |author=some user |webpage=http://some.external.url |short=short description |long=A much longer description. |file=http://some/link/to/external/file.sh |category=uncategorized}}
Author, short, long, and category fields are preferred, however all fields are optional.