The wiki for the D Programming Language

Derek Parnell /
Template


Difference (previous author) (Change, Edit, normal page display)

Changed: 1c1,131
Describe the new page here.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<TITLE>{WikiName?}: {PageName?}</TITLE>
<META HTTP-EQUIV?="Content-Type?" CONTENT="text/html; charset=iso-8859-1">

<style type="text/css">
<!--

body {
background: white;
color: black;
}

form {
color: black;
font-family: Courier New, monospace;
font-size: 10pt;
}

.wikibar {
background: #FF9999;
color: black;
}

.border {
background: #cccccc; color: white;
}
.wiki {
font-family: verdana, arial, sans-serif;
font-size: 13pt;
text-decoration: none;
color: #000000;
}

.navbar {
background: #c0ff80;
color: black;
font-family: verdana, arial, sans-serif;
font-size: 10pt;
}

.addlbar {
background: #a0f060;
color: black;
font-family: verdana, arial, sans-serif;
font-size: 8pt;
}

.title {
font-family: verdana,arial,sans-serif;
font-size: 19pt; line-height: 21pt;
font-weight: 600;
margin-bottom: 0pt;
}

a.title {
font-family: verdana,arial,sans-serif;
font-size: 19pt; line-height: 21pt;
font-weight: 600;
margin-bottom: 0pt;
}

span.title {
font-family: verdana,arial,sans-serif;
font-size: 19pt; line-height: 21pt;
font-weight: 600;
margin-bottom: 0pt;
}

.content {
background: white;
xtext-align: justify;
color: black;
font-family: verdana, arial, sans-serif;
font-size: 10pt;
}

td {
font-family: verdana, arial, sans-serif;
font-size: 10pt;
}

h1,h2,h3,h4,h5,h6 {
font-family: verdana, sans-serif;
margin-left: 0em;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
}

.submitbuttons {
font-family: verdana, arial, sans-serif;
text-align: right;
}

//-->
</style>
</head>
<body xbackground="/image/bg_00bb77.gif">
<table cellpadding="5pt" cellspacing="0" border="0" width="100%">
<tr><td width="300px" style="background: white; color: red;"><img src="/upload/duser/wiki4d.png"></td><td style="text-align: left; background: white; color: red;">The wiki for the <a href=" http://www.digitalmars.com/d/index.html">D Programming Language</td></tr>
<tr><td class="border" colspan="2">
<table cellpadding="5" cellspacing="4" border="0" width="100%">
<tr><td class="navbar"><span class="nav">{LinkBarTextHor?}</span></td></tr>
<tr><td valign=top align=left class="content">
<table cellpadding=35 width=100%>
<tr><td class="content">
<p>
<span class="title">{PageTitle?}</span>

{PageTitleComment?}

{PageText?}
</td></tr>
</table>
</td></tr>
<tr><td class="wikibar"> </td></tr>
<tr><td class="navbar"><span class="nav">{LinkBarTextHor?}</span></td></tr>
<tr><td class="addlbar">{EditBar?}</td></tr>
</table>
</td></tr>
<tr><td valign=top colspan="2">
<table align=left border=0 cellspacing=0 cellpadding=0 width=100%>
<tr><td align=left valign=top width=50%>
<font face="Verdana,Geneva,Arial,Helvetica" size="2" color="#cccccc">{WikiCopyright?}</font>
</td><td align=right valign=top width=50%>
<font face="Verdana,Geneva,Arial,Helvetica" size="2" color="#cccccc">last change: {DateLastChange?}</font>
</td></tr>
</table>
</td></tr>
</table>
</body>
</html>


<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head>
  <TITLE>{WikiName?}: {PageName?}</TITLE>
  <META HTTP-EQUIV?="Content-Type?" CONTENT="text/html; charset=iso-8859-1">

<style type="text/css"> <!--

body {

  background: white;
  color:  black;
}

form {

  color: black;
  font-family: Courier New, monospace;
  font-size: 10pt;
}

.wikibar {

  background: #FF9999;
  color:  black; 
}

.border {

   background: #cccccc; color:  white; 
} .wiki {
  font-family: verdana, arial, sans-serif;
  font-size: 13pt;
  text-decoration: none;
  color: #000000;
}

.navbar {

  background: #c0ff80;
  color:  black;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}

.addlbar {

  background: #a0f060;
  color:  black;
  font-family: verdana, arial, sans-serif;
  font-size: 8pt;
}

.title {

  font-family: verdana,arial,sans-serif;
  font-size: 19pt; line-height: 21pt;
  font-weight: 600;
  margin-bottom: 0pt;
}

a.title {

  font-family: verdana,arial,sans-serif;
  font-size: 19pt; line-height: 21pt;
  font-weight: 600;
  margin-bottom: 0pt;
}

span.title {

  font-family: verdana,arial,sans-serif;
  font-size: 19pt; line-height: 21pt;
  font-weight: 600;
  margin-bottom: 0pt;
}

.content {

  background: white;
  xtext-align: justify;
  color:  black; 
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}

td {

  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}

h1,h2,h3,h4,h5,h6 {

  font-family: verdana, sans-serif; 
  margin-left: 0em;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}

.submitbuttons {

 font-family: verdana, arial, sans-serif;
 text-align: right;
}

//--> </style> </head> <body xbackground="/image/bg_00bb77.gif"> <table cellpadding="5pt" cellspacing="0" border="0" width="100%">

  <tr><td width="300px" style="background: white; color: red;"><img src="/upload/duser/wiki4d.png"></td><td style="text-align: left; background: white; color: red;">The wiki for the <a href=" http://www.digitalmars.com/d/index.html">D Programming Language</td></tr>
  <tr><td class="border" colspan="2">
    <table cellpadding="5" cellspacing="4" border="0" width="100%">
      <tr><td class="navbar"><span class="nav">{LinkBarTextHor?}</span></td></tr>
      <tr><td valign=top align=left class="content">
        <table cellpadding=35 width=100%>
          <tr><td class="content">
            <p>  
            <span class="title">{PageTitle?}</span>
{PageTitleComment?}
{PageText?} </td></tr> </table> </td></tr> <tr><td class="wikibar"> </td></tr> <tr><td class="navbar"><span class="nav">{LinkBarTextHor?}</span></td></tr> <tr><td class="addlbar">{EditBar?}</td></tr> </table> </td></tr> <tr><td valign=top colspan="2"> <table align=left border=0 cellspacing=0 cellpadding=0 width=100%> <tr><td align=left valign=top width=50%> <font face="Verdana,Geneva,Arial,Helvetica" size="2" color="#cccccc">{WikiCopyright?}</font> </td><td align=right valign=top width=50%> <font face="Verdana,Geneva,Arial,Helvetica" size="2" color="#cccccc">last change: {DateLastChange?}</font> </td></tr> </table> </td></tr>
</table> </body> </html>

Edit text of this page (date of last change: May 4, 2006 9:45 (diff))
(C) subject to the FDL (Free Documentation License) last change: May 4, 2006