Difference between revisions of "Template:Bl/doc"
Jump to navigation
Jump to search
imported>Paradoctor ("manage", right) |
imported>Paradoctor (the hard way) |
||
| Line 3: | Line 3: | ||
"description": "insert description here", | "description": "insert description here", | ||
"params": { | "params": { | ||
| − | " | + | "1": { |
| − | "label": " | + | "label": "target", |
| − | "description": " | + | "description": "link target", |
| + | "type": "wiki-page-name", | ||
| + | "default": "", | ||
| + | "required": true | ||
| + | }, | ||
| + | "2": { | ||
| + | "label": "text", | ||
| + | "description": "link text, optional", | ||
"type": "string", | "type": "string", | ||
| − | "default": " | + | "default": "", |
"required": false | "required": false | ||
} | } | ||
Revision as of 14:43, 26 September 2014
This template creates a bolded wikilink from its argument. If a second parameter is present, it is used as link text.
insert description here
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| target | 1 | link target
| Page | required |
| text | 2 | link text, optional
| String | optional |