-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Chunnyluny edited this page Aug 20, 2023
·
5 revisions
Welcome to this Wiki, here you can read how to use this RimWorld mod template. Don't copy, just take for reference examples.
Don't forget that every XML document should start with
<?xml version="1.0" encoding="UTF-8"?>
These are the dynamic buttons from the DogApparel mod that you can copy and use for your other RimWorld mods. only change the repo/modname.
- First button is for RimWorld support and only shows up when there is a Master/About/About.xml otherwise it errors.
- Second dynamic badge shows License and is anchored with a link to mod/blob/LICENSE page.
- Third dynamic button is to redirect you to the mod's issues page.
- Fourth dynamic button is to redirect people to my discord server. (you can just copy)
- Fifth dynamic button is to redirect people to my ko-fi page to donate if they like. (you can just copy)
Reserve some space between the buttons, using this
 
How to make these dyanamic badges this site is for github
https://shields.io/badges/git-hub
it provides a tool so you can also select icon and icon color.
- Start with GitHub badges for issues, discussions, license pages
-
<a href="https://github.com/username/repo/blob/master>
s
- The before last and last button: Depending on if you choose to use discussion page or issue page to solve bugs) would be after 3 --> 4,5 are dynamic buttons to redirect people to my discord server and if they want they can donate on my ko-fi page. These buttons are consistent to all mod readme.md pages.
- Check if all buttons have magenta in their button to match all my GitHub readme.md pages.
- Dynamic buttons are done with the
HTML
syntax. If the HTML syntax doesn't show up, choose markdown instead which is !github](https://shields.io/badges/git-hub)
first part is Alt text in square brackets, second part is the shield.io link between (parenthesis)
They will look like this: