User:Ch4zm: Difference between revisions

From Golly.Life Wiki

No edit summary
Line 48: Line 48:
* [[User:Ch4zm/Creating History]]
* [[User:Ch4zm/Creating History]]


Other miscellaneous templates:
Miscellaneous icon/text templates:
* {{Tl|Game}}
* {{Tl|Game}}
* {{Tl|Team}}
* {{Tl|TeamLogo}}
* {{Tl|Main Page Thumbnail}}
Utility team abbreviation templates:
* {{Tl|TeamAbbrToName}}
* {{Tl|TeamAbbrToName}}
* {{Tl|Main Page Thumbnail}}
* {{Tl|TeamAbbrToColor}}
* {{Tl|Infobox team}}
* {{Tl|TeamAbbrToHexColor}}
* {{Tl|Infobox season}}


Jumbo templates:
Jumbo templates:
Line 63: Line 67:
* {{Tl|GovernanceJumbo}}
* {{Tl|GovernanceJumbo}}
* {{Tl|Main}}
* {{Tl|Main}}
Infobox templates:
* {{Tl|Infobox cup}}
* {{Tl|Infobox crown}}


Navbox templates (pretty much all of them still need expanding):
Navbox templates (pretty much all of them still need expanding):
Line 74: Line 74:
* {{Tl|Navbox teams}}
* {{Tl|Navbox teams}}


Miniteam templates:
Infoboxes:
* {{Tl|Game}} but something that inserts the team name with its logo
* [[:Category:Infobox]]
* either <code><nowiki>{{Team|BTX}}</nowiki></code> or <code><nowiki>{{BTX}}</nowiki></code>
* {{Tl|Infobox team}}
* {{Team|AA}} {{Team|DET}}
* {{Tl|Infobox season}}
 
* {{Tl|Infobox cup}}
* {{Tl|Infobox crown}}


Categories for each team:
Categories for each team:

Revision as of 01:27, 11 February 2021

Ch4zm of Hellmouth
Portrait of Ch4zm of Hellmouth
"Illegitimi non carborundum"
Chief Architect of Golly
Date Started Season 1
Personal Details
Blaseball Team Hellmouth Sunbeams
Born Sometime prior to Season 1
Hometown Hellmouth
Education Some, presumably
Occupation
  • Physics Instructor
  • Splorts inventor
  • Clomputer science researcher
  • Data Witch
Affiliations
Teaching Hellmouth Community College
Research

Wiki Setup

Done

Keeping track of templates and modules:

Miscellaneous icon/text templates:

Utility team abbreviation templates:

Jumbo templates:

Navbox templates (pretty much all of them still need expanding):

Infoboxes:

Categories for each team:

Needed

Infoboxes needed:

Creating Infoboxes and Navboxes

The process for creating an infobox:

  • before you begin: make a map of information that will go into the infobox
  • top level categories become headers
  • secondary level key-value pairs become labels/data
  • when you're ready to make the template, copy the contents of an existing template that uses {{Infobox}}, like {{Infobox team}}
  • start with two pieces: the includeonly piece (calling the {{Infobox}} template) and the noinclude piece (which gives an example)
  • it's helpful to do this step in a text editor, so you can edit the example and the Infobox template it calls at the same time