[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]
Difference between revisions of "Template talk:Namedmobpage"
From Project 1999 Wiki
({{talk}}) |
|||
Line 1: | Line 1: | ||
{{talk}} | {{talk}} | ||
+ | <nowiki>For the if statement here, it parses incorrectly for many markup types, since the heading == Videos == is wrapped inside a <div>. Please consider removing the div wrappers. | ||
+ | |||
+ | {{#if: {{{videos|}}} | | ||
+ | <div> | ||
+ | === Videos === | ||
+ | {{{videos}}} | ||
+ | }} | ||
+ | </div></nowiki> | ||
+ | |||
+ | [[User:Ryandward|Ryandward]] ([[User talk:Ryandward|talk]]) 16:08, 24 January 2024 (UTC) |
Latest revision as of 16:08, 24 January 2024
For the if statement here, it parses incorrectly for many markup types, since the heading == Videos == is wrapped inside a <div>. Please consider removing the div wrappers. {{#if: {{{videos|}}} | <div> === Videos === {{{videos}}} }} </div>