All public logs
Jump to navigation
Jump to search
Combined display of all available logs of RPTools Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:14, 6 September 2024 Fourwoods talk contribs created page onChangeSelection/ja (Created page with "{{Languages|onChangeSelection}} このイベントはユーザーがトークンを選択した時に常に発生する。 フレームに基づくイベントであるため、このイベントコードを含むフレームまたはオーバーレイを開いている必要がある。 == 準備 ==<!--Set up--> 次の特殊なHTMLタグを含むフレームを作成する: <syntaxhighlight lang="html4strict"> <link rel='onChangeSelection' type='macro' href='macroL...")
- 20:03, 29 August 2024 Taustin talk contribs created page Draw Explorer (Redirected page to MapTool User Interface#Draw Explorer) Tag: New redirect
- 20:02, 29 August 2024 Taustin talk contribs created page Map Explorer (Redirected page to https://wiki.rptools.info/index.php/MapTool User Interface#Map Explorer) Tag: New redirect
- 11:25, 31 May 2024 Bubblobill talk contribs created page test.run (Initial entry created)
- 11:15, 31 May 2024 Bubblobill talk contribs created page File:ColouredTestMacros.png
- 11:15, 31 May 2024 Bubblobill talk contribs uploaded File:ColouredTestMacros.png
- 09:21, 31 May 2024 Bubblobill talk contribs created page test.equal (Created page with "{{Languages|test.equal}} {{MacroFunction |name=test.equal |trusted=true |version= |description=Compares an actual value with an expected value and prints the output to chat. |usage= <syntaxhighlight lang="mtmacro" line> test.equal(expected, actual, label) </syntaxhighlight> '''Parameters''' {{param|expected|The value to compare against.}} {{param|actual|The value to compare.}} {{param|label|An identifying string included in the output.}} |example= <syntaxhighlight lang=...")
- 01:29, 17 May 2024 Taustin talk contribs created page File:VBL.png
- 01:29, 17 May 2024 Taustin talk contribs uploaded File:VBL.png
- 02:47, 4 May 2024 Cold Ankles talk contribs created page Category:Data Function (New Category)
- 19:03, 24 April 2024 Azhrei talk contribs created page Category talk:Javascript Function (Discussion about the future of the JS function categories)
- 21:19, 18 April 2024 Taustin talk contribs created page Category:CSS (Created page with "Category:CSS")
- 23:54, 17 April 2024 Taustin talk contribs deleted page Macros:Functions:getFindCount (content was: "#REDIRECT macros:Functions:getFindCount", and the only contributor was "Conversion script" (talk))
- 23:54, 17 April 2024 Taustin talk contribs deleted page Hero Lab Integration (content was: "#REDIRECT hero Lab Integration", and the only contributor was "Conversion script" (talk))
- 23:53, 17 April 2024 Taustin talk contribs deleted page User:Michel (content was: "#REDIRECT free reverese phone lookup", and the only contributor was "Michel" (talk))
- 23:52, 17 April 2024 Taustin talk contribs deleted page User:Jenia123 (content was: "#REDIRECT cruises from southampton", and the only contributor was "Jenia123" (talk))
- 23:52, 17 April 2024 Taustin talk contribs deleted page User:Jasonclark3 (content was: "#REDIRECT Watch The Godfather Movie Review Online", and the only contributor was "Jasonclark3" (talk))
- 23:52, 17 April 2024 Taustin talk contribs deleted page User:Sarawilliam30 (content was: "#REDIRECT Selecting Your On-line Penny Auctions Website Nicely", and the only contributor was "Sarawilliam30" (talk))
- 23:52, 17 April 2024 Taustin talk contribs deleted page User:Susanwilliam30 (content was: "#REDIRECT Eliminate your stretch marks", and the only contributor was "Susanwilliam30" (talk))
- 23:51, 17 April 2024 Taustin talk contribs deleted page User:Saurighton (content was: "#REDIRECT E Cigarettes", and the only contributor was "Saurighton" (talk))
- 23:51, 17 April 2024 Taustin talk contribs deleted page Three Large Techniques For Winning In The Online Dating Game (content was: "#REDIRECT three Large Techniques For Winning In The Online Dating Game", and the only contributor was "Conversion script" (talk))
- 23:50, 17 April 2024 Taustin talk contribs deleted page The Dark Area Of Online Dating: Getting Dumped And Receiving On It (content was: "#REDIRECT the Dark Area Of Online Dating: Getting Dumped And Receiving On It", and the only contributor was "Conversion script" (talk))
- 23:50, 17 April 2024 Taustin talk contribs deleted page Online Dating Recommendations - 3 Facts About Women Online Dating Online (content was: "#REDIRECT online Dating Recommendations - 3 Facts About Women Online Dating Online", and the only contributor was "Conversion script" (talk))
- 23:50, 17 April 2024 Taustin talk contribs deleted page Online Dating Guidelines - 7 Ideas You Should Know (content was: "#REDIRECT online Dating Guidelines - 7 Ideas You Should Know", and the only contributor was "Conversion script" (talk))
- 23:50, 17 April 2024 Taustin talk contribs deleted page How To Locate Singles In Your Area Through Online Dating Internet Sites (content was: "#REDIRECT how To Locate Singles In Your Area Through Online Dating Internet Sites", and the only contributor was "Conversion script" (talk))
- 04:52, 17 March 2024 Bubblobill talk contribs created page File:light beam example.png
- 04:52, 17 March 2024 Bubblobill talk contribs uploaded File:light beam example.png
- 21:12, 23 February 2024 Azhrei talk contribs created page Category:Themes (Started category page for theme-related topics)
- 18:08, 18 February 2024 Fourwoods talk contribs created page Introduction to Macro Writing With Javascript/ja (Created page with "<!-- vim:wrap: --> {{Languages|Introduction to Macro Writing With Javascript}} Category:MapToolCategory:Tutorial{{Beginner}} == はじめに ==<!--はじめに--> <div style="color:gray">Since MapTool 1.10 there is a new JavaScript environment that allows the use of JavaScript to write macros. This is a tutorial for anybody that hasn't used Javascript in MapTool before. This tutorial assumes no prior knowledge of Javascript, programming or macro writing in genera...")
- 19:34, 17 February 2024 Fourwoods talk contribs created page onChangeMap/ja (Created page with "{{Languages|onChangeMap}} '''• バージョン1.14.0より導入''' <div style="color:gray">This event is triggered whenever the map is changed.</div> このイベントは地図が変更された場合に常に発生す。 <div style="color:gray">Returns the {{code|map ID}}</div> {{code|地図ID}} を返す。 == 準備 ==<!-- Set up --> <div style="color:gray">A special macro that can be created on library tokens to have macro code automaticall...")
- 13:13, 17 February 2024 Tdue21 talk contribs created page console.log (Added stub for html5 javascript console.log) Tag: Visual edit
- 22:00, 16 February 2024 Fourwoods talk contribs created page onMouseOver/ja (Created page with "{{Languages|onMouseOver}} '''• バージョン1.15.0より導入''' <div style="color:gray">This event is triggered whenever the cursor moves over a token on the token layer.</div> このイベントは、カーソルがトークンレイヤーにあるトークン上に移動する度に発生する。 <div style="color:gray">Returns a string list that contains {{code|token ID}}, {{code|X}}, {{code|Y}}, {{code|Shift Key Down State}}, {{code|Control Key Down State}}...")
- 08:12, 16 February 2024 Fourwoods talk contribs created page onCampaignLoad/ja (Created page with "{{Languages|onCampaignLoad}} ==onCampaignLoad Macro== '''• バージョン1.3b51より導入''' <div style="color:gray">A special macro that can be created on library tokens to have macro code automatically execute when a campaign is loaded. A campaign is considered to have been loaded if it is opened via the File menu, or upon connecting to a server running that campaign. All output from an {{code|onCampaignLoad}} macro is discarded, when it is exec...")
- 15:03, 12 February 2024 Taustin talk contribs changed group membership for Jmr from bureaucrat, interface administrator, suppressor and administrator to bureaucrat and administrator
- 15:02, 12 February 2024 Taustin talk contribs changed group membership for Jmr from (none) to administrator, interface administrator, bureaucrat and suppressor
- 04:26, 11 February 2024 Azhrei talk contribs created page Category:Add-on Library Functions (New page that relates all add-on MTscript functions)
- 03:55, 10 February 2024 Cold Ankles talk contribs created page transferCoverVBL (Added transferCoverVBL)
- 03:54, 10 February 2024 Cold Ankles talk contribs created page setTokenCoverVBL (Added setTokenCoverVBL)
- 03:51, 10 February 2024 Cold Ankles talk contribs created page getTokenCoverVBL (Added getTokenCoverVBL)
- 02:07, 10 February 2024 Cold Ankles talk contribs created page getCoverVBL (Added getCoverVBL)
- 02:05, 10 February 2024 Cold Ankles talk contribs created page eraseCoverVBL (Added eraseCoverVBL)
- 02:03, 10 February 2024 Cold Ankles talk contribs created page drawCoverVBL (Added drawCoverVBL)
- 21:56, 27 January 2024 Azhrei talk contribs created page macro.responseHeaders (Initial creation)
- 21:55, 27 January 2024 Azhrei talk contribs created page macro.requestHeaders (Initial creation)
- 04:02, 22 January 2024 Azhrei talk contribs created page Category:HTML5 JavaScript (Reorganized)
- 03:58, 22 January 2024 Azhrei talk contribs moved page HTML5 - js functions to HTML5 - JavaScript functions without leaving a redirect
- 17:08, 21 January 2024 Tdue21 talk contribs created page HTML5 - js functions (Create stub page for the MapTool functions available to html5 javascript) Tag: Visual edit
- 16:19, 29 December 2023 User account Cold Ankles talk contribs was created by Taustin talk contribs
- 05:34, 28 December 2023 Azhrei talk contribs created page Stat Sheet Tutorial (Initial page)
- 03:58, 25 December 2023 Azhrei talk contribs created page Stat Sheet (Added documentation from the README at https://github.com/cwisniew/MT-test-stat-sheet)