- W -
WIKI Aims
WIKI colours
W3C Colour Chart
WIKI Conventions
WIKI Style
It is proposed that we hold a library of some standard “blocks” of HTML code that can be used to construct a consistent look and feel to the WIKI pages.
For example we could have a Header Block for the User Guide pages that looks like this:-
Templot User Guide
end of header block
And a Header Block for the Reference pages that looks like this:-
Templot Reference
end of header block
So for the User Guide Header, this is achieved by copying this block of code/text:-
<html><p style=" color:#0078FF; font-family:'Trebuchet MS'; font-size:23px; font-weight: bold; margin: 0px 0px 30px 0px;"> Templot User Guide </p><div style=" width: 100%; font-size: 26px; font-style: italic; color: #E08000; font-weight: bold; text-align: left; text-indent: 20px; line-height: 1.44; border-color: #E08000; border-style: solid; border-width: thin; background: #FFFFF8; padding: 6px 0px 6px 0px; margin: 0px 0 40px 0;"></html> Page Title Here <html></div></html>
This block of code contains a Document Title (Templot User Guide) and a Page Title (Page Title Here)
You can edit the text Page Title Here replacing it with the title of your page. Do not edit any other part of the block of code.
Section titles should be in Bold,Italic font. This can be achieved by enclosing the section title with pairs of formatting characters / for bold, and * for italics, for example:-
//**Section Title**//