mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-12-04 04:08:21 +00:00
25 lines
791 B
Plaintext
25 lines
791 B
Plaintext
|
!! options
|
||
|
version=2
|
||
|
!! end
|
||
|
|
||
|
!! hooks
|
||
|
templatedata
|
||
|
!! endhooks
|
||
|
|
||
|
!! test
|
||
|
Empty
|
||
|
!! wikitext
|
||
|
<templatedata />
|
||
|
!! html
|
||
|
<div class="mw-message-box-error mw-message-box"><p>Syntax error in JSON.
|
||
|
</p></div>
|
||
|
!! end
|
||
|
|
||
|
!! test
|
||
|
Minimal JSON
|
||
|
!! wikitext
|
||
|
<templatedata>{"params":{}}</templatedata>
|
||
|
!! html
|
||
|
<section class="mw-templatedata-doc-wrap"><header><p class="mw-templatedata-doc-desc mw-templatedata-doc-muted">No description.</p></header><table class="wikitable mw-templatedata-doc-params"><caption><p class="mw-templatedata-caption">Template parameters</p></caption><thead><tr><th colspan="2">Parameter</th><th>Description</th><th>Type</th><th>Status</th></tr></thead><tbody><tr><td class="mw-templatedata-doc-muted" colspan="7">No parameters specified</td></tr></tbody></table></section>
|
||
|
!! end
|