Difference between revisions of "Template talk:ShipArticle"
From EVE University Wiki
(→Developer notes: new section) |
m (Fix typo.) |
||
Line 2: | Line 2: | ||
* Default parameter values (<nowiki>{{{parameter|default}}}</nowiki>) in an #if parser function can lead to unexpected results. Therefore they are replaced wit #if: functions. For more details see [[Mediawikiwiki:Help:Parser functions in templates]]. | * Default parameter values (<nowiki>{{{parameter|default}}}</nowiki>) in an #if parser function can lead to unexpected results. Therefore they are replaced wit #if: functions. For more details see [[Mediawikiwiki:Help:Parser functions in templates]]. | ||
− | * At some places comment tags are used to suppress unwanted wiki mark-up. Which | + | * At some places comment tags are used to suppress unwanted wiki mark-up. Which can lead to "empty" comment tags. |
Latest revision as of 16:45, 30 December 2022
Developer notes
- Default parameter values ({{{parameter|default}}}) in an #if parser function can lead to unexpected results. Therefore they are replaced wit #if: functions. For more details see Mediawikiwiki:Help:Parser functions in templates.
- At some places comment tags are used to suppress unwanted wiki mark-up. Which can lead to "empty" comment tags.