Editing User:MyraMidnight/ideas

Jump to navigation Jump to search

Warning: 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 save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
==Testing Changelog==
+
==Multilingual wiki, ideas==
{{changelog
+
I believe the simpest way to create a multilingual krafties wiki is to '''[[mediawikiwiki:help:subpages|enable subpages]]''' on the main namespace (which is disabled by default, only works for user or talk pages). It does not require any extentions to be added, simply adjustments to the wiki settings (which admin has to do through FTP access I believe).
|item=necessitypack
+
*Either needs to specify what namespaces are allowed to have subpages, or simply enable it for all namespaces.
|version=4.0
+
<pre># Enable subpages in all namespaces
|blog=http://krafties.com/blog/?p=606}}
+
$wgNamespacesWithSubpages = array_fill(
 +
0, 200, true
 +
);
 +
</pre>
 +
*Please view [[mediawikiwiki:Manual:$wgNamespacesWithSubpages|Namespaces with Subpages]] for more information.
  
==Testing Message Box==
+
===Other useful extensions===
Trying to make message boxes like on other wikis without Lua script extension ([[Mediawikiwiki:Extension:Scribunto|Extension:Scribunto]]).
+
Just something I have spotted that would be nice
 +
*[[mediawikiwiki:Extension:RSS|Extension:RSS]], Just an idea that would maybe allow a RSS feed of the news/blog to be displayed on the [[Main Page]] of the wiki
  
*[[Template:Mbox|Mbox]]
+
====[[mediawikiwiki:MediaWiki_1.18#Bundled_extensions|Bundled extentions]]====  
*[[Template:Message box|Message box]]
+
That means they are actually included with any version above 1.18 (but sometimes need to be enabled manually), no need to download them
 
+
#[[mediawikiwiki:Extension:ParserFunctions|Extension:ParserFunctions]], Its a extension that allows for more complex template making without the need to create multiple ones to function as one whole. Even if I would just use the "#if" functions and simple things, it changes alot.
{{ambox|protect}}
+
#[[mediawikiwiki:Extension:WikiEditor|Extension:WikiEditor]] a more advanced editor for the wiki
Number of pages in 'Templates' Category: {{PAGESINCATEGORY:Templates}}
+
#[[mediawikiwiki:Extension:Renameuser|Extension:Renameuser]], a tool to rename users
 
 
*{{#switch: {{SUBPAGENAME}}
 
  | sandbox
 
  | testcases = {{BASEPAGENAME}}
 
  | #default = {{PAGENAME}}
 
  }}
 
*{{#switch: {{SUBJECTSPACE}}
 
  | {{ns:0}}
 
  | {{ns:File}}
 
  | {{ns:MediaWiki}}
 
  | {{ns:Category}} = {{TALKSPACE}}
 
  | #default = {{SUBJECTSPACE}}
 
  }}
 
*[[Special:Prefixindex/{{#if:{{{page|}}}|{{{page}}}|{{FULLPAGENAME}}}}/|{{{1|all subpages of this page}}}]]
 
 
 
<!--- snip of documentation/core ---->
 
{{documentation/core
 
| heading = {{{heading|¬}}}  <!--Empty but defined means no header-->
 
| heading-style = {{{heading-style|}}}
 
| content = {{{content|}}}
 
| link box = {{{link box|}}}  <!--So "link box=off" works-->
 
 
 
| docpage =  
 
  {{#if: {{{1|}}}
 
  | {{{1|}}}
 
  | {{{docspace|{{NAMESPACE}}}}}:{{{template page|{{PAGENAME}}}}}/doc
 
  }}
 
| doc exist =
 
  {{#ifexist:  
 
    {{#if: {{{1|}}}
 
    | {{{1|}}}  <!--Other docname fed-->
 
    | {{{docspace|{{NAMESPACE}}}}}:{{{template page|{{PAGENAME}}}}}/doc
 
    }}
 
  | yes
 
  }}
 
| docname fed =
 
  {{#if: {{{1|}}}
 
  | yes
 
  }}
 
 
 
| sandbox =
 
  {{{docspace|{{NAMESPACE}}}}}:{{{template page|{{PAGENAME}}}}}/sandbox
 
| testcases =
 
  {{{docspace|{{NAMESPACE}}}}}:{{{template page|{{PAGENAME}}}}}/testcases
 
 
 
| template page =
 
  {{NAMESPACE}}:{{{template page|{{PAGENAME}}}}}
 
 
 
}}
 
 
 
====Message Box Experiements ====
 
{{Mbox}}
 
 
 
==Experiment with floating div==
 
Try resizing the window
 
 
 
<div style="width:100%;height:400px;float:left;border:1px solid #000;background:cornflowerblue">Header</div>
 
<div style="min-width:400px;max-width:900px;min-height:400px;float:left;border:1px solid #000;background:cornflowerblue">box1{{clear}}
 
{{Navigation}}</div>
 
<div style="width:400px;min-height:400px;float:right;border:1px solid #000;background:cornflowerblue">box2</div>
 
<div style="width:100%;height:400px;float:left;border:1px solid #000;background:cornflowerblue">Footer</div>
 

Please note that all contributions to Krafties may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)