Template:Website: 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"> | <title source="title"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<image source="logo"/> | <image source="logo"><default>[[File:{{{logo|{{{image}}}}}}]]</default></image> | ||
<header>Information</header> | <header>Information</header> | ||
  <data source="url"> | |||
   <label>URL</label> | |||
   <format>[{{{url}}} {{{site|Official site}}}]</format> | |||
  </data> | |||
 | |||
<data source="owner"> | <data source="owner"> | ||
<label>Owner(s)</label> | <label>Owner(s)</label> | ||
| Line 22: | Line 24: | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
</includeonly> | |||
<noinclude> | |||
{{Documentation}} | |||
[[Category:Infobox templates]] [[Category:Templates]] | |||
<templatedata> | |||
{ | |||
"params": { | |||
"url": {}, | |||
"site": {}, | |||
"name": {}, | |||
"logo": { | |||
"aliases": [ | |||
"image" | |||
], | |||
"type": "wiki-file-name" | |||
}, | |||
"genre": {}, | |||
"content_license": {}, | |||
"owner": {}, | |||
"author": {} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"logo", | |||
"url", | |||
"site", | |||
"owner", | |||
"author", | |||
"genre", | |||
"content_license" | |||
] | |||
} | |||
</templatedata></noinclude> | |||