Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement
Template-info Documentation
Lua logo This template uses Module:Infobox, with data stored in Module:Infobox/author.
These scripts are written in Lua. Please see wikipedia:wp:Lua and mw:Extension:Scribunto to learn more.

This template is used to create an info box that aligns to the right side of the article it is embedded in. It is for use with mod author pages.

Parameters[]

A blank infobox is provided on the right for quicker reference, the infobox will be collapsed on actual articles.
{{{name}}}
[[File:{{{image}}}|260px|frameless]]
Gender{{{gender}}}
Alias{{{alias}}}
Date of birth{{{birthday}}}
Location{{{location}}}
Website[{{{site}}} Link]
Twitter{{{twitter}}}
Facebook[{{{facebook}}} Link]
GitHub[{{{github}}} Link]
BitBucket[{{{bitbucket}}} Link]
Patreon[{{{patreon}}} Link]
Occupation{{{occupation}}}
Mods{{{mods}}}
Discontinued mods{{{disconmods}}}
Modpacks{{{modpacks}}}
Projects{{{projects}}}
Communication
Discord server[{{{discord}}} Link]
IRC channel{{IRC|{{{irc}}}}}
  • name: The author's name.
  • image: The big picture. Use the complete filename, like "Block sand.png".
  • gender: The gender of the mod author. Can be any of the following. Anything else will add the page to a list of pages with type errors.
    • agender: Agender
    • female: Female
    • genderfluid: Genderfluid
    • hijra: Hijra
    • male: Male
    • nonbinary: Non-binary
    • other: Other
    • pangender: Pangender
    • trigender: Trigender
    • twospirit: Two-Spirit
    • unknown: Unknown
  • alias: The mod author's alias if they have one.
  • birthday: The date of birth of the mod author. Use mm/dd/yyyy format.
  • location: Where in the world the mod author resides.
  • site: The mod author's website.
  • twitter: The mod author's Twitter account. It's recommended to use {{Twitter}}
  • facebook: The mod author's Facebook account.
  • github: The mod author's GitHub account.
  • bitbucket: The mod author's BitBucket account.
  • patreon: The mod author's Patreon account.
  • occupation: The mod author's occupation, or job.
  • mods: The mods that the author has created. Use <br /> in between mod names.
  • disconmods: Mods that the author has discontinued, or passed on to another author. Use <br /> in between mod names.
  • modpacks: Possible modpacks that the author has created. Use <br /> between modpacks.
  • projects: Projects that are Minecraft-related that are not mods or modpacks. Use <br /> in between project names.
  • discord: The Discord server for the author, if applicable. If the server is just for one of their mods and they have multiple, then do not link that. Instead, the discord parameter in the Infobox for that specific mod should be used.
  • irc: The IRC server and channel for the mod. Formatted as server@channel, for example: esper.net@TheSteamTank.

Examples[]

CodeResult
{{Infobox author
|name=Myrathi
|image=Myrathi.png
|alias=Alias
|gender=male
|birthday=01/01/1901
|location=Place
|site=https://example.com
|facebook=https://facebook.com/somefacebookaccount
|twitter={{Twitter|Myrathi}}
|player=http://player.me/myrathi
|occupation=Licking eyeballs
|mods=[[ChargePads]]<br />[[FinndusFillies]]<br />[[FlatSigns]]<br />[[InfiniBows]]<br />[[ObsidiPlates]]<br />[[Switches]]<br />[[MagicFarmBalance]]<br />[[SizzleBalance]]
|disconmods=Nothing
|irc=esper.net@Nothing,Eyeballs
}}
Myrathi
Myrathi
GenderMale
AliasAlias
Date of birth01/01/1901
LocationPlace
WebsiteLink
Twitter@Myrathi
FacebookLink
OccupationLicking eyeballs
ModsChargePads
FinndusFillies
FlatSigns
InfiniBows
ObsidiPlates
Switches
MagicFarmBalance
SizzleBalance
Discontinued modsNothing
Communication
IRC channel#Nothing,#Eyeballsconnect
Unrecognised parameter: player

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.


Advertisement