LuaLibraryUtils.wiki
changeset 1828 3c796552dfd1
parent 1827 b7cdb01850c5
child 1829 d92951dbb8b6
--- a/LuaLibraryUtils.wiki	Fri Apr 19 15:49:26 2019 +0100
+++ b/LuaLibraryUtils.wiki	Fri Apr 19 16:00:29 2019 +0100
@@ -29,7 +29,7 @@
  * `stat`: If `true` (default), will also write a message in the stats screen (whether record has been beaten, or current record if not). Otherwise, this writes nothing.
 
 == `getReadableChallengeRecord(recordType)` (1.0.0) ==
-Returns a human-readable description of a team record of the mission team (see also: `AddMissionTeam`) for the current challenge [Missions mission]. Team records are read from the team file. `recordType` is a record type. Possible record types are listed in [ConfigurationFiles#[Mission%20<MISSION_NAME>]]. This can be useful to display something in `ShowMission`.
+Returns a human-readable description of a team record of the mission team (see also: `AddMissionTeam`) for the current challenge [Missions mission]. Team records are read from the team file. `recordType` is a record type. Possible record types are listed in [ConfigurationFiles#%5BMission%2520%3CMISSION_NAME%3E%5D]. This can be useful to display something in `ShowMission`.
 
 If the team does not have a record for the given record type yet, the empty string is returned. If the record type is invalid, `nil` is returned.