Template:Document: Difference between revisions
Appearance
 |
Cdjensen94 (talk | contribs) Â |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | |||
<infobox> | <infobox> | ||
<title source=" | <title source="name"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
| Line 21: | Line 22: | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
</includeonly> | |||
<noinclude> | |||
{{Documentation}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": {}, | |||
"author": { | |||
"type": "content" | |||
}, | |||
"classification": {}, | |||
"purpose": {}, | |||
"universe": { | |||
"type": "wiki-page-name" | |||
}, | |||
"status": { | |||
"type": "string" | |||
}, | |||
"image": { | |||
"type": "wiki-file-name" | |||
}, | |||
"imagecaption": {} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"imagecaption", | |||
"universe", | |||
"author", | |||
"classification", | |||
"purpose", | |||
"status" | |||
] | |||
} | |||
</templatedata> | |||
[[Category:Templates]][[Category:Infobox templates]] | |||
</noinclude> | |||