Template:Heresy: Difference between revisions

From Swarm Cycle Wiki
Jump to navigationJump to search
(Create Template:Heresy -ZM)
 
(Try to add a box around the text)
Line 1: Line 1:
'''(This article includes ideas, technology, or events which have been declared "Heresy", or not true.&nbsp; These concepts cannot be used in a story claiming to be 'canon'.)''' <br>
<!DOCTYPE html>
<br>
<html>
<head>
<style>
 
#box1 {
  text-align: center;
  width: 320px;
  height: 50px;
  padding: 10px;
  border: 5px solid gray;
  margin: 0;
  background-color: red;
  color: black;
}
</style>
</head>
 
<hr>
 
<box1>
'''This article includes ideas, technology, or events which have been declared "Heresy", or not true.&nbsp; These concepts cannot be used in a story claiming to be 'canon'.'''
</box1>
 
<hr>
 
</body>
</html>

Revision as of 08:01, 12 May 2024

<!DOCTYPE html> <html> <head> <style>

  1. box1 {
 text-align: center;
 width: 320px;
 height: 50px;
 padding: 10px;
 border: 5px solid gray;
 margin: 0;
 background-color: red;
 color: black;

} </style> </head>


<box1> This article includes ideas, technology, or events which have been declared "Heresy", or not true.  These concepts cannot be used in a story claiming to be 'canon'. </box1>


</body> </html>