FA user icon.svg Angle down icon.svg User data
Name Chriswaterguy/Wikibar
Registered 2024
Create your first content page

This tool can be used with Firefox or other Mozilla browsers... probably not with IE, and not sure about Chrome and Opera.

You can edit Appropedia in Firefox with a sidebar open that has the main chunks of text that you use, for welcoming, editing pages, creating notices or whatever. It is based on wikipedia:User:Redvers/Wikibar, but that has a lot of stuff not relevant here, so I changed to templates and such that I personally use on Appropedia.

Instructions:

Installing: If you have Firefox, copy the following text into a text editor (e.g. gedit, Textedit or Notepad) and save it as "wikibar.htm" or the like. Then open that file in Firefox, bookmark it and select the option "open in sidebar". If you want it in your bookmark toolbar, just open bookmarks (ctrl+b) find wikibar, and drag the wikibar bookmark onto the toolbar.
Using: Open the bookmark when you open Appropedia and you can copy and paste what you need most often into the page, without hunting for it. Note that triple-clicking will select a paragraph, and most (but not all) of the slabs of markup here are single paragraphs.


<html>
<head>
<title>Wikibar</title>

<style>
<!--
.ba     {
        font-size: 1px;
        background-color:#ddf;
        }
.ic     {
        font-size: 11px;
        font-weight: bold;
        font-family: "Arial Narrow", sans-serif;
        padding-top:12px;
        }
.sf {
        font-size: 10px;
        font-weight: bold;
        background-color:#81F7BE;
        font-family: "Arial Narrow", sans-serif;
        padding-left:10px;
        }
.ta     {
        font-size: 9px;
        font-weight: normal;
        font-family: "Arial Narrow", sans-serif;
        }
-->
</style>

</head>

<body>



<table width="125px">
        <tr>
                <td width="125px" colspan="2" class="ic">User pages</td>
        </tr>
        <tr>
                <td width="125px" class="sf">{{subst:Welcome|Chriswaterguy}}~~~~</td>
<!-- If you want a description column, add it after each "td" term (cell) like this:
                <td width="75" class="ta">Welcome</td>-->
        </tr>
        <tr>
                <td width="125px" colspan="2" class="ic">Category pages</td>
        </tr>
        <tr>
                <td width="125px" colspan="2" class="sf">{{Category data}}</td>
        </tr>
        <tr>
                <td width="125px" colspan="2" class="sf">{{cat with portal header | image= default.png | summary = INTRODUCTION | topic = {{subst:PAGENAME}} | portal = {{subst:PAGENAME}} }}</td>
        </tr>       
        <tr>
                <td width="125px" colspan="2" class="ba"> </td>
        </tr>
        <tr>
                <td width="125px" colspan="2" class="ic">Topic pages</td>
        </tr>
        <tr>
                <td width="125px" colspan="2" class="sf">{{topic header||{{subst:PAGENAME}} }}</td>
        </tr>
        <tr>
                <td width="125px" colspan="2" class="sf">{{topic with portal header| image= default.png| portal = {{subst:PAGENAME}}| category = {{subst:PAGENAME}} }}</td>
        </tr>
        <tr>
                <td width="125" class="sf">{{subst:notes}}</td>
        </tr>
        <tr>
                <td width="125px" colspan="2" class="ic">Notices</td>
        </tr>
        <tr>
                <td width="125px" class="sf">
{{notice
|width=80%
|background-color=#F3F2E0
|border-color=#B5B380
|title=Your headline
|text=Your notice text
|radius=0
}}</td>
        </tr>
        <tr>
                <td width="125px" class="sf">
{{notice with image
|width=70%
|background-color=LightYellow
|border-color=DarkOrange
|radius=0
|image=Under construction orange.jpg
|imagesize=150
|text=This is a notice with a picture.
}}</td>
        </tr>
        <tr>
                <td width="125px" class="sf">
{{Notice
|width=80%
|background-color=Wheat
|border-color=SaddleBrown
|radius=0
|title=This is a slim notice
|text=This is an explanation
}}
</td>
        </tr>
        <tr>
                <td width="125px" class="sf"><a href="https://www.appropedia.org/Help:Notices">Help:Notices</a> for more.</td>
        </tr>
        <tr>
					<td width="125px" colspan="2" class="ic">Misc</td>
        </tr>
        <tr>
                <td width="125px" class="sf"><categorytree>CATEGORYNAME</categorytree></td>
        </tr>
        <tr>
                <td width="125px" class="sf"><categorytree  mode=pages hideroot=off style=" clear:right; margin-left:5ex; ">CATEGORYNAME</categorytree></td>
        </tr>
        <tr>
                <td width="125px" class="sf"><a href="https://www.appropedia.org/Help:CategoryTree">Help:CategoryTree</a> for more.</td>
        </tr>
        <tr>
                <td width="125px" colspan="2" class="ic">New topic page</td>
        </tr>
        <tr>
                <td width="125" class="sf">''''''<br>
<br>
<br>
<br>
== Notes and references ==<br>
<references /><br>
<br>
<br>
== See also ==<br>
<br>
* [[]]<br>
* [[]]<br>
* [[]]<br>
<br>
== Interwiki links ==<br>
<br>
* [[Wikipedia:]]<br>
* []<br>
<br>
<br>
== External links ==<br>
<br>
* [] <br>
<br>
<br>
{{add links}}<br>
<br>
{{stub}}<br>
<br>
<br>
[[Category:]]<br>
[[Category:]]<br></td>
        </tr>
 

</table>

</body>

</html>

Cookies help us deliver our services. By using our services, you agree to our use of cookies.