Template:Infobox website: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
{ | {| class="infobox" style="width: 22em; font-size: 90%; float: right; margin: 0 0 1em 1em; border: 1px solid #aaa; background: #fff;" | ||
| | |- | ||
| | ! colspan="2" style="text-align:center; font-size:125%; font-weight:bold; background:#f2f2f2; padding: 8px;" | {{{name|}}} | ||
| | |- | ||
| | | colspan="2" style="text-align:center; padding:0.5em 0;" | ||
| [[File:{{{logo|}}}|150px|alt={{{name|}}} logo]] | |||
| | |- | ||
| | ! style="width:35%; padding: 4px;" | Website | ||
| | | style="padding: 4px;" | [{{{url|}}} {{{url|}}}] | ||
| | |- | ||
| | ! style="padding: 4px;" | Type | ||
| | | style="padding: 4px;" | {{{type|}}} | ||
| | |- | ||
| | ! style="padding: 4px;" | Owner | ||
| | | style="padding: 4px;" | {{{owner|}}} | ||
| | |- | ||
| | ! style="padding: 4px;" | Founder | ||
| | | style="padding: 4px;" | {{{founder|}}} | ||
| | |- | ||
| | ! style="padding: 4px;" | Launched | ||
| | | style="padding: 4px;" | {{{launched|}}} | ||
| | |- | ||
| | ! style="padding: 4px;" | Registration | ||
| | | style="padding: 4px;" | {{{registration|}}} | ||
| | |- | ||
! style="padding: 4px;" | Language | |||
| style="padding: 4px;" | {{{language|}}} | |||
|- | |||
! style="padding: 4px;" | Commercial | |||
| style="padding: 4px;" | {{{commercial|}}} | |||
|- | |||
! style="padding: 4px;" | Status | |||
| style="padding: 4px;" | {{{current_status|}}} | |||
|} | |||
</onlyinclude> | </onlyinclude> | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
Use the following code on any wiki page to insert the infobox: | |||
<pre> | <pre> | ||
{{Infobox website | {{Infobox website | ||
| name = | | name = FoundersWiki | ||
| logo = | | logo = FoundersWiki-logo.png | ||
| url = https://founderswiki.com/ | |||
| url = | | type = Online encyclopedia | ||
| | | owner = Shovon Ahmed | ||
| | | founder = Shovon Ahmed | ||
| | | launched = July 30, 2025 | ||
| | | registration = Optional (required for editing) | ||
| | | language = English | ||
| | | commercial = Yes | ||
| | | current_status = Active | ||
| current_status = | |||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Infobox templates|Website]] | [[Category:Infobox templates|Website]] | ||
</noinclude> | </noinclude> |
Revision as of 03:14, 31 July 2025
colspan="2" style="text-align:center; padding:0.5em 0;" | [[File:|150px|alt= logo]] |
Website | [ ] |
Type | |
Owner | |
Founder | |
Launched | |
Registration | |
Language | |
Commercial | |
Status |
Usage
Use the following code on any wiki page to insert the infobox:
{{Infobox website | name = FoundersWiki | logo = FoundersWiki-logo.png | url = https://founderswiki.com/ | type = Online encyclopedia | owner = Shovon Ahmed | founder = Shovon Ahmed | launched = July 30, 2025 | registration = Optional (required for editing) | language = English | commercial = Yes | current_status = Active }}