Jump to content

Template:Website: Difference between revisions

Cdjensen94
Cdjensen94 (talk | contribs) (Infobox created with infobox builder.)
 
 
(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">
    <data source="url">
<label>URL</label>
      <label>URL</label>
<default>[{{{url}}} {{{website}}}]</default>
      <format>[{{{url}}} {{{site|Official site}}}]</format>
</data>
    </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>