Template:License

From Ivycomb Wiki

This Template page is licensed under CC BY-NC-SA 4.0. See BG3Wiki for the original.
Template documentation

Adds a simple copyright notice.

Usage[edit source]

First parameter specifies the license. Valid values include pd (public domain), cc (CC BY-SA 4.0), and nc (CC BY-NC-SA 4.0).

Second parameter should be a link to the original, if any.

Third parameter should be a name to display in place of the link.

Examples[edit source]

{{license|nc|https://wiki.ivy.cm/wiki/Template:License|Ivycomb Wiki}}
This Template page is licensed under CC BY-NC-SA 4.0. See Ivycomb Wiki for the original.

Template data[edit source]

<templatedata> { "description": "Adds a simple copyright notice for a template.", "params": { "1": { "label": "License", "description": "The license used.", "suggestedvalues": [ "pd", "cc", "nc" ], "required": true }, "2": { "label": "URL", "description": "A link to the source or original version.", "suggested": true }, "3": { "label": "Name", "description": "The text that will be displayed in place of the URL. Usually the name of the source.", "suggested": true }, "dummy": { "label": "Is dummy?", "description": "If provided, the message box is purely visual and the page will not be categorized.", "example": "1", "type": "string" } } }

</templatedata>