MediaWiki:Frame.rythm: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
@// Entity Attribute which is a DocElement
@// Entity Attribute which is a DocElement
@args() {
@args() {
   String body;
   String content;
}
}
<!DOCTYPE html>
<!DOCTYPE html>
Line 20: Line 20:
   </style>
   </style>
</head>
</head>
@(body)
@(content)
</source>
</source>

Revision as of 14:40, 2 February 2017

@// Rythm template for the manager for the 
@// Entity Attribute which is a DocElement
@args() {
  String content;
}
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8"/>
  <style>
body {
    background-color: linen;
}

h1 {
    color: #FF8000;
    margin-left: 40px;
}
  </style>
</head>
@(content)