From Brotato Wiki

(add: Template:WeaponClassIntroText)
(General edits)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
User page for Darkly77. View contributions [[Special:Contributions/Darkly77|here]].
User page for Darkly77.


I work on templates, data mining, standardisation and CSS/layout stuff. I am also active on the Spells & Guns [https://discord.gg/XakDgvQPMN Discord] (<code>Darkly77#0316</code>).
== About Me ==


==Templates==
I work on templates, data mining, standardisation and CSS/layout stuff.
Quick reference list of useful templates. See also: [[Special:UncategorizedTemplates]]. For cleanup, see [[Special:UnusedTemplates]].


===Data===
I'm active on the Spells & Guns [https://discord.gg/XakDgvQPMN Discord] (<code>Darkly77#0316</code>), and often offer support in the #modding channels of the [https://discord.gg/j39jE6k Brotato Discord].
Contains all data of the specified type. Used by tables, infoboxes, [[Template:Iconbox]], and more.
{| class="wikitable"
!Template
!Description
|-
|[[Template:Character_Data]]
|Contains all data for [[Characters]]
|-
|[[Template:Item_Data]]
|Contains all data for [[Items]]
|-
|[[Template:Weapon_Data]]
|Contains all data for [[Weapons]]
|-
|[[Template:Elite_Data]]
|Contains all data for [[Enemies#Elites (Danger 2+)|Elite Enemies]]
|-
|[[Template:WeaponClass]]
|Contains and shows stats for every [[Weapons#Weapon Classes|Weapon Class]]
|}


===General===
I also make mods for Brotato:
Frequently used miscellaneous templates.
{| class="wikitable"
|+
!Template
!Description
|-
|[[Template:Iconbox]]
|Shows items/weapons in a box, with lots of options. '''Widely used.'''
|-
|[[Template:Color]]
|Colours text, eg. {{Color|color=green|text=green}}.
|-
|[[Template:StatIcon]]
|Stat icons, eg. {{StatIcon|Damage}} (Damage)
|-
|[[Template:NavBoxCharacters]]
|Navigation box, shown at the bottom of every [[Characters|Character]] page.
|-
|[[Template:WeaponClassWeapons]]
|Lists the [[Weapons]] that belong to a specific [[Weapons#Weapon Classes|Weapon Class]].
|-
|[[Template:ItemTagCharacters]]
|Lists the [[Characters]] that belong to a specific [[Items#Item Tags|Item Tag]].
|}


===Infobox===
* [https://steamcommunity.com/id/darkly77/myworkshopfiles/?appid=1942280 My Steam Workshop for Brotato]
Adds a large section with lots of data. Shown on the right of the page. Some have helpers (see next section).
* [[Mod:Invasion]] (wiki page)
{| class="wikitable"
And I'm part of the team who built ModLoader, which Brotato uses to implement modding:
!Template
!Description
|-
|[[Template:Infobox_Character]]
|Infobox for a single [[Characters|Character]]. ''Has a helper, listed below''
|-
|[[Template:Infobox_Item]]
|Infobox for a single [[Items|Item]]
|-
|[[Template:Infobox_Weapon]]
|Infobox for a single [[Weapons|Weapon]]
|-
|[[Template:Infobox_Elite]]
|Infobox for a single [[Enemies#Elites (Danger 2+)|Elite Enemy]]
|}


=== Infobox Helpers ===
* [https://github.com/GodotModding/godot-mod-loader/tree/development ModLoader] (GitHub)
Adds the specified infobox (as per the templates above), but pre-fills the options by using the current page name to get data from the respective data template.
{| class="wikitable"
!Template
!Description
|-
|[[Template:Infobox_Character_Helper]]
|Adds [[Template:Infobox_Character]] with pre-filled data, using the current page name.
|}


===Text===
See other wikis I've worked on [https://community.fandom.com/wiki/User:Darkly77 here].
Inserts pre-defined text that commonly appears on various page types.
{| class="wikitable"
!Template
!Usage
!Page Type
!Description
|-
|[[Template:Character]]
|<code><nowiki>{{Character}}</nowiki></code>
|[[Characters|Character]]
|Character page text. Intro for all [[characters]]
|-
|[[Template:CharacterUnlockedBy]]
|<code><nowiki>{{CharacterUnlockedBy}}</nowiki></code>
|[[Characters|Character]]
|Character page text. Shows how to unlock the character
|-
|[[Template:CharacterUnlocks]]
|<code><nowiki>{{CharacterUnlocks}}</nowiki></code>
|[[Characters|Character]]
|Character page text. Shows what item the character unlocks
|-
|[[Template:Item]]
|<code><nowiki>{{Item}}</nowiki></code>
|[[Items|Item]]
|Intro text
|-
|[[Template:Unique]]
|<code><nowiki>{{Unique}}</nowiki></code>
|[[Items|Item]]
|States that the item is unique
|-
|[[Template:Weapon]]
|<code><nowiki>{{Weapon}}</nowiki></code>
|[[Weapons|Weapon]]
|Intro text
|-
|[[Template:Melee]]
|<code><nowiki>{{Melee}}</nowiki></code>
|[[Weapons|Weapon]]
|Weapon type text ([[Weapons#Melee Weapons|Melee]])
|-
|[[Template:Ranged]]
|<code><nowiki>{{Ranged}}</nowiki></code>
|[[Weapons|Weapon]]
|Weapon type text ([[Weapons#Ranged Weapons|Ranged]])
|-
|[[Template:DefaultModInstall]]
|<code><nowiki>{{DefaultModInstall}}</nowiki></code>
|[[Modding|Mod]]
|Install instructions link
|-
|[[Template:ModDisclaimerText]]
|<code><nowiki>{{ModDisclaimerText}}</nowiki></code>
|[[Modding|Mod]]
|Disclaimer mentioning link safety
|-
|[[Template:ItemTagText]]
|<code><nowiki>{{ItemTagText|Exploration}}</nowiki></code>
|Many
|Full sentence stating the characters attributed to the specified [[Items#Item Tags|item tag]]
|-
|[[Template:WeaponClassIntroText]]
|<code><nowiki>{{WeaponClassIntroText}}</nowiki></code>
|[[Weapons#Weapon Classes|Weapon Class]]
|Intro for single weapon class page
|}


===Tables===
== Links ==
Makes it easier to add tables and rows for specific data sets. The page for [[Template:TableHeaders]] shows examples for every template.
{| class="wikitable"
!Template
!Description
|-
|[[Template:TableHeaders]]
|Table row headers for all rows listed below
|-
|[[Template:TableRowCharacter]]
|Lists [[Characters]]
|-
|[[Template:TableRowItem]]
|Lists [[Items]]
|-
|[[Template:TableRowWeapon]]
|Lists [[Weapons]]
|-
|[[Template:TableRowWeaponClass]]
|Lists [[Weapons#Weapon Classes|Weapon Classes]]
|}


===Linked Icons===
* List of all custom templates: [[Wiki_Editing]]
Add an pre-sized icon with a link to the specified item/weapon/character (eg. see [[Shop#Modifiers|Shop > Modifiers]]).


''Most of these were widely used in common templates, prior to [[Template:Iconbox]] being updated with options that made them redundant for such use.''
== Personal ==
{| class="wikitable"
!Template
!Example
!Preview
!Notes
|-
|[[Template:CharacterIcon]]
|<code><nowiki>{{CharacterIcon|Well Rounded}}</nowiki></code>
|{{CharacterIcon|name=Well Rounded}}
|
|-
|[[Template:ItemIcon]]
|<code><nowiki>{{ItemIcon|Acid}}</nowiki></code>
|{{ItemIcon|name=Acid}}
|
|-
|[[Template:WeaponIcon]]
|<code><nowiki>{{WeaponIcon|Cacti Club}}</nowiki></code>
|{{WeaponIcon|name=Cacti Club}}
|
|-
|[[Template:MiscIcon]]
|<code><nowiki>{{MiscIcon|Tree}}</nowiki></code>
|{{MiscIcon|name=Tree}}
|Using one of the 3 icon templates in the rows above is preferable, as it makes maintenance a bit easier.
|}


=== Deprecated ===
* My Sandbox: [[User:Darkly77/Sandbox]]
Templates that have been replaced with new/renamed versions.
* My Notebook: [[User:Darkly77/Notes]]
{| class="wikitable"
* My Contributions: [[Special:Contributions/Darkly77]]
!Deprecated Template
 
!New Template
== External ==
!Reason
 
|-
* My Spreadsheets: [https://drive.google.com/drive/u/5/folders/1vTYOXrFgSYigv4BxSlfaGIke87-Ghrk4 Google Drive]
|[[Template:WeaponSet]]
 
|[[Template:WeaponClass]]
 
| rowspan="3" |Renamed "weapon set" to "weapon class" after data mining showed "class" to be the official name
 
|-
<br>
|[[Template:WeaponSetWeapons]]
|[[Template:WeaponClassWeapons]]
|-
|[[Template:TableRowSet]]
|[[Template:TableRowWeaponClass]]
|}

Latest revision as of 06:59, 30 June 2023

User page for Darkly77.

About Me

I work on templates, data mining, standardisation and CSS/layout stuff.

I'm active on the Spells & Guns Discord (Darkly77#0316), and often offer support in the #modding channels of the Brotato Discord.

I also make mods for Brotato:

And I'm part of the team who built ModLoader, which Brotato uses to implement modding:

See other wikis I've worked on here.

Links

Personal

External