Template:Script: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
VANKRASN39 (talk | contribs) (The last edit put all scripts in the Templates category...) |
||
Line 51: | Line 51: | ||
<tr><td>'''Author:'''</td><td>{{{author|Unknown}}}</td></tr> |
<tr><td>'''Author:'''</td><td>{{{author|Unknown}}}</td></tr> |
||
<tr><td>'''Compatibility:'''</td><td>{{#ifeq: {{{compat}}} | SF | StormFront Only | {{#ifeq: {{{compat}}} | WFE | Wizard FE Only | {{#ifeq: {{{compat}}} | SF/WFE | StormFront and Wizard FE | '''''#UNDEFINED#''''' }} }} }}{{#if: {{{compatwarn|}}} | (''{{{compatwarn}}}'') | }}</td></tr> |
<tr><td>'''Compatibility:'''</td><td>{{#ifeq: {{{compat}}} | SF | StormFront Only | {{#ifeq: {{{compat}}} | WFE | Wizard FE Only | {{#ifeq: {{{compat}}} | SF/WFE | StormFront and Wizard FE | '''''#UNDEFINED#''''' }} }} }}{{#if: {{{compatwarn|}}} | (''{{{compatwarn}}}'') | }}</td></tr> |
||
</table> |
</table>[[Category: Scripts]] |
||
⚫ | |||
[[Category: Templates]] |
[[Category: Templates]] |
||
⚫ |
Revision as of 09:02, 28 March 2016
This template is meant to be included at the top of all script articles to provide clear information about the script. The template has tree arguments:
title | required | A descriptive title for the script. |
author | optional | The author of the script. Defaults is "Unknown". |
compat | required | The client compatibility of the script. Valid options are "SF" for StormFront, "WFE" for Wizard FE, or "SF/WFE" cross-compatibility. |
compatwarn | optional | A reason why the script is not compatible with one client or the other. |
category | optional | Places the script in a gswiki category, such as "Travel scripts". If not selected, uses "Scripts" by default. |
An example of the template's use:
{{script | title = A Test Script | author = Anshou | compat = SF }}
This example would display as:
Title: | A Test Script |
Author: | Anshou |
Compatibility: | StormFront Only |