MediaWiki talk:Proofreadpage pagenum template
Latest comment: 14 years ago by Aleator in topic Creation
Creation
editThis Mediawiki is missing. Could it be copied from other wikisource, please? Look at La profezia di Giona volgarizzata in dialetto sardo Tempiese. -Aleator (talk) 13:53, 8 May 2010 (UTC)
Issues with HTML
editThe current version of this template has a couple issues in the HTML:
- Each page number has
<span id="pr_page">
, but this is invalid HTML. One element per page should have a particular id, but this template will add one for each page numnber. This should probably be changed to a class. - In the style attribute,
position:absolute; left:1em;
is problematic for general use. If a page begins immediately with a left-justified line of text, the page number will be superimposed over the text, making both hard to read. I'm not sure what fix would be best, since I'm not sure how page numbers are generally expected to appear on Multilingual Wikisource.