User:Soxra/Lab/TemplateImprove: Difference between revisions
From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
< User:Soxra | Lab
Jump to navigationJump to search
mNo edit summary |
m (Text replacement - "[[KHWiki: " to "[[KHWiki:") |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
<div id='improveTabber1'> | <div id='improveTabber1'> | ||
<div style='text-align:center;padding:2px;margin:2px;border-radius:5px;background:#778899'>'''But, what would it take for me to be like... the other articles?'''</div> | <div style='text-align:center;padding:2px;margin:2px;border-radius:5px;background:#778899'>'''But, what would it take for me to be like... the other articles?'''</div> | ||
<div style='text-align:center'>'''This article is in the creation process.'''<br>Editors are welcome to help by adding what you know. If you need some help <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} editing this page]</span>, you may refer to the [[ | <div style='text-align:center'>'''This article is in the creation process.'''<br>Editors are welcome to help by adding what you know. If you need some help <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} editing this page]</span>, you may refer to the [[KHWiki:Manual of Style|Manual of Style]] for some guidance.</div> | ||
</div><div id='improveTabber2' style='display:none'> | </div><div id='improveTabber2' style='display:none'> | ||
<div style='text-align:center;padding:2px;margin:2px;border-radius:5px;background:#a9a9a9'>'''There must be something wrong with the parts those imbeciles brought me.'''</div> | <div style='text-align:center;padding:2px;margin:2px;border-radius:5px;background:#a9a9a9'>'''There must be something wrong with the parts those imbeciles brought me.'''</div> | ||
<div style='text-align:center'>'''This article requires some cleanup or improvement.'''<br>You are welcome to help by <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} editing this page]</span>. Please follow the [[ | <div style='text-align:center'>'''This article requires some cleanup or improvement.'''<br>You are welcome to help by <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} editing this page]</span>. Please follow the [[KHWiki:Manual of Style|Manual of Style]] and [[Help:Editing|Editing Help]] to get started.</div> | ||
</div> | </div> | ||
|- | |- |
Latest revision as of 14:38, 30 July 2021
This article requires some improvement.
| ||
---|---|---|
But, what would it take for me to be like... the other articles?
This article is in the creation process.
Editors are welcome to help by adding what you know. If you need some help editing this page, you may refer to the Manual of Style for some guidance. | ||
Usage
This template is currently under construction. To view it properly, the following code must be added to your user CSS.
$(document).ready(function() { /* Improvement Box Tabber */ $(".improvementBox").find(".improveTabLinkBox a").click(function() { $(".improvementBox").find("#improveTabs > div").hide(); $(".improvementBox").find("#improveTabs > div"+$(this).attr("href")).show(); return false; }); });