r93078 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93077‎ | r93078 | r93079 >
Date:18:11, 25 July 2011
Author:inez
Status:deferred
Tags:
Comment:
Add template to item in list - for testing.
Modified paths:
  • /trunk/parsers/wikidom/demos/es/index.html (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/demos/es/index.html
@@ -133,7 +133,21 @@
134134 'type': 'list',
135135 'style': 'bullet',
136136 'items': [
137 - { 'line': { 'text': 'Desktop: Intuitive office apps, safe and fast web browsing, and seamless integration. Ubuntu brings the very best technologies straight to the desktop.' } },
 137+ {
 138+ 'line': {
 139+ 'text': 'Desktop: Intuitive office apps, safe and fast web browsing, and seamless integration. Ubuntu brings the very best technologies straight to the desktop.',
 140+ 'annotations': [
 141+ // "[citation needed 2]" should be super
 142+ {
 143+ 'type': 'template',
 144+ 'data': {
 145+ 'html': '<sup><small><a href="#">[citation needed 2]</a></small></sup>'
 146+ },
 147+ 'range': { 'start': 85, 'end': 86 }
 148+ }
 149+ ]
 150+ }
 151+ },
138152 { 'line': { 'text': 'Server: Secure, fast and powerful, Ubuntu Server is transforming IT environments worldwide. Realise the full potential of your infrastructure with a reliable, easy-to-integrate technology platform.' } },
139153 { 'line': { 'text': 'Cloud: Ubuntu cloud computing puts you in control of your IT infrastructure. It helps you access computing power as and when you need it so you can meet user demand more effectively.' } }
140154 ]

Status & tagging log