Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Test tool: Difference between revisions

From North Forge
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
|image_map_coordinates=30,30
|image_map_coordinates=30,30
}}
}}
== bug report sample ==
== bug report sample ==
Sample for [https://www.mediawiki.org/wiki/Extension_talk:Cargo#getting_error_%22Identifier_must_not_contain_quote,_dot_or_null_characters%22_when_trying_to_use_Concatenate bug report]
Sample for [https://www.mediawiki.org/wiki/Extension_talk:Cargo#getting_error_%22Identifier_must_not_contain_quote,_dot_or_null_characters%22_when_trying_to_use_Concatenate bug report] - '''turns out adding a field name will eliminate the error'''
* no added string: {{#cargo_query: table=tool |fields = CONCAT(image_map_coordinates__full,room)=x | where=_pageName="{{PAGENAME}}"}}
* no added string: {{#cargo_query: table=tool |fields = CONCAT(image_map_coordinates__full,room)=x | where=_pageName="{{PAGENAME}}"}}
* added '~': {{#cargo_query: table=tool |fields = CONCAT(image_map_coordinates__full,'~',room )=x | where=_pageName="{{PAGENAME}}"}}
* added '~': {{#cargo_query: table=tool |fields = CONCAT(image_map_coordinates__full,'~',room )=x | where=_pageName="{{PAGENAME}}"}}

Latest revision as of 15:59, 2024 October 11

bug report sample

Sample for bug report - turns out adding a field name will eliminate the error

  • no added string: 30,30Woodworking Room
  • added '~': 30,30~Woodworking Room
  • added "~": 30,30~Woodworking Room