summaryrefslogtreecommitdiff
path: root/contrib_xsl
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-07-12 12:43:35 -0400
committergumi <mekolat@users.noreply.github.com>2017-07-12 12:43:35 -0400
commit56fd59f7a9e68599edd8a84faf967d3ab9031a79 (patch)
treeee511e6a851af7740b6d0e3e5c73e917fd18fbbd /contrib_xsl
parentba0f245310655ac3e77631f0a1019c61de1a444f (diff)
downloadevol-tools-56fd59f7a9e68599edd8a84faf967d3ab9031a79.tar.gz
evol-tools-56fd59f7a9e68599edd8a84faf967d3ab9031a79.tar.bz2
evol-tools-56fd59f7a9e68599edd8a84faf967d3ab9031a79.tar.xz
evol-tools-56fd59f7a9e68599edd8a84faf967d3ab9031a79.zip
add tmw-legacy section to contributors
Diffstat (limited to 'contrib_xsl')
-rw-r--r--contrib_xsl/about-server.xsl8
-rw-r--r--contrib_xsl/wiki.xsl10
2 files changed, 16 insertions, 2 deletions
diff --git a/contrib_xsl/about-server.xsl b/contrib_xsl/about-server.xsl
index 7458d93..99f5f1c 100644
--- a/contrib_xsl/about-server.xsl
+++ b/contrib_xsl/about-server.xsl
@@ -22,6 +22,14 @@ Copyright (C) 2016 Evol Online -->
<xsl:apply-templates select="contributor"/>
</xsl:template>
+ <xsl:template match="tmw-legacy">
+ <xsl:text>&#xa;##3---------------------------&#xa;</xsl:text>
+ <xsl:text>##3-- &lt;&lt;The Mana World Legacy Contributors&gt;&gt; --&#xa;</xsl:text>
+ <xsl:text>##3---------------------------&#xa;&#xa;</xsl:text>
+
+ <xsl:apply-templates select="contributor"/>
+ </xsl:template>
+
<xsl:template match="tmw-ufb">
<xsl:text>&#xa;##3---------------------------&#xa;</xsl:text>
<xsl:text>##3-- &lt;&lt;Unknown Flying Bullet Contributors&gt;&gt; --&#xa;</xsl:text>
diff --git a/contrib_xsl/wiki.xsl b/contrib_xsl/wiki.xsl
index dcce0a5..24b063e 100644
--- a/contrib_xsl/wiki.xsl
+++ b/contrib_xsl/wiki.xsl
@@ -18,6 +18,12 @@ Copyright (C) 2016 Evol Online -->
<xsl:apply-templates/>
</xsl:template>
+ <xsl:template match="tmw-legacy">
+ <xsl:text>^ The Mana World Legacy Contributors ^^&#xa;</xsl:text>
+ <xsl:text>^ Nickname ^ Real Name / Email ^ Link ^&#xa;</xsl:text>
+ <xsl:apply-templates/>
+ </xsl:template>
+
<xsl:template match="tmw-ufb">
<xsl:text>^ Unknown Flying Bullet Contributors ^^&#xa;</xsl:text>
<xsl:text>^ Nickname ^ Real Name / Email ^ Link ^&#xa;</xsl:text>
@@ -68,7 +74,7 @@ Copyright (C) 2016 Evol Online -->
<xsl:otherwise>
<xsl:text>No Data</xsl:text>
</xsl:otherwise>
- </xsl:choose>
+ </xsl:choose>
<xsl:text> |</xsl:text>
</xsl:otherwise>
</xsl:choose>
@@ -96,4 +102,4 @@ Copyright (C) 2016 Evol Online -->
</xsl:template>
</xsl:stylesheet>
-
+