More actions
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
<includeonly><templatestyles src="Template:Type/style.css"/>{{#if:{{{ | <includeonly><templatestyles src="Template:Type/style.css"/>{{#if:{{{3|{{{link|}}}}}}|{{type/link|{{{1}}}|{{{2}}}|link={{{3|{{{link}}}}}}}}|{{#switch:{{{1}}} | ||
| nil = {{type/builtin|{{{1}}}}} | | nil = {{type/builtin|{{{1}}}|{{{2}}}}} | ||
| number = {{type/builtin|{{{1}}}}} | | number = {{type/builtin|{{{1}}}|{{{2}}}}} | ||
| integer = {{type/builtin|{{{1}}}}} | | integer = {{type/builtin|{{{1}}}|{{{2}}}}} | ||
| string = {{type/builtin|{{{1}}}}} | | string = {{type/builtin|{{{1}}}|{{{2}}}}} | ||
| boolean = {{type/builtin|{{{1}}}}} | | boolean = {{type/builtin|{{{1}}}|{{{2}}}}} | ||
| true = {{type/builtin|{{{1}}}}} | | true = {{type/builtin|{{{1}}}|{{{2}}}}} | ||
| false = {{type/builtin|{{{1}}}}} | | false = {{type/builtin|{{{1}}}|{{{2}}}}} | ||
| function = {{type/builtin|{{{1}}}}} | | function = {{type/builtin|{{{1}}}|{{{2}}}}} | ||
| table = {{type/builtin|{{{1}}}}} | | table = {{type/builtin|{{{1}}}|{{{2}}}}} | ||
| {{type/custom|{{{1}}}}} | | {{type/custom|{{{1}}}|{{{2}}}}} | ||
}}}}</includeonly><noinclude> <!-- Documentation starts here. --> | }}}}</includeonly><noinclude> <!-- Documentation starts here. --> | ||
'''Displays a ''type widget''.''' | '''Displays a ''type widget''.''' |
Revision as of 00:18, 27 September 2024
Displays a type widget.
Chooses between...
- If argument 2 is provided, use that as the link target.
- Specialized template for built-in Lua types.
- Specialized template for custom Figura types. If the page with
[argument 1] (type)
(i.e. disambiguated) exists, that page will be used instead of the plain name for the link.
Stylesheet: Template:Type/style.css (edit to add colors and decorations for custom types)
Examples
- Template:Type/builtin
{{type|nil}}
- Template:Type/builtin
- Template:Type/builtin
- Template:Type/builtin
- Template:Type/builtin
- Template:Type/builtin
- Template:Type/custom (custom type that exists)
- Template:Type/custom (custom type that doesn't exist)
- Template:Type/custom (links to the Main Page)
{{type|Main Page|Main Page}}
Displays and links to types.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Type name | 1 | no description
| Unknown | required |
Custom link target | 2 | no description | Page name | optional |