diff options
Diffstat (limited to 'contrib_xsl/wiki.xsl')
-rw-r--r-- | contrib_xsl/wiki.xsl | 10 |
1 files changed, 8 insertions, 2 deletions
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 ^^
</xsl:text> + <xsl:text>^ Nickname ^ Real Name / Email ^ Link ^
</xsl:text> + <xsl:apply-templates/> + </xsl:template> + <xsl:template match="tmw-ufb"> <xsl:text>^ Unknown Flying Bullet Contributors ^^
</xsl:text> <xsl:text>^ Nickname ^ Real Name / Email ^ Link ^
</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> - + |