Skip to content

Commit 7ec32ae

Browse files
enewsCopilotSomeMWDev
authored
feat(template,wikis): add PHIGHTING (#54)
* adding PHIGHTING Wiki * Removing trailing slashes as suggested Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * add PHIGHTING to wikis.json * add PHIGHTING logo to files.json --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: SomeRandomDeveloper <thisisnotmyname275@gmail.com>
1 parent 2b37410 commit 7ec32ae

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The bot will:
1515

1616
* Create **1** template page (Template:IRWA)
1717
* Create **1** template css page (Template:IRWA/styles.css)
18-
* Upload **8** wiki logos (see `templates/img` folder)
18+
* Upload **9** wiki logos (see `templates/img` folder)
1919

2020
and keep these updated based on changes in the repository.
2121

data/files.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@
3030
{
3131
"filePath": "templates/img/SewhWikiLogo.png",
3232
"wikiFileName": "File:SewhWikiLogo.png"
33+
},
34+
{
35+
"filePath": "templates/img/PHIGHTINGWikiLogo.png",
36+
"wikiFileName": "File:PHIGHTINGWikiLogo.png"
3337
}
3438
]

data/wikis.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
"apiUrl": "https://sewh.miraheze.org/w/api.php",
3232
"accessToken": "MIRAHEZE_ACCESS_TOKEN"
3333
},
34+
{
35+
"apiUrl": "https://phighting.wiki/w/api.php",
36+
"accessToken": "MIRAHEZE_ACCESS_TOKEN"
37+
},
3438
{
3539
"apiUrl": "https://dovedale.wiki/api.php",
3640
"accessToken": "DOVEDALE_ACCESS_TOKEN"
9.79 KB
Loading

templates/template.wikitext

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<div class="irwa-member irwa-gbp">[[File:GBPWikiLogo.png|class=gbp-logo mw-no-invert|{{{imgsize|20x20px}}}|alt=Logo of the Guts & Blackpowder Wiki|link=https://gbp.miraheze.org]] [https://gbp.miraheze.org Guts & Blackpowder]</div>
1212
<div class="irwa-member invert-member-icon-dark irwa-hybridcafe">[[File:HybridCafeWikiLogo.svg|class=hybrid-cafe-logo mw-no-invert|{{{imgsize|20x20px}}}|alt=Logo of the Hybrid Cafe Wiki|link=https://hybridcafe.wiki]] [https://hybridcafe.wiki Hybrid Cafe]</div>
1313
<div class="irwa-member irwa-industrialist">[[File:IndustrialistWikiLogo.png|class=industrialist-logo mw-no-invert|{{{imgsize|20x20px}}}|alt=Logo of the Industrialist Wiki|link=https://industrialist.miraheze.org]] [https://industrialist.miraheze.org Industrialist]</div>
14+
<div class="irwa-member invert-member-icon irwa-phighting">[[File:PHIGHTINGWikiLogo.png|class=phighting-logo mw-no-invert|{{{imgsize|20x20px}}}|alt=Logo of the PHIGHTING! Wiki|link=https://phighting.wiki]] [https://phighting.wiki PHIGHTING!]</div>
1415
<div class="irwa-member invert-member-icon irwa-pressure">[[File:PressureWikiLogo.png|class=pressure-logo mw-no-invert|{{{imgsize|20x20px}}}|alt=Logo of the Pressure Wiki|link=https://urbanshade.org]] [https://urbanshade.org Pressure]</div>
1516
<div class="irwa-member irwa-sewh">[[File:SewhWikiLogo.png|class=sewh-logo mw-no-invert|{{{imgsize|20x20px}}}|alt=Logo of the Something Evil Will Happen Wiki|link=https://sewh.miraheze.org]] [https://sewh.miraheze.org Something Evil Will Happen]</div>
1617
<div class="irwa-member irwa-utg">[[File:UTGWikiLogo.png|class=utg-logo mw-no-invert|{{{imgsize|20x20px}}}|alt=Logo of the Untitled Tag Game Wiki|link=https://tagging.wiki]] [https://tagging.wiki Untitled Tag Game]</div>

0 commit comments

Comments
 (0)