Template:Infobox Discord server: Difference between revisions

no edit summary
m (Reverted edits by CIADarkKnightRises (talk) to last revision by Saucy)
Tag: Rollback
No edit summary
Line 1: Line 1:
<noinclude>
<!-- Cargo table declaration -->
{{#cargo_declare:
_table = discord_servers
|id = Integer (unique)
|page = Page
|color = String
|text_color = String
|status = String
|invite = URL
|owner = String
|founded = Date
|defunct = Date
}}
</noinclude>
{{Infobox
{{Infobox
| title = {{{name|{{PAGENAME}}}}}
| title = {{{name|{{PAGENAME}}}}}
Line 32: Line 47:
| label11 = Founder
| label11 = Founder
| data11 = {{{founder|}}}
| data11 = {{{founder|}}}
}}<noinclude>
}}
<includeonly>
{{#if: {{yesno| {{{nocargo|}}} }}||
{{#cargo_store:
_table = discord_servers
|id = {{{id|}}}
|color = {{{color|#0a5ba6}}}
|text_color = {{{text_color|#ffffff}}}
|page = {{FULLPAGENAME}}
|status = {{{status|}}}
|invite = {{{invite|}}}
|owner = {{{owner|}}}
|founded = {{{founded|}}}
|defunct = {{{defunct|}}}
}}
}}
</includeonly>
<noinclude>
<br/>
<br/>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>