!! version 2 !! test Ordered lists directly following each other should not be merged !! config wgCiteResponsiveReferences=false !! wikitext reference text # content list item !! html/php

[1]

  1. content list item
  1. ↑ reference text
!! end !! test Enabling responsive references by default should add a
wrapper !! config wgCiteResponsiveReferences=true !! wikitext a !! html/php

[1]

  1. ↑ a
!! end !! test Enabling responsive references in the tag should add a
wrapper !! config wgCiteResponsiveReferences=false !! wikitext a !! html/php

[1]

  1. ↑ a
!! end !! test Disabling responsive references in the tag should remove the
wrapper !! config wgCiteResponsiveReferences=true !! wikitext a !! html/php

[1]

  1. ↑ a
!! end !! test T241303: responsive attribute with no value should *not* disable the wrapper
!! config wgCiteResponsiveReferences=true !! wikitext a !! html/php

[1]

  1. ↑ a
!! end !! test T241303: responsive attribute with an empty value should *not* disable the wrapper
!! config wgCiteResponsiveReferences=true !! wikitext a !! html/php

[1]

  1. ↑ a
!! end !! test 9 references should *not* enable the column mode !! config wgCiteResponsiveReferences=true !! wikitext a a a a a a a a a a !! html/php

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

!! end !! test 10 references should enable the column mode !! config wgCiteResponsiveReferences=true !! wikitext a a a a a a a a a a a !! html/php

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]

!! end