1,769
edits
(documentation (modelled after Template:Whitelink & Template:Blacklink)) |
(Template Data) |
||
Line 21: | Line 21: | ||
|} | |} | ||
[[Category:Templates]] | |||
</noinclude> | {{Navbox|TITLE=Template Data| | ||
<templatedata> | |||
{ | |||
"params": { | |||
"link": { | |||
"aliases": [ | |||
"1" | |||
], | |||
"label": "Link", | |||
"description": "Page where the link leads to", | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"color": { | |||
"aliases": [ | |||
"2" | |||
], | |||
"label": "Color", | |||
"description": "Color of the link. Use \"canon\" colors or other color codes (e.g. HEX).", | |||
"example": "blue", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"text": { | |||
"aliases": [ | |||
"3" | |||
], | |||
"label": "Text", | |||
"description": "Optional name for the link", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "Creates a colored link.", | |||
"format": "inline" | |||
} | |||
</templatedata>}} | |||
[[Category:Templates]]</noinclude> |
edits