Template:Infobox links section

From Tomba! Wiki
Revision as of 12:09, 29 April 2025 by Dada78641 (talk | contribs)
Jump to navigation Jump to search

Links section for infoboxes.

Usage

This should not be included directly in pages. It's designed to be included in infobox templates. See Template:Infobox person for an example.

Unfortunately due to MediaWiki limitations we have to manually pass on all links from the infobox to this template.

{{Infobox_links_section
| twitter      = https://twitter.com/soundfujita
| youtube      = https://www.youtube.com/channel/UCi9urPA94uh5Uqck-UALZfw
| instagram    = https://www.instagram.com/harumi.fujita/
| tiktok       = https://www.tiktok.com/@okanp2024
| wikipedia    = https://en.wikipedia.org/wiki/Harumi_Fujita
| facebook     =
| github       =
| linkedin     =
| reddit       =
| tumblr       =
| mobygames    = https://www.mobygames.com/person/225430/harumi-fujita/
| bluesky      =
| mastodon     =
| website_url  = https://otoyanoblog.ldblog.jp/
| website_name = 音 屋
}}

Copy paste into infoboxes

{{Infobox_links_section
| twitter      = {{{twitter|}}}
| youtube      = {{{youtube|}}}
| instagram    = {{{instagram|}}}
| tiktok       = {{{tiktok|}}}
| wikipedia    = {{{wikipedia|}}}
| facebook     = {{{facebook|}}}
| github       = {{{github|}}}
| linkedin     = {{{linkedin|}}}
| reddit       = {{{reddit|}}}
| tumblr       = {{{tumblr|}}}
| mobygames    = {{{mobygames|}}}
| bluesky      = {{{bluesky|}}}
| mastodon     = {{{mastodon|}}}
| website_url  = {{{website_url|}}}
| website_name = {{{website_name|}}}
}}