Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Want to make the wiki better? Contribute towards getting larger projects done on our Patreon!
User:Starshine321/TimesSandbox
I've noticed that depending on the surrounding text, the times template displays slightly differently. Within list elements, it appears inline as expected, but surrounded by a normal sentence, which compiles into a paragraph element before and after the inline time template, newlines appear out of the blue. Trying to figure out why
Examples
This is a paragraph using the wiki's current Times template 7:00am PDT100 within it
- this is an unordered list using the wiki's current Times template 7:00am PDT100 within it
This is a paragraph using my TimesInline template below
within it
- this is an unordered list element using my TimesInline template below 7:00am PST100within it
This is a paragraph with just the contents/styles of my modified MouseoverBox template below /Trigger/100 within it
- This is an unordered list with just the contents/styles of my modified MouseoverBox template below /Trigger/100 within it
single line span wrapper100
See also
Templates used:
- User:Starshine321/TimesInline
- which uses this mouseoverbox User:Starshine321/MouseoverBox (currently switching between testing divs and spans)
MediaWiki Q&A's referenced:
- https://www.mediawiki.org/wiki/Topic:V6leoh5syqlya4kg
- Seems like having divs within a template causes the context before and afterwards to become their own paragraph tags, for better or worse?