Difference between revisions of "User:Krip7or"
From Fallen Sword Wiki
(Added player recruiting link to Fallen Sword banner.) |
|||
Line 1: | Line 1: | ||
+ | {{playerbox| | ||
+ | player_name=[https://www.fallensword.com/index.php?cmd=profile&player_id=3075713 Krip7or]| | ||
+ | player_image=https://cdn2.fallensword.com/avatars/3075713.png| | ||
+ | player_guild=[https://www.fallensword.com/index.php?cmd=guild&subcmd=view&guild_id=46942 Halls of Justice]| | ||
+ | player_allies=[https://www.fallensword.com/index.php?cmd=profile&player_id=4515727 LksTwice], [https://www.fallensword.com/index.php?cmd=profile&player_id=2522035 Sealtiel], [https://www.fallensword.com/index.php?cmd=profile&player_id=861772 wolfvanes]| | ||
+ | player_enemies=Accepting applications. π| | ||
+ | player_medals=https://cdn2.fallensword.com/medals/5_6.png https://cdn2.fallensword.com/medals/8_4.png https://cdn2.fallensword.com/medals/9_6.png https://cdn2.fallensword.com/medals/12_1.png https://cdn2.fallensword.com/medals/13_1.png https://cdn2.fallensword.com/medals/14_1.png https://cdn2.fallensword.com/medals/15_2.png https://cdn2.fallensword.com/medals/19_2.png https://cdn2.fallensword.com/medals/20_6.png https://cdn2.fallensword.com/medals/21_6.png https://cdn2.fallensword.com/medals/22_2.png https://cdn2.fallensword.com/medals/23_4.png https://cdn2.fallensword.com/medals/27_2.png| | ||
+ | player_joined=July 28, 2009| | ||
+ | }}[[Image:FallenSword Logo.jpg||link=https://www.fallensword.com/?ref=3075713]]<br><br> | ||
+ | __TOC__<br> | ||
== Krip7or == | == Krip7or == | ||
Documentation enthusiast, static player name critic. | Documentation enthusiast, static player name critic. | ||
<br>See also [https://wiki.fallensword.com/index.php/Special:Contributions/MrSuave MrSuave]--a name that is no longer in use. | <br>See also [https://wiki.fallensword.com/index.php/Special:Contributions/MrSuave MrSuave]--a name that is no longer in use. | ||
β | + | <br><br> | |
β | + | ||
== Javascript for the Wiki == | == Javascript for the Wiki == | ||
[[:User:Lusterless|Lusterless]] wrote JS code players can run in developer mode to generate sections of wiki pages. | [[:User:Lusterless|Lusterless]] wrote JS code players can run in developer mode to generate sections of wiki pages. | ||
Line 19: | Line 28: | ||
</nowiki> | </nowiki> | ||
β | |||
β | |||
β | |||
β | |||
β | |||
β | |||
β | |||
β | |||
β | |||
β | |||
== Links == | == Links == |
Latest revision as of 07:27, 23 December 2023
Krip7or | |
Joined: | July 28, 2009 |
Name: | Krip7or |
Medals: | |
Guild: | Halls of Justice |
Allies: | LksTwice, Sealtiel, wolfvanes |
Enemies: | Accepting applications. π |
Contents |
Krip7or
Documentation enthusiast, static player name critic.
See also MrSuave--a name that is no longer in use.
Javascript for the Wiki
Lusterless wrote JS code players can run in developer mode to generate sections of wiki pages.
Realm Maps
Lusterless wrote this script to generate the cells of a map table. It must be run after a page refresh and requires manual tagging and review. I made a tiny change so it would write tilePicture instead of tileSheet, all credit belongs to him.
realmMap = GameData.realm().tiles.map((r, i) => r.map((i) => `| {{tilePicture|${GameData.realm().set}_${GameData.realm().tile_lookup[i].i}}}`)) GameData.realm().fixed.forEach((i) => realmMap[i.y][i.x] = `| {{MapNote|image={{locationPicture|${GameData.realm().id}_${i.i}}}|target=${i.name}}}`) realmMap.map((r, i) => `| ${i}\n` + r.join("\n") + `\n| ${i}\n`).join("|-\n")