Editing KHWiki talk:Sandbox

You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 15: Line 15:
:I removed some of the unnecessary coding and made the borders round, because I think that looks better. I left the option to auto-collapse it and change the width, but apart from that it should require the same input as the current canon template, which means we won't have to change any of the code on the pages. {{User:TheSilentHero/Sig}} 14:57, 25 July 2018 (UTC)
:I removed some of the unnecessary coding and made the borders round, because I think that looks better. I left the option to auto-collapse it and change the width, but apart from that it should require the same input as the current canon template, which means we won't have to change any of the code on the pages. {{User:TheSilentHero/Sig}} 14:57, 25 July 2018 (UTC)


{| class="mw-collapsible {{#if:{{{collapsed|}}}|mw-collapsed|}}" style="border:2px solid #696969; border-radius:10px" width="{{{width|100%}}}"
{| class="mw-collapsible {{#if:{{{collapsed|}}}|mw-collapsed|}}" style="border:1px solid #B5B7CF; border-radius:10px" width="{{{width|100%}}}"
! style="background:#b8b8b8; font-size:1.1em; border-radius:0.5em" |'''{{#if:{{{2|}}}|''This information is based on alternate scenes or materials and is only considered in continuity if {{{2|}}}''|''This information is based on alternate scenes or materials and is not considered canon within the overall plot of the series.''}}'''
! style="background:#b8b8b8; font-size:1.1em; border-radius:0.5em" |'''{{#if:{{{1|}}}|''This information is based on alternate scenes or materials and is only considered in continuity if {{{1|}}}''|''This information is based on alternate scenes or materials and is not considered canon within the overall plot of the series.''}}'''
|-
|-
|{{{1|Having watched {{c|Player|KHχ}} defeat countless [[Heartless]] throughout [[Daybreak Town]], Gula commends them on their abilities. Gula suggests that Player should fight alongside the other Leopardus Union members to defeat larger Heartless and then leaves them to defeat a [[Darkside]]. Once the Darkside is defeated, Gula reappears and warns Player that there are others who collect light for nefarious purposes. Gula allows Player to discern who walks the path of darkness before he departs.}}}
|
Having watched {{c|Player|KHχ}} defeat countless [[Heartless]] throughout [[Daybreak Town]], Gula commends them on their abilities. Gula suggests that Player should fight alongside the other Leopardus Union members to defeat larger Heartless and then leaves them to defeat a [[Darkside]]. Once the Darkside is defeated, Gula reappears and warns Player that there are others who collect light for nefarious purposes. Gula allows Player to discern who walks the path of darkness before he departs.
|}
|}
::Agreed. I tried testing the revised template you made with Ava's article since it was my main concern. Everything is fitted with the width of the page, so it doesn't look awkward anymore. Is there anything else to consider for improvements? If not, is everyone in agreement with implementing the template?--{{User:NinjaSheik/Sig}} 18:10, 25 July 2018 (UTC)
:::I made the border bigger and darker to make it stand out more. Other than that, I don't see anything to improve. {{User:TheSilentHero/Sig}} 18:29, 25 July 2018 (UTC)
::::Yeah, looks really good! In which case, unless there's any objections, we should implement the collapsible template. I've been re-reading the Foretellers' pages and I want to see if I can revise more things now that I've cut down the "fat" of what Levi657 originally had (I was waiting for Levi to add more content before doing more, but said user hasn't shown up in a while), but I was worried that doing so would make thing look more awkward with the current format with the Canon templates. With the collapsible template, that means that we can delete the [[Template:Canonend]] now since we don't have to use it anymore, correct?--{{User:NinjaSheik/Sig}} 19:02, 25 July 2018 (UTC)
:::::Yeah, looks to me like it works. For whatever reason, it doesn't collapse by default on my phone, but I'm assuming that's because the whole thing is hard-coded onto the page instead of the template being separate right now. Other than that, it looks good! {{KeybladeSpyMaster/Sig}} 19:28, 25 July 2018 (UTC)
::::::No, we have to keep the canonend template. We ''could'' remove it, but that would mean we'll have to change the code everywhere, and by keeping it we can just update the template and be done.
::::::@KSM: The template isn't collapsing by default, but it can be by using |collapsed=*. {{User:TheSilentHero/Sig}} 20:13, 25 July 2018 (UTC)
:::::::Personally, I think using one collapsible template over two templates that work in conjunction together is much more preferable and easier. But it's a community decision, and that's my two cents in the matter. If someone can change the code so we don't have to use the Canonend template, I'll volunteer to replace it on the articles. It won't be bother, and can be done rather quickly. I think there's, like, 30 pages that actually uses the Canon and Canonend templates?--{{User:NinjaSheik/Sig}} 18:37, 26 July 2018 (UTC)
::::::::I feel it'd be better without the canonend template. According to [[Special:WhatLinksHere/Template:Canonend|this page]], it's only 52 pages that use it. It wouldn't be hard to remove, could even just manually remove it using the KHWikiBot account. {{KeybladeSpyMaster/Sig}} 05:44, 27 July 2018 (UTC)
:::::::::The main issue with combining it into one template is that now those passages are passed as arguments to the template, and in my experience they don't always display the way you want them. Right now, they're just material in the middle of two div tags.{{User:KrytenKoro/Sig}} 12:12, 27 July 2018 (UTC)
::::::::::If that's the case, maybe we can do a test run? Create a separate template page to host the collapsible template that doesn't need the Canonend template to function and test it out on main space to see if works properly? If it doesn't, we can just delete it, and just replace the current coding on the Canon as originally suggested?--{{User:NinjaSheik/Sig}} 17:48, 27 July 2018 (UTC)
:::::::::::Coding the text inside the template isn't hard, and I'm sure I can make it work like it should. {{User:TheSilentHero/Sig}} 17:53, 27 July 2018 (UTC)
::::::::::::Please do, THS. When you're finished, we can test it out. I've seen templates like this on other wikis, and they don't seem to have problems with it, so I'm sure everything will work out. :)--{{User:NinjaSheik/Sig}} 20:59, 28 July 2018 (UTC)
:::::::::::::All right, I updated the template. I've already changed the code on [[Ava]]. It's probably better to use the bot for the rest. The code is:
<pre>{{canon
|what's inside the template
|condition/header text (optional)
}}</pre>
:::::::::::::{{User:TheSilentHero/Sig}} 12:03, 29 July 2018 (UTC)
::::::::::::::All right, looks really good and seems to be working properly. I also tried it on Xehanort's page. Using the bot would be best since it's faster.--{{User:NinjaSheik/Sig}} 18:27, 29 July 2018 (UTC)

Please note that all contributions to the Kingdom Hearts Wiki are considered to be released under the Attribution-ShareAlike 3.0 Unported license (see KHWiki:Copyrights for details). If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here. You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)