User talk:KrytenKoro06
From Wikimon
Contents |
Rosemon: The Reply Topic
You gave up watching? At which point? Anyways, regarding the Tifaret Attack, she indeed fires the extra jewels. Can be seen here. [1] From 2:00 on. --MugenSeiRyuu 23:49, 9 November 2009 (UTC)
Ah, I see. So far there is no good dub of it. Even German Dub sucks here. Not as much as US Dub, but still....--MugenSeiRyuu 07:13, 10 November 2009 (UTC)
As far as I know, Tifaret is another way to spell Tiferet. So it works. I also remember previous inofficial Translations using Tifaret. --MugenSeiRyuu 01:58, 21 November 2009 (UTC)
Chrome Digizoid
I think I've got most of the sources/evidence for Digimon having Chrome Digizoid/variants, there arranged in a table on the talk page, how should I transfer them over to Digimon Wiki? Should I transfer the whole table over or add them how they appear on DW's Chrome Digizoid talk page? --Ainz 02:33, 11 July 2009 (UTC)
- If there's any that your list is missing from the DW talk page, go ahead and add them to your table, but porting yours over should be fine (Thanks!). Just move the translations to a separate topic or something, and I'll be working on them this weekend.KrytenKoro06 02:48, 11 July 2009 (UTC)
- You're awesome!!KrytenKoro06 04:57, 11 July 2009 (UTC)
- No probs! --Ainz 05:00, 11 July 2009 (UTC)
- You're awesome!!KrytenKoro06 04:57, 11 July 2009 (UTC)
Digimon Wiki Background
Do you need any help in implementing a background? --Ainz 16:37, 16 May 2009 (UTC)
- Just as an example (or "preview"), here's something I've been working on for the last few minutes. --Ainz 17:35, 16 May 2009 (UTC)
Profiles
Where exactly do your profile translations come from? MugenSeiRyuu
I did mean the Tranlations themselves. Thanks for clearing that up. MugenSeiRyuu
Yeah, I know those Profiles "translated" by Wildermon. They often leave out things. Like the reason why Lilamon's leaves are deadly. ( Poison ). And they are Dubs rather than proper translated. MugenSeiRyuu
Kingdom Hearts Template
After tedious alterations, I've finally managed to fix it. To make things easier to work with, I've produced two subtemplates - "HeartlessTable" and "Journal" - and integrated them into the main template. I've tested it out here based on the draft over at KH Wiki and it seems to work fine. --Ainz 22:13, 17 April 2009 (UTC)
- Stupid question, why are we making a KH template on Wikimon? Don't get me wrong, I love both Digimon and Kingdom Hearts, but I'm curious. --Lightlowemon 02:48, 18 April 2009 (UTC)
It's testing out the "tabber" code - since there are very few wikis with this code implemented into their Common.js/css files. It's a suggestion for a layout to display information (presumably a format proposal for Nobody and Unbirth articles as well) in intricate detail in a compact way - like Template:S, but less complex. --Ainz 02:59, 18 April 2009 (UTC)
- You're a life-saver, Ainz. I'm going to upload the code, so go ahead and delete it. Thanks!KrytenKoro06 12:47, 19 April 2009 (UTC)
- Actually, please don't delete them yet, as I kind of need this one for a visual aid. As soon as I get them to upload the tabber code, then I'll tell you and you can delete away. Thanks!KrytenKoro06 13:02, 19 April 2009 (UTC)
- Just wondering, is the tabber code in the template showing up, after Azul made the modifications to Common.js and css? I can't see it at all but it could be that I need to clear my cache. --Ainz 10:02, 24 May 2009 (UTC)
- I'm guessing it's probably to do with the "import script" thing. Could I ask for a small favor? Just as a test to see if it works, could you add the code from Tabber.js directly at the bottom of MediaWiki:common.js over at Digimon Wiki as well as the tabber code for the MediaWiki:Common.css? --Ainz 22:48, 25 May 2009 (UTC)
- I've finished modifying them. --Ainz 09:37, 26 May 2009 (UTC)
- You can delete all of them now. Haha. Sorry for not notifying you earlier.KrytenKoro06 15:02, 27 August 2009 (UTC)
Roman Alphabet DigiCode
I've recently completed adding all of the English DigiCode characters and I'm planning to upload black variants of each character in addition. Also, I'm slowly doing the same for the other DigiCode alphabet but instead making their backgrounds transparent and attempting to make their sizes more "uniform". Do you want to upload them at Digimon Wiki when they're available? --Ainz 15:47, 13 April 2009 (UTC)
- Sure, though I think we're actually okay for now. Thanks!KrytenKoro06 04:59, 17 April 2009 (UTC)
ZT?
Well the ZT prefix was what alot of the mods agreed on. I just used it because they put it on the Help:Contents page. The best justification I can see for this is that if you just used 02 the pages name would look like a number, for episode 02 would be 0214.--Daisuke Motomiya 17:24, 14 November 2008 (UTC)
Re: Translations
I basically just can't find translations for the first two, and the third one has a note saying;
When you evolve from this digimon, treat this digimon as a GeoGreymon as well.
or something along those lines, as such, I don't know if I should list all GeoGreymon and Greymon evos the same with all alpha cards. --Lightlowemon 09:33, 1 September 2008 (UTC)
Re: Tabbed Nav code
For the tabbed navigation, here are the components for it to work (looks like the other Digimon wikis are also after this):
- Create MediaWiki:Tabber.js (also,
importScript("MediaWiki:Tabber.js");needs to be added to the MediaWiki:Common.js) - MediaWiki:Common.css:
/*Copied from http://www.barelyfitz.com/projects/tabber/example.css used under mit license
see http://www.barelyfitz.com/projects/tabber/
*/
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
/*--------------------------------------------------
REQUIRED to hide the non-active tab content.
But do not hide them in the print stylesheet!
--------------------------------------------------*/
.tabberlive .tabbertabhide {
display:none;
}
/*--------------------------------------------------
.tabber = before the tabber interface is set up
.tabberlive = after the tabber interface is set up
--------------------------------------------------*/
.tabber {
}
.tabberlive {
margin-top:1em;
}
/*--------------------------------------------------
ul.tabbernav = the tab navigation list
li.tabberactive = the active tab
--------------------------------------------------*/
ul.tabbernav
{
margin:0;
padding: 3px 0;
border-bottom: 1px solid #CCC;
font: bold 12px Verdana, sans-serif;
}
ul.tabbernav li
{
list-style: none;
margin: 0;
display: inline;
}
ul.tabbernav li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #ccc;
border-bottom: none;
background: #f2f7ff;
text-decoration: none;
}
ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }
ul.tabbernav li a:hover
{
color: #000;
background: #fff9f2;
border-color: #CCC;
}
ul.tabbernav li.tabberactive a
{
background-color: #fff;
border-bottom: 1px solid #fff;
}
ul.tabbernav li.tabberactive a:hover
{
color: #000;
background: white;
border-bottom: 1px solid white;
}
/*--------------------------------------------------
.tabbertab = the tab content
Add style only after the tabber interface is set up (.tabberlive)
--------------------------------------------------*/
.tabberlive .tabbertab {
padding:5px;
border:1px solid #CCC;
border-top:0;
/* If you don't want the tab size changing whenever a tab is changed
you can set a fixed height */
/* height:200px; */
/* If you set a fix height set overflow to auto and you will get a
scrollbar when necessary */
/* overflow:auto; */
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
display:none;
}
.tabberlive .tabbertab h3 {
display:none;
}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
height:200px;
overflow:auto;
}
General syntax (might write an actual tutorial for this here):
<div class="tabber" style="">
<div class="tabbertab" title="Title" style=""> </div>
<div class="tabbertab" title="Title2" style=""> </div>
Example:
