OBJETODEPRUEBA

From Database

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
 +
 +
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 +
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{lang}" lang="{lang}" dir="{dir}">
 +
<head>
 +
<meta http-equiv="Content-Type" content="{~ mimetype}; charset={~ charset}" />
 +
{headlinks}
 +
{headscripts}
 +
<title>{pagetitle}</title>
 +
<style type="text/css" media="screen, projection">/*<![CDATA[*/ @import "{~ stylepath}/{~ stylename}/main.css?5"; /*]]>*/</style>
 +
<link rel="stylesheet" type="text/css" {if notprintable {media="print"}} href="{~ stylepath}/common/commonPrint.css" />
 +
<!--[if lt IE 5.5000]><style type="text/css">@import "{~ stylepath}/{~ stylename}/IE50Fixes.css";</style><![endif]-->
 +
<!--[if IE 5.5000]><style type="text/css">@import "{~ stylepath}/{~ stylename}/IE55Fixes.css";</style><![endif]-->
 +
<!--[if IE 6]><style type="text/css">@import "{~ stylepath}/{~ stylename}/IE60Fixes.css";</style><![endif]-->
 +
<!--[if IE 7]><style type="text/css">@import "{~ stylepath}/{~ stylename}/IE70Fixes.css?1";</style><![endif]-->
 +
<!--[if lt IE 7]><script type="{jsmimetype}" src="{~ stylepath}/common/IEFixes.js"></script>
 +
<meta http-equiv="imagetoolbar" content="no" /><![endif]-->
 +
<script type="{jsmimetype}">var skin = '{~ skinname}';var stylepath = '{~ stylepath}';</script>
 +
<script type="{jsmimetype}" src="{~ stylepath}/common/wikibits.js"><!-- wikibits js --></script>
 +
{if jsvarurl {<script type="{jsmimetype}" src="{jsvarurl}"><!-- site js --></script>}}
 +
{if pagecss {<style type="text/css">{pagecss}</style>}}
 +
{usercss}
 +
{sitecss}
 +
{gencss}
 +
{if userjs {<script type="{jsmimetype}" src="{userjs}"></script>}}
 +
{if userjsprev {<script type="{jsmimetype}">{userjsprev}</script>}}
 +
{trackbackhtml}
 +
</head>
 +
<body {if body_ondblclick {ondblclick="{body_ondblclick}"}} {if body_onload {onload="{body_onload}" }} class="{~ nsclass} {~ dir}">
 +
<div id="globalWrapper">
 +
<div id="column-content">
 +
<div id="content">
 +
<a name="top" id="top"></a>
 +
{if sitenotice {<div id="siteNotice">{sitenotice}</div> }}
 +
<h1 class="firstHeading">{title}</h1>
 +
<div id="bodyContent">
 +
<h3 id="siteSub">{msg {tagline}}</h3>
 +
<div id="contentSub">{subtitle}</div>
 +
{if undelete {<div id="contentSub2"><span class="subpages">{undelete}</span></div> }}
 +
{if newtalk {<div class="usermessage">{newtalk}</div> }}
 +
{if showjumplinks {
 +
<div id="jump-to-nav">{msg {jumpto}} <a href="#column-one">{msg {jumptonavigation}}</a>,
 +
<a href="#searchInput">{msg {jumptosearch}}</a></div>
 +
}}
 +
<!-- start content -->
 +
{bodytext}
 +
{if catlinks {<div id="catlinks">{catlinks}</div> }}
 +
<!-- end content -->
 +
<div class="visualClear"></div>
 +
</div>
 +
</div>
 +
</div>
 +
<div id="column-one">
 +
<div id="p-cactions" class="portlet">
 +
<h5>{msg {views}}</h5>
 +
<ul>
 +
{if is_special {
 +
<li id="ca-article" class="selected"><a href="{request_url}">{msg {specialpage}}</a></li>
 +
} {
 +
<li id="ca-{nskey}" {selecttab {subject} subject_newclass}><a href="{subject_url}">{msg nskey}</a></li>
 +
<li id="ca-talk" {selecttab {talk} talk_newclass}><a href="{talk_url}">{msg {talk}}</a></li>
 +
{if can_edit {
 +
{if is_talk {
 +
<li id="ca-edit" {selecttab {edit} {istalk}}><a href="{edit_url}">{msg {edit}}</a></li>
 +
<li id="ca-addsection" {selecttab {addsection}}><a href="{localurl {action=edit&section=new}}">{msg {addsection}}</a></li>
 +
} {
 +
<li id="ca-edit" {selecttab {edit}}><a href="{edit_url}">{msg {edit}}</a></li>
 +
}}
 +
} {
 +
<li id="ca-viewsource" {selecttab {edit}}><a href="{edit_url}">{msg {viewsource}}</a></li>
 +
}}
 +
 +
{if article_exists {
 +
<li id="ca-history" {selecttab {history}}><a href="{localurl {action=history}}">{msg {history_short}}</a></li>
 +
{if {{ is_allowed {protect} }} {
 +
{if is_ns_mediawiki {} {
 +
{if is_protected {
 +
<li id="ca-protect" {selecttab {protect}}><a href="{localurl {action=unprotect}}">{msg {unprotect}}</a></li>
 +
} {
 +
<li id="ca-protect" {selecttab {protect}}><a href="{localurl {action=protect}}">{msg {protect}}</a></li>
 +
}}
 +
}}
 +
}}
 +
 +
{if {{ is_allowed {delete} }} {
 +
<li id="ca-delete" {selecttab {delete}}><a href="{localurl {action=delete}}">{msg {delete}}</a></li>
 +
}}
 +
{if {{ is_allowed {move} }} {
 +
{if can_move {
 +
<li id="ca-move" {selecttab {move}}><a href="{move_url}">{msg {move}}</a></li>
 +
}}
 +
}}
 +
{if is_loggedin {
 +
{if is_watching {
 +
<li id="ca-unwatch" {selecttab {watch}}><a href="{localurl {action=unwatch}}">{msg {unwatch}}</a></li>
 +
} {
 +
<li id="ca-watch" {selecttab {watch}}><a href="{localurl {action=watch}}">{msg {watch}}</a></li>
 +
}}
 +
}}
 +
}}
 +
}}
 +
{extratabs {<li id="ca-$id" $class><a href="$href">$text</a></li>}}
 +
</ul>
 +
</div>
 +
<div class="portlet" id="p-personal">
 +
<h5>{msg {personaltools}}</h5>
 +
<div class="pBody">
 +
<ul>
 +
{personal_urls { <li id="pt-$key" $classactive ><a href="$href" $class>$text</a></li> }}
 +
</ul>
 +
</div>
 +
</div>
 +
<div class="portlet" id="p-logo">
 +
<a style="background-image: url({~ logopath});" href="{mainpage}" title="{msg {mainpage}}"></a>
 +
</div>
 +
<script type="{jsmimetype}"> if (window.isMSIE55) fixalpha(); </script>
 +
{sidebar {
 +
<div class='portlet' id="p-$bar">
 +
<h5>$barname</h5>
 +
<div class='pBody'>
 +
<ul>
 +
} {
 +
</ul>
 +
</div>
 +
</div>
 +
} {<li id="$id" $classactive><a href="$href">$text</a></li>
 +
}
 +
}
 +
 +
<div id="p-search" class="portlet">
 +
<h5><label for="searchInput">{msg {search}}</label></h5>
 +
<div id="searchBody" class="pBody">
 +
<form action="{searchaction}" id="searchform"><div>
 +
<input id="searchInput" name="search" type="text" {
 +
}{if {{fallbackmsg {accesskey-search} {} }} {accesskey="{fallbackmsg {accesskey-search} {} }"}}{
 +
}{if search { value="{search}"}} />
 +
<input type='submit' name="go" class="searchButton" id="searchGoButton" value="{msg {go}}" />&nbsp;
 +
<input type='submit' name="fulltext" class="searchButton" value="{msg {search}}" />
 +
</div></form>
 +
</div>
 +
</div>
 +
<div class="portlet" id="p-tb">
 +
<h5>{msg {toolbox}}</h5>
 +
<div class="pBody">
 +
<ul>
 +
{if notspecialpage    {<li id="t-whatlinkshere"><a href="{nav_whatlinkshere}">{msg {whatlinkshere}}</a></li> }}
 +
{if article_exists {<li id="t-recentchangeslinked"><a href="{nav_recentchangeslinked}">{msg {recentchangeslinked}}</a></li> }}
 +
{if nav_trackbacklink {<li id="t-trackbacklink"><a href="{nav_trackbacklink}">{msg {trackbacklink}}</a></li>}}
 +
{if feeds
 +
{<li id="feedlinks">{feeds {<span id="feed-$key"><a href="$href">$text</a>&nbsp;</span>}}
 +
</li>}}
 +
{if is_userpage {
 +
<li id="t-contributions"><a href="{nav_contributions}">{msg {contributions}}</a></li>
 +
{if {{is_allowed {block}}} {<li id="t-blockip"><a href="{nav_blockip}">{msg {blockip}}</a></li>}}
 +
{if is_loggedin    {<li id="t-emailuser"><a href="{nav_emailuser}">{msg {emailuser}}</a></li>}}
 +
}}
 +
{if nav_upload        {<li id="t-upload"><a href="{nav_upload}">{msg {upload}}</a></li>}}
 +
{if nav_specialpages  {<li id="t-specialpages"><a href="{nav_specialpages}">{msg {specialpages}}</a></li>}}
 +
{if nav_print        {<li id="t-print"><a href="{nav_print}">{msg {printableversion}}</a></li>}}
 +
{if nav_permalink    {<li id="t-permalink"><a href="{nav_permalink}">{msg {permalink}}</a></li>}}
 +
{if is_permalink      {<li id="t-ispermalink">{msg {permalink}}</li>}}
 +
 +
{toolboxend}
 +
</ul>
 +
</div>
 +
</div>
 +
{language_urls {
 +
<div id="p-lang" class="portlet">
 +
<h5>{msg {otherlanguages}}</h5>
 +
<div class="pBody">
 +
<ul>
 +
$body
 +
</ul>
 +
</div>
 +
</div>
 +
} {
 +
<li class="$class"><a href="$href">$text</a></li>
 +
}}
 +
</div><!-- end of the left (by default at least) column -->
 +
<div class="visualClear"></div>
 +
<div id="footer">
 +
{if poweredbyico { <div id="f-poweredbyico">{poweredbyico}</div> }}
 +
{if copyrightico { <div id="f-copyrightico">{copyrightico}</div> }}
 +
 +
<ul id="f-list">
 +
{if lastmod                {  <li id="lastmod">{lastmod}</li> }}
 +
{if viewcount              {  <li id="viewcount">{viewcount}</li> }}
 +
{if numberofwatchingusers  {  <li id="numberofwatchingusers">{numberofwatchingusers}</li> }}
 +
{if credits                {  <li id="credits">{credits}</li> }}
 +
{if is_currentview        {  <li id="copyright">{normalcopyright}</li> }}
 +
{if usehistorycopyright    {  <li id="copyright">{historycopyright}</li> }}
 +
{if privacy                {  <li id="privacy">{privacy}</li> }}
 +
{if about                  {  <li id="about">{about}</li> }}
 +
{if disclaimer            {  <li id="disclaimer">{disclaimer}</li> }}
 +
{if tagline                {  <li id="tagline">{tagline}</li> }}
 +
</ul>
 +
</div>
 +
<script type="text/javascript"> if (window.runOnloadHook) runOnloadHook();</script>
 +
</div>
 +
{reporttime}
 +
{if {} { vim: set syn=html ts=2 : }}
 +
</body></html>
 +
/**
/**
  * CSS in this file is used by *all* skins (that have any CSS at all).  Be
  * CSS in this file is used by *all* skins (that have any CSS at all).  Be
Line 419: Line 621:
[[Category:Keter]]
[[Category:Keter]]
[[Category:Thaumiel]]
[[Category:Thaumiel]]
-
[[Category:Apollyon]]
 
[[Category:Apollyon Planetario]]
[[Category:Apollyon Planetario]]
[[Category:Apollyon Omni]]
[[Category:Apollyon Omni]]

Current revision as of 17:41, 7 August 2022

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{lang}" lang="{lang}" dir="{dir}"> <head> <meta http-equiv="Content-Type" content="{~ mimetype}; charset={~ charset}" /> {headlinks} {headscripts} <title>{pagetitle}</title> <style type="text/css" media="screen, projection">/*<![CDATA[*/ @import "{~ stylepath}/{~ stylename}/main.css?5"; /*]]>*/</style> <link rel="stylesheet" type="text/css" {if notprintable {media="print"}} href="{~ stylepath}/common/commonPrint.css" />



<script type="{jsmimetype}">var skin = '{~ skinname}';var stylepath = '{~ stylepath}';</script> <script type="{jsmimetype}" src="{~ stylepath}/common/wikibits.js"></script> {if jsvarurl {<script type="{jsmimetype}" src="{jsvarurl}"></script>}} {if pagecss {<style type="text/css">{pagecss}</style>}} {usercss} {sitecss} {gencss} {if userjs {<script type="{jsmimetype}" src="{userjs}"></script>}} {if userjsprev {<script type="{jsmimetype}">{userjsprev}</script>}} {trackbackhtml} </head> <body {if body_ondblclick {ondblclick="{body_ondblclick}"}} {if body_onload {onload="{body_onload}" }} class="{~ nsclass} {~ dir}">

<a name="top" id="top"></a>

{if sitenotice {
{sitenotice}
}}

Contents

{title}

{msg {tagline}}

{subtitle}
{if undelete {
{undelete}
}} {if newtalk {
{newtalk}
}}

{if showjumplinks {

{msg {jumpto}} <a href="#column-one">{msg {jumptonavigation}}</a>, <a href="#searchInput">{msg {jumptosearch}}</a>

}}

{bodytext}

{if catlinks { }}
{msg {views}}
    {if is_special {
  • <a href="{request_url}">{msg {specialpage}}</a>
  • } {

  • <a href="{subject_url}">{msg nskey}</a>
  • <a href="{talk_url}">{msg {talk}}</a>
  • {if can_edit { {if is_talk {

  • <a href="{edit_url}">{msg {edit}}</a>
  • <a href="{localurl {action=edit&section=new}}">{msg {addsection}}</a>
  • } {

  • <a href="{edit_url}">{msg {edit}}</a>
  • }} } {

  • <a href="{edit_url}">{msg {viewsource}}</a>
  • }}

    {if article_exists {

  • <a href="{localurl {action=history}}">{msg {history_short}}</a>
  • {if {{ is_allowed {protect} }} { {if is_ns_mediawiki {} { {if is_protected {

  • <a href="{localurl {action=unprotect}}">{msg {unprotect}}</a>
  • } {

  • <a href="{localurl {action=protect}}">{msg {protect}}</a>
  • }} }} }}

    {if {{ is_allowed {delete} }} {

  • <a href="{localurl {action=delete}}">{msg {delete}}</a>
  • }} {if {{ is_allowed {move} }} { {if can_move {

  • <a href="{move_url}">{msg {move}}</a>
  • }} }} {if is_loggedin { {if is_watching {

  • <a href="{localurl {action=unwatch}}">{msg {unwatch}}</a>
  • } {

  • <a href="{localurl {action=watch}}">{msg {watch}}</a>
  • }} }} }} }}

    {extratabs {
  • <a href="$href">$text</a>
  • }}
{msg {personaltools}}
    {personal_urls {
  • <a href="$href" $class>$text</a>
  • }}

<script type="{jsmimetype}"> if (window.isMSIE55) fixalpha(); </script> {sidebar {

$barname
    } {
} {
  • <a href="$href">$text</a></li> } }
    {msg {toolbox}}
      {if notspecialpage {
    • <a href="{nav_whatlinkshere}">{msg {whatlinkshere}}</a>
    • }} {if article_exists {
    • <a href="{nav_recentchangeslinked}">{msg {recentchangeslinked}}</a>
    • }} {if nav_trackbacklink {}}

      {if feeds

      {}}

      {if is_userpage {

    • <a href="{nav_contributions}">{msg {contributions}}</a>
    • {if {{is_allowed {block}}} {
    • <a href="{nav_blockip}">{msg {blockip}}</a>
    • }} {if is_loggedin {
    • <a href="{nav_emailuser}">{msg {emailuser}}</a>
    • }}

      }}

      {if nav_upload {
    • <a href="{nav_upload}">{msg {upload}}</a>
    • }} {if nav_specialpages {
    • <a href="{nav_specialpages}">{msg {specialpages}}</a>
    • }} {if nav_print {
    • <a href="{nav_print}">{msg {printableversion}}</a>
    • }} {if nav_permalink {}} {if is_permalink {}}

      {toolboxend}

    {language_urls {

    {msg {otherlanguages}}
      $body

    } {

  • <a href="$href">$text</a></li> }}
  • <script type="text/javascript"> if (window.runOnloadHook) runOnloadHook();</script>

    {reporttime} {if {} { vim: set syn=html ts=2 : }} </body></html>

    /**

    * CSS in this file is used by *all* skins (that have any CSS at all).  Be
    * careful what you put in here, since what looks good in one skin may not in
    * another, but don't ignore the poor non-Monobook users either.
    */
    

    .mw-plusminus-null { color: #aaa; }

    .texvc { direction: ltr; unicode-bidi: embed; } img.tex { vertical-align: middle; } span.texhtml { font-family: serif; }

    /* add a bit of margin space between the preview and the toolbar */

    /* this replaces the ugly


    we used to insert into the page source */
    1. wikiPreview.ontop { margin-bottom: 1em; }

    /* Stop floats from intruding into edit area in previews */

    1. editform, #toolbar, #wpTextbox1 { clear: both; }

    div#mw-js-message { margin: 1em 5%; padding: 0.5em 2.5%; border: solid 1px #ddd; background-color: #fcfcfc; }

    /* Edit section links */ .editsection { float: right; margin-left: 5px; }

    /**

    * File histories
    */
    

    table.filehistory { border:1px solid #ccc; border-collapse:collapse; }

    table.filehistory th, table.filehistory td { padding: 0 0.2em 0 0.2em; vertical-align:top; border:1px solid #ccc; } table.filehistory th { text-align: left; } table.filehistory td.mw-imagepage-filesize, table.filehistory th.mw-imagepage-filesize { white-space:nowrap; }

    table.filehistory td.filehistory-selected { font-weight: bold; }

    /*

    * rev_deleted stuff
    */
    

    li span.deleted, span.history-deleted { text-decoration: line-through; color: #888; font-style: italic; }

    /**

    * Forms
    */
    

    body.ltr td.mw-label { text-align: right; } body.ltr td.mw-input { text-align: left; } body.ltr td.mw-submit { text-align: left; } body.rtl td.mw-label { text-align: left; } body.rtl td.mw-input { text-align: right; } body.rtl td.mw-submit { text-align: right; }

    td.mw-label { vertical-align: top; } td.mw-submit { white-space: nowrap; }

    /**

    * Image captions
    */
    

    body.rtl .thumbcaption { text-align:right; } body.rtl .magnify { float:left; }

    body.ltr .thumbcaption { text-align:left; } body.ltr .magnify { float:right; }

    /**

    * Hidden categories
    */
    

    .mw-hidden-cats-hidden { display: none; } .catlinks-allhidden { display: none; }

    /* Convenience links to edit block, delete and protect reasons */ p.mw-ipb-conveniencelinks, p.mw-protect-editreasons, p.mw-filedelete-editreasons, p.mw-delete-editreasons { font-size: 90%; float: right; }

    /* Search results */ div.searchresult { font-size: 95%; width:38em; } .mw-search-results li { padding-bottom: 1em; list-style:none; } .mw-search-result-data { color: green; font-size: 97%; }

    td#mw-search-menu { padding-left:6em; font-size:85%; }

    div#mw-search-interwiki { float: right; width: 18em; border-style: solid; border-color: #AAAAAA; border-width: 1px; margin-top: 2ex; }

    div#mw-search-interwiki li { font-size: 95%; }

    .mw-search-interwiki-more { float: right; font-size: 90%; }

    span.searchalttitle { font-size: 95%; }

    div.searchdidyoumean { font-size: 127%; margin-bottom: 1ex; margin-top: 1ex; /* Note that this color won't affect the link, as desired. */ color: #c00; }

    div.searchdidyoumean em { font-weight: bold; }

    .searchmatch { font-weight: bold; }

    div.searchresults { border:1px solid darkblue; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; }

    /*

    * UserRights stuff
    */
    

    .mw-userrights-disabled { color: #888; }

    table.mw-userrights-groups * td,table.mw-userrights-groups * th { padding-right: 1.5em; }

    /*

    * OpenSearch ajax suggestions
    */
    

    .os-suggest { overflow: auto; overflow-x: hidden; position: absolute; top: 0px; left: 0px; width: 0px; background-color: white; background-color: Window; border-style: solid; border-color: #AAAAAA; border-width: 1px; z-index:99; visibility:hidden; font-size:95%; }

    table.os-suggest-results { font-size: 95%; cursor: pointer; border: 0; border-collapse: collapse; width: 100%; }

    td.os-suggest-result, td.os-suggest-result-hl { white-space: nowrap; background-color: white; background-color: Window; color: black; color: WindowText; padding: 2px; } td.os-suggest-result-hl, td.os-suggest-result-hl-webkit { background-color: #4C59A6; color: white; } td.os-suggest-result-hl { /* System colors are misimplemented in Safari 3.0 and earlier, making highlighted text illegible... */ background-color: Highlight; color: HighlightText; }

    .os-suggest-toggle { position: relative; left: 1ex; font-size: 65%; } .os-suggest-toggle-def { position: absolute; top: 0px; left: 0px; font-size: 65%; visibility: hidden; }

    /* Page history styling */ /* the auto-generated edit comments */ .autocomment { color: gray; }

    1. pagehistory .history-user {
       margin-left: 0.4em;
       margin-right: 0.2em;
    

    }

    1. pagehistory span.minor { font-weight: bold; }
    2. pagehistory li { border: 1px solid white; }
    3. pagehistory li.selected {
       background-color: #f9f9f9;
       border: 1px dashed #aaa;
    

    }

    /*

    * Special:ListGroupRights styling
    * Special:Statistics styling 
    * Special:Tags styling 
    
    • /

    table.mw-listgrouprights-table, table.mw-statistics-table, table.mw-tags-table { border: 1px solid #ccc; border-collapse: collapse; }

    table.mw-listgrouprights-table tr { vertical-align: top; }

    table.mw-listgrouprights-table td, table.mw-listgrouprights-table th, table.mw-statistics-table td, table.mw-statistics-table th, table.mw-tags-table td, table.mw-tags-table th { padding: 0.5em 0.2em 0.5em 0.2em; border: 1px solid #ccc; }

    td.mw-statistics-numbers { text-align: right; }

    /* Special:SpecialPages styling */ h4.mw-specialpagesgroup { background-color: #dcdcdc; padding: 2px; margin: .3em 0em 0em 0em; } .mw-specialpagerestricted { font-weight: bold; }

    1. shared-image-dup, #shared-image-conflict {

    font-style: italic; }

    /* Special:EmailUser styling */ table.mw-emailuser-table { width: 98%; } td#mw-emailuser-sender, td#mw-emailuser-recipient { font-weight: bold; }

    /* Special:Prefixindex styling */ table#mw-prefixindex-list-table, table#mw-prefixindex-nav-table { width: 98%; background-color: transparent; } td#mw-prefixindex-nav-form { font-size: smaller; margin-bottom: 1em; text-align: right; vertical-align: top; }

    /*

    * Recreating deleted page warning
    * Reupload file warning
    * Page protection warning
    * incl. log entries for these warnings
    */
    

    div.mw-warning-with-logexcerpt { padding: 3px; margin-bottom: 3px; border: 2px solid #2F6FAB; } div.mw-warning-with-logexcerpt ul li { font-size: 90%; }

    /* (show/hide) revision deletion links */ span.mw-revdelundel-link, strong.mw-revdelundel-link { font-family: monospace; font-size: smaller; }

    /* feed links */ a.feedlink { background: url("images/feed-icon.png") center left no-repeat; padding-left: 16px; }



    Template:ACS

    Template:ITES

    Peligro de la Entidad: Clase 0E-
    》Numero de Entidad: X
    》Habitat: Nivel X
    Template:Entidad Clase 1
    Peligro de la Entidad: Clase 2A+
    》Numero de la Entidad: X
    》Habitat: Nivel X
    Template:Entidad Clase 3

    Template:Entidad Clase 4

    Peligro de la Entidad: 5A+
    》Numero de la Entidad: X
    》Habitat: Level X
    Peligro de la Entidad: 6E-
    》Numero de la Entidad: X
    》Habitat: Nivel X
    Clasificación de Peligro: Clase 7E-
    >> Numero: X
    >> Habitat: Nivel X

    Template:Entidad Clase Variable

    Personal tools