// this mail use UTF-8 format //
Hi all. Can you please remove the "5 same template per page" limit for small templates? Tim Starling spoke about other method to limit risk of DOS attack (based on template size), but waiting to those implementations can you deactivate the limit (or set it to 100) for tiny template (ex: less than 1kb, 256 bytes, or 100 bytes).
For example, on French WP, we use a lot of {{e}} to emulate <small><sup>e</sup></small> (it's same as the English "th" for centuries, etc.).
Other thing, I tried to make a template to be able to write Japanese furigana (small letters over kanjis to give the pronunciation) into articles. I tried this
{| style='display:inline;' |<font size='-4'>{{{2}}}<font> |- |{{{1}}} |}
I'd like to use it to write something like "これは{{furi|日本|にほん}}です" where "にほん" is display in small character upper "日本". This work fine in HTML, but with Mediawiki parser the first ("これは") and the last block ("です") are into <p> tag that prevent table to be inlined.
You can see an example here: http://fr.wikipedia.org/wiki/Utilisateur:Aoineko/Test_3 And the template is here: http://fr.wikipedia.org/wiki/Mod%C3%A8le:Furi
Aoineko