1,579
edits
DrinkyBird (talk | contribs) (Add default attr for text) Tag: Source edit |
DrinkyBird (talk | contribs) (Those are not named parameters) Tag: Source edit |
||
Line 5: | Line 5: | ||
"format": "inline", | "format": "inline", | ||
"params": { | "params": { | ||
" | "1": { | ||
"label": "Title", | "label": "Title", | ||
"description": "The title of the page to link to", | |||
"type": "line", | "type": "line", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "2": { | ||
"label": "Text", | "label": "Text", | ||
"description": "The text of the link", | |||
"type": "content", | "type": "content", | ||
"default": "Defaults to the same value as 'page'." | |||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"1", | |||
"2" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> |