Difference between revisions of "User talk:Zero2001"
Line 105: | Line 105: | ||
I don't do it each each and every time. Just normally once a volume per character. And I don't actually think it's excessive. Actually I think it will help both the IS wiki ''as well as us''. By allowing people to jump to the pages there they can start editing there as well. Think of it as an investment. By linking to them we are sharing in their popularity. And allow them to share in our readers. It's actually beneficial to both us and them. A symbiotic relationship, even if they don't link to us. Just the fact that we link to them will be enough. Trust me. [[User:Zero2001|Zero2001]] - [[User_talk:Zero2001|Talk]] - 14:55, 13 July 2011 (UCT) |
I don't do it each each and every time. Just normally once a volume per character. And I don't actually think it's excessive. Actually I think it will help both the IS wiki ''as well as us''. By allowing people to jump to the pages there they can start editing there as well. Think of it as an investment. By linking to them we are sharing in their popularity. And allow them to share in our readers. It's actually beneficial to both us and them. A symbiotic relationship, even if they don't link to us. Just the fact that we link to them will be enough. Trust me. [[User:Zero2001|Zero2001]] - [[User_talk:Zero2001|Talk]] - 14:55, 13 July 2011 (UCT) |
||
− | As for the amount of links. Rather than going through one link and having to search there for the correct pages and then navigating to the said pages. It is better to link directly to the required page, no? Thus we change a ''two or more'' step process into a ''one'' step process. Thus the more links the better. It's the same basic principle as wikipedia. If it's just about looks. Then trust me you'll get the hang of it. [[User:Zero2001|Zero2001]] - [[User_talk:Zero2001|Talk]] - 14:55, 13 July 2011 (UCT) |
+ | As for the amount of links. Rather than going through one link and having to search there for the correct pages and then navigating to the said pages. It is better to link directly to the required page, no? Thus we change a ''two or more'' step process into a ''one'' step process. Thus the more links the better. It's the same basic principle as wikipedia. If it's just about looks. Then trust me you'll get the hang of it. And I think there was a way to streamline the links a bit more so that they look like in-wiki links. I'll try to find that method. [[User:Zero2001|Zero2001]] - [[User_talk:Zero2001|Talk]] - 14:55, 13 July 2011 (UCT) |
I've already put the links there. Plus with all the other edits. It took me hours per page. Please let it stay. [[User:Zero2001|Zero2001]] - [[User_talk:Zero2001|Talk]] - 14:57, 13 July 2011 (UCT) |
I've already put the links there. Plus with all the other edits. It took me hours per page. Please let it stay. [[User:Zero2001|Zero2001]] - [[User_talk:Zero2001|Talk]] - 14:57, 13 July 2011 (UCT) |
Revision as of 17:01, 13 July 2011
Punctuation
Somewhat interested in Punctuation Changes
How does the bytes work for those anyway? From what you did on IS, the apostrophes for Microsoft Word uses more space than wordpad. Can you explain that to me? Thanks--Teh Ping 15:19, 29 May 2011 (UCT)
The types of punctuation used formally were: …‘’“” (You might need to see in editing mode to get the difference). I used the characters ... and ' and " to replace them. The thing is, that every type of character has an id set to it in the form of a combination of bits (01010101). This is done because bits, bytes, kilobytes, megabytes, etc, is how data is stored. In other words " does not equal “ or ” in the storing language. However in English they would mean the same thing. " occurs earlier in the storage character table than “ or ” therefore it has a smaller id. Thus space can be saved by using it. My advice is to either stop using MSWord and use WordPad or TextPad editor. OR... first write in MSWord then take it to TextPad and then use the find and replace functions to switch the above characters. You can also use FoxReplace addon if you are using Firefox but that's just a little more complex in initializing the settings but the result is that the replacement process becomes fully automated (It's a major pain if you make a mistake though, if you don't exclude pages you need to, then the replacement could affect something you did not wish it to). The final way is to use this site's own search and replace function. Zero2001 15:41, 29 May 2011 (UCT)
Personally, I use the FoxReplace method. So there might be rare cases where something unintended was changed. I apologize for that. Zero2001 - Talk - 00:37, 4 June 2011 (UCT)
BTW, … and ... actually do not have any differences in the bytes used. I tried replacing them in an Oreimo chapter, but 0 bytes changed. Kira 14:08, 6 July 2011 (UCT)
Hmm. I suspected as much. Basically that means that the … character is equivalent to three fullstop(.) characters. Zero2001 - Talk - 16:49, 6 July 2011 (UCT)
FoxReplace Method
If you are using FireFox (download here). All you have to do is install the FoxReplace addon. After that create an xml file using Notepad (name it anything you like, for the sake of reference I'll call it "PuncReplace.xml") and write the following code into the file (copy as it is):
<substitutionlist version="0.12"> <group> <urls> <url>-http://www.baka-tsuki.org/project/index.php?title=User*</url> <url>http://www.baka-tsuki.org/*&action=edit*</url> <url>http://www.baka-tsuki.org/*&action=submit*</url> </urls> <substitutions> <substitution casesensitive="true"> <input type="text">"…"</input> <output>"..."</output> </substitution> <substitution casesensitive="true"> <input type="text">"‘"</input> <output>"'"</output> </substitution> <substitution casesensitive="true"> <input type="text">"’"</input> <output>"'"</output> </substitution> <substitution casesensitive="true"> <input type="text">"“"</input> <output>"""</output> </substitution> <substitution casesensitive="true"> <input type="text">"”"</input> <output>"""</output> </substitution> <substitution casesensitive="true"> <input type="text">"<!—"</input> <output>"<!--"</output> </substitution> </substitutions> </group> </substitutionlist>
Save the file. You can also download the file here. In fact I recommend downloading over copying.
After that, (in Firefox) go to FoxReplace options and click the "Import" button, choose the xml file you made ("PuncReplace.xml").
The settings will automatically load into FoxReplace.
Click the "Okay" button and after that whenever you edit or see the preview of the edits the FoxReplace addon will automatically make the appropriate substitutions. Good Hunting! Zero2001 - Talk - 17:10, 6 July 2011 (UCT)
Upgrade
I am not so sure why I should do take a look? --Darklor 02:52, 30 June 2011 (UCT)
I'll post that collapsing upgrade idea in the forums, to discuss it. I'll give you the link to that shortly. After all, it is not a bad idea. Kira 02:50, 1 July 2011 (UCT)
Here's the link. XD
http://www.baka-tsuki.org/forums/viewtopic.php?f=16&t=4458 - Kira 02:59, 1 July 2011 (UCT)
Just by curiosity, what pages did you create except the collapsing upgrade? Kira (Talk) 02:09, 7 July 2011 (UCT)
The collapsing upgrade was a request/idea. I made the Help:Color, Mimizuku and the King of Night: Volume and Template:IS Nav pages. But basically the first was copied from another source and the second was easy to make since all it is is the full volume page. The template was hard to make though. I have prepared similar templates for "Hidan no Aria" as well as "Chrome Shelled Regios" but they shouldn't be implemented without first implementing collapsibility, otherwise it will look too cluttered on the pages. Zero2001 - Talk - 04:49, 7 July 2011 (UCT)
BTW, why use the collapsibility for the projects? I mean, I k ow for the mature contents, but I do not understand for the normal projects. Kira (Talk) 00:01, 8 July 2011 (UCT)
When ever did I say to use collapsibility for normal projects/pages. I only said that it was optimal to use them for making collapsible templates (navigation or otherwise) as well as for hiding mature contents. Where did that idea come from? Zero2001 - Talk - 00:56, 8 July 2011 (UCT)
Answer: Ah, if it is like that, than I am the wrong person to ask, since I dont have any say in that. --Darklor 16:03, 8 July 2011 (UCT)
Talking about the nav bar at the end of the chapters. Why would this be used since we already have the 'previous chapter', 'next chapter' and 'main page' buttons? Kira (Talk) 16:39, 8 July 2011 (UCT)
Let's say that there are two events or dialogues that are interrelated but separated by one or more chapters or even books. Which would be preferable? Going through multiple pages to check and compare the info or simply using one link. That is why full nav templates are more preferable. I mean even for projects that have two or more points of development(ie: two or more chapters being translated at the same time) can be easily navigated between rather than having to go back to the main page and then the other one. It was taught to me in Uni. Websites that can allow the surfer to navigate from one point to another in the least amount of steps (ie: page loads) are considered more user friendly and popular than those who take more steps. I mean which would you prefer? Zero2001 - Talk - 18:59, 8 July 2011 (UCT)
IS translation edit
Awkward sentence in vol 6 chapter 4
Sorry about that, I knew that was awkward translation but I just can't find better wording =.=". The last sentence talk about how the knife holster was positioned so the knife's grip face horizontally to the front instead of vertically upward in order for the user to be able to easily snatch the knife whenever he/she wants to. Basically, it was positioned like this gun holster position instead of this one--Kuroi shinigami 03:44, 10 July 2011 (UCT)
So basically It was an arm holster with horisontal positioning rather than a hip holster with vertical positioning? Zero2001 - Talk - 03:47, 10 July 2011 (UCT)
Take a look on the chapter page. I changed it to mirror what you suggested. Is that okay? Zero2001 - Talk - 04:03, 10 July 2011 (UCT)
Yea, that's great. Thanks for the edit. There's a change in sentence structure compared to the original Japanese sentence, but that can't be helped in a translation IMO due to the structural difference between Japanese and English. I also change the sentence structure sometimes in order to keep the meaning and not sounds awkward. --Kuroi shinigami 04:19, 10 July 2011 (UCT)
Yeah well that is unavoidable sometimes. I mean the sentence structures of japanese and english are basically opposites. So moving the words is inevitable. I think it's fine so long as the meaning is as close as possible. Zero2001 - Talk - 06:03, 10 July 2011 (UCT)
About reference
Isn't a reference for each character name a little too much? I could understand if it's for in-game technologies, but IMHO, giving reference for a character to a wiki is a little to excessive. What do you think? --Kuroi shinigami 14:39, 13 July 2011 (UCT)
That was what I thought too. Kira (Talk) 14:49, 13 July 2011 (UCT)
I don't do it each each and every time. Just normally once a volume per character. And I don't actually think it's excessive. Actually I think it will help both the IS wiki as well as us. By allowing people to jump to the pages there they can start editing there as well. Think of it as an investment. By linking to them we are sharing in their popularity. And allow them to share in our readers. It's actually beneficial to both us and them. A symbiotic relationship, even if they don't link to us. Just the fact that we link to them will be enough. Trust me. Zero2001 - Talk - 14:55, 13 July 2011 (UCT)
As for the amount of links. Rather than going through one link and having to search there for the correct pages and then navigating to the said pages. It is better to link directly to the required page, no? Thus we change a two or more step process into a one step process. Thus the more links the better. It's the same basic principle as wikipedia. If it's just about looks. Then trust me you'll get the hang of it. And I think there was a way to streamline the links a bit more so that they look like in-wiki links. I'll try to find that method. Zero2001 - Talk - 14:55, 13 July 2011 (UCT)
I've already put the links there. Plus with all the other edits. It took me hours per page. Please let it stay. Zero2001 - Talk - 14:57, 13 July 2011 (UCT)