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
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Tool |
{{Tool
  photo=|
|room=Woodworking Room
  room=Woodworking |
|model=test model
  model= test model|
|work envelope=can cut material up to
  work envelope= |
* 2in thick
  link to manual= |
* 24in wide
  related tools= |
|link to manual=https://somemanual.com
  trainers= |
|trainers=Tom Trainer
  training docs= |
|Photo=File:Testtool.png
  SDS link= |
|image_map_coordinates=30,30
  SWP link= |
  consumables=
}}
}}
== 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] - '''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}}"}}
* 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}}"}}


{{Maintenance log |  
<!-- |format=list |delimiter=; |no html }} -->
  maintenance task=clean and lubricate |
  date done= |
  date next required=2024-03-15
}}
 
{{Broken |
  problem=exploded |
  severity=Locked out |
  datetime reported=2024-03-30 |
  datetime fix expected=2024-04-30 |
  datetime fixed= |
}}

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