Difference between revisions of "User:Krip7or"

From Fallen Sword Wiki
Jump to: navigation, search
(Created page with "== Krip7or == Documentation enthusiast, static player name critic. I've also made wiki contributions under the name [https://wiki.fallensword.com/index.php/Special:Contributi...")
 
(Added player recruiting link to Fallen Sword banner.)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
== Krip7or ==
 
Documentation enthusiast, static player name critic.
 
 
I've also made wiki contributions under the name [https://wiki.fallensword.com/index.php/Special:Contributions/MrSuave MrSuave]--a name that is no longer in use.
 
 
 
 
{{playerbox|
 
{{playerbox|
 
player_name=[https://www.fallensword.com/index.php?cmd=profile&player_id=3075713 Krip7or]|
 
player_name=[https://www.fallensword.com/index.php?cmd=profile&player_id=3075713 Krip7or]|
Line 13: Line 7:
 
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_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|
 
player_joined=July 28, 2009|
}}
+
}}[[Image:FallenSword Logo.jpg||link=https://www.fallensword.com/?ref=3075713]]<br><br>
 +
__TOC__<br>
 +
== Krip7or ==
 +
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><br>
 +
== Javascript for the Wiki ==
 +
[[:User:Lusterless|Lusterless]] wrote JS code players can run in developer mode to generate sections of wiki pages.
 +
 
 +
=== Realm Maps ===
 +
[[:User:Lusterless|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.
 +
 
 +
<nowiki>
 +
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")
 +
</nowiki>
 +
 
  
 
== Links ==  
 
== Links ==  

Latest revision as of 07:27, 23 December 2023

Krip7or
3075713.png
Joined: July 28, 2009
Name: Krip7or
Medals: 5_6.png 8_4.png 9_6.png 12_1.png 13_1.png 14_1.png 15_2.png 19_2.png 20_6.png 21_6.png 22_2.png 23_4.png 27_2.png
Guild: Halls of Justice
Allies: LksTwice, Sealtiel, wolfvanes
Enemies: Accepting applications. 😈
FallenSword Logo.jpg

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")
 


Links