-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugins_mapcleaner_de.php
94 lines (93 loc) · 2.45 KB
/
plugins_mapcleaner_de.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!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">
<head>
<?php
$page = "plugins";
$language = "de";
include_once "head.php";
?>
<title>
Magellan Plugins - MapCleaner Plugin
</title>
</head>
<body>
<div id="container">
<?php
include_once "navi_".$language.".php";
include_once "header.php";
?>
<div id="center">
<h3>
MapCleaner Plugin
</h3>
<table summary="" cellspacing="0" cellpadding="1" border="0" class=
"plugin">
<tr class="plugin">
<td class="plugin">
Name:
</td>
<td class="plugin">
MapCleaner Plugin
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Version:
</td>
<td class="plugin">
1.3
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Kurzbeschreibung:
</td>
<td class="plugin">
Repariert Reports
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Autor:
</td>
<td class="plugin">
Fiete
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Website:
</td>
<td class="plugin">
-
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Download
</td>
<td class="plugin">
<a href="download_de.php#plugins">https://magellan.narabi.de</a>
</td>
</tr>
</table>
<p>
Mit Hilfe des MapCleaners lässt sich die Karte eines geladenen
Reports aufräumen.<br>
Version 1.3:<br><ul>
<li>Fehlerhafte Ressourcen (Baum,Stein,Pferd) werden entfernt.</li>
</ul>
Version 1.1:<br><ul>
<li>Inselzuordnung bei Feuerwandregionen werden gelöscht.</li>
<li>Inseln ohne zugeordnete Regionen werden gelöscht</li>
</ul>
Version 1.0:<br>
<ul>
<li>Namen von Ozeanregionen werden gelöscht.</li>
</ul>
</p>
</div>
</div>
</body>
</html>