Guest User

So you want to translate Homestuck?/Using the MSPFanVentures website

a guest
Aug 25th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. == Introductory ==
  2. Tips and tricks introductory.png
  3.  
  4. == Adding pesterlogs ==
  5. Copy and paste the following code as text:
  6.  
  7. <div class="spoiler closed"><button type="button" title="[2]" data-closed-text="[1]" data-closed-title="[2]" data-open-text="[3]" data-open-title="[4]">[1]</button><div style='text-align:left;'> [insert pesterlog here] </div></div>
  8.  
  9. Replace red numbers with:
  10.  
  11. [1] - translation of "Show Pesterlog" (or "Show Spritelog", "Show Dialoglog", etc.)
  12. [2] - translation of "Click to show text."
  13. [3] - translation of "Hide Pesterlog" (or "Hide Spritelog", "Hide Dialoglog", etc.)
  14. [4] - translation of "Click to hide text."
  15.  
  16. == Adding Flash pages ==
  17. Copy and paste the following code as text:
  18.  
  19. <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="650" HEIGHT="450" id=" #" ALIGN=""> <PARAM NAME=movie VALUE="http://www.mspaintadventures.com/storyfiles/hs2/ #/ #.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="http://www.mspaintadventures.com/storyfiles/hs2/ #/ #.swf" quality=high bgcolor=#FFFFFF WIDTH="650" HEIGHT="450" NAME=" #" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>
  20.  
  21. Replace red number signs with the number of the page you have, with leading zeros so you have 5 digits (eg. 00031, 01149)
  22.  
  23. The only flash I'm aware of for which this won't work is Cascade, but translations have yet to reach that point.
  24.  
  25. == Letters with diacritics ==
  26. A bug/feature of the mspfanventures.com website is that most letters with diacritics, frequent in foreign languages, and other non-ASCII symbols won't display correctly on various places such as the next links and the log and search features. To circumvent this, you have to type a code which looks like &#261;. You'll have to look into "HTML codes" personally and I can't help you there. I personally use QuirkAssist so that I can add codes automatically as I type a letter and not have to remember them.
Add Comment
Please, Sign In to add comment